Class: Google::Cloud::Compute::V1::ZoneSetPolicyRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::ZoneSetPolicyRequest
- 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.
36782 36783 36784 36785 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 36782 class ZoneSetPolicyRequest 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.
36782 36783 36784 36785 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 36782 class ZoneSetPolicyRequest 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.
36782 36783 36784 36785 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 36782 class ZoneSetPolicyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |