Class: Google::Apis::CloudfunctionsV2alpha::GoogleCloudFunctionsV2LocationMetadata

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

Overview

Extra GCF specific location information.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudFunctionsV2LocationMetadata

Returns a new instance of GoogleCloudFunctionsV2LocationMetadata.



752
753
754
# File 'lib/google/apis/cloudfunctions_v2alpha/classes.rb', line 752

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

Instance Attribute Details

#environmentsArray<String>

The Cloud Function environments this location supports. Corresponds to the JSON property environments

Returns:

  • (Array<String>)


750
751
752
# File 'lib/google/apis/cloudfunctions_v2alpha/classes.rb', line 750

def environments
  @environments
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



757
758
759
# File 'lib/google/apis/cloudfunctions_v2alpha/classes.rb', line 757

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