Struct gapi_grpc::google::cloud::osconfig::v1alpha::ListInstanceOsPoliciesCompliancesRequest[][src]

pub struct ListInstanceOsPoliciesCompliancesRequest {
    pub parent: String,
    pub page_size: i32,
    pub page_token: String,
    pub filter: String,
}
[]

A request message for listing OS policies compliance data for all Compute Engine VMs in the given location.

Fields

parent: String
[]

Required. The parent resource name.

Format: projects/{project}/locations/{location}

For {project}, either Compute Engine project-number or project-id can be provided.

page_size: i32
[]

The maximum number of results to return.

page_token: String
[]

A pagination token returned from a previous call to ListInstanceOSPoliciesCompliances that indicates where this listing should continue from.

filter: String
[]

If provided, this field specifies the criteria that must be met by a InstanceOSPoliciesCompliance API resource to be included in the response.

Trait Implementations

impl Clone for ListInstanceOsPoliciesCompliancesRequest[src][+]

impl Debug for ListInstanceOsPoliciesCompliancesRequest[src][+]

impl Default for ListInstanceOsPoliciesCompliancesRequest[src][+]

impl Message for ListInstanceOsPoliciesCompliancesRequest[src][+]

impl PartialEq<ListInstanceOsPoliciesCompliancesRequest> for ListInstanceOsPoliciesCompliancesRequest[src][+]

impl StructuralPartialEq for ListInstanceOsPoliciesCompliancesRequest[src]

Auto Trait Implementations

impl RefUnwindSafe for ListInstanceOsPoliciesCompliancesRequest

impl Send for ListInstanceOsPoliciesCompliancesRequest

impl Sync for ListInstanceOsPoliciesCompliancesRequest

impl Unpin for ListInstanceOsPoliciesCompliancesRequest

impl UnwindSafe for ListInstanceOsPoliciesCompliancesRequest

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][+]