Class: Google::Cloud::BinaryAuthorization::V1beta1::UpdatePolicyRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/binaryauthorization/v1beta1/service.rb

Overview

Request message for [BinauthzManagementService.UpdatePolicy][].

Instance Attribute Summary collapse

Instance Attribute Details

#policy::Google::Cloud::BinaryAuthorization::V1beta1::Policy

Returns Required. A new or updated policy value. The service will overwrite the [policy name][google.cloud.binaryauthorization.v1beta1.Policy.name] field with the resource name in the request URL, in the format projects/*/policy.

Returns:



43
44
45
46
# File 'proto_docs/google/cloud/binaryauthorization/v1beta1/service.rb', line 43

class UpdatePolicyRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end