Class: Google::Cloud::Functions::V2::LocationMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::Functions::V2::LocationMetadata
- 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
-
#environments ⇒ ::Array<::Google::Cloud::Functions::V2::Environment>
The Cloud Function environments this location supports.
Instance Attribute Details
#environments ⇒ ::Array<::Google::Cloud::Functions::V2::Environment>
Returns The Cloud Function environments this location supports.
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 |