Reference documentation and code samples for the Dataform V1 API class Google::Cloud::Dataform::V1::DeleteFolderTreeMetadata.
Contains metadata about the progress of the DeleteFolderTree 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) — Output only. Percent complete of the operation [0, 100].
#state
def state() -> ::Google::Cloud::Dataform::V1::DeleteFolderTreeMetadata::State
Returns
- (::Google::Cloud::Dataform::V1::DeleteFolderTreeMetadata::State) — Output only. The state of the operation.
#target
def target() -> ::String
Returns
- (::String) — Output only. Resource name of the target of the operation. Format: projects/{project}/locations/{location}/folders/{folder} or projects/{project}/locations/{location}/teamFolders/{team_folder}