Class SchemaServiceStub (0.37.0)

public abstract class SchemaServiceStub implements BackgroundResource

Base stub class for the SchemaService service API.

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

Inheritance

java.lang.Object > SchemaServiceStub

Implements

BackgroundResource

Constructors

SchemaServiceStub()

public SchemaServiceStub()

Methods

close()

public abstract void close()

createSchemaCallable()

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

createSchemaOperationCallable()

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

deleteSchemaCallable()

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

deleteSchemaOperationCallable()

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

getHttpJsonOperationsStub()

public OperationsStub getHttpJsonOperationsStub()
Returns
TypeDescription
OperationsStub

getOperationsStub()

public OperationsStub getOperationsStub()
Returns
TypeDescription
OperationsStub

getSchemaCallable()

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

listSchemasCallable()

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

listSchemasPagedCallable()

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

updateSchemaCallable()

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

updateSchemaOperationCallable()

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