Class: Google::Cloud::Functions::V2::LocationMetadata

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/functions/v2/functions.rb

Overview

Extra GCF specific location information.

Instance Attribute Summary collapse

Instance Attribute Details

#environments::Array<::Google::Cloud::Functions::V2::Environment>

Returns The Cloud Function environments this location supports.

Returns:



1032
1033
1034
1035
# File 'proto_docs/google/cloud/functions/v2/functions.rb', line 1032

class LocationMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end