Interface ListServiceConfigsResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListServiceConfigsResponse
,ListServiceConfigsResponse.Builder
public interface ListServiceConfigsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getNextPageToken()
The token of the next page of results.com.google.protobuf.ByteString
getNextPageTokenBytes()
The token of the next page of results.com.google.api.Service
getServiceConfigs(int index)
The list of service configuration resources.int
getServiceConfigsCount()
The list of service configuration resources.List<com.google.api.Service>
getServiceConfigsList()
The list of service configuration resources.com.google.api.ServiceOrBuilder
getServiceConfigsOrBuilder(int index)
The list of service configuration resources.List<? extends com.google.api.ServiceOrBuilder>
getServiceConfigsOrBuilderList()
The list of service configuration resources.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getServiceConfigsList
List<com.google.api.Service> getServiceConfigsList()
The list of service configuration resources.
repeated .google.api.Service service_configs = 1;
-
getServiceConfigs
com.google.api.Service getServiceConfigs(int index)
The list of service configuration resources.
repeated .google.api.Service service_configs = 1;
-
getServiceConfigsCount
int getServiceConfigsCount()
The list of service configuration resources.
repeated .google.api.Service service_configs = 1;
-
getServiceConfigsOrBuilderList
List<? extends com.google.api.ServiceOrBuilder> getServiceConfigsOrBuilderList()
The list of service configuration resources.
repeated .google.api.Service service_configs = 1;
-
getServiceConfigsOrBuilder
com.google.api.ServiceOrBuilder getServiceConfigsOrBuilder(int index)
The list of service configuration resources.
repeated .google.api.Service service_configs = 1;
-
getNextPageToken
String getNextPageToken()
The token of the next page of results.
string next_page_token = 2;
- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
com.google.protobuf.ByteString getNextPageTokenBytes()
The token of the next page of results.
string next_page_token = 2;
- Returns:
- The bytes for nextPageToken.
-
-