Struct google_container1::api::Operation [−][src]
This operation resource represents operations that may have happened or are happening on the cluster. All fields are output only.
Activities
This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).
- locations clusters node pools create projects (response)
- locations clusters node pools delete projects (response)
- locations clusters node pools rollback projects (response)
- locations clusters node pools set autoscaling projects (response)
- locations clusters node pools set management projects (response)
- locations clusters node pools set size projects (response)
- locations clusters node pools update projects (response)
- locations clusters complete ip rotation projects (response)
- locations clusters create projects (response)
- locations clusters delete projects (response)
- locations clusters set addons projects (response)
- locations clusters set legacy abac projects (response)
- locations clusters set locations projects (response)
- locations clusters set logging projects (response)
- locations clusters set maintenance policy projects (response)
- locations clusters set master auth projects (response)
- locations clusters set monitoring projects (response)
- locations clusters set network policy projects (response)
- locations clusters set resource labels projects (response)
- locations clusters start ip rotation projects (response)
- locations clusters update projects (response)
- locations clusters update master projects (response)
- locations operations get projects (response)
- zones clusters node pools autoscaling projects (response)
- zones clusters node pools create projects (response)
- zones clusters node pools delete projects (response)
- zones clusters node pools rollback projects (response)
- zones clusters node pools set management projects (response)
- zones clusters node pools set size projects (response)
- zones clusters node pools update projects (response)
- zones clusters addons projects (response)
- zones clusters complete ip rotation projects (response)
- zones clusters create projects (response)
- zones clusters delete projects (response)
- zones clusters legacy abac projects (response)
- zones clusters locations projects (response)
- zones clusters logging projects (response)
- zones clusters master projects (response)
- zones clusters monitoring projects (response)
- zones clusters resource labels projects (response)
- zones clusters set maintenance policy projects (response)
- zones clusters set master auth projects (response)
- zones clusters set network policy projects (response)
- zones clusters start ip rotation projects (response)
- zones clusters update projects (response)
- zones operations get projects (response)
Fields
cluster_conditions: Option<Vec<StatusCondition>>Which conditions caused the current cluster state. Deprecated. Use field error instead.
detail: Option<String>Detailed operation progress, if available.
end_time: Option<String>[Output only] The time the operation completed, in RFC3339 text format.
error: Option<Status>The error result of the operation in case of failure.
location: Option<String>name: Option<String>The server-assigned ID for the operation.
nodepool_conditions: Option<Vec<StatusCondition>>Which conditions caused the current node pool state. Deprecated. Use field error instead.
operation_type: Option<String>The operation type.
progress: Option<OperationProgress>Output only. [Output only] Progress information for an operation.
self_link: Option<String>Server-defined URL for the resource.
start_time: Option<String>[Output only] The time the operation started, in RFC3339 text format.
status: Option<String>The current status of the operation.
status_message: Option<String>Output only. If an error has occurred, a textual description of the error. Deprecated. Use the field error instead.
target_link: Option<String>Server-defined URL for the target of the operation.
zone: Option<String>The name of the Google Compute Engine zone in which the operation is taking place. This field is deprecated, use location instead.
Trait Implementations
impl Clone for Operation[src]
impl Debug for Operation[src]
impl Default for Operation[src]
impl<'de> Deserialize<'de> for Operation[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl ResponseResult for Operation[src]
impl Serialize for Operation[src]
Auto Trait Implementations
impl RefUnwindSafe for Operation[src]
impl Send for Operation[src]
impl Sync for Operation[src]
impl Unpin for Operation[src]
impl UnwindSafe for Operation[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T[src]
impl<T> Instrument for T[src]
pub fn instrument(self, span: Span) -> Instrumented<Self>[src]
pub fn in_current_span(self) -> Instrumented<Self>[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,