Uses of Class
com.google.cloud.billing.v1.Sku
-
Packages that use Sku Package Description com.google.cloud.billing.v1 A client to Cloud Billing API -
-
Uses of Sku in com.google.cloud.billing.v1
Methods in com.google.cloud.billing.v1 that return Sku Modifier and Type Method Description Sku
Sku.Builder. build()
Sku
Sku.Builder. buildPartial()
static Sku
Sku. getDefaultInstance()
Sku
Sku.Builder. getDefaultInstanceForType()
Sku
Sku. getDefaultInstanceForType()
Sku
ListSkusResponse.Builder. getSkus(int index)
The list of public SKUs of the given service.Sku
ListSkusResponse. getSkus(int index)
The list of public SKUs of the given service.Sku
ListSkusResponseOrBuilder. getSkus(int index)
The list of public SKUs of the given service.static Sku
Sku. parseDelimitedFrom(InputStream input)
static Sku
Sku. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Sku
Sku. parseFrom(byte[] data)
static Sku
Sku. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Sku
Sku. parseFrom(com.google.protobuf.ByteString data)
static Sku
Sku. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Sku
Sku. parseFrom(com.google.protobuf.CodedInputStream input)
static Sku
Sku. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Sku
Sku. parseFrom(InputStream input)
static Sku
Sku. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Sku
Sku. parseFrom(ByteBuffer data)
static Sku
Sku. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.billing.v1 that return types with arguments of type Sku Modifier and Type Method Description com.google.protobuf.Parser<Sku>
Sku. getParserForType()
List<Sku>
ListSkusResponse.Builder. getSkusList()
The list of public SKUs of the given service.List<Sku>
ListSkusResponse. getSkusList()
The list of public SKUs of the given service.List<Sku>
ListSkusResponseOrBuilder. getSkusList()
The list of public SKUs of the given service.static com.google.protobuf.Parser<Sku>
Sku. parser()
Methods in com.google.cloud.billing.v1 with parameters of type Sku Modifier and Type Method Description ListSkusResponse.Builder
ListSkusResponse.Builder. addSkus(int index, Sku value)
The list of public SKUs of the given service.ListSkusResponse.Builder
ListSkusResponse.Builder. addSkus(Sku value)
The list of public SKUs of the given service.Sku.Builder
Sku.Builder. mergeFrom(Sku other)
static Sku.Builder
Sku. newBuilder(Sku prototype)
ListSkusResponse.Builder
ListSkusResponse.Builder. setSkus(int index, Sku value)
The list of public SKUs of the given service.Method parameters in com.google.cloud.billing.v1 with type arguments of type Sku Modifier and Type Method Description ListSkusResponse.Builder
ListSkusResponse.Builder. addAllSkus(Iterable<? extends Sku> values)
The list of public SKUs of the given service.static com.google.api.core.ApiFuture<CloudCatalogClient.ListSkusPagedResponse>
CloudCatalogClient.ListSkusPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListSkusRequest,ListSkusResponse,Sku> context, com.google.api.core.ApiFuture<ListSkusResponse> futureResponse)
protected CloudCatalogClient.ListSkusPage
CloudCatalogClient.ListSkusPage. createPage(com.google.api.gax.rpc.PageContext<ListSkusRequest,ListSkusResponse,Sku> context, ListSkusResponse response)
com.google.api.core.ApiFuture<CloudCatalogClient.ListSkusPage>
CloudCatalogClient.ListSkusPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListSkusRequest,ListSkusResponse,Sku> context, com.google.api.core.ApiFuture<ListSkusResponse> futureResponse)
-