Class: Google::Cloud::BinaryAuthorization::V1beta1::GetPolicyRequest
- Inherits:
-
Object
- Object
- Google::Cloud::BinaryAuthorization::V1beta1::GetPolicyRequest
- 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
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The resource name of the policy to retrieve,
in the format projects/*/policy
.
29 30 31 32 |
# File 'proto_docs/google/cloud/binaryauthorization/v1beta1/service.rb', line 29 class GetPolicyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |