Class SchemaServiceGrpc.SchemaServiceBlockingStub (0.38.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
Name Description
channel io.grpc.Channel
callOptions io.grpc.CallOptions
Returns
Type Description
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
Name Description
request CreateSchemaRequest
Returns
Type Description
Operation

deleteSchema(DeleteSchemaRequest request)

public Operation deleteSchema(DeleteSchemaRequest request)

Deletes a Schema.

Parameter
Name Description
request DeleteSchemaRequest
Returns
Type Description
Operation

getSchema(GetSchemaRequest request)

public Schema getSchema(GetSchemaRequest request)

Gets a Schema.

Parameter
Name Description
request GetSchemaRequest
Returns
Type Description
Schema

listSchemas(ListSchemasRequest request)

public ListSchemasResponse listSchemas(ListSchemasRequest request)

Gets a list of Schemas.

Parameter
Name Description
request ListSchemasRequest
Returns
Type Description
ListSchemasResponse

updateSchema(UpdateSchemaRequest request)

public Operation updateSchema(UpdateSchemaRequest request)

Updates a Schema.

Parameter
Name Description
request UpdateSchemaRequest
Returns
Type Description
Operation