Class: Google::Cloud::Functions::V2::ListRuntimesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Functions::V2::ListRuntimesRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/functions/v2/functions.rb
Overview
Request for the ListRuntimes
method.
Instance Attribute Summary collapse
-
#filter ⇒ ::String
The filter for Runtimes that match the filter expression, following the syntax outlined in https://google.aip.dev/160.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#filter ⇒ ::String
Returns The filter for Runtimes that match the filter expression, following the syntax outlined in https://google.aip.dev/160.
881 882 883 884 |
# File 'proto_docs/google/cloud/functions/v2/functions.rb', line 881 class ListRuntimesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The project and location from which the runtimes should be
listed, specified in the format projects/*/locations/*
.
881 882 883 884 |
# File 'proto_docs/google/cloud/functions/v2/functions.rb', line 881 class ListRuntimesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |