Class: Google::Apis::CloudfunctionsV1::GoogleCloudFunctionsV2LocationMetadata
- Inherits:
-
Object
- Object
- Google::Apis::CloudfunctionsV1::GoogleCloudFunctionsV2LocationMetadata
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/cloudfunctions_v1/classes.rb,
lib/google/apis/cloudfunctions_v1/representations.rb,
lib/google/apis/cloudfunctions_v1/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) ⇒ GoogleCloudFunctionsV2LocationMetadata
constructor
A new instance of GoogleCloudFunctionsV2LocationMetadata.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudFunctionsV2LocationMetadata
Returns a new instance of GoogleCloudFunctionsV2LocationMetadata.
792 793 794 |
# File 'lib/google/apis/cloudfunctions_v1/classes.rb', line 792 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
790 791 792 |
# File 'lib/google/apis/cloudfunctions_v1/classes.rb', line 790 def environments @environments end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
797 798 799 |
# File 'lib/google/apis/cloudfunctions_v1/classes.rb', line 797 def update!(**args) @environments = args[:environments] if args.key?(:environments) end |