Class: Google::Apis::CloudfunctionsV2alpha::GoogleCloudFunctionsV2alphaLocationMetadata

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) ⇒ GoogleCloudFunctionsV2alphaLocationMetadata

Returns a new instance of GoogleCloudFunctionsV2alphaLocationMetadata.



812
813
814
# File 'lib/google/apis/cloudfunctions_v2alpha/classes.rb', line 812

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>)


810
811
812
# File 'lib/google/apis/cloudfunctions_v2alpha/classes.rb', line 810

def environments
  @environments
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



817
818
819
# File 'lib/google/apis/cloudfunctions_v2alpha/classes.rb', line 817

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