Class DocumentSchemaServiceStub (0.37.0)

public abstract class DocumentSchemaServiceStub implements BackgroundResource

Base stub class for the DocumentSchemaService service API.

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

Inheritance

java.lang.Object > DocumentSchemaServiceStub

Implements

BackgroundResource

Constructors

DocumentSchemaServiceStub()

public DocumentSchemaServiceStub()

Methods

close()

public abstract void close()

createDocumentSchemaCallable()

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

deleteDocumentSchemaCallable()

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

getDocumentSchemaCallable()

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

listDocumentSchemasCallable()

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

listDocumentSchemasPagedCallable()

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

updateDocumentSchemaCallable()

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