Package com.google.datastore.admin.v1
Interface GetIndexRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetIndexRequest,GetIndexRequest.Builder
public interface GetIndexRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe resource ID of the index to get.com.google.protobuf.ByteStringThe resource ID of the index to get.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 get.
string index_id = 3;- Returns:
- The indexId.
-
getIndexIdBytes
com.google.protobuf.ByteString getIndexIdBytes()The resource ID of the index to get.
string index_id = 3;- Returns:
- The bytes for indexId.
-