Uses of Class
com.google.cloud.binaryauthorization.v1beta1.GetSystemPolicyRequest
-
Packages that use GetSystemPolicyRequest Package Description com.google.cloud.binaryauthorization.v1beta1 A client to Binary Authorization APIcom.google.cloud.binaryauthorization.v1beta1.stub -
-
Uses of GetSystemPolicyRequest in com.google.cloud.binaryauthorization.v1beta1
Methods in com.google.cloud.binaryauthorization.v1beta1 that return GetSystemPolicyRequest Modifier and Type Method Description GetSystemPolicyRequest
GetSystemPolicyRequest.Builder. build()
GetSystemPolicyRequest
GetSystemPolicyRequest.Builder. buildPartial()
static GetSystemPolicyRequest
GetSystemPolicyRequest. getDefaultInstance()
GetSystemPolicyRequest
GetSystemPolicyRequest.Builder. getDefaultInstanceForType()
GetSystemPolicyRequest
GetSystemPolicyRequest. getDefaultInstanceForType()
static GetSystemPolicyRequest
GetSystemPolicyRequest. parseDelimitedFrom(InputStream input)
static GetSystemPolicyRequest
GetSystemPolicyRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetSystemPolicyRequest
GetSystemPolicyRequest. parseFrom(byte[] data)
static GetSystemPolicyRequest
GetSystemPolicyRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetSystemPolicyRequest
GetSystemPolicyRequest. parseFrom(com.google.protobuf.ByteString data)
static GetSystemPolicyRequest
GetSystemPolicyRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetSystemPolicyRequest
GetSystemPolicyRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetSystemPolicyRequest
GetSystemPolicyRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetSystemPolicyRequest
GetSystemPolicyRequest. parseFrom(InputStream input)
static GetSystemPolicyRequest
GetSystemPolicyRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetSystemPolicyRequest
GetSystemPolicyRequest. parseFrom(ByteBuffer data)
static GetSystemPolicyRequest
GetSystemPolicyRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.binaryauthorization.v1beta1 that return types with arguments of type GetSystemPolicyRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetSystemPolicyRequest,Policy>
SystemPolicyV1Beta1Grpc. getGetSystemPolicyMethod()
com.google.protobuf.Parser<GetSystemPolicyRequest>
GetSystemPolicyRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<GetSystemPolicyRequest,Policy>
SystemPolicyV1Beta1Client. getSystemPolicyCallable()
Gets the current system policy in the specified location.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetSystemPolicyRequest,Policy>
SystemPolicyV1Beta1Settings.Builder. getSystemPolicySettings()
Returns the builder for the settings used for calls to getSystemPolicy.com.google.api.gax.rpc.UnaryCallSettings<GetSystemPolicyRequest,Policy>
SystemPolicyV1Beta1Settings. getSystemPolicySettings()
Returns the object with the settings used for calls to getSystemPolicy.static com.google.protobuf.Parser<GetSystemPolicyRequest>
GetSystemPolicyRequest. parser()
Methods in com.google.cloud.binaryauthorization.v1beta1 with parameters of type GetSystemPolicyRequest Modifier and Type Method Description Policy
SystemPolicyV1Beta1Client. getSystemPolicy(GetSystemPolicyRequest request)
Gets the current system policy in the specified location.default void
SystemPolicyV1Beta1Grpc.AsyncService. getSystemPolicy(GetSystemPolicyRequest request, io.grpc.stub.StreamObserver<Policy> responseObserver)
Gets the current system policy in the specified location.Policy
SystemPolicyV1Beta1Grpc.SystemPolicyV1Beta1BlockingStub. getSystemPolicy(GetSystemPolicyRequest request)
Gets the current system policy in the specified location.com.google.common.util.concurrent.ListenableFuture<Policy>
SystemPolicyV1Beta1Grpc.SystemPolicyV1Beta1FutureStub. getSystemPolicy(GetSystemPolicyRequest request)
Gets the current system policy in the specified location.void
SystemPolicyV1Beta1Grpc.SystemPolicyV1Beta1Stub. getSystemPolicy(GetSystemPolicyRequest request, io.grpc.stub.StreamObserver<Policy> responseObserver)
Gets the current system policy in the specified location.GetSystemPolicyRequest.Builder
GetSystemPolicyRequest.Builder. mergeFrom(GetSystemPolicyRequest other)
static GetSystemPolicyRequest.Builder
GetSystemPolicyRequest. newBuilder(GetSystemPolicyRequest prototype)
-
Uses of GetSystemPolicyRequest in com.google.cloud.binaryauthorization.v1beta1.stub
Methods in com.google.cloud.binaryauthorization.v1beta1.stub that return types with arguments of type GetSystemPolicyRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetSystemPolicyRequest,Policy>
GrpcSystemPolicyV1Beta1Stub. getSystemPolicyCallable()
com.google.api.gax.rpc.UnaryCallable<GetSystemPolicyRequest,Policy>
HttpJsonSystemPolicyV1Beta1Stub. getSystemPolicyCallable()
com.google.api.gax.rpc.UnaryCallable<GetSystemPolicyRequest,Policy>
SystemPolicyV1Beta1Stub. getSystemPolicyCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetSystemPolicyRequest,Policy>
SystemPolicyV1Beta1StubSettings.Builder. getSystemPolicySettings()
Returns the builder for the settings used for calls to getSystemPolicy.com.google.api.gax.rpc.UnaryCallSettings<GetSystemPolicyRequest,Policy>
SystemPolicyV1Beta1StubSettings. getSystemPolicySettings()
Returns the object with the settings used for calls to getSystemPolicy.
-