Class HttpJsonDocumentSchemaServiceStub (0.38.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
Name Description
clientContext ClientContext
Returns
Type Description
HttpJsonDocumentSchemaServiceStub
Exceptions
Type Description
IOException

create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

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

create(DocumentSchemaServiceStubSettings settings)

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

getMethodDescriptors()

public static List<ApiMethodDescriptor> getMethodDescriptors()
Returns
Type Description
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
Name Description
settings DocumentSchemaServiceStubSettings
clientContext ClientContext

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
Name Description
settings DocumentSchemaServiceStubSettings
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

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

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