Class GrpcSchemaServiceStub (0.37.0)

public class GrpcSchemaServiceStub extends SchemaServiceStub

gRPC stub implementation for the SchemaService service API.

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

Inheritance

java.lang.Object > SchemaServiceStub > GrpcSchemaServiceStub

Static Methods

create(ClientContext clientContext)

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

create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)

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

create(SchemaServiceStubSettings settings)

public static final GrpcSchemaServiceStub create(SchemaServiceStubSettings settings)
Parameter
NameDescription
settingsSchemaServiceStubSettings
Returns
TypeDescription
GrpcSchemaServiceStub
Exceptions
TypeDescription
IOException

Constructors

GrpcSchemaServiceStub(SchemaServiceStubSettings settings, ClientContext clientContext)

protected GrpcSchemaServiceStub(SchemaServiceStubSettings settings, ClientContext clientContext)

Constructs an instance of GrpcSchemaServiceStub, 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
settingsSchemaServiceStubSettings
clientContextClientContext

GrpcSchemaServiceStub(SchemaServiceStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)

protected GrpcSchemaServiceStub(SchemaServiceStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)

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

createSchemaCallable()

public UnaryCallable<CreateSchemaRequest,Operation> createSchemaCallable()
Returns
TypeDescription
UnaryCallable<CreateSchemaRequest,Operation>
Overrides

createSchemaOperationCallable()

public OperationCallable<CreateSchemaRequest,Schema,CreateSchemaMetadata> createSchemaOperationCallable()
Returns
TypeDescription
OperationCallable<CreateSchemaRequest,Schema,CreateSchemaMetadata>
Overrides

deleteSchemaCallable()

public UnaryCallable<DeleteSchemaRequest,Operation> deleteSchemaCallable()
Returns
TypeDescription
UnaryCallable<DeleteSchemaRequest,Operation>
Overrides

deleteSchemaOperationCallable()

public OperationCallable<DeleteSchemaRequest,Empty,DeleteSchemaMetadata> deleteSchemaOperationCallable()
Returns
TypeDescription
OperationCallable<DeleteSchemaRequest,Empty,DeleteSchemaMetadata>
Overrides

getOperationsStub()

public GrpcOperationsStub getOperationsStub()
Returns
TypeDescription
GrpcOperationsStub
Overrides

getSchemaCallable()

public UnaryCallable<GetSchemaRequest,Schema> getSchemaCallable()
Returns
TypeDescription
UnaryCallable<GetSchemaRequest,Schema>
Overrides

isShutdown()

public boolean isShutdown()
Returns
TypeDescription
boolean

isTerminated()

public boolean isTerminated()
Returns
TypeDescription
boolean

listSchemasCallable()

public UnaryCallable<ListSchemasRequest,ListSchemasResponse> listSchemasCallable()
Returns
TypeDescription
UnaryCallable<ListSchemasRequest,ListSchemasResponse>
Overrides

listSchemasPagedCallable()

public UnaryCallable<ListSchemasRequest,SchemaServiceClient.ListSchemasPagedResponse> listSchemasPagedCallable()
Returns
TypeDescription
UnaryCallable<ListSchemasRequest,ListSchemasPagedResponse>
Overrides

shutdown()

public void shutdown()

shutdownNow()

public void shutdownNow()

updateSchemaCallable()

public UnaryCallable<UpdateSchemaRequest,Operation> updateSchemaCallable()
Returns
TypeDescription
UnaryCallable<UpdateSchemaRequest,Operation>
Overrides

updateSchemaOperationCallable()

public OperationCallable<UpdateSchemaRequest,Schema,UpdateSchemaMetadata> updateSchemaOperationCallable()
Returns
TypeDescription
OperationCallable<UpdateSchemaRequest,Schema,UpdateSchemaMetadata>
Overrides