Class: Google::Cloud::Deploy::V1::CloudRunRenderMetadata

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

CloudRunRenderMetadata contains Cloud Run information associated with a Release render.

Instance Attribute Summary collapse

Instance Attribute Details

#service::String (readonly)

Returns Output only. The name of the Cloud Run Service in the rendered manifest. Format is projects/{project}/locations/{location}/services/{service}.

Returns:

  • (::String)

    Output only. The name of the Cloud Run Service in the rendered manifest. Format is projects/{project}/locations/{location}/services/{service}.



2336
2337
2338
2339
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 2336

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