pub struct ConnectManagerToGoogleCloud<'a> { /* private fields */ }Expand description
Builder for Client::connect_manager_to_google_cloud
Implementations§
Source§impl<'a> ConnectManagerToGoogleCloud<'a>
impl<'a> ConnectManagerToGoogleCloud<'a>
pub fn new(client: &'a Client) -> Self
pub fn id<V>(self, value: V) -> Self
pub fn project_id<V>(self, value: V) -> Self
pub fn redirect_url<V>(self, value: V) -> Self
pub fn region<V>(self, value: V) -> Self
pub fn workspace<V>(self, value: V) -> Selfwhere
V: TryInto<ConnectManagerToGoogleCloudWorkspace>,
Sourcepub async fn send(self) -> Result<ResponseValue<ByteStream>, Error<ApiError>>
pub async fn send(self) -> Result<ResponseValue<ByteStream>, Error<ApiError>>
Sends a GET request to /v1/managers/{id}/google-cloud-connect
Trait Implementations§
Source§impl<'a> Clone for ConnectManagerToGoogleCloud<'a>
impl<'a> Clone for ConnectManagerToGoogleCloud<'a>
Source§fn clone(&self) -> ConnectManagerToGoogleCloud<'a>
fn clone(&self) -> ConnectManagerToGoogleCloud<'a>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl<'a> Freeze for ConnectManagerToGoogleCloud<'a>
impl<'a> !RefUnwindSafe for ConnectManagerToGoogleCloud<'a>
impl<'a> Send for ConnectManagerToGoogleCloud<'a>
impl<'a> Sync for ConnectManagerToGoogleCloud<'a>
impl<'a> Unpin for ConnectManagerToGoogleCloud<'a>
impl<'a> UnsafeUnpin for ConnectManagerToGoogleCloud<'a>
impl<'a> !UnwindSafe for ConnectManagerToGoogleCloud<'a>
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
Mutably borrows from an owned value. Read more