Struct google_api_proto::google::monitoring::v3::ListGroupMembersRequest
source · pub struct ListGroupMembersRequest {
pub name: String,
pub page_size: i32,
pub page_token: String,
pub filter: String,
pub interval: Option<TimeInterval>,
}
Expand description
The ListGroupMembers
request.
Fields§
§name: String
Required. The group whose members are listed. The format is:
projects/\[PROJECT_ID_OR_NUMBER\]/groups/\[GROUP_ID\]
page_size: i32
A positive number that is the maximum number of results to return.
page_token: String
If this field is not empty then it must contain the next_page_token
value
returned by a previous call to this method. Using this field causes the
method to return additional results from the previous method call.
filter: String
An optional list filter describing the members to be returned. The filter may reference the type, labels, and metadata of monitored resources that comprise the group. For example, to return only resources representing Compute Engine VM instances, use this filter:
`resource.type = "gce_instance"`
interval: Option<TimeInterval>
An optional time interval for which results should be returned. Only members that were part of the group during the specified interval are included in the response. If no interval is provided then the group membership over the last minute is returned.
Trait Implementations§
source§impl Clone for ListGroupMembersRequest
impl Clone for ListGroupMembersRequest
source§fn clone(&self) -> ListGroupMembersRequest
fn clone(&self) -> ListGroupMembersRequest
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for ListGroupMembersRequest
impl Debug for ListGroupMembersRequest
source§impl Default for ListGroupMembersRequest
impl Default for ListGroupMembersRequest
source§impl Message for ListGroupMembersRequest
impl Message for ListGroupMembersRequest
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 ListGroupMembersRequest
impl PartialEq for ListGroupMembersRequest
source§fn eq(&self, other: &ListGroupMembersRequest) -> bool
fn eq(&self, other: &ListGroupMembersRequest) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ListGroupMembersRequest
Auto Trait Implementations§
impl Freeze for ListGroupMembersRequest
impl RefUnwindSafe for ListGroupMembersRequest
impl Send for ListGroupMembersRequest
impl Sync for ListGroupMembersRequest
impl Unpin for ListGroupMembersRequest
impl UnwindSafe for ListGroupMembersRequest
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