Struct gapi_grpc::google::cloud::dataproc::v1beta2::ListAutoscalingPoliciesRequest[][src]

pub struct ListAutoscalingPoliciesRequest {
    pub parent: String,
    pub page_size: i32,
    pub page_token: String,
}

A request to list autoscaling policies in a project.

Fields

parent: String

Required. The “resource name” of the region or location, as described in https://cloud.google.com/apis/design/resource_names.

page_size: i32

Optional. The maximum number of results to return in each response. Must be less than or equal to 1000. Defaults to 100.

page_token: String

Optional. The page token, returned by a previous call, to request the next page of results.

Trait Implementations

impl Clone for ListAutoscalingPoliciesRequest[src]

impl Debug for ListAutoscalingPoliciesRequest[src]

impl Default for ListAutoscalingPoliciesRequest[src]

impl Message for ListAutoscalingPoliciesRequest[src]

impl PartialEq<ListAutoscalingPoliciesRequest> for ListAutoscalingPoliciesRequest[src]

impl StructuralPartialEq for ListAutoscalingPoliciesRequest[src]

Auto Trait Implementations

impl RefUnwindSafe for ListAutoscalingPoliciesRequest

impl Send for ListAutoscalingPoliciesRequest

impl Sync for ListAutoscalingPoliciesRequest

impl Unpin for ListAutoscalingPoliciesRequest

impl UnwindSafe for ListAutoscalingPoliciesRequest

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]