Class GrpcDocumentSchemaServiceStub (0.38.0)

public class GrpcDocumentSchemaServiceStub extends DocumentSchemaServiceStub

gRPC stub implementation for the DocumentSchemaService service API.

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

Inheritance

java.lang.Object > DocumentSchemaServiceStub > GrpcDocumentSchemaServiceStub

Static Methods

create(ClientContext clientContext)

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

create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)

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

create(DocumentSchemaServiceStubSettings settings)

public static final GrpcDocumentSchemaServiceStub create(DocumentSchemaServiceStubSettings settings)
Parameter
Name Description
settings DocumentSchemaServiceStubSettings
Returns
Type Description
GrpcDocumentSchemaServiceStub
Exceptions
Type Description
IOException

Constructors

GrpcDocumentSchemaServiceStub(DocumentSchemaServiceStubSettings settings, ClientContext clientContext)

protected GrpcDocumentSchemaServiceStub(DocumentSchemaServiceStubSettings settings, ClientContext clientContext)

Constructs an instance of GrpcDocumentSchemaServiceStub, 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 DocumentSchemaServiceStubSettings
clientContext ClientContext

GrpcDocumentSchemaServiceStub(DocumentSchemaServiceStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)

protected GrpcDocumentSchemaServiceStub(DocumentSchemaServiceStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)

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

createDocumentSchemaCallable()

public UnaryCallable<CreateDocumentSchemaRequest,DocumentSchema> createDocumentSchemaCallable()
Returns
Type Description
UnaryCallable<CreateDocumentSchemaRequest,DocumentSchema>
Overrides

deleteDocumentSchemaCallable()

public UnaryCallable<DeleteDocumentSchemaRequest,Empty> deleteDocumentSchemaCallable()
Returns
Type Description
UnaryCallable<DeleteDocumentSchemaRequest,Empty>
Overrides

getDocumentSchemaCallable()

public UnaryCallable<GetDocumentSchemaRequest,DocumentSchema> getDocumentSchemaCallable()
Returns
Type Description
UnaryCallable<GetDocumentSchemaRequest,DocumentSchema>
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

listDocumentSchemasCallable()

public UnaryCallable<ListDocumentSchemasRequest,ListDocumentSchemasResponse> listDocumentSchemasCallable()
Returns
Type Description
UnaryCallable<ListDocumentSchemasRequest,ListDocumentSchemasResponse>
Overrides

listDocumentSchemasPagedCallable()

public UnaryCallable<ListDocumentSchemasRequest,DocumentSchemaServiceClient.ListDocumentSchemasPagedResponse> listDocumentSchemasPagedCallable()
Returns
Type Description
UnaryCallable<ListDocumentSchemasRequest,ListDocumentSchemasPagedResponse>
Overrides

shutdown()

public void shutdown()

shutdownNow()

public void shutdownNow()

updateDocumentSchemaCallable()

public UnaryCallable<UpdateDocumentSchemaRequest,DocumentSchema> updateDocumentSchemaCallable()
Returns
Type Description
UnaryCallable<UpdateDocumentSchemaRequest,DocumentSchema>
Overrides