Reference documentation and code samples for the Google Cloud Compute V1 API class Google::Cloud::Compute::V1::GlobalSetPolicyRequest.
Inherits
- Object
 
Extended By
- Google::Protobuf::MessageExts::ClassMethods
 
Includes
- Google::Protobuf::MessageExts
 
Methods
#bindings
def bindings() -> ::Array<::Google::Cloud::Compute::V1::Binding> Returns 
 - (::Array<::Google::Cloud::Compute::V1::Binding>) — Flatten Policy to create a backward compatible wire-format. Deprecated. Use 'policy' to specify bindings.
 
#bindings=
def bindings=(value) -> ::Array<::Google::Cloud::Compute::V1::Binding> Parameter 
 - value (::Array<::Google::Cloud::Compute::V1::Binding>) — Flatten Policy to create a backward compatible wire-format. Deprecated. Use 'policy' to specify bindings.
 
 Returns 
 - (::Array<::Google::Cloud::Compute::V1::Binding>) — Flatten Policy to create a backward compatible wire-format. Deprecated. Use 'policy' to specify bindings.
 
#etag
def etag() -> ::String Returns 
 - (::String) — Flatten Policy to create a backward compatible wire-format. Deprecated. Use 'policy' to specify the etag.
 
#etag=
def etag=(value) -> ::String Parameter 
 - value (::String) — 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.
 
#policy
def policy() -> ::Google::Cloud::Compute::V1::Policy 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.
 
#policy=
def policy=(value) -> ::Google::Cloud::Compute::V1::Policy Parameter 
 - value (::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.
 
 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.