public interface ListServicesResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getNextPageToken()
public abstract String getNextPageToken() Token that can be passed to ListServices to resume a paginated
query.
string next_page_token = 2;
| Type | Description |
| String | The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes() Token that can be passed to ListServices to resume a paginated
query.
string next_page_token = 2;
| Type | Description |
| ByteString | The bytes for nextPageToken. |
getServices(int index)
public abstract Service getServices(int index)The available services for the requested project.
repeated .google.api.serviceusage.v1.Service services = 1;
| Name | Description |
| index | int |
| Type | Description |
| Service |
getServicesCount()
public abstract int getServicesCount()The available services for the requested project.
repeated .google.api.serviceusage.v1.Service services = 1;
| Type | Description |
| int |
getServicesList()
public abstract List<Service> getServicesList()The available services for the requested project.
repeated .google.api.serviceusage.v1.Service services = 1;
| Type | Description |
| List<Service> |
getServicesOrBuilder(int index)
public abstract ServiceOrBuilder getServicesOrBuilder(int index)The available services for the requested project.
repeated .google.api.serviceusage.v1.Service services = 1;
| Name | Description |
| index | int |
| Type | Description |
| ServiceOrBuilder |
getServicesOrBuilderList()
public abstract List<? extends ServiceOrBuilder> getServicesOrBuilderList()The available services for the requested project.
repeated .google.api.serviceusage.v1.Service services = 1;
| Type | Description |
| List<? extends com.google.api.serviceusage.v1.ServiceOrBuilder> |