Google Cloud Dialogflow V2 Client - Class ReloadDocumentRequest (1.0.1)

Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class ReloadDocumentRequest.

Request message for Documents.ReloadDocument .

Generated from protobuf message google.cloud.dialogflow.v2.ReloadDocumentRequest

Methods

__construct

Constructor.

Parameters
Name
Description
data
array

Optional. Data for populating the Message object.

↳ name
string

Required. The name of the document to reload. Format: projects/<Project ID>/locations/<Location ID>/knowledgeBases/<Knowledge Base ID>/documents/<Document ID>

↳ content_uri
string

Optional. The path of gcs source file for reloading document content. For now, only gcs uri is supported. For documents stored in Google Cloud Storage, these URIs must have the form gs://<bucket-name>/<object-name> .

↳ import_gcs_custom_metadata
bool

Optional. Whether to import custom metadata from Google Cloud Storage. Only valid when the document source is Google Cloud Storage URI.

↳ smart_messaging_partial_update
bool

Optional. When enabled, the reload request is to apply partial update to the smart messaging allowlist.

getName

Required. The name of the document to reload.

Format: projects/<Project ID>/locations/<Location ID>/knowledgeBases/<Knowledge Base ID>/documents/<Document ID>

Generated from protobuf field string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {

Returns
Type
Description
string

setName

Required. The name of the document to reload.

Format: projects/<Project ID>/locations/<Location ID>/knowledgeBases/<Knowledge Base ID>/documents/<Document ID>

Generated from protobuf field string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {

Parameter
Name
Description
var
string
Returns
Type
Description
$this

getContentUri

Optional. The path of gcs source file for reloading document content. For now, only gcs uri is supported.

For documents stored in Google Cloud Storage, these URIs must have the form gs://<bucket-name>/<object-name> .

Generated from protobuf field string content_uri = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type
Description
string

hasContentUri

setContentUri

Optional. The path of gcs source file for reloading document content. For now, only gcs uri is supported.

For documents stored in Google Cloud Storage, these URIs must have the form gs://<bucket-name>/<object-name> .

Generated from protobuf field string content_uri = 3 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name
Description
var
string
Returns
Type
Description
$this

Optional. Whether to import custom metadata from Google Cloud Storage.

Only valid when the document source is Google Cloud Storage URI.

Generated from protobuf field bool import_gcs_custom_metadata = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type
Description
bool

Optional. Whether to import custom metadata from Google Cloud Storage.

Only valid when the document source is Google Cloud Storage URI.

Generated from protobuf field bool import_gcs_custom_metadata = 4 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name
Description
var
bool
Returns
Type
Description
$this

getSmartMessagingPartialUpdate

Optional. When enabled, the reload request is to apply partial update to the smart messaging allowlist.

Generated from protobuf field bool smart_messaging_partial_update = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type
Description
bool

setSmartMessagingPartialUpdate

Optional. When enabled, the reload request is to apply partial update to the smart messaging allowlist.

Generated from protobuf field bool smart_messaging_partial_update = 5 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name
Description
var
bool
Returns
Type
Description
$this

getSource

Returns
Type
Description
string
Create a Mobile Website
View Site in Mobile | Classic
Share by: