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
Modifier and TypeMethodDescriptionThe resource ID of the index to delete.com.google.protobuf.ByteStringThe resource ID of the index to delete.Project ID against which to make the request.com.google.protobuf.ByteStringProject ID against which to make the request.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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.
-