Struct gapi_grpc::google::cloud::asset::v1::AnalyzeIamPolicyRequest[][src]

pub struct AnalyzeIamPolicyRequest {
    pub analysis_query: Option<IamPolicyAnalysisQuery>,
    pub execution_timeout: Option<Duration>,
}

A request message for [AssetService.AnalyzeIamPolicy][google.cloud.asset.v1.AssetService.AnalyzeIamPolicy].

Fields

analysis_query: Option<IamPolicyAnalysisQuery>

Required. The request query.

execution_timeout: Option<Duration>

Optional. Amount of time executable has to complete. See JSON representation of Duration.

If this field is set with a value less than the RPC deadline, and the execution of your query hasn’t finished in the specified execution timeout, you will get a response with partial result. Otherwise, your query’s execution will continue until the RPC deadline. If it’s not finished until then, you will get a DEADLINE_EXCEEDED error.

Default is empty.

Trait Implementations

impl Clone for AnalyzeIamPolicyRequest[src]

impl Debug for AnalyzeIamPolicyRequest[src]

impl Default for AnalyzeIamPolicyRequest[src]

impl Message for AnalyzeIamPolicyRequest[src]

impl PartialEq<AnalyzeIamPolicyRequest> for AnalyzeIamPolicyRequest[src]

impl StructuralPartialEq for AnalyzeIamPolicyRequest[src]

Auto Trait Implementations

impl RefUnwindSafe for AnalyzeIamPolicyRequest

impl Send for AnalyzeIamPolicyRequest

impl Sync for AnalyzeIamPolicyRequest

impl Unpin for AnalyzeIamPolicyRequest

impl UnwindSafe for AnalyzeIamPolicyRequest

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> 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> IntoRequest<T> for T[src]

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

type Owned = T

The resulting type after obtaining ownership.

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.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]

impl<T> WithSubscriber for T[src]