public static final class BatchGetDocumentsMetadataRequest.Builder extends GeneratedMessage.Builder<BatchGetDocumentsMetadataRequest.Builder> implements BatchGetDocumentsMetadataRequestOrBuilderRequest message for DocumentService.BatchGetDocumentsMetadata method.
Protobuf type google.cloud.discoveryengine.v1.BatchGetDocumentsMetadataRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > BatchGetDocumentsMetadataRequest.BuilderImplements
BatchGetDocumentsMetadataRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public BatchGetDocumentsMetadataRequest build()| Returns | |
|---|---|
| Type | Description |
BatchGetDocumentsMetadataRequest |
|
buildPartial()
public BatchGetDocumentsMetadataRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
BatchGetDocumentsMetadataRequest |
|
clear()
public BatchGetDocumentsMetadataRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
BatchGetDocumentsMetadataRequest.Builder |
|
clearMatcher()
public BatchGetDocumentsMetadataRequest.Builder clearMatcher()Required. Matcher for the Documents.
.google.cloud.discoveryengine.v1.BatchGetDocumentsMetadataRequest.Matcher matcher = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
BatchGetDocumentsMetadataRequest.Builder |
|
clearParent()
public BatchGetDocumentsMetadataRequest.Builder clearParent() Required. The parent branch resource name, such as
projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/branches/{branch}.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
BatchGetDocumentsMetadataRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public BatchGetDocumentsMetadataRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
BatchGetDocumentsMetadataRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getMatcher()
public BatchGetDocumentsMetadataRequest.Matcher getMatcher()Required. Matcher for the Documents.
.google.cloud.discoveryengine.v1.BatchGetDocumentsMetadataRequest.Matcher matcher = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
BatchGetDocumentsMetadataRequest.Matcher |
The matcher. |
getMatcherBuilder()
public BatchGetDocumentsMetadataRequest.Matcher.Builder getMatcherBuilder()Required. Matcher for the Documents.
.google.cloud.discoveryengine.v1.BatchGetDocumentsMetadataRequest.Matcher matcher = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
BatchGetDocumentsMetadataRequest.Matcher.Builder |
|
getMatcherOrBuilder()
public BatchGetDocumentsMetadataRequest.MatcherOrBuilder getMatcherOrBuilder()Required. Matcher for the Documents.
.google.cloud.discoveryengine.v1.BatchGetDocumentsMetadataRequest.Matcher matcher = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
BatchGetDocumentsMetadataRequest.MatcherOrBuilder |
|
getParent()
public String getParent() Required. The parent branch resource name, such as
projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/branches/{branch}.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public ByteString getParentBytes() Required. The parent branch resource name, such as
projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/branches/{branch}.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
hasMatcher()
public boolean hasMatcher()Required. Matcher for the Documents.
.google.cloud.discoveryengine.v1.BatchGetDocumentsMetadataRequest.Matcher matcher = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the matcher field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(BatchGetDocumentsMetadataRequest other)
public BatchGetDocumentsMetadataRequest.Builder mergeFrom(BatchGetDocumentsMetadataRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
BatchGetDocumentsMetadataRequest |
| Returns | |
|---|---|
| Type | Description |
BatchGetDocumentsMetadataRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public BatchGetDocumentsMetadataRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BatchGetDocumentsMetadataRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public BatchGetDocumentsMetadataRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
BatchGetDocumentsMetadataRequest.Builder |
|
mergeMatcher(BatchGetDocumentsMetadataRequest.Matcher value)
public BatchGetDocumentsMetadataRequest.Builder mergeMatcher(BatchGetDocumentsMetadataRequest.Matcher value)Required. Matcher for the Documents.
.google.cloud.discoveryengine.v1.BatchGetDocumentsMetadataRequest.Matcher matcher = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
BatchGetDocumentsMetadataRequest.Matcher |
| Returns | |
|---|---|
| Type | Description |
BatchGetDocumentsMetadataRequest.Builder |
|
setMatcher(BatchGetDocumentsMetadataRequest.Matcher value)
public BatchGetDocumentsMetadataRequest.Builder setMatcher(BatchGetDocumentsMetadataRequest.Matcher value)Required. Matcher for the Documents.
.google.cloud.discoveryengine.v1.BatchGetDocumentsMetadataRequest.Matcher matcher = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
BatchGetDocumentsMetadataRequest.Matcher |
| Returns | |
|---|---|
| Type | Description |
BatchGetDocumentsMetadataRequest.Builder |
|
setMatcher(BatchGetDocumentsMetadataRequest.Matcher.Builder builderForValue)
public BatchGetDocumentsMetadataRequest.Builder setMatcher(BatchGetDocumentsMetadataRequest.Matcher.Builder builderForValue)Required. Matcher for the Documents.
.google.cloud.discoveryengine.v1.BatchGetDocumentsMetadataRequest.Matcher matcher = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
BatchGetDocumentsMetadataRequest.Matcher.Builder |
| Returns | |
|---|---|
| Type | Description |
BatchGetDocumentsMetadataRequest.Builder |
|
setParent(String value)
public BatchGetDocumentsMetadataRequest.Builder setParent(String value) Required. The parent branch resource name, such as
projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/branches/{branch}.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe parent to set. |
| Returns | |
|---|---|
| Type | Description |
BatchGetDocumentsMetadataRequest.Builder |
This builder for chaining. |
setParentBytes(ByteString value)
public BatchGetDocumentsMetadataRequest.Builder setParentBytes(ByteString value) Required. The parent branch resource name, such as
projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/branches/{branch}.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for parent to set. |
| Returns | |
|---|---|
| Type | Description |
BatchGetDocumentsMetadataRequest.Builder |
This builder for chaining. |