public static final class ReloadDocumentRequest.Builder extends GeneratedMessage.Builder<ReloadDocumentRequest.Builder> implements ReloadDocumentRequestOrBuilderRequest message for Documents.ReloadDocument.
Protobuf type google.cloud.dialogflow.v2beta1.ReloadDocumentRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ReloadDocumentRequest.BuilderImplements
ReloadDocumentRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public ReloadDocumentRequest build()| Returns | |
|---|---|
| Type | Description |
ReloadDocumentRequest |
|
buildPartial()
public ReloadDocumentRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
ReloadDocumentRequest |
|
clear()
public ReloadDocumentRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
ReloadDocumentRequest.Builder |
|
clearGcsSource()
public ReloadDocumentRequest.Builder clearGcsSource()The path for a Cloud Storage source file for reloading document content. If not provided, the Document's existing source will be reloaded.
.google.cloud.dialogflow.v2beta1.GcsSource gcs_source = 3;
| Returns | |
|---|---|
| Type | Description |
ReloadDocumentRequest.Builder |
|
clearImportGcsCustomMetadata()
public ReloadDocumentRequest.Builder clearImportGcsCustomMetadata()Whether to import custom metadata from Google Cloud Storage. Only valid when the document source is Google Cloud Storage URI.
bool import_gcs_custom_metadata = 4;
| Returns | |
|---|---|
| Type | Description |
ReloadDocumentRequest.Builder |
This builder for chaining. |
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 | |
|---|---|
| Type | Description |
ReloadDocumentRequest.Builder |
This builder for chaining. |
clearSource()
public ReloadDocumentRequest.Builder clearSource()| Returns | |
|---|---|
| Type | Description |
ReloadDocumentRequest.Builder |
|
getDefaultInstanceForType()
public ReloadDocumentRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ReloadDocumentRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getGcsSource()
public GcsSource getGcsSource()The path for a Cloud Storage source file for reloading document content. If not provided, the Document's existing source will be reloaded.
.google.cloud.dialogflow.v2beta1.GcsSource gcs_source = 3;
| Returns | |
|---|---|
| Type | Description |
GcsSource |
The gcsSource. |
getGcsSourceBuilder()
public GcsSource.Builder getGcsSourceBuilder()The path for a Cloud Storage source file for reloading document content. If not provided, the Document's existing source will be reloaded.
.google.cloud.dialogflow.v2beta1.GcsSource gcs_source = 3;
| Returns | |
|---|---|
| Type | Description |
GcsSource.Builder |
|
getGcsSourceOrBuilder()
public GcsSourceOrBuilder getGcsSourceOrBuilder()The path for a Cloud Storage source file for reloading document content. If not provided, the Document's existing source will be reloaded.
.google.cloud.dialogflow.v2beta1.GcsSource gcs_source = 3;
| Returns | |
|---|---|
| Type | Description |
GcsSourceOrBuilder |
|
getImportGcsCustomMetadata()
public boolean getImportGcsCustomMetadata()Whether to import custom metadata from Google Cloud Storage. Only valid when the document source is Google Cloud Storage URI.
bool import_gcs_custom_metadata = 4;
| Returns | |
|---|---|
| Type | Description |
boolean |
The importGcsCustomMetadata. |
getName()
public String 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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getSourceCase()
public ReloadDocumentRequest.SourceCase getSourceCase()| Returns | |
|---|---|
| Type | Description |
ReloadDocumentRequest.SourceCase |
|
hasGcsSource()
public boolean hasGcsSource()The path for a Cloud Storage source file for reloading document content. If not provided, the Document's existing source will be reloaded.
.google.cloud.dialogflow.v2beta1.GcsSource gcs_source = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the gcsSource field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(ReloadDocumentRequest other)
public ReloadDocumentRequest.Builder mergeFrom(ReloadDocumentRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ReloadDocumentRequest |
| Returns | |
|---|---|
| Type | Description |
ReloadDocumentRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ReloadDocumentRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ReloadDocumentRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ReloadDocumentRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ReloadDocumentRequest.Builder |
|
mergeGcsSource(GcsSource value)
public ReloadDocumentRequest.Builder mergeGcsSource(GcsSource value)The path for a Cloud Storage source file for reloading document content. If not provided, the Document's existing source will be reloaded.
.google.cloud.dialogflow.v2beta1.GcsSource gcs_source = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
GcsSource |
| Returns | |
|---|---|
| Type | Description |
ReloadDocumentRequest.Builder |
|
setGcsSource(GcsSource value)
public ReloadDocumentRequest.Builder setGcsSource(GcsSource value)The path for a Cloud Storage source file for reloading document content. If not provided, the Document's existing source will be reloaded.
.google.cloud.dialogflow.v2beta1.GcsSource gcs_source = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
GcsSource |
| Returns | |
|---|---|
| Type | Description |
ReloadDocumentRequest.Builder |
|
setGcsSource(GcsSource.Builder builderForValue)
public ReloadDocumentRequest.Builder setGcsSource(GcsSource.Builder builderForValue)The path for a Cloud Storage source file for reloading document content. If not provided, the Document's existing source will be reloaded.
.google.cloud.dialogflow.v2beta1.GcsSource gcs_source = 3;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
GcsSource.Builder |
| Returns | |
|---|---|
| Type | Description |
ReloadDocumentRequest.Builder |
|
setImportGcsCustomMetadata(boolean value)
public ReloadDocumentRequest.Builder setImportGcsCustomMetadata(boolean value)Whether to import custom metadata from Google Cloud Storage. Only valid when the document source is Google Cloud Storage URI.
bool import_gcs_custom_metadata = 4;
| Parameter | |
|---|---|
| Name | Description |
value |
booleanThe importGcsCustomMetadata to set. |
| Returns | |
|---|---|
| Type | Description |
ReloadDocumentRequest.Builder |
This builder for chaining. |
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 |
StringThe name to set. |
| Returns | |
|---|---|
| Type | Description |
ReloadDocumentRequest.Builder |
This builder for chaining. |
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 |
ByteStringThe bytes for name to set. |
| Returns | |
|---|---|
| Type | Description |
ReloadDocumentRequest.Builder |
This builder for chaining. |