Class: Google::Cloud::Deploy::V1::CloudRunMetadata

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

CloudRunMetadata contains information from a Cloud Run deployment.

Instance Attribute Summary collapse

Instance Attribute Details

#job::String (readonly)

Returns Output only. The name of the Cloud Run job that is associated with a Rollout. Format is projects/{project}/locations/{location}/jobs/{job_name}.

Returns:

  • (::String)

    Output only. The name of the Cloud Run job that is associated with a Rollout. Format is projects/{project}/locations/{location}/jobs/{job_name}.



2187
2188
2189
2190
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 2187

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

#revision::String (readonly)

Returns Output only. The Cloud Run Revision id associated with a Rollout.

Returns:

  • (::String)

    Output only. The Cloud Run Revision id associated with a Rollout.



2187
2188
2189
2190
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 2187

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

#service::String (readonly)

Returns Output only. The name of the Cloud Run Service that is associated with a Rollout. Format is projects/{project}/locations/{location}/services/{service}.

Returns:

  • (::String)

    Output only. The name of the Cloud Run Service that is associated with a Rollout. Format is projects/{project}/locations/{location}/services/{service}.



2187
2188
2189
2190
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 2187

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

#service_urls::Array<::String> (readonly)

Returns Output only. The Cloud Run Service urls that are associated with a Rollout.

Returns:

  • (::Array<::String>)

    Output only. The Cloud Run Service urls that are associated with a Rollout.



2187
2188
2189
2190
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 2187

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