Struct gapi_grpc::google::cloud::resourcemanager::v2::FolderOperation[][src]

pub struct FolderOperation {
    pub display_name: String,
    pub operation_type: i32,
    pub source_parent: String,
    pub destination_parent: String,
}
[]

Metadata describing a long running folder operation

Fields

display_name: String
[]

The display name of the folder.

operation_type: i32
[]

The type of this operation.

source_parent: String
[]

The resource name of the folder’s parent. Only applicable when the operation_type is MOVE.

destination_parent: String
[]

The resource name of the folder or organization we are either creating the folder under or moving the folder to.

Implementations

impl FolderOperation[src][]

pub fn operation_type(&self) -> OperationType[src][]

Returns the enum value of operation_type, or the default if the field is set to an invalid enum value.

pub fn set_operation_type(&mut self, value: OperationType)[src][]

Sets operation_type to the provided enum value.

Trait Implementations

impl Clone for FolderOperation[src][+]

impl Debug for FolderOperation[src][+]

impl Default for FolderOperation[src][+]

impl Message for FolderOperation[src][+]

impl PartialEq<FolderOperation> for FolderOperation[src][+]

impl StructuralPartialEq for FolderOperation[src]

Auto Trait Implementations

impl RefUnwindSafe for FolderOperation

impl Send for FolderOperation

impl Sync for FolderOperation

impl Unpin for FolderOperation

impl UnwindSafe for FolderOperation

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src][+]

impl<T> Borrow<T> for T where
    T: ?Sized
[src][+]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src][+]

impl<T> From<T> for T[src][+]

impl<T> Instrument for T[src][+]

impl<T> Instrument for T[src][+]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src][+]

impl<T> IntoRequest<T> for T[src][+]

impl<T> ToOwned for T where
    T: Clone
[src][+]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src][+]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src][+]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src][+]

impl<T> WithSubscriber for T[src][+]