Struct google_api_proto::google::cloud::aiplatform::v1beta1::ListIndexEndpointsRequest
source · pub struct ListIndexEndpointsRequest {
pub parent: String,
pub filter: String,
pub page_size: i32,
pub page_token: String,
pub read_mask: Option<FieldMask>,
}
Expand description
Request message for [IndexEndpointService.ListIndexEndpoints][google.cloud.aiplatform.v1beta1.IndexEndpointService.ListIndexEndpoints].
Fields§
§parent: String
Required. The resource name of the Location from which to list the
IndexEndpoints. Format: projects/{project}/locations/{location}
filter: String
Optional. An expression for filtering the results of the request. For field names both snake_case and camelCase are supported.
index_endpoint
supports = and !=.index_endpoint
represents the IndexEndpoint ID, ie. the last segment of the IndexEndpoint’s [resourcename][google.cloud.aiplatform.v1beta1.IndexEndpoint.name].display_name
supports =, != and regex() (uses re2 syntax)labels
supports general map functions that is:labels.key=value
- key:value equalitylabels.key:* or labels:key - key existence A key including a space must be quoted.
labels.“a key”`.
Some examples:
index_endpoint="1"
display_name="myDisplayName"
- `regex(display_name, “^A”) -> The display name starts with an A.
labels.myKey="myValue"
page_size: i32
Optional. The standard list page size.
page_token: String
Optional. The standard list page token. Typically obtained via [ListIndexEndpointsResponse.next_page_token][google.cloud.aiplatform.v1beta1.ListIndexEndpointsResponse.next_page_token] of the previous [IndexEndpointService.ListIndexEndpoints][google.cloud.aiplatform.v1beta1.IndexEndpointService.ListIndexEndpoints] call.
read_mask: Option<FieldMask>
Optional. Mask specifying which fields to read.
Trait Implementations§
source§impl Clone for ListIndexEndpointsRequest
impl Clone for ListIndexEndpointsRequest
source§fn clone(&self) -> ListIndexEndpointsRequest
fn clone(&self) -> ListIndexEndpointsRequest
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for ListIndexEndpointsRequest
impl Debug for ListIndexEndpointsRequest
source§impl Default for ListIndexEndpointsRequest
impl Default for ListIndexEndpointsRequest
source§impl Message for ListIndexEndpointsRequest
impl Message for ListIndexEndpointsRequest
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 ListIndexEndpointsRequest
impl PartialEq for ListIndexEndpointsRequest
source§fn eq(&self, other: &ListIndexEndpointsRequest) -> bool
fn eq(&self, other: &ListIndexEndpointsRequest) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ListIndexEndpointsRequest
Auto Trait Implementations§
impl Freeze for ListIndexEndpointsRequest
impl RefUnwindSafe for ListIndexEndpointsRequest
impl Send for ListIndexEndpointsRequest
impl Sync for ListIndexEndpointsRequest
impl Unpin for ListIndexEndpointsRequest
impl UnwindSafe for ListIndexEndpointsRequest
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