public static final class ReloadDocumentRequest.Builder extends GeneratedMessageV3.Builder<ReloadDocumentRequest.Builder> implements ReloadDocumentRequestOrBuilder
Request message for Documents.ReloadDocument.
Protobuf type google.cloud.dialogflow.v2.ReloadDocumentRequest
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ReloadDocumentRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
build()
public ReloadDocumentRequest build()
Returns
buildPartial()
public ReloadDocumentRequest buildPartial()
Returns
clear()
public ReloadDocumentRequest.Builder clear()
Returns
Overrides
clearContentUri()
public ReloadDocumentRequest.Builder clearContentUri()
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>
.
string content_uri = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns
clearField(Descriptors.FieldDescriptor field)
public ReloadDocumentRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
Overrides
clearName()
public ReloadDocumentRequest.Builder clearName()
Required. The name of the document to reload.
Format: projects/<Project ID>/locations/<Location
ID>/knowledgeBases/<Knowledge Base ID>/documents/<Document ID>
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns
clearOneof(Descriptors.OneofDescriptor oneof)
public ReloadDocumentRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
Overrides
clearSource()
public ReloadDocumentRequest.Builder clearSource()
Returns
clone()
public ReloadDocumentRequest.Builder clone()
Returns
Overrides
getContentUri()
public String 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>
.
string content_uri = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type | Description |
String | The contentUri.
|
getContentUriBytes()
public ByteString getContentUriBytes()
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>
.
string content_uri = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type | Description |
ByteString | The bytes for contentUri.
|
getDefaultInstanceForType()
public ReloadDocumentRequest getDefaultInstanceForType()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns
Overrides
getName()
Required. The name of the document to reload.
Format: projects/<Project ID>/locations/<Location
ID>/knowledgeBases/<Knowledge Base ID>/documents/<Document ID>
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns
Type | Description |
String | The name.
|
getNameBytes()
public ByteString getNameBytes()
Required. The name of the document to reload.
Format: projects/<Project ID>/locations/<Location
ID>/knowledgeBases/<Knowledge Base ID>/documents/<Document ID>
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns
getSourceCase()
public ReloadDocumentRequest.SourceCase getSourceCase()
Returns
hasContentUri()
public boolean hasContentUri()
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>
.
string content_uri = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type | Description |
boolean | Whether the contentUri field is set.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
mergeFrom(ReloadDocumentRequest other)
public ReloadDocumentRequest.Builder mergeFrom(ReloadDocumentRequest other)
Parameter
Returns
public ReloadDocumentRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public ReloadDocumentRequest.Builder mergeFrom(Message other)
Parameter
Returns
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ReloadDocumentRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
setContentUri(String value)
public ReloadDocumentRequest.Builder setContentUri(String value)
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>
.
string content_uri = 3 [(.google.api.field_behavior) = OPTIONAL];
Parameter
Name | Description |
value | String
The contentUri to set.
|
Returns
setContentUriBytes(ByteString value)
public ReloadDocumentRequest.Builder setContentUriBytes(ByteString value)
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>
.
string content_uri = 3 [(.google.api.field_behavior) = OPTIONAL];
Parameter
Name | Description |
value | ByteString
The bytes for contentUri to set.
|
Returns
setField(Descriptors.FieldDescriptor field, Object value)
public ReloadDocumentRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
setName(String value)
public ReloadDocumentRequest.Builder setName(String value)
Required. The name of the document to reload.
Format: projects/<Project ID>/locations/<Location
ID>/knowledgeBases/<Knowledge Base ID>/documents/<Document ID>
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter
Name | Description |
value | String
The name to set.
|
Returns
setNameBytes(ByteString value)
public ReloadDocumentRequest.Builder setNameBytes(ByteString value)
Required. The name of the document to reload.
Format: projects/<Project ID>/locations/<Location
ID>/knowledgeBases/<Knowledge Base ID>/documents/<Document ID>
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter
Name | Description |
value | ByteString
The bytes for name to set.
|
Returns
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ReloadDocumentRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final ReloadDocumentRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides