Class: Google::Cloud::ConfigService::V1::PreviewArtifacts

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#artifacts::String (readonly)

Returns Output only. Location of artifacts in Google Cloud Storage. Format: gs://{bucket}/{object}.

Returns:

  • (::String)

    Output only. Location of artifacts in Google Cloud Storage. Format: gs://{bucket}/{object}



1301
1302
1303
1304
# File 'proto_docs/google/cloud/config/v1/config.rb', line 1301

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}.

Returns:

  • (::String)

    Output only. Location of a blueprint copy and other content in Google Cloud Storage. Format: gs://{bucket}/{object}



1301
1302
1303
1304
# File 'proto_docs/google/cloud/config/v1/config.rb', line 1301

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