Uses of Class
com.google.cloud.privatecatalog.v1beta1.Product
-
Packages that use Product Package Description com.google.cloud.privatecatalog.v1beta1 A client to Cloud Private Catalog API -
-
Uses of Product in com.google.cloud.privatecatalog.v1beta1
Methods in com.google.cloud.privatecatalog.v1beta1 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
SearchProductsResponse.Builder. getProducts(int index)
The `Product` resources computed from the resource context.Product
SearchProductsResponse. getProducts(int index)
The `Product` resources computed from the resource context.Product
SearchProductsResponseOrBuilder. getProducts(int index)
The `Product` resources computed from the resource context.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.privatecatalog.v1beta1 that return types with arguments of type Product Modifier and Type Method Description com.google.protobuf.Parser<Product>
Product. getParserForType()
List<Product>
SearchProductsResponse.Builder. getProductsList()
The `Product` resources computed from the resource context.List<Product>
SearchProductsResponse. getProductsList()
The `Product` resources computed from the resource context.List<Product>
SearchProductsResponseOrBuilder. getProductsList()
The `Product` resources computed from the resource context.static com.google.protobuf.Parser<Product>
Product. parser()
Methods in com.google.cloud.privatecatalog.v1beta1 with parameters of type Product Modifier and Type Method Description SearchProductsResponse.Builder
SearchProductsResponse.Builder. addProducts(int index, Product value)
The `Product` resources computed from the resource context.SearchProductsResponse.Builder
SearchProductsResponse.Builder. addProducts(Product value)
The `Product` resources computed from the resource context.Product.Builder
Product.Builder. mergeFrom(Product other)
static Product.Builder
Product. newBuilder(Product prototype)
SearchProductsResponse.Builder
SearchProductsResponse.Builder. setProducts(int index, Product value)
The `Product` resources computed from the resource context.Method parameters in com.google.cloud.privatecatalog.v1beta1 with type arguments of type Product Modifier and Type Method Description SearchProductsResponse.Builder
SearchProductsResponse.Builder. addAllProducts(Iterable<? extends Product> values)
The `Product` resources computed from the resource context.static com.google.api.core.ApiFuture<PrivateCatalogClient.SearchProductsPagedResponse>
PrivateCatalogClient.SearchProductsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<SearchProductsRequest,SearchProductsResponse,Product> context, com.google.api.core.ApiFuture<SearchProductsResponse> futureResponse)
protected PrivateCatalogClient.SearchProductsPage
PrivateCatalogClient.SearchProductsPage. createPage(com.google.api.gax.rpc.PageContext<SearchProductsRequest,SearchProductsResponse,Product> context, SearchProductsResponse response)
com.google.api.core.ApiFuture<PrivateCatalogClient.SearchProductsPage>
PrivateCatalogClient.SearchProductsPage. createPageAsync(com.google.api.gax.rpc.PageContext<SearchProductsRequest,SearchProductsResponse,Product> context, com.google.api.core.ApiFuture<SearchProductsResponse> futureResponse)
-