Class: Google::Cloud::Deploy::V1::DeployJobRunMetadata

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/deploy/v1/cloud_deploy.rb

Overview

DeployJobRunMetadata surfaces information associated with a DeployJobRun to the user.

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_run::Google::Cloud::Deploy::V1::CloudRunMetadata (readonly)

Returns Output only. The name of the Cloud Run Service that is associated with a DeployJobRun.

Returns:



2164
2165
2166
2167
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 2164

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

#custom::Google::Cloud::Deploy::V1::CustomMetadata (readonly)

Returns Output only. Custom metadata provided by user-defined deploy operation.

Returns:



2164
2165
2166
2167
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 2164

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

#custom_target::Google::Cloud::Deploy::V1::CustomTargetDeployMetadata (readonly)

Returns Output only. Custom Target metadata associated with a DeployJobRun.

Returns:



2164
2165
2166
2167
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 2164

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