Class SchemaServiceGrpc.SchemaServiceBlockingStub (0.37.0)

public static final class SchemaServiceGrpc.SchemaServiceBlockingStub extends AbstractBlockingStub<SchemaServiceGrpc.SchemaServiceBlockingStub>

A stub to allow clients to do synchronous rpc calls to service SchemaService.

Service for managing Schemas.

Inheritance

java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractBlockingStub > SchemaServiceGrpc.SchemaServiceBlockingStub

Methods

build(Channel channel, CallOptions callOptions)

protected SchemaServiceGrpc.SchemaServiceBlockingStub build(Channel channel, CallOptions callOptions)
Parameters
NameDescription
channelio.grpc.Channel
callOptionsio.grpc.CallOptions
Returns
TypeDescription
SchemaServiceGrpc.SchemaServiceBlockingStub
Overrides
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)

createSchema(CreateSchemaRequest request)

public Operation createSchema(CreateSchemaRequest request)

Creates a Schema.

Parameter
NameDescription
requestCreateSchemaRequest
Returns
TypeDescription
Operation

deleteSchema(DeleteSchemaRequest request)

public Operation deleteSchema(DeleteSchemaRequest request)

Deletes a Schema.

Parameter
NameDescription
requestDeleteSchemaRequest
Returns
TypeDescription
Operation

getSchema(GetSchemaRequest request)

public Schema getSchema(GetSchemaRequest request)

Gets a Schema.

Parameter
NameDescription
requestGetSchemaRequest
Returns
TypeDescription
Schema

listSchemas(ListSchemasRequest request)

public ListSchemasResponse listSchemas(ListSchemasRequest request)

Gets a list of Schemas.

Parameter
NameDescription
requestListSchemasRequest
Returns
TypeDescription
ListSchemasResponse

updateSchema(UpdateSchemaRequest request)

public Operation updateSchema(UpdateSchemaRequest request)

Updates a Schema.

Parameter
NameDescription
requestUpdateSchemaRequest
Returns
TypeDescription
Operation