Class: Google::Cloud::Compute::V1::RegionSetPolicyRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::RegionSetPolicyRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Instance Attribute Summary collapse
-
#bindings ⇒ ::Array<::Google::Cloud::Compute::V1::Binding>
Flatten Policy to create a backwacd compatible wire-format.
-
#etag ⇒ ::String
Flatten Policy to create a backward compatible wire-format.
-
#policy ⇒ ::Google::Cloud::Compute::V1::Policy
REQUIRED: The complete policy to be applied to the 'resource'.
Instance Attribute Details
#bindings ⇒ ::Array<::Google::Cloud::Compute::V1::Binding>
Returns Flatten Policy to create a backwacd compatible wire-format. Deprecated. Use 'policy' to specify bindings.
25880 25881 25882 25883 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 25880 class RegionSetPolicyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#etag ⇒ ::String
Returns Flatten Policy to create a backward compatible wire-format. Deprecated. Use 'policy' to specify the etag.
25880 25881 25882 25883 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 25880 class RegionSetPolicyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#policy ⇒ ::Google::Cloud::Compute::V1::Policy
Returns REQUIRED: The complete policy to be applied to the 'resource'. The size of the policy is limited to a few 10s of KB. An empty policy is in general a valid policy but certain services (like Projects) might reject them.
25880 25881 25882 25883 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 25880 class RegionSetPolicyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |