Class: Google::Cloud::OrgPolicy::V2::GetCustomConstraintRequest
- Inherits:
-
Object
- Object
- Google::Cloud::OrgPolicy::V2::GetCustomConstraintRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/orgpolicy/v2/orgpolicy.rb
Overview
The request sent to the [GetCustomConstraint] [google.cloud.orgpolicy.v2.OrgPolicy.GetCustomConstraint] method.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. Resource name of the custom constraint. See the custom constraint entry for naming requirements.
368 369 370 371 |
# File 'proto_docs/google/cloud/orgpolicy/v2/orgpolicy.rb', line 368 class GetCustomConstraintRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |