Struct google_api_proto::google::cloud::beyondcorp::appconnections::v1::ResolveAppConnectionsRequest
source · pub struct ResolveAppConnectionsRequest {
pub parent: String,
pub app_connector_id: String,
pub page_size: i32,
pub page_token: String,
}
Expand description
Request message for BeyondCorp.ResolveAppConnections.
Fields§
§parent: String
Required. The resource name of the AppConnection location using the form:
projects/{project_id}/locations/{location_id}
app_connector_id: String
Required. BeyondCorp Connector name of the connector associated with those
AppConnections using the form:
projects/{project_id}/locations/{location_id}/appConnectors/{app_connector_id}
page_size: i32
Optional. The maximum number of items to return. If not specified, a default value of 50 will be used by the service. Regardless of the page_size value, the response may include a partial list and a caller should only rely on response’s [next_page_token][BeyondCorp.ResolveAppConnectionsResponse.next_page_token] to determine if there are more instances left to be queried.
page_token: String
Optional. The next_page_token value returned from a previous ResolveAppConnectionsResponse, if any.
Trait Implementations§
source§impl Clone for ResolveAppConnectionsRequest
impl Clone for ResolveAppConnectionsRequest
source§fn clone(&self) -> ResolveAppConnectionsRequest
fn clone(&self) -> ResolveAppConnectionsRequest
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for ResolveAppConnectionsRequest
impl Debug for ResolveAppConnectionsRequest
source§impl Message for ResolveAppConnectionsRequest
impl Message for ResolveAppConnectionsRequest
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 ResolveAppConnectionsRequest
impl PartialEq for ResolveAppConnectionsRequest
source§fn eq(&self, other: &ResolveAppConnectionsRequest) -> bool
fn eq(&self, other: &ResolveAppConnectionsRequest) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ResolveAppConnectionsRequest
Auto Trait Implementations§
impl Freeze for ResolveAppConnectionsRequest
impl RefUnwindSafe for ResolveAppConnectionsRequest
impl Send for ResolveAppConnectionsRequest
impl Sync for ResolveAppConnectionsRequest
impl Unpin for ResolveAppConnectionsRequest
impl UnwindSafe for ResolveAppConnectionsRequest
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