public static interface BatchGetDocumentsMetadataRequest.UrisMatcherOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getUris(int index)
The exact URIs to match by.
|
com.google.protobuf.ByteString |
getUrisBytes(int index)
The exact URIs to match by.
|
int |
getUrisCount()
The exact URIs to match by.
|
List<String> |
getUrisList()
The exact URIs to match by.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getUrisList()
The exact URIs to match by.
repeated string uris = 1;int getUrisCount()
The exact URIs to match by.
repeated string uris = 1;String getUris(int index)
The exact URIs to match by.
repeated string uris = 1;index - The index of the element to return.com.google.protobuf.ByteString getUrisBytes(int index)
The exact URIs to match by.
repeated string uris = 1;index - The index of the value to return.Copyright © 2025 Google LLC. All rights reserved.