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:



1016
1017
1018
1019
# File 'proto_docs/google/cloud/functions/v2/functions.rb', line 1016

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