Class: Google::Cloud::ConfigService::V1::PreviewArtifacts
- Inherits:
-
Object
- Object
- Google::Cloud::ConfigService::V1::PreviewArtifacts
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/config/v1/config.rb
Overview
Artifacts created by preview.
Instance Attribute Summary collapse
-
#artifacts ⇒ ::String
readonly
Output only.
-
#content ⇒ ::String
readonly
Output only.
Instance Attribute Details
#artifacts ⇒ ::String (readonly)
Returns Output only. Location of artifacts in Google Cloud Storage.
Format: gs://{bucket}/{object}
.
1368 1369 1370 1371 |
# File 'proto_docs/google/cloud/config/v1/config.rb', line 1368 class PreviewArtifacts include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#content ⇒ ::String (readonly)
Returns Output only. Location of a blueprint copy and other content in Google Cloud
Storage. Format: gs://{bucket}/{object}
.
1368 1369 1370 1371 |
# File 'proto_docs/google/cloud/config/v1/config.rb', line 1368 class PreviewArtifacts include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |