public interface ListServicesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getNextPageToken()
A token to retrieve the next page of results.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
A token to retrieve the next page of results.
|
Service |
getServices(int index)
A list of services.
|
int |
getServicesCount()
A list of services.
|
List<Service> |
getServicesList()
A list of services.
|
ServiceOrBuilder |
getServicesOrBuilder(int index)
A list of services.
|
List<? extends ServiceOrBuilder> |
getServicesOrBuilderList()
A list of services.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Service> getServicesList()
A list of services.
repeated .google.cloud.billing.v1.Service services = 1;Service getServices(int index)
A list of services.
repeated .google.cloud.billing.v1.Service services = 1;int getServicesCount()
A list of services.
repeated .google.cloud.billing.v1.Service services = 1;List<? extends ServiceOrBuilder> getServicesOrBuilderList()
A list of services.
repeated .google.cloud.billing.v1.Service services = 1;ServiceOrBuilder getServicesOrBuilder(int index)
A list of services.
repeated .google.cloud.billing.v1.Service services = 1;String getNextPageToken()
A token to retrieve the next page of results. To retrieve the next page, call `ListServices` again with the `page_token` field set to this value. This field is empty if there are no more results to retrieve.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
A token to retrieve the next page of results. To retrieve the next page, call `ListServices` again with the `page_token` field set to this value. This field is empty if there are no more results to retrieve.
string next_page_token = 2;Copyright © 2025 Google LLC. All rights reserved.