Uses of Class
com.google.cloud.binaryauthorization.v1beta1.Policy
-
Packages that use Policy Package Description com.google.cloud.binaryauthorization.v1beta1 A client to Binary Authorization APIcom.google.cloud.binaryauthorization.v1beta1.stub -
-
Uses of Policy in com.google.cloud.binaryauthorization.v1beta1
Methods in com.google.cloud.binaryauthorization.v1beta1 that return Policy Modifier and Type Method Description Policy
Policy.Builder. build()
Policy
Policy.Builder. buildPartial()
static Policy
Policy. getDefaultInstance()
Policy
Policy.Builder. getDefaultInstanceForType()
Policy
Policy. getDefaultInstanceForType()
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.Policy
BinauthzManagementServiceV1Beta1Client. getPolicy(PolicyName name)
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
BinauthzManagementServiceV1Beta1Client. getPolicy(String name)
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.Policy
UpdatePolicyRequest.Builder. getPolicy()
Required.Policy
UpdatePolicyRequest. getPolicy()
Required.Policy
UpdatePolicyRequestOrBuilder. getPolicy()
Required.Policy
SystemPolicyV1Beta1Client. getSystemPolicy(GetSystemPolicyRequest request)
Gets the current system policy in the specified location.Policy
SystemPolicyV1Beta1Client. getSystemPolicy(PolicyName name)
Gets the current system policy in the specified location.Policy
SystemPolicyV1Beta1Client. getSystemPolicy(String name)
Gets the current system policy in the specified location.Policy
SystemPolicyV1Beta1Grpc.SystemPolicyV1Beta1BlockingStub. getSystemPolicy(GetSystemPolicyRequest request)
Gets the current system policy in the specified location.static Policy
Policy. parseDelimitedFrom(InputStream input)
static Policy
Policy. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Policy
Policy. parseFrom(byte[] data)
static Policy
Policy. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Policy
Policy. parseFrom(com.google.protobuf.ByteString data)
static Policy
Policy. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Policy
Policy. parseFrom(com.google.protobuf.CodedInputStream input)
static Policy
Policy. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Policy
Policy. parseFrom(InputStream input)
static Policy
Policy. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Policy
Policy. parseFrom(ByteBuffer data)
static Policy
Policy. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Policy
BinauthzManagementServiceV1Beta1Client. updatePolicy(Policy policy)
Creates or updates a project's [policy][google.cloud.binaryauthorization.v1beta1.Policy], and returns a copy of the new [policy][google.cloud.binaryauthorization.v1beta1.Policy].Policy
BinauthzManagementServiceV1Beta1Client. updatePolicy(UpdatePolicyRequest request)
Creates or updates a project's [policy][google.cloud.binaryauthorization.v1beta1.Policy], and returns a copy of the new [policy][google.cloud.binaryauthorization.v1beta1.Policy].Policy
BinauthzManagementServiceV1Beta1Grpc.BinauthzManagementServiceV1Beta1BlockingStub. updatePolicy(UpdatePolicyRequest request)
Creates or updates a project's [policy][google.cloud.binaryauthorization.v1beta1.Policy], and returns a copy of the new [policy][google.cloud.binaryauthorization.v1beta1.Policy].Methods in com.google.cloud.binaryauthorization.v1beta1 that return types with arguments of type Policy Modifier and Type Method Description static io.grpc.MethodDescriptor<GetPolicyRequest,Policy>
BinauthzManagementServiceV1Beta1Grpc. getGetPolicyMethod()
static io.grpc.MethodDescriptor<GetSystemPolicyRequest,Policy>
SystemPolicyV1Beta1Grpc. getGetSystemPolicyMethod()
com.google.protobuf.Parser<Policy>
Policy. getParserForType()
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.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.com.google.common.util.concurrent.ListenableFuture<Policy>
SystemPolicyV1Beta1Grpc.SystemPolicyV1Beta1FutureStub. getSystemPolicy(GetSystemPolicyRequest request)
Gets the current system policy in the specified location.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 io.grpc.MethodDescriptor<UpdatePolicyRequest,Policy>
BinauthzManagementServiceV1Beta1Grpc. getUpdatePolicyMethod()
static com.google.protobuf.Parser<Policy>
Policy. parser()
com.google.common.util.concurrent.ListenableFuture<Policy>
BinauthzManagementServiceV1Beta1Grpc.BinauthzManagementServiceV1Beta1FutureStub. updatePolicy(UpdatePolicyRequest request)
Creates or updates a project's [policy][google.cloud.binaryauthorization.v1beta1.Policy], and returns a copy of the new [policy][google.cloud.binaryauthorization.v1beta1.Policy].com.google.api.gax.rpc.UnaryCallable<UpdatePolicyRequest,Policy>
BinauthzManagementServiceV1Beta1Client. updatePolicyCallable()
Creates or updates a project's [policy][google.cloud.binaryauthorization.v1beta1.Policy], and returns a copy of the new [policy][google.cloud.binaryauthorization.v1beta1.Policy].com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdatePolicyRequest,Policy>
BinauthzManagementServiceV1Beta1Settings.Builder. updatePolicySettings()
Returns the builder for the settings used for calls to updatePolicy.com.google.api.gax.rpc.UnaryCallSettings<UpdatePolicyRequest,Policy>
BinauthzManagementServiceV1Beta1Settings. updatePolicySettings()
Returns the object with the settings used for calls to updatePolicy.Methods in com.google.cloud.binaryauthorization.v1beta1 with parameters of type Policy Modifier and Type Method Description Policy.Builder
Policy.Builder. mergeFrom(Policy other)
UpdatePolicyRequest.Builder
UpdatePolicyRequest.Builder. mergePolicy(Policy value)
Required.static Policy.Builder
Policy. newBuilder(Policy prototype)
UpdatePolicyRequest.Builder
UpdatePolicyRequest.Builder. setPolicy(Policy value)
Required.Policy
BinauthzManagementServiceV1Beta1Client. updatePolicy(Policy policy)
Creates or updates a project's [policy][google.cloud.binaryauthorization.v1beta1.Policy], and returns a copy of the new [policy][google.cloud.binaryauthorization.v1beta1.Policy].Method parameters in com.google.cloud.binaryauthorization.v1beta1 with type arguments of type Policy Modifier and Type Method Description 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.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.default void
SystemPolicyV1Beta1Grpc.AsyncService. getSystemPolicy(GetSystemPolicyRequest request, io.grpc.stub.StreamObserver<Policy> responseObserver)
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.default void
BinauthzManagementServiceV1Beta1Grpc.AsyncService. updatePolicy(UpdatePolicyRequest request, io.grpc.stub.StreamObserver<Policy> responseObserver)
Creates or updates a project's [policy][google.cloud.binaryauthorization.v1beta1.Policy], and returns a copy of the new [policy][google.cloud.binaryauthorization.v1beta1.Policy].void
BinauthzManagementServiceV1Beta1Grpc.BinauthzManagementServiceV1Beta1Stub. updatePolicy(UpdatePolicyRequest request, io.grpc.stub.StreamObserver<Policy> responseObserver)
Creates or updates a project's [policy][google.cloud.binaryauthorization.v1beta1.Policy], and returns a copy of the new [policy][google.cloud.binaryauthorization.v1beta1.Policy]. -
Uses of Policy in com.google.cloud.binaryauthorization.v1beta1.stub
Methods in com.google.cloud.binaryauthorization.v1beta1.stub that return types with arguments of type Policy 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.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.com.google.api.gax.rpc.UnaryCallable<UpdatePolicyRequest,Policy>
BinauthzManagementServiceV1Beta1Stub. updatePolicyCallable()
com.google.api.gax.rpc.UnaryCallable<UpdatePolicyRequest,Policy>
GrpcBinauthzManagementServiceV1Beta1Stub. updatePolicyCallable()
com.google.api.gax.rpc.UnaryCallable<UpdatePolicyRequest,Policy>
HttpJsonBinauthzManagementServiceV1Beta1Stub. updatePolicyCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdatePolicyRequest,Policy>
BinauthzManagementServiceV1Beta1StubSettings.Builder. updatePolicySettings()
Returns the builder for the settings used for calls to updatePolicy.com.google.api.gax.rpc.UnaryCallSettings<UpdatePolicyRequest,Policy>
BinauthzManagementServiceV1Beta1StubSettings. updatePolicySettings()
Returns the object with the settings used for calls to updatePolicy.
-