Struct google_api_proto::google::privacy::dlp::v2::ListDiscoveryConfigsRequest
source · pub struct ListDiscoveryConfigsRequest {
pub parent: String,
pub page_token: String,
pub page_size: i32,
pub order_by: String,
}
Expand description
Request message for ListDiscoveryConfigs.
Fields§
§parent: String
Required. Parent resource name.
The format of this value is as follows:
projects/{project_id}/locations/{location_id}
The following example parent
string specifies a parent project with the
identifier example-project
, and specifies the europe-west3
location
for processing data:
parent=projects/example-project/locations/europe-west3
page_token: String
Page token to continue retrieval. Comes from the previous call
to ListDiscoveryConfigs. order_by
field must not
change for subsequent calls.
page_size: i32
Size of the page. This value can be limited by a server.
order_by: String
Comma-separated list of config fields to order by,
followed by asc
or desc
postfix. This list is case insensitive. The
default sorting order is ascending. Redundant space characters are
insignificant.
Example: name asc,update_time, create_time desc
Supported fields are:
last_run_time
: corresponds to the last time the DiscoveryConfig ran.name
: corresponds to the DiscoveryConfig’s name.status
: corresponds to DiscoveryConfig’s status.
Trait Implementations§
source§impl Clone for ListDiscoveryConfigsRequest
impl Clone for ListDiscoveryConfigsRequest
source§fn clone(&self) -> ListDiscoveryConfigsRequest
fn clone(&self) -> ListDiscoveryConfigsRequest
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for ListDiscoveryConfigsRequest
impl Debug for ListDiscoveryConfigsRequest
source§impl Message for ListDiscoveryConfigsRequest
impl Message for ListDiscoveryConfigsRequest
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 ListDiscoveryConfigsRequest
impl PartialEq for ListDiscoveryConfigsRequest
source§fn eq(&self, other: &ListDiscoveryConfigsRequest) -> bool
fn eq(&self, other: &ListDiscoveryConfigsRequest) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ListDiscoveryConfigsRequest
Auto Trait Implementations§
impl Freeze for ListDiscoveryConfigsRequest
impl RefUnwindSafe for ListDiscoveryConfigsRequest
impl Send for ListDiscoveryConfigsRequest
impl Sync for ListDiscoveryConfigsRequest
impl Unpin for ListDiscoveryConfigsRequest
impl UnwindSafe for ListDiscoveryConfigsRequest
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