Class: Google::Cloud::Compute::V1::GlobalSetPolicyRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/compute/v1/compute.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bindings::Array<::Google::Cloud::Compute::V1::Binding>

Returns Flatten Policy to create a backward compatible wire-format. Deprecated. Use 'policy' to specify bindings.

Returns:



8528
8529
8530
8531
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 8528

class GlobalSetPolicyRequest
  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.

Returns:

  • (::String)

    Flatten Policy to create a backward compatible wire-format. Deprecated. Use 'policy' to specify the etag.



8528
8529
8530
8531
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 8528

class GlobalSetPolicyRequest
  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.

Returns:

  • (::Google::Cloud::Compute::V1::Policy)

    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.



8528
8529
8530
8531
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 8528

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