public interface DeleteIndexRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getIndexId()
public abstract String getIndexId()
The resource ID of the index to delete.
string index_id = 3;
Returns | |
---|---|
Type | Description |
String |
The indexId. |
getIndexIdBytes()
public abstract ByteString getIndexIdBytes()
The resource ID of the index to delete.
string index_id = 3;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for indexId. |
getProjectId()
public abstract String getProjectId()
Project ID against which to make the request.
string project_id = 1;
Returns | |
---|---|
Type | Description |
String |
The projectId. |
getProjectIdBytes()
public abstract ByteString getProjectIdBytes()
Project ID against which to make the request.
string project_id = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for projectId. |