public interface DeployedIndexOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getIndex()
public abstract String getIndex() Required. Name of the deployed Index.
Format:
projects/{project_number}/locations/{location_id}/corpora/{corpus_id}/indexes/{index_id}
string index = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The index. |
getIndexBytes()
public abstract ByteString getIndexBytes() Required. Name of the deployed Index.
Format:
projects/{project_number}/locations/{location_id}/corpora/{corpus_id}/indexes/{index_id}
string index = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for index. |