public interface ListServicesRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getPageSize()
Requested size of the next page of data.
|
java.lang.String |
getPageToken()
Token identifying which result to start with; returned by a previous list
call.
|
com.google.protobuf.ByteString |
getPageTokenBytes()
Token identifying which result to start with; returned by a previous list
call.
|
java.lang.String |
getProducerProjectId()
Include services produced by the specified project.
|
com.google.protobuf.ByteString |
getProducerProjectIdBytes()
Include services produced by the specified project.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getProducerProjectId()
Include services produced by the specified project.
string producer_project_id = 1;com.google.protobuf.ByteString getProducerProjectIdBytes()
Include services produced by the specified project.
string producer_project_id = 1;int getPageSize()
Requested size of the next page of data.
int32 page_size = 5;java.lang.String getPageToken()
Token identifying which result to start with; returned by a previous list call.
string page_token = 6;com.google.protobuf.ByteString getPageTokenBytes()
Token identifying which result to start with; returned by a previous list call.
string page_token = 6;