Class HttpJsonDocumentSchemaServiceStub (0.37.0)

public class HttpJsonDocumentSchemaServiceStub extends DocumentSchemaServiceStub

REST stub implementation for the DocumentSchemaService service API.

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

Inheritance

java.lang.Object > DocumentSchemaServiceStub > HttpJsonDocumentSchemaServiceStub

Static Methods

create(ClientContext clientContext)

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

create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

public static final HttpJsonDocumentSchemaServiceStub create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
Parameters
NameDescription
clientContextClientContext
callableFactoryHttpJsonStubCallableFactory
Returns
TypeDescription
HttpJsonDocumentSchemaServiceStub
Exceptions
TypeDescription
IOException

create(DocumentSchemaServiceStubSettings settings)

public static final HttpJsonDocumentSchemaServiceStub create(DocumentSchemaServiceStubSettings settings)
Parameter
NameDescription
settingsDocumentSchemaServiceStubSettings
Returns
TypeDescription
HttpJsonDocumentSchemaServiceStub
Exceptions
TypeDescription
IOException

getMethodDescriptors()

public static List<ApiMethodDescriptor> getMethodDescriptors()
Returns
TypeDescription
List<ApiMethodDescriptor>

Constructors

HttpJsonDocumentSchemaServiceStub(DocumentSchemaServiceStubSettings settings, ClientContext clientContext)

protected HttpJsonDocumentSchemaServiceStub(DocumentSchemaServiceStubSettings settings, ClientContext clientContext)

Constructs an instance of HttpJsonDocumentSchemaServiceStub, 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
settingsDocumentSchemaServiceStubSettings
clientContextClientContext

HttpJsonDocumentSchemaServiceStub(DocumentSchemaServiceStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

protected HttpJsonDocumentSchemaServiceStub(DocumentSchemaServiceStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

Constructs an instance of HttpJsonDocumentSchemaServiceStub, 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
settingsDocumentSchemaServiceStubSettings
clientContextClientContext
callableFactoryHttpJsonStubCallableFactory

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

createDocumentSchemaCallable()

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

deleteDocumentSchemaCallable()

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

getDocumentSchemaCallable()

public UnaryCallable<GetDocumentSchemaRequest,DocumentSchema> getDocumentSchemaCallable()
Returns
TypeDescription
UnaryCallable<GetDocumentSchemaRequest,DocumentSchema>
Overrides

isShutdown()

public boolean isShutdown()
Returns
TypeDescription
boolean

isTerminated()

public boolean isTerminated()
Returns
TypeDescription
boolean

listDocumentSchemasCallable()

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

listDocumentSchemasPagedCallable()

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

shutdown()

public void shutdown()

shutdownNow()

public void shutdownNow()

updateDocumentSchemaCallable()

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