Class GeneratorsGrpc.GeneratorsBlockingStub (0.52.0)

public static final class GeneratorsGrpc.GeneratorsBlockingStub extends AbstractBlockingStub<GeneratorsGrpc.GeneratorsBlockingStub>

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

Service for managing Generators

Inheritance

java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractBlockingStub > GeneratorsGrpc.GeneratorsBlockingStub

Methods

build(Channel channel, CallOptions callOptions)

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

createGenerator(CreateGeneratorRequest request)

public Generator createGenerator(CreateGeneratorRequest request)

Creates a generator in the specified agent.

Parameter
NameDescription
requestCreateGeneratorRequest
Returns
TypeDescription
Generator

deleteGenerator(DeleteGeneratorRequest request)

public Empty deleteGenerator(DeleteGeneratorRequest request)

Deletes the specified generators.

Parameter
NameDescription
requestDeleteGeneratorRequest
Returns
TypeDescription
Empty

getGenerator(GetGeneratorRequest request)

public Generator getGenerator(GetGeneratorRequest request)

Retrieves the specified generator.

Parameter
NameDescription
requestGetGeneratorRequest
Returns
TypeDescription
Generator

listGenerators(ListGeneratorsRequest request)

public ListGeneratorsResponse listGenerators(ListGeneratorsRequest request)

Returns the list of all generators in the specified agent.

Parameter
NameDescription
requestListGeneratorsRequest
Returns
TypeDescription
ListGeneratorsResponse

updateGenerator(UpdateGeneratorRequest request)

public Generator updateGenerator(UpdateGeneratorRequest request)

Update the specified generator.

Parameter
NameDescription
requestUpdateGeneratorRequest
Returns
TypeDescription
Generator