public interface ListServicesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getNextPageToken()
Token that can be passed to `ListServices` to resume a paginated query.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
Token that can be passed to `ListServices` to resume a paginated query.
|
ManagedService |
getServices(int index)
The results of the query.
|
int |
getServicesCount()
The results of the query.
|
java.util.List<ManagedService> |
getServicesList()
The results of the query.
|
ManagedServiceOrBuilder |
getServicesOrBuilder(int index)
The results of the query.
|
java.util.List<? extends ManagedServiceOrBuilder> |
getServicesOrBuilderList()
The results of the query.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.util.List<ManagedService> getServicesList()
The results of the query.
repeated .google.api.servicemanagement.v1.ManagedService services = 1;ManagedService getServices(int index)
The results of the query.
repeated .google.api.servicemanagement.v1.ManagedService services = 1;int getServicesCount()
The results of the query.
repeated .google.api.servicemanagement.v1.ManagedService services = 1;java.util.List<? extends ManagedServiceOrBuilder> getServicesOrBuilderList()
The results of the query.
repeated .google.api.servicemanagement.v1.ManagedService services = 1;ManagedServiceOrBuilder getServicesOrBuilder(int index)
The results of the query.
repeated .google.api.servicemanagement.v1.ManagedService services = 1;java.lang.String getNextPageToken()
Token that can be passed to `ListServices` to resume a paginated query.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
Token that can be passed to `ListServices` to resume a paginated query.
string next_page_token = 2;