Struct gapi_grpc::google::cloud::sql::v1beta4::SqlInstancesListRequest[][src]

pub struct SqlInstancesListRequest {
    pub filter: String,
    pub max_results: u32,
    pub page_token: String,
    pub project: String,
}

Fields

filter: String

A filter expression that filters resources listed in the response. The expression is in the form of field:value. For example, ‘instanceType:CLOUD_SQL_INSTANCE’. Fields can be nested as needed as per their JSON representation, such as ‘settings.userLabels.auto_start:true’.

Multiple filter queries are space-separated. For example. ‘state:RUNNABLE instanceType:CLOUD_SQL_INSTANCE’. By default, each expression is an AND expression. However, you can include AND and OR expressions explicitly.

max_results: u32

The maximum number of results to return per response.

page_token: String

A previously-returned page token representing part of the larger set of results to view.

project: String

Project ID of the project for which to list Cloud SQL instances.

Trait Implementations

impl Clone for SqlInstancesListRequest[src]

impl Debug for SqlInstancesListRequest[src]

impl Default for SqlInstancesListRequest[src]

impl Message for SqlInstancesListRequest[src]

impl PartialEq<SqlInstancesListRequest> for SqlInstancesListRequest[src]

impl StructuralPartialEq for SqlInstancesListRequest[src]

Auto Trait Implementations

impl RefUnwindSafe for SqlInstancesListRequest

impl Send for SqlInstancesListRequest

impl Sync for SqlInstancesListRequest

impl Unpin for SqlInstancesListRequest

impl UnwindSafe for SqlInstancesListRequest

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]