Class SchemaServiceStub (0.38.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
Type Description
UnaryCallable<CreateSchemaRequest,Operation>

createSchemaOperationCallable()

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

deleteSchemaCallable()

public UnaryCallable<DeleteSchemaRequest,Operation> deleteSchemaCallable()
Returns
Type Description
UnaryCallable<DeleteSchemaRequest,Operation>

deleteSchemaOperationCallable()

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

getHttpJsonOperationsStub()

public OperationsStub getHttpJsonOperationsStub()
Returns
Type Description
OperationsStub

getOperationsStub()

public OperationsStub getOperationsStub()
Returns
Type Description
OperationsStub

getSchemaCallable()

public UnaryCallable<GetSchemaRequest,Schema> getSchemaCallable()
Returns
Type Description
UnaryCallable<GetSchemaRequest,Schema>

listSchemasCallable()

public UnaryCallable<ListSchemasRequest,ListSchemasResponse> listSchemasCallable()
Returns
Type Description
UnaryCallable<ListSchemasRequest,ListSchemasResponse>

listSchemasPagedCallable()

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

updateSchemaCallable()

public UnaryCallable<UpdateSchemaRequest,Operation> updateSchemaCallable()
Returns
Type Description
UnaryCallable<UpdateSchemaRequest,Operation>

updateSchemaOperationCallable()

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