Struct gapi_grpc::google::cloud::osconfig::v1beta::ListPatchJobsRequest [−][src]
A request message for listing patch jobs.
Fields
parent: String
Required. In the form of projects/*
page_size: i32
The maximum number of instance status to return.
page_token: String
A pagination token returned from a previous call that indicates where this listing should continue from.
filter: String
If provided, this field specifies the criteria that must be met by patch jobs to be included in the response. Currently, filtering is only available on the patch_deployment field.
Trait Implementations
impl Clone for ListPatchJobsRequest
[src][+]
impl Debug for ListPatchJobsRequest
[src][+]
impl Default for ListPatchJobsRequest
[src][+]
impl Message for ListPatchJobsRequest
[src][+]
impl PartialEq<ListPatchJobsRequest> for ListPatchJobsRequest
[src][+]
impl StructuralPartialEq for ListPatchJobsRequest
[src]
Auto Trait Implementations
impl RefUnwindSafe for ListPatchJobsRequest
impl Send for ListPatchJobsRequest
impl Sync for ListPatchJobsRequest
impl Unpin for ListPatchJobsRequest
impl UnwindSafe for ListPatchJobsRequest
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
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][+]
U: From<T>,
impl<T> IntoRequest<T> for T
[src][+]
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[src][+]
V: MultiLane<T>,