public static interface BatchGetDocumentsMetadataResponse.DocumentMetadata.MatcherValueOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getMatcherValueCase()
public abstract BatchGetDocumentsMetadataResponse.DocumentMetadata.MatcherValue.MatcherValueCase getMatcherValueCase()
Returns | |
---|---|
Type | Description |
BatchGetDocumentsMetadataResponse.DocumentMetadata.MatcherValue.MatcherValueCase |
getUri()
public abstract String getUri()
If match by URI, the URI of the Document.
string uri = 1;
Returns | |
---|---|
Type | Description |
String |
The uri. |
getUriBytes()
public abstract ByteString getUriBytes()
If match by URI, the URI of the Document.
string uri = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for uri. |
hasUri()
public abstract boolean hasUri()
If match by URI, the URI of the Document.
string uri = 1;
Returns | |
---|---|
Type | Description |
boolean |
Whether the uri field is set. |