pub struct ListOrganizationImpactsRequest {
pub parent: String,
pub page_size: i32,
pub page_token: String,
pub filter: String,
}
Expand description
Message for requesting list of OrganizationImpacts
Fields§
§parent: String
Required. Parent value using the form
organizations/{organization_id}/locations/{location}/organizationImpacts
.
organization_id
- ID (number) of the project that contains the event. To
get your organization_id
, see
Getting your organization resource
ID.
page_size: i32
Optional. The maximum number of events that should be returned. Acceptable
values are 1
to 100
, inclusive. The default value is 10
.
If more results are available, the service returns a
next_page_token
that can be used to get the next page of results in
subsequent list requests. The service may return fewer
impacts
than the requested page_size
.
page_token: String
Optional. A token identifying a page of results the server should return.
Provide page_token
returned by a previous ListOrganizationImpacts
call
to retrieve the next page of results.
When paginating, all other parameters provided to ListOrganizationImpacts
must match the call that provided the page token.
filter: String
Optional. A filter expression that filters resources listed in the
response. The expression is in the form of field:value
for checking if a
repeated field contains a value.
Example:
events:organizations%2F{organization_id}%2Flocations%2Fglobal%2ForganizationEvents%2Fevent-id
To get your {organization_id}
, see
Getting your organization resource
ID.
Multiple filter queries are separated by spaces.
By default, each expression is an AND expression. However, you can include
AND and OR expressions explicitly.
Filter is supported for the following fields: events
.
Trait Implementations§
source§impl Clone for ListOrganizationImpactsRequest
impl Clone for ListOrganizationImpactsRequest
source§fn clone(&self) -> ListOrganizationImpactsRequest
fn clone(&self) -> ListOrganizationImpactsRequest
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Message for ListOrganizationImpactsRequest
impl Message for ListOrganizationImpactsRequest
source§fn encoded_len(&self) -> usize
fn encoded_len(&self) -> usize
source§fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
source§fn encode_to_vec(&self) -> Vec<u8>where
Self: Sized,
fn encode_to_vec(&self) -> Vec<u8>where
Self: Sized,
source§fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
source§fn encode_length_delimited_to_vec(&self) -> Vec<u8>where
Self: Sized,
fn encode_length_delimited_to_vec(&self) -> Vec<u8>where
Self: Sized,
source§fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
source§fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
source§fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self
. Read moresource§fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self
.source§impl PartialEq for ListOrganizationImpactsRequest
impl PartialEq for ListOrganizationImpactsRequest
source§fn eq(&self, other: &ListOrganizationImpactsRequest) -> bool
fn eq(&self, other: &ListOrganizationImpactsRequest) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ListOrganizationImpactsRequest
Auto Trait Implementations§
impl Freeze for ListOrganizationImpactsRequest
impl RefUnwindSafe for ListOrganizationImpactsRequest
impl Send for ListOrganizationImpactsRequest
impl Sync for ListOrganizationImpactsRequest
impl Unpin for ListOrganizationImpactsRequest
impl UnwindSafe for ListOrganizationImpactsRequest
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
T
in a tonic::Request