Interface BatchGetDocumentsMetadataRequestOrBuilder (0.47.0)

public interface BatchGetDocumentsMetadataRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMatcher()

public abstract 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.

getMatcherOrBuilder()

public abstract 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 abstract 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 abstract 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 abstract 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.