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 GetPolicyRequestGetPolicyRequest.Builder. build()GetPolicyRequestGetPolicyRequest.Builder. buildPartial()static GetPolicyRequestGetPolicyRequest. getDefaultInstance()GetPolicyRequestGetPolicyRequest.Builder. getDefaultInstanceForType()GetPolicyRequestGetPolicyRequest. getDefaultInstanceForType()static GetPolicyRequestGetPolicyRequest. parseDelimitedFrom(InputStream input)static GetPolicyRequestGetPolicyRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetPolicyRequestGetPolicyRequest. parseFrom(byte[] data)static GetPolicyRequestGetPolicyRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetPolicyRequestGetPolicyRequest. parseFrom(com.google.protobuf.ByteString data)static GetPolicyRequestGetPolicyRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetPolicyRequestGetPolicyRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetPolicyRequestGetPolicyRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetPolicyRequestGetPolicyRequest. parseFrom(InputStream input)static GetPolicyRequestGetPolicyRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetPolicyRequestGetPolicyRequest. parseFrom(ByteBuffer data)static GetPolicyRequestGetPolicyRequest. 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 PolicyBinauthzManagementServiceV1Beta1Client. 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 voidBinauthzManagementServiceV1Beta1Grpc.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.PolicyBinauthzManagementServiceV1Beta1Grpc.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.voidBinauthzManagementServiceV1Beta1Grpc.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.BuilderGetPolicyRequest.Builder. mergeFrom(GetPolicyRequest other)static GetPolicyRequest.BuilderGetPolicyRequest. 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.
-