Struct google_api_proto::google::cloud::gkehub::v1alpha::ListFeaturesRequest
source · pub struct ListFeaturesRequest {
pub parent: String,
pub page_size: i32,
pub page_token: String,
pub filter: String,
pub order_by: String,
}
Expand description
Request message for GkeHub.ListFeatures
method.
Fields§
§parent: String
The parent (project and location) where the Features will be listed.
Specified in the format projects/*/locations/*
.
page_size: i32
When requesting a ‘page’ of resources, page_size
specifies number of
resources to return. If unspecified or set to 0, all resources will
be returned.
page_token: String
Token returned by previous call to ListFeatures
which
specifies the position in the list from where to continue listing the
resources.
filter: String
Lists Features that match the filter expression, following the syntax outlined in https://google.aip.dev/160.
Examples:
-
Feature with the name “servicemesh” in project “foo-proj”:
name = “projects/foo-proj/locations/global/features/servicemesh”
-
Features that have a label called
foo
:labels.foo:*
-
Features that have a label called
foo
whose value isbar
:labels.foo = bar
order_by: String
One or more fields to compare and use to sort the output. See https://google.aip.dev/132#ordering.
Trait Implementations§
source§impl Clone for ListFeaturesRequest
impl Clone for ListFeaturesRequest
source§fn clone(&self) -> ListFeaturesRequest
fn clone(&self) -> ListFeaturesRequest
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for ListFeaturesRequest
impl Debug for ListFeaturesRequest
source§impl Default for ListFeaturesRequest
impl Default for ListFeaturesRequest
source§impl Message for ListFeaturesRequest
impl Message for ListFeaturesRequest
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 ListFeaturesRequest
impl PartialEq for ListFeaturesRequest
source§fn eq(&self, other: &ListFeaturesRequest) -> bool
fn eq(&self, other: &ListFeaturesRequest) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ListFeaturesRequest
Auto Trait Implementations§
impl Freeze for ListFeaturesRequest
impl RefUnwindSafe for ListFeaturesRequest
impl Send for ListFeaturesRequest
impl Sync for ListFeaturesRequest
impl Unpin for ListFeaturesRequest
impl UnwindSafe for ListFeaturesRequest
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