public interface ListServicesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getNextPageToken()
Token that can be passed to `ListServices` to resume a paginated
query.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
Token that can be passed to `ListServices` to resume a paginated
query.
|
Service |
getServices(int index)
The available services for the requested project.
|
int |
getServicesCount()
The available services for the requested project.
|
List<Service> |
getServicesList()
The available services for the requested project.
|
ServiceOrBuilder |
getServicesOrBuilder(int index)
The available services for the requested project.
|
List<? extends ServiceOrBuilder> |
getServicesOrBuilderList()
The available services for the requested project.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Service> getServicesList()
The available services for the requested project.
repeated .google.api.serviceusage.v1.Service services = 1;Service getServices(int index)
The available services for the requested project.
repeated .google.api.serviceusage.v1.Service services = 1;int getServicesCount()
The available services for the requested project.
repeated .google.api.serviceusage.v1.Service services = 1;List<? extends ServiceOrBuilder> getServicesOrBuilderList()
The available services for the requested project.
repeated .google.api.serviceusage.v1.Service services = 1;ServiceOrBuilder getServicesOrBuilder(int index)
The available services for the requested project.
repeated .google.api.serviceusage.v1.Service services = 1;String getNextPageToken()
Token that can be passed to `ListServices` to resume a paginated query.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
Token that can be passed to `ListServices` to resume a paginated query.
string next_page_token = 2;Copyright © 2024 Google LLC. All rights reserved.