public interface ListServiceConfigsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getNextPageToken()
The token of the next page of results.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
The token of the next page of results.
|
Service |
getServiceConfigs(int index)
The list of service configuration resources.
|
int |
getServiceConfigsCount()
The list of service configuration resources.
|
java.util.List<Service> |
getServiceConfigsList()
The list of service configuration resources.
|
ServiceOrBuilder |
getServiceConfigsOrBuilder(int index)
The list of service configuration resources.
|
java.util.List<? extends ServiceOrBuilder> |
getServiceConfigsOrBuilderList()
The list of service configuration resources.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.util.List<Service> getServiceConfigsList()
The list of service configuration resources.
repeated .google.api.Service service_configs = 1;Service getServiceConfigs(int index)
The list of service configuration resources.
repeated .google.api.Service service_configs = 1;int getServiceConfigsCount()
The list of service configuration resources.
repeated .google.api.Service service_configs = 1;java.util.List<? extends ServiceOrBuilder> getServiceConfigsOrBuilderList()
The list of service configuration resources.
repeated .google.api.Service service_configs = 1;ServiceOrBuilder getServiceConfigsOrBuilder(int index)
The list of service configuration resources.
repeated .google.api.Service service_configs = 1;java.lang.String getNextPageToken()
The token of the next page of results.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
The token of the next page of results.
string next_page_token = 2;