Class: Google::Apis::CloudfunctionsV1::GoogleCloudFunctionsV2betaLocationMetadata
- Inherits:
-
Object
- Object
- Google::Apis::CloudfunctionsV1::GoogleCloudFunctionsV2betaLocationMetadata
- 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) ⇒ GoogleCloudFunctionsV2betaLocationMetadata
constructor
A new instance of GoogleCloudFunctionsV2betaLocationMetadata.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudFunctionsV2betaLocationMetadata
Returns a new instance of GoogleCloudFunctionsV2betaLocationMetadata.
1158 1159 1160 |
# File 'lib/google/apis/cloudfunctions_v1/classes.rb', line 1158 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
1156 1157 1158 |
# File 'lib/google/apis/cloudfunctions_v1/classes.rb', line 1156 def environments @environments end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1163 1164 1165 |
# File 'lib/google/apis/cloudfunctions_v1/classes.rb', line 1163 def update!(**args) @environments = args[:environments] if args.key?(:environments) end |