Class CloudProductRegistryReadServiceStub (0.1.0)

public abstract class CloudProductRegistryReadServiceStub implements BackgroundResource

Base stub class for the CloudProductRegistryReadService service API.

This class is for advanced usage and reflects the underlying API directly.

Inheritance

java.lang.Object > CloudProductRegistryReadServiceStub

Implements

BackgroundResource

Constructors

CloudProductRegistryReadServiceStub()

public CloudProductRegistryReadServiceStub()

Methods

close()

public abstract void close()

getLogicalProductCallable()

public UnaryCallable<GetLogicalProductRequest,LogicalProduct> getLogicalProductCallable()
Returns
Type Description
UnaryCallable<GetLogicalProductRequest,LogicalProduct>

getLogicalProductVariantCallable()

public UnaryCallable<GetLogicalProductVariantRequest,LogicalProductVariant> getLogicalProductVariantCallable()
Returns
Type Description
UnaryCallable<GetLogicalProductVariantRequest,LogicalProductVariant>

getProductSuiteCallable()

public UnaryCallable<GetProductSuiteRequest,ProductSuite> getProductSuiteCallable()
Returns
Type Description
UnaryCallable<GetProductSuiteRequest,ProductSuite>

listLogicalProductVariantsCallable()

public UnaryCallable<ListLogicalProductVariantsRequest,ListLogicalProductVariantsResponse> listLogicalProductVariantsCallable()
Returns
Type Description
UnaryCallable<ListLogicalProductVariantsRequest,ListLogicalProductVariantsResponse>

listLogicalProductVariantsPagedCallable()

public UnaryCallable<ListLogicalProductVariantsRequest,CloudProductRegistryReadServiceClient.ListLogicalProductVariantsPagedResponse> listLogicalProductVariantsPagedCallable()
Returns
Type Description
UnaryCallable<ListLogicalProductVariantsRequest,ListLogicalProductVariantsPagedResponse>

listLogicalProductsCallable()

public UnaryCallable<ListLogicalProductsRequest,ListLogicalProductsResponse> listLogicalProductsCallable()
Returns
Type Description
UnaryCallable<ListLogicalProductsRequest,ListLogicalProductsResponse>

listLogicalProductsPagedCallable()

public UnaryCallable<ListLogicalProductsRequest,CloudProductRegistryReadServiceClient.ListLogicalProductsPagedResponse> listLogicalProductsPagedCallable()
Returns
Type Description
UnaryCallable<ListLogicalProductsRequest,ListLogicalProductsPagedResponse>

listProductSuitesCallable()

public UnaryCallable<ListProductSuitesRequest,ListProductSuitesResponse> listProductSuitesCallable()
Returns
Type Description
UnaryCallable<ListProductSuitesRequest,ListProductSuitesResponse>

listProductSuitesPagedCallable()

public UnaryCallable<ListProductSuitesRequest,CloudProductRegistryReadServiceClient.ListProductSuitesPagedResponse> listProductSuitesPagedCallable()
Returns
Type Description
UnaryCallable<ListProductSuitesRequest,ListProductSuitesPagedResponse>

lookupEntityCallable()

public UnaryCallable<LookupEntityRequest,LookupEntityResponse> lookupEntityCallable()
Returns
Type Description
UnaryCallable<LookupEntityRequest,LookupEntityResponse>