public static interface SearchResponseMetadata.IndexInfoOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getName()
public abstract String getName() Output only. The resource name of the index used for the search.
Format:
projects/{project}/locations/{location}/collections/{collection}/indexes/{index}
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes() Output only. The resource name of the index used for the search.
Format:
projects/{project}/locations/{location}/collections/{collection}/indexes/{index}
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |