Class GrpcCatalogServiceStub (0.49.0)

public class GrpcCatalogServiceStub extends CatalogServiceStub

gRPC stub implementation for the CatalogService service API.

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

Inheritance

java.lang.Object > CatalogServiceStub > GrpcCatalogServiceStub

Static Methods

create(ClientContext clientContext)

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

create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)

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

create(CatalogServiceStubSettings settings)

public static final GrpcCatalogServiceStub create(CatalogServiceStubSettings settings)
Parameter
Name Description
settings CatalogServiceStubSettings
Returns
Type Description
GrpcCatalogServiceStub
Exceptions
Type Description
IOException

Constructors

GrpcCatalogServiceStub(CatalogServiceStubSettings settings, ClientContext clientContext)

protected GrpcCatalogServiceStub(CatalogServiceStubSettings settings, ClientContext clientContext)

Constructs an instance of GrpcCatalogServiceStub, 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 CatalogServiceStubSettings
clientContext ClientContext

GrpcCatalogServiceStub(CatalogServiceStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)

protected GrpcCatalogServiceStub(CatalogServiceStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)

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

createCatalogItemCallable()

public UnaryCallable<CreateCatalogItemRequest,CatalogItem> createCatalogItemCallable()
Returns
Type Description
UnaryCallable<CreateCatalogItemRequest,CatalogItem>
Overrides

deleteCatalogItemCallable()

public UnaryCallable<DeleteCatalogItemRequest,Empty> deleteCatalogItemCallable()
Returns
Type Description
UnaryCallable<DeleteCatalogItemRequest,Empty>
Overrides

getCatalogItemCallable()

public UnaryCallable<GetCatalogItemRequest,CatalogItem> getCatalogItemCallable()
Returns
Type Description
UnaryCallable<GetCatalogItemRequest,CatalogItem>
Overrides

getOperationsStub()

public GrpcOperationsStub getOperationsStub()
Returns
Type Description
GrpcOperationsStub
Overrides

importCatalogItemsCallable()

public UnaryCallable<ImportCatalogItemsRequest,Operation> importCatalogItemsCallable()
Returns
Type Description
UnaryCallable<ImportCatalogItemsRequest,Operation>
Overrides

importCatalogItemsOperationCallable()

public OperationCallable<ImportCatalogItemsRequest,ImportCatalogItemsResponse,ImportMetadata> importCatalogItemsOperationCallable()
Returns
Type Description
OperationCallable<ImportCatalogItemsRequest,ImportCatalogItemsResponse,ImportMetadata>
Overrides

isShutdown()

public boolean isShutdown()
Returns
Type Description
boolean

isTerminated()

public boolean isTerminated()
Returns
Type Description
boolean

listCatalogItemsCallable()

public UnaryCallable<ListCatalogItemsRequest,ListCatalogItemsResponse> listCatalogItemsCallable()
Returns
Type Description
UnaryCallable<ListCatalogItemsRequest,ListCatalogItemsResponse>
Overrides

listCatalogItemsPagedCallable()

public UnaryCallable<ListCatalogItemsRequest,CatalogServiceClient.ListCatalogItemsPagedResponse> listCatalogItemsPagedCallable()
Returns
Type Description
UnaryCallable<ListCatalogItemsRequest,ListCatalogItemsPagedResponse>
Overrides

shutdown()

public void shutdown()

shutdownNow()

public void shutdownNow()

updateCatalogItemCallable()

public UnaryCallable<UpdateCatalogItemRequest,CatalogItem> updateCatalogItemCallable()
Returns
Type Description
UnaryCallable<UpdateCatalogItemRequest,CatalogItem>
Overrides