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.



2029
2030
2031
# File 'lib/google/apis/config_v1/classes.rb', line 2029

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)


2022
2023
2024
# File 'lib/google/apis/config_v1/classes.rb', line 2022

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)


2027
2028
2029
# File 'lib/google/apis/config_v1/classes.rb', line 2027

def json_signed_uri
  @json_signed_uri
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2034
2035
2036
2037
# File 'lib/google/apis/config_v1/classes.rb', line 2034

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