Class: Google::Cloud::BinaryAuthorization::V1beta1::GetPolicyRequest

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.GetPolicy][].

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The resource name of the policy to retrieve, in the format projects/*/policy.

Returns:

  • (::String)

    Required. The resource name of the policy to retrieve, in the format projects/*/policy.



30
31
32
33
# File 'proto_docs/google/cloud/binaryauthorization/v1beta1/service.rb', line 30

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