Uses of Class
com.google.cloud.channel.v1.Product
-
Packages that use Product Package Description com.google.cloud.channel.v1 A client to Cloud Channel API -
-
Uses of Product in com.google.cloud.channel.v1
Methods in com.google.cloud.channel.v1 that return Product Modifier and Type Method Description Product
Product.Builder. build()
Product
Product.Builder. buildPartial()
static Product
Product. getDefaultInstance()
Product
Product.Builder. getDefaultInstanceForType()
Product
Product. getDefaultInstanceForType()
Product
Sku.Builder. getProduct()
Product the SKU is associated with.Product
Sku. getProduct()
Product the SKU is associated with.Product
SkuOrBuilder. getProduct()
Product the SKU is associated with.Product
ListProductsResponse.Builder. getProducts(int index)
List of Products requested.Product
ListProductsResponse. getProducts(int index)
List of Products requested.Product
ListProductsResponseOrBuilder. getProducts(int index)
List of Products requested.static Product
Product. parseDelimitedFrom(InputStream input)
static Product
Product. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Product
Product. parseFrom(byte[] data)
static Product
Product. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Product
Product. parseFrom(com.google.protobuf.ByteString data)
static Product
Product. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Product
Product. parseFrom(com.google.protobuf.CodedInputStream input)
static Product
Product. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Product
Product. parseFrom(InputStream input)
static Product
Product. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Product
Product. parseFrom(ByteBuffer data)
static Product
Product. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.channel.v1 that return types with arguments of type Product Modifier and Type Method Description com.google.protobuf.Parser<Product>
Product. getParserForType()
List<Product>
ListProductsResponse.Builder. getProductsList()
List of Products requested.List<Product>
ListProductsResponse. getProductsList()
List of Products requested.List<Product>
ListProductsResponseOrBuilder. getProductsList()
List of Products requested.static com.google.protobuf.Parser<Product>
Product. parser()
Methods in com.google.cloud.channel.v1 with parameters of type Product Modifier and Type Method Description ListProductsResponse.Builder
ListProductsResponse.Builder. addProducts(int index, Product value)
List of Products requested.ListProductsResponse.Builder
ListProductsResponse.Builder. addProducts(Product value)
List of Products requested.Product.Builder
Product.Builder. mergeFrom(Product other)
Sku.Builder
Sku.Builder. mergeProduct(Product value)
Product the SKU is associated with.static Product.Builder
Product. newBuilder(Product prototype)
Sku.Builder
Sku.Builder. setProduct(Product value)
Product the SKU is associated with.ListProductsResponse.Builder
ListProductsResponse.Builder. setProducts(int index, Product value)
List of Products requested.Method parameters in com.google.cloud.channel.v1 with type arguments of type Product Modifier and Type Method Description ListProductsResponse.Builder
ListProductsResponse.Builder. addAllProducts(Iterable<? extends Product> values)
List of Products requested.static com.google.api.core.ApiFuture<CloudChannelServiceClient.ListProductsPagedResponse>
CloudChannelServiceClient.ListProductsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListProductsRequest,ListProductsResponse,Product> context, com.google.api.core.ApiFuture<ListProductsResponse> futureResponse)
protected CloudChannelServiceClient.ListProductsPage
CloudChannelServiceClient.ListProductsPage. createPage(com.google.api.gax.rpc.PageContext<ListProductsRequest,ListProductsResponse,Product> context, ListProductsResponse response)
com.google.api.core.ApiFuture<CloudChannelServiceClient.ListProductsPage>
CloudChannelServiceClient.ListProductsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListProductsRequest,ListProductsResponse,Product> context, com.google.api.core.ApiFuture<ListProductsResponse> futureResponse)
-