Class: Google::Apis::ConfigV1::PreviewResult

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/config_v1/classes.rb,
lib/google/apis/config_v1/representations.rb,
lib/google/apis/config_v1/representations.rb

Overview

Contains a signed Cloud Storage URLs.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ PreviewResult

Returns a new instance of PreviewResult.



1457
1458
1459
# File 'lib/google/apis/config_v1/classes.rb', line 1457

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#binary_signed_uriString

Output only. Plan binary signed URL Corresponds to the JSON property binarySignedUri

Returns:

  • (String)


1450
1451
1452
# File 'lib/google/apis/config_v1/classes.rb', line 1450

def binary_signed_uri
  @binary_signed_uri
end

#json_signed_uriString

Output only. Plan JSON signed URL Corresponds to the JSON property jsonSignedUri

Returns:

  • (String)


1455
1456
1457
# File 'lib/google/apis/config_v1/classes.rb', line 1455

def json_signed_uri
  @json_signed_uri
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1462
1463
1464
1465
# File 'lib/google/apis/config_v1/classes.rb', line 1462

def update!(**args)
  @binary_signed_uri = args[:binary_signed_uri] if args.key?(:binary_signed_uri)
  @json_signed_uri = args[:json_signed_uri] if args.key?(:json_signed_uri)
end