Class: Google::Apis::CloudfunctionsV1::GoogleCloudFunctionsV2alphaLocationMetadata
- Inherits:
-
Object
- Object
- Google::Apis::CloudfunctionsV1::GoogleCloudFunctionsV2alphaLocationMetadata
- 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) ⇒ GoogleCloudFunctionsV2alphaLocationMetadata
constructor
A new instance of GoogleCloudFunctionsV2alphaLocationMetadata.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudFunctionsV2alphaLocationMetadata
Returns a new instance of GoogleCloudFunctionsV2alphaLocationMetadata.
975 976 977 |
# File 'lib/google/apis/cloudfunctions_v1/classes.rb', line 975 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
973 974 975 |
# File 'lib/google/apis/cloudfunctions_v1/classes.rb', line 973 def environments @environments end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
980 981 982 |
# File 'lib/google/apis/cloudfunctions_v1/classes.rb', line 980 def update!(**args) @environments = args[:environments] if args.key?(:environments) end |