Class GrpcPrivateCatalogStub (0.10.0)

public class GrpcPrivateCatalogStub extends PrivateCatalogStub

gRPC stub implementation for the PrivateCatalog service API.

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

Inheritance

java.lang.Object > PrivateCatalogStub > GrpcPrivateCatalogStub

Static Methods

create(ClientContext clientContext)

public static final GrpcPrivateCatalogStub create(ClientContext clientContext)
Parameter
NameDescription
clientContextClientContext
Returns
TypeDescription
GrpcPrivateCatalogStub
Exceptions
TypeDescription
IOException

create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)

public static final GrpcPrivateCatalogStub create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)
Parameters
NameDescription
clientContextClientContext
callableFactoryGrpcStubCallableFactory
Returns
TypeDescription
GrpcPrivateCatalogStub
Exceptions
TypeDescription
IOException

create(PrivateCatalogStubSettings settings)

public static final GrpcPrivateCatalogStub create(PrivateCatalogStubSettings settings)
Parameter
NameDescription
settingsPrivateCatalogStubSettings
Returns
TypeDescription
GrpcPrivateCatalogStub
Exceptions
TypeDescription
IOException

Constructors

GrpcPrivateCatalogStub(PrivateCatalogStubSettings settings, ClientContext clientContext)

protected GrpcPrivateCatalogStub(PrivateCatalogStubSettings settings, ClientContext clientContext)

Constructs an instance of GrpcPrivateCatalogStub, using the given settings. This is protected so that it is easy to make a subclass, but otherwise, the static factory methods should be preferred.

Parameters
NameDescription
settingsPrivateCatalogStubSettings
clientContextClientContext

GrpcPrivateCatalogStub(PrivateCatalogStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)

protected GrpcPrivateCatalogStub(PrivateCatalogStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)

Constructs an instance of GrpcPrivateCatalogStub, using the given settings. This is protected so that it is easy to make a subclass, but otherwise, the static factory methods should be preferred.

Parameters
NameDescription
settingsPrivateCatalogStubSettings
clientContextClientContext
callableFactoryGrpcStubCallableFactory

Methods

awaitTermination(long duration, TimeUnit unit)

public boolean awaitTermination(long duration, TimeUnit unit)
Parameters
NameDescription
durationlong
unitTimeUnit
Returns
TypeDescription
boolean
Exceptions
TypeDescription
InterruptedException

close()

public final void close()
Overrides

getOperationsStub()

public GrpcOperationsStub getOperationsStub()
Returns
TypeDescription
GrpcOperationsStub

isShutdown()

public boolean isShutdown()
Returns
TypeDescription
boolean

isTerminated()

public boolean isTerminated()
Returns
TypeDescription
boolean

searchCatalogsCallable()

public UnaryCallable<SearchCatalogsRequest,SearchCatalogsResponse> searchCatalogsCallable()
Returns
TypeDescription
UnaryCallable<SearchCatalogsRequest,SearchCatalogsResponse>
Overrides

searchCatalogsPagedCallable()

public UnaryCallable<SearchCatalogsRequest,PrivateCatalogClient.SearchCatalogsPagedResponse> searchCatalogsPagedCallable()
Returns
TypeDescription
UnaryCallable<SearchCatalogsRequest,SearchCatalogsPagedResponse>
Overrides

searchProductsCallable()

public UnaryCallable<SearchProductsRequest,SearchProductsResponse> searchProductsCallable()
Returns
TypeDescription
UnaryCallable<SearchProductsRequest,SearchProductsResponse>
Overrides

searchProductsPagedCallable()

public UnaryCallable<SearchProductsRequest,PrivateCatalogClient.SearchProductsPagedResponse> searchProductsPagedCallable()
Returns
TypeDescription
UnaryCallable<SearchProductsRequest,SearchProductsPagedResponse>
Overrides

searchVersionsCallable()

public UnaryCallable<SearchVersionsRequest,SearchVersionsResponse> searchVersionsCallable()
Returns
TypeDescription
UnaryCallable<SearchVersionsRequest,SearchVersionsResponse>
Overrides

searchVersionsPagedCallable()

public UnaryCallable<SearchVersionsRequest,PrivateCatalogClient.SearchVersionsPagedResponse> searchVersionsPagedCallable()
Returns
TypeDescription
UnaryCallable<SearchVersionsRequest,SearchVersionsPagedResponse>
Overrides

shutdown()

public void shutdown()

shutdownNow()

public void shutdownNow()