public static final class SystemPolicyV1Grpc.SystemPolicyV1FutureStub extends AbstractFutureStub<SystemPolicyV1Grpc.SystemPolicyV1FutureStub>A stub to allow clients to do ListenableFuture-style rpc calls to service SystemPolicyV1.
API for working with the system policy.
Inheritance
java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractFutureStub > SystemPolicyV1Grpc.SystemPolicyV1FutureStubMethods
build(Channel channel, CallOptions callOptions)
protected SystemPolicyV1Grpc.SystemPolicyV1FutureStub build(Channel channel, CallOptions callOptions)| Parameters | |
|---|---|
| Name | Description |
channel |
io.grpc.Channel |
callOptions |
io.grpc.CallOptions |
| Returns | |
|---|---|
| Type | Description |
SystemPolicyV1Grpc.SystemPolicyV1FutureStub |
|
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)
getSystemPolicy(Service.GetSystemPolicyRequest request)
public ListenableFuture<Resources.Policy> getSystemPolicy(Service.GetSystemPolicyRequest request)Gets the current system policy in the specified location.
| Parameter | |
|---|---|
| Name | Description |
request |
Service.GetSystemPolicyRequest |
| Returns | |
|---|---|
| Type | Description |
com.google.common.util.concurrent.ListenableFuture<Policy> |
|