public static final class GeneratorsGrpc.GeneratorsBlockingV2Stub extends AbstractBlockingStub<GeneratorsGrpc.GeneratorsBlockingV2Stub>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.GeneratorsBlockingV2StubMethods
build(Channel channel, CallOptions callOptions)
protected GeneratorsGrpc.GeneratorsBlockingV2Stub build(Channel channel, CallOptions callOptions)| Parameters | |
|---|---|
| Name | Description |
channel |
io.grpc.Channel |
callOptions |
io.grpc.CallOptions |
| Returns | |
|---|---|
| Type | Description |
GeneratorsGrpc.GeneratorsBlockingV2Stub |
|
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 | |
|---|---|
| Name | Description |
request |
CreateGeneratorRequest |
| Returns | |
|---|---|
| Type | Description |
Generator |
|
| Exceptions | |
|---|---|
| Type | Description |
io.grpc.StatusException |
|
deleteGenerator(DeleteGeneratorRequest request)
public Empty deleteGenerator(DeleteGeneratorRequest request)Deletes the specified generators.
| Parameter | |
|---|---|
| Name | Description |
request |
DeleteGeneratorRequest |
| Returns | |
|---|---|
| Type | Description |
Empty |
|
| Exceptions | |
|---|---|
| Type | Description |
io.grpc.StatusException |
|
getGenerator(GetGeneratorRequest request)
public Generator getGenerator(GetGeneratorRequest request)Retrieves the specified generator.
| Parameter | |
|---|---|
| Name | Description |
request |
GetGeneratorRequest |
| Returns | |
|---|---|
| Type | Description |
Generator |
|
| Exceptions | |
|---|---|
| Type | Description |
io.grpc.StatusException |
|
listGenerators(ListGeneratorsRequest request)
public ListGeneratorsResponse listGenerators(ListGeneratorsRequest request)Returns the list of all generators in the specified agent.
| Parameter | |
|---|---|
| Name | Description |
request |
ListGeneratorsRequest |
| Returns | |
|---|---|
| Type | Description |
ListGeneratorsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
io.grpc.StatusException |
|
updateGenerator(UpdateGeneratorRequest request)
public Generator updateGenerator(UpdateGeneratorRequest request)Update the specified generator.
| Parameter | |
|---|---|
| Name | Description |
request |
UpdateGeneratorRequest |
| Returns | |
|---|---|
| Type | Description |
Generator |
|
| Exceptions | |
|---|---|
| Type | Description |
io.grpc.StatusException |
|