Uses of Class
com.google.cloud.binaryauthorization.v1beta1.GetPolicyRequest
-
Packages that use GetPolicyRequest Package Description com.google.cloud.binaryauthorization.v1beta1 A client to Binary Authorization APIcom.google.cloud.binaryauthorization.v1beta1.stub -
-
Uses of GetPolicyRequest in com.google.cloud.binaryauthorization.v1beta1
Methods in com.google.cloud.binaryauthorization.v1beta1 that return GetPolicyRequest Modifier and Type Method Description GetPolicyRequest
GetPolicyRequest.Builder. build()
GetPolicyRequest
GetPolicyRequest.Builder. buildPartial()
static GetPolicyRequest
GetPolicyRequest. getDefaultInstance()
GetPolicyRequest
GetPolicyRequest.Builder. getDefaultInstanceForType()
GetPolicyRequest
GetPolicyRequest. getDefaultInstanceForType()
static GetPolicyRequest
GetPolicyRequest. parseDelimitedFrom(InputStream input)
static GetPolicyRequest
GetPolicyRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetPolicyRequest
GetPolicyRequest. parseFrom(byte[] data)
static GetPolicyRequest
GetPolicyRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetPolicyRequest
GetPolicyRequest. parseFrom(com.google.protobuf.ByteString data)
static GetPolicyRequest
GetPolicyRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetPolicyRequest
GetPolicyRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetPolicyRequest
GetPolicyRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetPolicyRequest
GetPolicyRequest. parseFrom(InputStream input)
static GetPolicyRequest
GetPolicyRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetPolicyRequest
GetPolicyRequest. parseFrom(ByteBuffer data)
static GetPolicyRequest
GetPolicyRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.binaryauthorization.v1beta1 that return types with arguments of type GetPolicyRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetPolicyRequest,Policy>
BinauthzManagementServiceV1Beta1Grpc. getGetPolicyMethod()
com.google.protobuf.Parser<GetPolicyRequest>
GetPolicyRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<GetPolicyRequest,Policy>
BinauthzManagementServiceV1Beta1Client. getPolicyCallable()
A [policy][google.cloud.binaryauthorization.v1beta1.Policy] specifies the [attestors][google.cloud.binaryauthorization.v1beta1.Attestor] that must attest to a container image, before the project is allowed to deploy that image.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetPolicyRequest,Policy>
BinauthzManagementServiceV1Beta1Settings.Builder. getPolicySettings()
Returns the builder for the settings used for calls to getPolicy.com.google.api.gax.rpc.UnaryCallSettings<GetPolicyRequest,Policy>
BinauthzManagementServiceV1Beta1Settings. getPolicySettings()
Returns the object with the settings used for calls to getPolicy.static com.google.protobuf.Parser<GetPolicyRequest>
GetPolicyRequest. parser()
Methods in com.google.cloud.binaryauthorization.v1beta1 with parameters of type GetPolicyRequest Modifier and Type Method Description Policy
BinauthzManagementServiceV1Beta1Client. getPolicy(GetPolicyRequest request)
A [policy][google.cloud.binaryauthorization.v1beta1.Policy] specifies the [attestors][google.cloud.binaryauthorization.v1beta1.Attestor] that must attest to a container image, before the project is allowed to deploy that image.default void
BinauthzManagementServiceV1Beta1Grpc.AsyncService. getPolicy(GetPolicyRequest request, io.grpc.stub.StreamObserver<Policy> responseObserver)
A [policy][google.cloud.binaryauthorization.v1beta1.Policy] specifies the [attestors][google.cloud.binaryauthorization.v1beta1.Attestor] that must attest to a container image, before the project is allowed to deploy that image.Policy
BinauthzManagementServiceV1Beta1Grpc.BinauthzManagementServiceV1Beta1BlockingStub. getPolicy(GetPolicyRequest request)
A [policy][google.cloud.binaryauthorization.v1beta1.Policy] specifies the [attestors][google.cloud.binaryauthorization.v1beta1.Attestor] that must attest to a container image, before the project is allowed to deploy that image.com.google.common.util.concurrent.ListenableFuture<Policy>
BinauthzManagementServiceV1Beta1Grpc.BinauthzManagementServiceV1Beta1FutureStub. getPolicy(GetPolicyRequest request)
A [policy][google.cloud.binaryauthorization.v1beta1.Policy] specifies the [attestors][google.cloud.binaryauthorization.v1beta1.Attestor] that must attest to a container image, before the project is allowed to deploy that image.void
BinauthzManagementServiceV1Beta1Grpc.BinauthzManagementServiceV1Beta1Stub. getPolicy(GetPolicyRequest request, io.grpc.stub.StreamObserver<Policy> responseObserver)
A [policy][google.cloud.binaryauthorization.v1beta1.Policy] specifies the [attestors][google.cloud.binaryauthorization.v1beta1.Attestor] that must attest to a container image, before the project is allowed to deploy that image.GetPolicyRequest.Builder
GetPolicyRequest.Builder. mergeFrom(GetPolicyRequest other)
static GetPolicyRequest.Builder
GetPolicyRequest. newBuilder(GetPolicyRequest prototype)
-
Uses of GetPolicyRequest in com.google.cloud.binaryauthorization.v1beta1.stub
Methods in com.google.cloud.binaryauthorization.v1beta1.stub that return types with arguments of type GetPolicyRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetPolicyRequest,Policy>
BinauthzManagementServiceV1Beta1Stub. getPolicyCallable()
com.google.api.gax.rpc.UnaryCallable<GetPolicyRequest,Policy>
GrpcBinauthzManagementServiceV1Beta1Stub. getPolicyCallable()
com.google.api.gax.rpc.UnaryCallable<GetPolicyRequest,Policy>
HttpJsonBinauthzManagementServiceV1Beta1Stub. getPolicyCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetPolicyRequest,Policy>
BinauthzManagementServiceV1Beta1StubSettings.Builder. getPolicySettings()
Returns the builder for the settings used for calls to getPolicy.com.google.api.gax.rpc.UnaryCallSettings<GetPolicyRequest,Policy>
BinauthzManagementServiceV1Beta1StubSettings. getPolicySettings()
Returns the object with the settings used for calls to getPolicy.
-