Class: Google::Apis::CloudfunctionsV2alpha::LocationMetadata
- Inherits:
-
Object
- Object
- Google::Apis::CloudfunctionsV2alpha::LocationMetadata
- 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
-
#environments ⇒ Array<String>
The Cloud Function environments this location supports.
Instance Method Summary collapse
-
#initialize(**args) ⇒ LocationMetadata
constructor
A new instance of LocationMetadata.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ LocationMetadata
Returns a new instance of LocationMetadata.
1203 1204 1205 |
# File 'lib/google/apis/cloudfunctions_v2alpha/classes.rb', line 1203 def initialize(**args) update!(**args) end |
Instance Attribute Details
#environments ⇒ Array<String>
The Cloud Function environments this location supports.
Corresponds to the JSON property environments
1201 1202 1203 |
# File 'lib/google/apis/cloudfunctions_v2alpha/classes.rb', line 1201 def environments @environments end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1208 1209 1210 |
# File 'lib/google/apis/cloudfunctions_v2alpha/classes.rb', line 1208 def update!(**args) @environments = args[:environments] if args.key?(:environments) end |