Struct google_api_proto::google::cloud::domains::v1::ListRegistrationsRequest
source · pub struct ListRegistrationsRequest {
pub parent: String,
pub page_size: i32,
pub page_token: String,
pub filter: String,
}
Expand description
Request for the ListRegistrations
method.
Fields§
§parent: String
Required. The project and location from which to list Registration
s, specified in
the format projects/*/locations/*
.
page_size: i32
Maximum number of results to return.
page_token: String
When set to the next_page_token
from a prior response, provides the next
page of results.
filter: String
Filter expression to restrict the Registration
s returned.
The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, a boolean, or an enum value. The comparison operator should be one of =, !=, >, <, >=, <=, or : for prefix or wildcard matches.
For example, to filter to a specific domain name, use an expression like
domainName="example.com"
. You can also check for the existence of a
field; for example, to find domains using custom DNS settings, use an
expression like dnsSettings.customDns:*
.
You can also create compound filters by combining expressions with the
AND
and OR
operators. For example, to find domains that are suspended
or have specific issues flagged, use an expression like
(state=SUSPENDED) OR (issue:*)
.
Trait Implementations§
source§impl Clone for ListRegistrationsRequest
impl Clone for ListRegistrationsRequest
source§fn clone(&self) -> ListRegistrationsRequest
fn clone(&self) -> ListRegistrationsRequest
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for ListRegistrationsRequest
impl Debug for ListRegistrationsRequest
source§impl Default for ListRegistrationsRequest
impl Default for ListRegistrationsRequest
source§impl Message for ListRegistrationsRequest
impl Message for ListRegistrationsRequest
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 ListRegistrationsRequest
impl PartialEq for ListRegistrationsRequest
source§fn eq(&self, other: &ListRegistrationsRequest) -> bool
fn eq(&self, other: &ListRegistrationsRequest) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ListRegistrationsRequest
Auto Trait Implementations§
impl Freeze for ListRegistrationsRequest
impl RefUnwindSafe for ListRegistrationsRequest
impl Send for ListRegistrationsRequest
impl Sync for ListRegistrationsRequest
impl Unpin for ListRegistrationsRequest
impl UnwindSafe for ListRegistrationsRequest
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