Class: Google::Cloud::ConfigService::V1::PreviewResult

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/config/v1/config.rb

Overview

Contains a signed Cloud Storage URLs.

Instance Attribute Summary collapse

Instance Attribute Details

#binary_signed_uri::String (readonly)

Returns Output only. Plan binary signed URL.

Returns:

  • (::String)

    Output only. Plan binary signed URL



1461
1462
1463
1464
# File 'proto_docs/google/cloud/config/v1/config.rb', line 1461

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

#json_signed_uri::String (readonly)

Returns Output only. Plan JSON signed URL.

Returns:

  • (::String)

    Output only. Plan JSON signed URL



1461
1462
1463
1464
# File 'proto_docs/google/cloud/config/v1/config.rb', line 1461

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