Class GrpcPrivateCatalogStub (0.44.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
Name Description
clientContext ClientContext
Returns
Type Description
GrpcPrivateCatalogStub
Exceptions
Type Description
IOException

create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)

public static final GrpcPrivateCatalogStub create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)
Parameters
Name Description
clientContext ClientContext
callableFactory GrpcStubCallableFactory
Returns
Type Description
GrpcPrivateCatalogStub
Exceptions
Type Description
IOException

create(PrivateCatalogStubSettings settings)

public static final GrpcPrivateCatalogStub create(PrivateCatalogStubSettings settings)
Parameter
Name Description
settings PrivateCatalogStubSettings
Returns
Type Description
GrpcPrivateCatalogStub
Exceptions
Type Description
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
Name Description
settings PrivateCatalogStubSettings
clientContext ClientContext

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
Name Description
settings PrivateCatalogStubSettings
clientContext ClientContext
callableFactory GrpcStubCallableFactory

Methods

awaitTermination(long duration, TimeUnit unit)

public boolean awaitTermination(long duration, TimeUnit unit)
Parameters
Name Description
duration long
unit TimeUnit
Returns
Type Description
boolean
Exceptions
Type Description
InterruptedException

close()

public final void close()
Overrides

getOperationsStub()

public GrpcOperationsStub getOperationsStub()
Returns
Type Description
GrpcOperationsStub

isShutdown()

public boolean isShutdown()
Returns
Type Description
boolean

isTerminated()

public boolean isTerminated()
Returns
Type Description
boolean

searchCatalogsCallable()

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

searchCatalogsPagedCallable()

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

searchProductsCallable()

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

searchProductsPagedCallable()

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

searchVersionsCallable()

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

searchVersionsPagedCallable()

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

shutdown()

public void shutdown()

shutdownNow()

public void shutdownNow()