Class: Google::Cloud::Deploy::V1::CloudRunMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::Deploy::V1::CloudRunMetadata
- 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
-
#job ⇒ ::String
readonly
Output only.
-
#revision ⇒ ::String
readonly
Output only.
-
#service ⇒ ::String
readonly
Output only.
-
#service_urls ⇒ ::Array<::String>
readonly
Output only.
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}
.
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
.
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}
.
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
.
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 |