Struct gapi_grpc::google::cloud::resourcemanager::v2::FolderOperation [−][src]
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][+]
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,
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][+]
U: From<T>,
impl<T> IntoRequest<T> for T
[src][+]
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[src][+]
V: MultiLane<T>,