Package com.google.datastore.admin.v1
Interface DeleteIndexRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DeleteIndexRequest
,DeleteIndexRequest.Builder
public interface DeleteIndexRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getIndexId()
The resource ID of the index to delete.com.google.protobuf.ByteString
getIndexIdBytes()
The resource ID of the index to delete.String
getProjectId()
Project ID against which to make the request.com.google.protobuf.ByteString
getProjectIdBytes()
Project ID against which to make the request.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getProjectId
String getProjectId()
Project ID against which to make the request.
string project_id = 1;
- Returns:
- The projectId.
-
getProjectIdBytes
com.google.protobuf.ByteString getProjectIdBytes()
Project ID against which to make the request.
string project_id = 1;
- Returns:
- The bytes for projectId.
-
getIndexId
String getIndexId()
The resource ID of the index to delete.
string index_id = 3;
- Returns:
- The indexId.
-
getIndexIdBytes
com.google.protobuf.ByteString getIndexIdBytes()
The resource ID of the index to delete.
string index_id = 3;
- Returns:
- The bytes for indexId.
-
-