Struct gcs_example::storage_v1_types::BucketsGetIamPolicyParams[][src]

pub struct BucketsGetIamPolicyParams {
    pub storage_params: Option<StorageParams>,
    pub bucket: String,
    pub options_requested_policy_version: Option<i32>,
    pub provisional_user_project: Option<String>,
    pub user_project: Option<String>,
}

Parameters for the buckets.getIamPolicy method.

Fields

storage_params: Option<StorageParams>

General attributes applying to any API call

bucket: String

Name of a bucket.

options_requested_policy_version: Option<i32>

The IAM policy format version to be returned. If the optionsRequestedPolicyVersion is for an older version that doesn’t support part of the requested IAM policy, the request fails.

provisional_user_project: Option<String>

The project to be billed for this request if the target bucket is requester-pays bucket.

user_project: Option<String>

The project to be billed for this request. Required for Requester Pays buckets.

Trait Implementations

impl Clone for BucketsGetIamPolicyParams[src]

impl Debug for BucketsGetIamPolicyParams[src]

impl Default for BucketsGetIamPolicyParams[src]

impl<'de> Deserialize<'de> for BucketsGetIamPolicyParams[src]

impl Display for BucketsGetIamPolicyParams[src]

impl Serialize for BucketsGetIamPolicyParams[src]

Auto Trait Implementations

impl RefUnwindSafe for BucketsGetIamPolicyParams

impl Send for BucketsGetIamPolicyParams

impl Sync for BucketsGetIamPolicyParams

impl Unpin for BucketsGetIamPolicyParams

impl UnwindSafe for BucketsGetIamPolicyParams

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.