Class HttpJsonPrivateCatalogStub (0.46.0)

public class HttpJsonPrivateCatalogStub extends PrivateCatalogStub

REST stub implementation for the PrivateCatalog service API.

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

Inheritance

java.lang.Object > PrivateCatalogStub > HttpJsonPrivateCatalogStub

Static Methods

create(ClientContext clientContext)

public static final HttpJsonPrivateCatalogStub create(ClientContext clientContext)
Parameter
Name Description
clientContext ClientContext
Returns
Type Description
HttpJsonPrivateCatalogStub
Exceptions
Type Description
IOException

create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

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

create(PrivateCatalogStubSettings settings)

public static final HttpJsonPrivateCatalogStub create(PrivateCatalogStubSettings settings)
Parameter
Name Description
settings PrivateCatalogStubSettings
Returns
Type Description
HttpJsonPrivateCatalogStub
Exceptions
Type Description
IOException

getMethodDescriptors()

public static List<ApiMethodDescriptor> getMethodDescriptors()
Returns
Type Description
List<ApiMethodDescriptor>

Constructors

HttpJsonPrivateCatalogStub(PrivateCatalogStubSettings settings, ClientContext clientContext)

protected HttpJsonPrivateCatalogStub(PrivateCatalogStubSettings settings, ClientContext clientContext)

Constructs an instance of HttpJsonPrivateCatalogStub, 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

HttpJsonPrivateCatalogStub(PrivateCatalogStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

protected HttpJsonPrivateCatalogStub(PrivateCatalogStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

Constructs an instance of HttpJsonPrivateCatalogStub, 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 HttpJsonStubCallableFactory

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

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()