#[non_exhaustive]pub struct WaitRequest {
pub operation: String,
pub project: String,
pub region: String,
/* private fields */
}Available on (crate features
addresses or forwarding-rules or interconnect-attachments or network-attachments or network-edge-security-services or node-templates or packet-mirrorings or public-delegated-prefixes or region-autoscalers or region-backend-services or region-commitments or region-disks or region-health-check-services or region-health-checks or region-instance-group-managers or region-instance-groups or region-instance-templates or region-instances or region-instant-snapshots or region-network-endpoint-groups or region-network-firewall-policies or region-notification-endpoints or region-operations or region-security-policies or region-ssl-certificates or region-ssl-policies or region-target-http-proxies or region-target-https-proxies or region-target-tcp-proxies or region-url-maps or resource-policies or routers or service-attachments or subnetworks or target-pools or target-vpn-gateways or vpn-gateways or vpn-tunnels) and crate feature region-operations only.Expand description
Synthetic request message for the wait() method.
Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.operation: StringName of the Operations resource to return, or its unique numeric identifier.
project: StringProject ID for this request.
region: StringName of the region for this request.
Implementations§
Source§impl WaitRequest
impl WaitRequest
pub fn new() -> Self
Sourcepub fn set_operation<T: Into<String>>(self, v: T) -> Self
pub fn set_operation<T: Into<String>>(self, v: T) -> Self
Sourcepub fn set_project<T: Into<String>>(self, v: T) -> Self
pub fn set_project<T: Into<String>>(self, v: T) -> Self
Trait Implementations§
Source§impl Clone for WaitRequest
impl Clone for WaitRequest
Source§fn clone(&self) -> WaitRequest
fn clone(&self) -> WaitRequest
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 moreSource§impl Debug for WaitRequest
impl Debug for WaitRequest
Source§impl Default for WaitRequest
impl Default for WaitRequest
Source§fn default() -> WaitRequest
fn default() -> WaitRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for WaitRequest
impl PartialEq for WaitRequest
impl StructuralPartialEq for WaitRequest
Auto Trait Implementations§
impl Freeze for WaitRequest
impl RefUnwindSafe for WaitRequest
impl Send for WaitRequest
impl Sync for WaitRequest
impl Unpin for WaitRequest
impl UnwindSafe for WaitRequest
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