public interface ListServiceConfigsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<com.google.api.Service> getServiceConfigsList()
The list of service configuration resources.
repeated .google.api.Service service_configs = 1;com.google.api.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;List<? extends com.google.api.ServiceOrBuilder> getServiceConfigsOrBuilderList()
The list of service configuration resources.
repeated .google.api.Service service_configs = 1;com.google.api.ServiceOrBuilder getServiceConfigsOrBuilder(int index)
The list of service configuration resources.
repeated .google.api.Service service_configs = 1;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;Copyright © 2025 Google LLC. All rights reserved.