Class SystemPolicyV1Beta1Grpc.SystemPolicyV1Beta1Stub (1.36.0)

public static final class SystemPolicyV1Beta1Grpc.SystemPolicyV1Beta1Stub extends AbstractAsyncStub<SystemPolicyV1Beta1Grpc.SystemPolicyV1Beta1Stub>

A stub to allow clients to do asynchronous rpc calls to service SystemPolicyV1Beta1.

API for working with the system policy.

Inheritance

java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractAsyncStub > SystemPolicyV1Beta1Grpc.SystemPolicyV1Beta1Stub

Methods

build(Channel channel, CallOptions callOptions)

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

getSystemPolicy(GetSystemPolicyRequest request, StreamObserver<Policy> responseObserver)

public void getSystemPolicy(GetSystemPolicyRequest request, StreamObserver<Policy> responseObserver)

Gets the current system policy in the specified location.

Parameters
NameDescription
requestGetSystemPolicyRequest
responseObserverio.grpc.stub.StreamObserver<Policy>