public interface ListIndexesRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getFilter()
string filter = 3; |
com.google.protobuf.ByteString |
getFilterBytes()
string filter = 3; |
int |
getPageSize()
The maximum number of items to return.
|
String |
getPageToken()
The next_page_token value returned from a previous List request, if any.
|
com.google.protobuf.ByteString |
getPageTokenBytes()
The next_page_token value returned from a previous List request, if any.
|
String |
getProjectId()
Project ID against which to make the request.
|
com.google.protobuf.ByteString |
getProjectIdBytes()
Project ID against which to make the request.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getProjectId()
Project ID against which to make the request.
string project_id = 1;
com.google.protobuf.ByteString getProjectIdBytes()
Project ID against which to make the request.
string project_id = 1;
String getFilter()
string filter = 3;
com.google.protobuf.ByteString getFilterBytes()
string filter = 3;
int getPageSize()
The maximum number of items to return. If zero, then all results will be returned.
int32 page_size = 4;
String getPageToken()
The next_page_token value returned from a previous List request, if any.
string page_token = 5;
com.google.protobuf.ByteString getPageTokenBytes()
The next_page_token value returned from a previous List request, if any.
string page_token = 5;
Copyright © 2023 Google LLC. All rights reserved.