public interface ListSkusResponseOrBuilder
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.
|
Sku |
getSkus(int index)
The list of public SKUs of the given service.
|
int |
getSkusCount()
The list of public SKUs of the given service.
|
List<Sku> |
getSkusList()
The list of public SKUs of the given service.
|
SkuOrBuilder |
getSkusOrBuilder(int index)
The list of public SKUs of the given service.
|
List<? extends SkuOrBuilder> |
getSkusOrBuilderList()
The list of public SKUs of the given service.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Sku> getSkusList()
The list of public SKUs of the given service.
repeated .google.cloud.billing.v1.Sku skus = 1;Sku getSkus(int index)
The list of public SKUs of the given service.
repeated .google.cloud.billing.v1.Sku skus = 1;int getSkusCount()
The list of public SKUs of the given service.
repeated .google.cloud.billing.v1.Sku skus = 1;List<? extends SkuOrBuilder> getSkusOrBuilderList()
The list of public SKUs of the given service.
repeated .google.cloud.billing.v1.Sku skus = 1;SkuOrBuilder getSkusOrBuilder(int index)
The list of public SKUs of the given service.
repeated .google.cloud.billing.v1.Sku skus = 1;String getNextPageToken()
A token to retrieve the next page of results. To retrieve the next page, call `ListSkus` 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 `ListSkus` 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.