public interface ListServiceConfigsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getNextPageToken()
public abstract String getNextPageToken()The token of the next page of results.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()The token of the next page of results.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |
getServiceConfigs(int index)
public abstract Service getServiceConfigs(int index)The list of service configuration resources.
repeated .google.api.Service service_configs = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
com.google.api.Service |
|
getServiceConfigsCount()
public abstract int getServiceConfigsCount()The list of service configuration resources.
repeated .google.api.Service service_configs = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getServiceConfigsList()
public abstract List<Service> getServiceConfigsList()The list of service configuration resources.
repeated .google.api.Service service_configs = 1;
| Returns | |
|---|---|
| Type | Description |
List<com.google.api.Service> |
|
getServiceConfigsOrBuilder(int index)
public abstract ServiceOrBuilder getServiceConfigsOrBuilder(int index)The list of service configuration resources.
repeated .google.api.Service service_configs = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
com.google.api.ServiceOrBuilder |
|
getServiceConfigsOrBuilderList()
public abstract List<? extends ServiceOrBuilder> getServiceConfigsOrBuilderList()The list of service configuration resources.
repeated .google.api.Service service_configs = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.api.ServiceOrBuilder> |
|