Uses of Class
com.google.cloud.channel.v1.BillableSku
-
Packages that use BillableSku Package Description com.google.cloud.channel.v1 A client to Cloud Channel API -
-
Uses of BillableSku in com.google.cloud.channel.v1
Methods in com.google.cloud.channel.v1 that return BillableSku Modifier and Type Method Description BillableSku
BillableSku.Builder. build()
BillableSku
BillableSku.Builder. buildPartial()
BillableSku
ListSkuGroupBillableSkusResponse.Builder. getBillableSkus(int index)
The list of billable SKUs in the requested SKU group.BillableSku
ListSkuGroupBillableSkusResponse. getBillableSkus(int index)
The list of billable SKUs in the requested SKU group.BillableSku
ListSkuGroupBillableSkusResponseOrBuilder. getBillableSkus(int index)
The list of billable SKUs in the requested SKU group.static BillableSku
BillableSku. getDefaultInstance()
BillableSku
BillableSku.Builder. getDefaultInstanceForType()
BillableSku
BillableSku. getDefaultInstanceForType()
static BillableSku
BillableSku. parseDelimitedFrom(InputStream input)
static BillableSku
BillableSku. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BillableSku
BillableSku. parseFrom(byte[] data)
static BillableSku
BillableSku. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BillableSku
BillableSku. parseFrom(com.google.protobuf.ByteString data)
static BillableSku
BillableSku. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BillableSku
BillableSku. parseFrom(com.google.protobuf.CodedInputStream input)
static BillableSku
BillableSku. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BillableSku
BillableSku. parseFrom(InputStream input)
static BillableSku
BillableSku. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BillableSku
BillableSku. parseFrom(ByteBuffer data)
static BillableSku
BillableSku. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.channel.v1 that return types with arguments of type BillableSku Modifier and Type Method Description List<BillableSku>
ListSkuGroupBillableSkusResponse.Builder. getBillableSkusList()
The list of billable SKUs in the requested SKU group.List<BillableSku>
ListSkuGroupBillableSkusResponse. getBillableSkusList()
The list of billable SKUs in the requested SKU group.List<BillableSku>
ListSkuGroupBillableSkusResponseOrBuilder. getBillableSkusList()
The list of billable SKUs in the requested SKU group.com.google.protobuf.Parser<BillableSku>
BillableSku. getParserForType()
static com.google.protobuf.Parser<BillableSku>
BillableSku. parser()
Methods in com.google.cloud.channel.v1 with parameters of type BillableSku Modifier and Type Method Description ListSkuGroupBillableSkusResponse.Builder
ListSkuGroupBillableSkusResponse.Builder. addBillableSkus(int index, BillableSku value)
The list of billable SKUs in the requested SKU group.ListSkuGroupBillableSkusResponse.Builder
ListSkuGroupBillableSkusResponse.Builder. addBillableSkus(BillableSku value)
The list of billable SKUs in the requested SKU group.BillableSku.Builder
BillableSku.Builder. mergeFrom(BillableSku other)
static BillableSku.Builder
BillableSku. newBuilder(BillableSku prototype)
ListSkuGroupBillableSkusResponse.Builder
ListSkuGroupBillableSkusResponse.Builder. setBillableSkus(int index, BillableSku value)
The list of billable SKUs in the requested SKU group.Method parameters in com.google.cloud.channel.v1 with type arguments of type BillableSku Modifier and Type Method Description ListSkuGroupBillableSkusResponse.Builder
ListSkuGroupBillableSkusResponse.Builder. addAllBillableSkus(Iterable<? extends BillableSku> values)
The list of billable SKUs in the requested SKU group.static com.google.api.core.ApiFuture<CloudChannelServiceClient.ListSkuGroupBillableSkusPagedResponse>
CloudChannelServiceClient.ListSkuGroupBillableSkusPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListSkuGroupBillableSkusRequest,ListSkuGroupBillableSkusResponse,BillableSku> context, com.google.api.core.ApiFuture<ListSkuGroupBillableSkusResponse> futureResponse)
protected CloudChannelServiceClient.ListSkuGroupBillableSkusPage
CloudChannelServiceClient.ListSkuGroupBillableSkusPage. createPage(com.google.api.gax.rpc.PageContext<ListSkuGroupBillableSkusRequest,ListSkuGroupBillableSkusResponse,BillableSku> context, ListSkuGroupBillableSkusResponse response)
com.google.api.core.ApiFuture<CloudChannelServiceClient.ListSkuGroupBillableSkusPage>
CloudChannelServiceClient.ListSkuGroupBillableSkusPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListSkuGroupBillableSkusRequest,ListSkuGroupBillableSkusResponse,BillableSku> context, com.google.api.core.ApiFuture<ListSkuGroupBillableSkusResponse> futureResponse)
-