Reference documentation and code samples for the Dataform V1beta1 API class Google::Cloud::Dataform::V1beta1::MoveFolderMetadata.
Contains metadata about the progress of the MoveFolder Long-running operations.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#create_time
def create_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. The time the operation was created.
#end_time
def end_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. The time the operation finished running.
#percent_complete
def percent_complete() -> ::Integer
Returns
- (::Integer) — Percent complete of the move [0, 100].
#percent_complete=
def percent_complete=(value) -> ::Integer
Parameter
- value (::Integer) — Percent complete of the move [0, 100].
Returns
- (::Integer) — Percent complete of the move [0, 100].
#state
def state() -> ::Google::Cloud::Dataform::V1beta1::MoveFolderMetadata::State
Returns
- (::Google::Cloud::Dataform::V1beta1::MoveFolderMetadata::State) — The state of the move.
#state=
def state=(value) -> ::Google::Cloud::Dataform::V1beta1::MoveFolderMetadata::State
Parameter
- value (::Google::Cloud::Dataform::V1beta1::MoveFolderMetadata::State) — The state of the move.
Returns
- (::Google::Cloud::Dataform::V1beta1::MoveFolderMetadata::State) — The state of the move.
#target
def target() -> ::String
Returns
- (::String) — Output only. Server-defined resource path for the target of the operation.