Class: Google::Cloud::Build::V2::RunWorkflowCustomOperationMetadata

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/devtools/cloudbuild/v2/cloudbuild.rb

Overview

Represents the custom metadata of the RunWorkflow long-running operation.

Instance Attribute Summary collapse

Instance Attribute Details

#api_version::String (readonly)

Returns Output only. API version used to start the operation.

Returns:

  • (::String)

    Output only. API version used to start the operation.



81
82
83
84
# File 'proto_docs/google/devtools/cloudbuild/v2/cloudbuild.rb', line 81

class RunWorkflowCustomOperationMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#create_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. The time the operation was created.

Returns:



81
82
83
84
# File 'proto_docs/google/devtools/cloudbuild/v2/cloudbuild.rb', line 81

class RunWorkflowCustomOperationMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#end_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. The time the operation finished running.

Returns:



81
82
83
84
# File 'proto_docs/google/devtools/cloudbuild/v2/cloudbuild.rb', line 81

class RunWorkflowCustomOperationMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#pipeline_run_id::String (readonly)

Returns Output only. ID of the pipeline run created by RunWorkflow.

Returns:

  • (::String)

    Output only. ID of the pipeline run created by RunWorkflow.



81
82
83
84
# File 'proto_docs/google/devtools/cloudbuild/v2/cloudbuild.rb', line 81

class RunWorkflowCustomOperationMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#requested_cancellation::Boolean (readonly)

Returns Output only. Identifies whether the user has requested cancellation of the operation. Operations that have successfully been cancelled have [Operation.error][] value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED.

Returns:

  • (::Boolean)

    Output only. Identifies whether the user has requested cancellation of the operation. Operations that have successfully been cancelled have [Operation.error][] value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED.



81
82
83
84
# File 'proto_docs/google/devtools/cloudbuild/v2/cloudbuild.rb', line 81

class RunWorkflowCustomOperationMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#target::String (readonly)

Returns Output only. Server-defined resource path for the target of the operation.

Returns:

  • (::String)

    Output only. Server-defined resource path for the target of the operation.



81
82
83
84
# File 'proto_docs/google/devtools/cloudbuild/v2/cloudbuild.rb', line 81

class RunWorkflowCustomOperationMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#verb::String (readonly)

Returns Output only. Name of the verb executed by the operation.

Returns:

  • (::String)

    Output only. Name of the verb executed by the operation.



81
82
83
84
# File 'proto_docs/google/devtools/cloudbuild/v2/cloudbuild.rb', line 81

class RunWorkflowCustomOperationMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end