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 SkuSku.Builder. build()SkuSku.Builder. buildPartial()static SkuSku. getDefaultInstance()SkuSku.Builder. getDefaultInstanceForType()SkuSku. getDefaultInstanceForType()SkuListSkusResponse.Builder. getSkus(int index)The list of public SKUs of the given service.SkuListSkusResponse. getSkus(int index)The list of public SKUs of the given service.SkuListSkusResponseOrBuilder. getSkus(int index)The list of public SKUs of the given service.static SkuSku. parseDelimitedFrom(InputStream input)static SkuSku. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SkuSku. parseFrom(byte[] data)static SkuSku. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SkuSku. parseFrom(com.google.protobuf.ByteString data)static SkuSku. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SkuSku. parseFrom(com.google.protobuf.CodedInputStream input)static SkuSku. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SkuSku. parseFrom(InputStream input)static SkuSku. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SkuSku. parseFrom(ByteBuffer data)static SkuSku. 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.BuilderListSkusResponse.Builder. addSkus(int index, Sku value)The list of public SKUs of the given service.ListSkusResponse.BuilderListSkusResponse.Builder. addSkus(Sku value)The list of public SKUs of the given service.Sku.BuilderSku.Builder. mergeFrom(Sku other)static Sku.BuilderSku. newBuilder(Sku prototype)ListSkusResponse.BuilderListSkusResponse.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.BuilderListSkusResponse.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.ListSkusPageCloudCatalogClient.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)
-