Class: Google::Cloud::BinaryAuthorization::V1::UpdatePolicyRequest

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

Overview

Request message for [BinauthzManagementService.UpdatePolicy][].

Instance Attribute Summary collapse

Instance Attribute Details

#policy::Google::Cloud::BinaryAuthorization::V1::Policy

Returns Required. A new or updated policy value. The service will overwrite the policy name field with the resource name in the request URL, in the format projects/*/policy.

Returns:



40
41
42
43
# File 'proto_docs/google/cloud/binaryauthorization/v1/service.rb', line 40

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