public static final class ContextsGrpc.ContextsBlockingV2Stub extends AbstractBlockingStub<ContextsGrpc.ContextsBlockingV2Stub>A stub to allow clients to do synchronous rpc calls to service Contexts.
Service for managing Contexts.
Inheritance
java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractBlockingStub > ContextsGrpc.ContextsBlockingV2StubMethods
build(Channel channel, CallOptions callOptions)
protected ContextsGrpc.ContextsBlockingV2Stub build(Channel channel, CallOptions callOptions)| Parameters | |
|---|---|
| Name | Description |
channel |
io.grpc.Channel |
callOptions |
io.grpc.CallOptions |
| Returns | |
|---|---|
| Type | Description |
ContextsGrpc.ContextsBlockingV2Stub |
|
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)
createContext(CreateContextRequest request)
public Context createContext(CreateContextRequest request)Creates a context. If the specified context already exists, overrides the context.
| Parameter | |
|---|---|
| Name | Description |
request |
CreateContextRequest |
| Returns | |
|---|---|
| Type | Description |
Context |
|
| Exceptions | |
|---|---|
| Type | Description |
io.grpc.StatusException |
|
deleteAllContexts(DeleteAllContextsRequest request)
public Empty deleteAllContexts(DeleteAllContextsRequest request)Deletes all active contexts in the specified session.
| Parameter | |
|---|---|
| Name | Description |
request |
DeleteAllContextsRequest |
| Returns | |
|---|---|
| Type | Description |
Empty |
|
| Exceptions | |
|---|---|
| Type | Description |
io.grpc.StatusException |
|
deleteContext(DeleteContextRequest request)
public Empty deleteContext(DeleteContextRequest request)Deletes the specified context.
| Parameter | |
|---|---|
| Name | Description |
request |
DeleteContextRequest |
| Returns | |
|---|---|
| Type | Description |
Empty |
|
| Exceptions | |
|---|---|
| Type | Description |
io.grpc.StatusException |
|
getContext(GetContextRequest request)
public Context getContext(GetContextRequest request)Retrieves the specified context.
| Parameter | |
|---|---|
| Name | Description |
request |
GetContextRequest |
| Returns | |
|---|---|
| Type | Description |
Context |
|
| Exceptions | |
|---|---|
| Type | Description |
io.grpc.StatusException |
|
listContexts(ListContextsRequest request)
public ListContextsResponse listContexts(ListContextsRequest request)Returns the list of all contexts in the specified session.
| Parameter | |
|---|---|
| Name | Description |
request |
ListContextsRequest |
| Returns | |
|---|---|
| Type | Description |
ListContextsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
io.grpc.StatusException |
|
updateContext(UpdateContextRequest request)
public Context updateContext(UpdateContextRequest request)Updates the specified context.
| Parameter | |
|---|---|
| Name | Description |
request |
UpdateContextRequest |
| Returns | |
|---|---|
| Type | Description |
Context |
|
| Exceptions | |
|---|---|
| Type | Description |
io.grpc.StatusException |
|