Package com.google.datastore.admin.v1
Interface ListIndexesRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListIndexesRequest,ListIndexesRequest.Builder
public interface ListIndexesRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetFilter()string filter = 3;com.google.protobuf.ByteStringgetFilterBytes()string filter = 3;intgetPageSize()The maximum number of items to return.StringgetPageToken()The next_page_token value returned from a previous List request, if any.com.google.protobuf.ByteStringgetPageTokenBytes()The next_page_token value returned from a previous List request, if any.StringgetProjectId()Project ID against which to make the request.com.google.protobuf.ByteStringgetProjectIdBytes()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.
-
getFilter
String getFilter()
string filter = 3;- Returns:
- The filter.
-
getFilterBytes
com.google.protobuf.ByteString getFilterBytes()
string filter = 3;- Returns:
- The bytes for filter.
-
getPageSize
int getPageSize()
The maximum number of items to return. If zero, then all results will be returned.
int32 page_size = 4;- Returns:
- The pageSize.
-
getPageToken
String getPageToken()
The next_page_token value returned from a previous List request, if any.
string page_token = 5;- Returns:
- The pageToken.
-
getPageTokenBytes
com.google.protobuf.ByteString getPageTokenBytes()
The next_page_token value returned from a previous List request, if any.
string page_token = 5;- Returns:
- The bytes for pageToken.
-
-