RegionSetPolicyRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
---|---|
Name | Description |
bindings |
MutableSequence[google.cloud.compute_v1.types.Binding]
Flatten Policy to create a backwacd compatible wire-format. Deprecated. Use 'policy' to specify bindings. |
etag |
str
Flatten Policy to create a backward compatible wire-format. Deprecated. Use 'policy' to specify the etag. This field is a member of oneof _ _etag .
|
policy |
google.cloud.compute_v1.types.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. This field is a member of oneof _ _policy .
|