Uses of Class
com.google.cloud.binaryauthorization.v1beta1.UpdatePolicyRequest
-
Packages that use UpdatePolicyRequest Package Description com.google.cloud.binaryauthorization.v1beta1 A client to Binary Authorization APIcom.google.cloud.binaryauthorization.v1beta1.stub -
-
Uses of UpdatePolicyRequest in com.google.cloud.binaryauthorization.v1beta1
Methods in com.google.cloud.binaryauthorization.v1beta1 that return UpdatePolicyRequest Modifier and Type Method Description UpdatePolicyRequest
UpdatePolicyRequest.Builder. build()
UpdatePolicyRequest
UpdatePolicyRequest.Builder. buildPartial()
static UpdatePolicyRequest
UpdatePolicyRequest. getDefaultInstance()
UpdatePolicyRequest
UpdatePolicyRequest.Builder. getDefaultInstanceForType()
UpdatePolicyRequest
UpdatePolicyRequest. getDefaultInstanceForType()
static UpdatePolicyRequest
UpdatePolicyRequest. parseDelimitedFrom(InputStream input)
static UpdatePolicyRequest
UpdatePolicyRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdatePolicyRequest
UpdatePolicyRequest. parseFrom(byte[] data)
static UpdatePolicyRequest
UpdatePolicyRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdatePolicyRequest
UpdatePolicyRequest. parseFrom(com.google.protobuf.ByteString data)
static UpdatePolicyRequest
UpdatePolicyRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdatePolicyRequest
UpdatePolicyRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static UpdatePolicyRequest
UpdatePolicyRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdatePolicyRequest
UpdatePolicyRequest. parseFrom(InputStream input)
static UpdatePolicyRequest
UpdatePolicyRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdatePolicyRequest
UpdatePolicyRequest. parseFrom(ByteBuffer data)
static UpdatePolicyRequest
UpdatePolicyRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.binaryauthorization.v1beta1 that return types with arguments of type UpdatePolicyRequest Modifier and Type Method Description com.google.protobuf.Parser<UpdatePolicyRequest>
UpdatePolicyRequest. getParserForType()
static io.grpc.MethodDescriptor<UpdatePolicyRequest,Policy>
BinauthzManagementServiceV1Beta1Grpc. getUpdatePolicyMethod()
static com.google.protobuf.Parser<UpdatePolicyRequest>
UpdatePolicyRequest. parser()
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 UpdatePolicyRequest Modifier and Type Method Description UpdatePolicyRequest.Builder
UpdatePolicyRequest.Builder. mergeFrom(UpdatePolicyRequest other)
static UpdatePolicyRequest.Builder
UpdatePolicyRequest. newBuilder(UpdatePolicyRequest prototype)
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].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].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].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].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 UpdatePolicyRequest in com.google.cloud.binaryauthorization.v1beta1.stub
Methods in com.google.cloud.binaryauthorization.v1beta1.stub that return types with arguments of type UpdatePolicyRequest Modifier and Type Method Description 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.
-