Class PrivateCatalogStub
- java.lang.Object
-
- com.google.cloud.privatecatalog.v1beta1.stub.PrivateCatalogStub
-
- All Implemented Interfaces:
com.google.api.gax.core.BackgroundResource
,AutoCloseable
- Direct Known Subclasses:
GrpcPrivateCatalogStub
,HttpJsonPrivateCatalogStub
@BetaApi @Generated("by gapic-generator-java") public abstract class PrivateCatalogStub extends Object implements com.google.api.gax.core.BackgroundResource
Base stub class for the PrivateCatalog service API.This class is for advanced usage and reflects the underlying API directly.
-
-
Constructor Summary
Constructors Constructor Description PrivateCatalogStub()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract void
close()
com.google.api.gax.rpc.UnaryCallable<SearchCatalogsRequest,SearchCatalogsResponse>
searchCatalogsCallable()
com.google.api.gax.rpc.UnaryCallable<SearchCatalogsRequest,PrivateCatalogClient.SearchCatalogsPagedResponse>
searchCatalogsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<SearchProductsRequest,SearchProductsResponse>
searchProductsCallable()
com.google.api.gax.rpc.UnaryCallable<SearchProductsRequest,PrivateCatalogClient.SearchProductsPagedResponse>
searchProductsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<SearchVersionsRequest,SearchVersionsResponse>
searchVersionsCallable()
com.google.api.gax.rpc.UnaryCallable<SearchVersionsRequest,PrivateCatalogClient.SearchVersionsPagedResponse>
searchVersionsPagedCallable()
-
-
-
Method Detail
-
searchCatalogsPagedCallable
public com.google.api.gax.rpc.UnaryCallable<SearchCatalogsRequest,PrivateCatalogClient.SearchCatalogsPagedResponse> searchCatalogsPagedCallable()
-
searchCatalogsCallable
public com.google.api.gax.rpc.UnaryCallable<SearchCatalogsRequest,SearchCatalogsResponse> searchCatalogsCallable()
-
searchProductsPagedCallable
public com.google.api.gax.rpc.UnaryCallable<SearchProductsRequest,PrivateCatalogClient.SearchProductsPagedResponse> searchProductsPagedCallable()
-
searchProductsCallable
public com.google.api.gax.rpc.UnaryCallable<SearchProductsRequest,SearchProductsResponse> searchProductsCallable()
-
searchVersionsPagedCallable
public com.google.api.gax.rpc.UnaryCallable<SearchVersionsRequest,PrivateCatalogClient.SearchVersionsPagedResponse> searchVersionsPagedCallable()
-
searchVersionsCallable
public com.google.api.gax.rpc.UnaryCallable<SearchVersionsRequest,SearchVersionsResponse> searchVersionsCallable()
-
close
public abstract void close()
- Specified by:
close
in interfaceAutoCloseable
-
-