Struct google_api_proto::google::cloud::securitycenter::v1::ListValuedResourcesRequest
source · pub struct ListValuedResourcesRequest {
pub parent: String,
pub filter: String,
pub page_token: String,
pub page_size: i32,
pub order_by: String,
}
Expand description
Request message for listing the valued resources for a given simulation.
Fields§
§parent: String
Required. Name of parent to list valued resources.
Valid formats:
organizations/{organization}
,
organizations/{organization}/simulations/{simulation}
organizations/{organization}/simulations/{simulation}/attackExposureResults/{attack_exposure_result_v2}
filter: String
The filter expression that filters the valued resources in the response. Supported fields:
resource_value
supports =resource_type
supports =
page_token: String
The value returned by the last ListValuedResourcesResponse
; indicates
that this is a continuation of a prior ListValuedResources
call, and
that the system should return the next page of data.
page_size: i32
The maximum number of results to return in a single response. Default is 10, minimum is 1, maximum is 1000.
order_by: String
Optional. The fields by which to order the valued resources response.
Supported fields:
-
exposed_score
-
resource_value
-
resource_type
-
resource
-
display_name
Values should be a comma separated list of fields. For example:
exposed_score,resource_value
.
The default sorting order is descending. To specify ascending or descending
order for a field, append a ASC
or a DESC
suffix, respectively; for
example: exposed_score DESC
.
Trait Implementations§
source§impl Clone for ListValuedResourcesRequest
impl Clone for ListValuedResourcesRequest
source§fn clone(&self) -> ListValuedResourcesRequest
fn clone(&self) -> ListValuedResourcesRequest
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for ListValuedResourcesRequest
impl Debug for ListValuedResourcesRequest
source§impl Default for ListValuedResourcesRequest
impl Default for ListValuedResourcesRequest
source§impl Message for ListValuedResourcesRequest
impl Message for ListValuedResourcesRequest
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 ListValuedResourcesRequest
impl PartialEq for ListValuedResourcesRequest
source§fn eq(&self, other: &ListValuedResourcesRequest) -> bool
fn eq(&self, other: &ListValuedResourcesRequest) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ListValuedResourcesRequest
Auto Trait Implementations§
impl Freeze for ListValuedResourcesRequest
impl RefUnwindSafe for ListValuedResourcesRequest
impl Send for ListValuedResourcesRequest
impl Sync for ListValuedResourcesRequest
impl Unpin for ListValuedResourcesRequest
impl UnwindSafe for ListValuedResourcesRequest
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