Interface DeleteIndexRequestOrBuilder (2.27.1)
Stay organized with collections
Save and categorize content based on your preferences.
publicinterface DeleteIndexRequestOrBuilderextendsMessageOrBuilderImplements
MessageOrBuilderMethods
getIndexId()
publicabstractStringgetIndexId()The resource ID of the index to delete.
string index_id = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The indexId. |
getIndexIdBytes()
publicabstractByteStringgetIndexIdBytes()The resource ID of the index to delete.
string index_id = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for indexId. |
getProjectId()
publicabstractStringgetProjectId()Project ID against which to make the request.
string project_id = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The projectId. |
getProjectIdBytes()
publicabstractByteStringgetProjectIdBytes()Project ID against which to make the request.
string project_id = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for projectId. |