Class: Google::Cloud::Deploy::V1::RenderMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::Deploy::V1::RenderMetadata
- 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
-
#cloud_run ⇒ ::Google::Cloud::Deploy::V1::CloudRunRenderMetadata
readonly
Output only.
-
#custom ⇒ ::Google::Cloud::Deploy::V1::CustomMetadata
readonly
Output only.
Instance Attribute Details
#cloud_run ⇒ ::Google::Cloud::Deploy::V1::CloudRunRenderMetadata (readonly)
Returns Output only. Metadata associated with rendering for Cloud Run.
1834 1835 1836 1837 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 1834 class RenderMetadata 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 render operation.
1834 1835 1836 1837 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 1834 class RenderMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |