Class SystemPolicyV1Beta1Grpc.SystemPolicyV1Beta1Stub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractAsyncStub<SystemPolicyV1Beta1Grpc.SystemPolicyV1Beta1Stub>
-
- com.google.cloud.binaryauthorization.v1beta1.SystemPolicyV1Beta1Grpc.SystemPolicyV1Beta1Stub
-
- Enclosing class:
- SystemPolicyV1Beta1Grpc
public static final class SystemPolicyV1Beta1Grpc.SystemPolicyV1Beta1Stub extends io.grpc.stub.AbstractAsyncStub<SystemPolicyV1Beta1Grpc.SystemPolicyV1Beta1Stub>
A stub to allow clients to do asynchronous rpc calls to service SystemPolicyV1Beta1.API for working with the system policy.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected SystemPolicyV1Beta1Grpc.SystemPolicyV1Beta1Stub
build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
void
getSystemPolicy(GetSystemPolicyRequest request, io.grpc.stub.StreamObserver<Policy> responseObserver)
Gets the current system policy in the specified location.
-
-
-
Method Detail
-
build
protected SystemPolicyV1Beta1Grpc.SystemPolicyV1Beta1Stub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
build
in classio.grpc.stub.AbstractStub<SystemPolicyV1Beta1Grpc.SystemPolicyV1Beta1Stub>
-
getSystemPolicy
public void getSystemPolicy(GetSystemPolicyRequest request, io.grpc.stub.StreamObserver<Policy> responseObserver)
Gets the current system policy in the specified location.
-
-