Reference documentation and code samples for the Dataform V1beta1 API class Google::Cloud::Dataform::V1beta1::DeleteRepositoryLongRunningMetadata.
Represents metadata about the progress of the DeleteRepository long-running operation.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#child_resources_count
def child_resources_count() -> ::Integer
Returns
- (::Integer) — Output only. The total number of child resources (Compilation Results, Workflow Executions) that will be deleted.
#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].
#remaining_child_resources_count
def remaining_child_resources_count() -> ::Integer
Returns
- (::Integer) — Output only. The remaining number of child resources to be deleted.
#state
def state() -> ::Google::Cloud::Dataform::V1beta1::DeleteRepositoryLongRunningMetadata::State
Returns
- (::Google::Cloud::Dataform::V1beta1::DeleteRepositoryLongRunningMetadata::State) — Output only. The state of the operation.
#target
def target() -> ::String
Returns
- (::String) — Output only. Server-defined resource path for the target of the operation. Format: projects/{project}/locations/{location}/repositories/{repository}