Class: Google::Cloud::Deploy::V1::RenderMetadata

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

RenderMetadata includes information associated with a Release render.

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns Output only. Metadata associated with rendering for Cloud Run.

Returns:



1280
1281
1282
1283
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 1280

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