public static final class ReloadDocumentRequest.Builder extends GeneratedMessageV3.Builder<ReloadDocumentRequest.Builder> implements ReloadDocumentRequestOrBuilder
Request message for [Documents.ReloadDocument][google.cloud.dialogflow.v2.Documents.ReloadDocument].Protobuf type
google.cloud.dialogflow.v2.ReloadDocumentRequest
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
mergeDelimitedFrom, mergeDelimitedFrom
mergeFrom
public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class GeneratedMessageV3.Builder<ReloadDocumentRequest.Builder>
public ReloadDocumentRequest.Builder clear()
clear
in interface Message.Builder
clear
in interface MessageLite.Builder
clear
in class GeneratedMessageV3.Builder<ReloadDocumentRequest.Builder>
public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface Message.Builder
getDescriptorForType
in interface MessageOrBuilder
getDescriptorForType
in class GeneratedMessageV3.Builder<ReloadDocumentRequest.Builder>
public ReloadDocumentRequest getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder
public ReloadDocumentRequest build()
build
in interface Message.Builder
build
in interface MessageLite.Builder
public ReloadDocumentRequest buildPartial()
buildPartial
in interface Message.Builder
buildPartial
in interface MessageLite.Builder
public ReloadDocumentRequest.Builder clone()
clone
in interface Message.Builder
clone
in interface MessageLite.Builder
clone
in class GeneratedMessageV3.Builder<ReloadDocumentRequest.Builder>
public ReloadDocumentRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
setField
in interface Message.Builder
setField
in class GeneratedMessageV3.Builder<ReloadDocumentRequest.Builder>
public ReloadDocumentRequest.Builder clearField(Descriptors.FieldDescriptor field)
clearField
in interface Message.Builder
clearField
in class GeneratedMessageV3.Builder<ReloadDocumentRequest.Builder>
public ReloadDocumentRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof
in interface Message.Builder
clearOneof
in class GeneratedMessageV3.Builder<ReloadDocumentRequest.Builder>
public ReloadDocumentRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField
in interface Message.Builder
setRepeatedField
in class GeneratedMessageV3.Builder<ReloadDocumentRequest.Builder>
public ReloadDocumentRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
addRepeatedField
in interface Message.Builder
addRepeatedField
in class GeneratedMessageV3.Builder<ReloadDocumentRequest.Builder>
public ReloadDocumentRequest.Builder mergeFrom(Message other)
mergeFrom
in interface Message.Builder
mergeFrom
in class AbstractMessage.Builder<ReloadDocumentRequest.Builder>
public ReloadDocumentRequest.Builder mergeFrom(ReloadDocumentRequest other)
public final boolean isInitialized()
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3.Builder<ReloadDocumentRequest.Builder>
public ReloadDocumentRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface Message.Builder
mergeFrom
in interface MessageLite.Builder
mergeFrom
in class AbstractMessage.Builder<ReloadDocumentRequest.Builder>
IOException
public ReloadDocumentRequest.SourceCase getSourceCase()
getSourceCase
in interface ReloadDocumentRequestOrBuilder
public ReloadDocumentRequest.Builder clearSource()
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) = { ... }
getName
in interface ReloadDocumentRequestOrBuilder
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) = { ... }
getNameBytes
in interface ReloadDocumentRequestOrBuilder
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) = { ... }
value
- The name to set.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) = { ... }
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) = { ... }
value
- The bytes for name to set.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];
hasContentUri
in interface ReloadDocumentRequestOrBuilder
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];
getContentUri
in interface ReloadDocumentRequestOrBuilder
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];
getContentUriBytes
in interface ReloadDocumentRequestOrBuilder
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];
value
- The contentUri to set.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];
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];
value
- The bytes for contentUri to set.public boolean getImportGcsCustomMetadata()
Optional. 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 [(.google.api.field_behavior) = OPTIONAL];
getImportGcsCustomMetadata
in interface ReloadDocumentRequestOrBuilder
public ReloadDocumentRequest.Builder setImportGcsCustomMetadata(boolean value)
Optional. 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 [(.google.api.field_behavior) = OPTIONAL];
value
- The importGcsCustomMetadata to set.public ReloadDocumentRequest.Builder clearImportGcsCustomMetadata()
Optional. 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 [(.google.api.field_behavior) = OPTIONAL];
public boolean getSmartMessagingPartialUpdate()
Optional. When enabled, the reload request is to apply partial update to the smart messaging allowlist.
bool smart_messaging_partial_update = 5 [(.google.api.field_behavior) = OPTIONAL];
getSmartMessagingPartialUpdate
in interface ReloadDocumentRequestOrBuilder
public ReloadDocumentRequest.Builder setSmartMessagingPartialUpdate(boolean value)
Optional. When enabled, the reload request is to apply partial update to the smart messaging allowlist.
bool smart_messaging_partial_update = 5 [(.google.api.field_behavior) = OPTIONAL];
value
- The smartMessagingPartialUpdate to set.public ReloadDocumentRequest.Builder clearSmartMessagingPartialUpdate()
Optional. When enabled, the reload request is to apply partial update to the smart messaging allowlist.
bool smart_messaging_partial_update = 5 [(.google.api.field_behavior) = OPTIONAL];
public final ReloadDocumentRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
setUnknownFields
in interface Message.Builder
setUnknownFields
in class GeneratedMessageV3.Builder<ReloadDocumentRequest.Builder>
public final ReloadDocumentRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields
in interface Message.Builder
mergeUnknownFields
in class GeneratedMessageV3.Builder<ReloadDocumentRequest.Builder>
Copyright © 2022 Google LLC. All rights reserved.