Struct google_spanner1::SetIamPolicyRequest
source · Expand description
Request message for SetIamPolicy method.
Activities
This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).
- instances databases set iam policy projects (request)
- instances set iam policy projects (request)
Fields§
§policy: Option<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 a
valid policy but certain Cloud Platform services (such as Projects)
might reject them.
Trait Implementations§
source§impl Clone for SetIamPolicyRequest
impl Clone for SetIamPolicyRequest
source§fn clone(&self) -> SetIamPolicyRequest
fn clone(&self) -> SetIamPolicyRequest
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for SetIamPolicyRequest
impl Debug for SetIamPolicyRequest
source§impl Default for SetIamPolicyRequest
impl Default for SetIamPolicyRequest
source§fn default() -> SetIamPolicyRequest
fn default() -> SetIamPolicyRequest
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for SetIamPolicyRequest
impl<'de> Deserialize<'de> for SetIamPolicyRequest
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more