Class: Google::Cloud::Functions::V2::ListFunctionsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Functions::V2::ListFunctionsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/functions/v2/functions.rb
Overview
Response for the ListFunctions
method.
Instance Attribute Summary collapse
-
#functions ⇒ ::Array<::Google::Cloud::Functions::V2::Function>
The functions that match the request.
-
#next_page_token ⇒ ::String
A token, which can be sent as
page_token
to retrieve the next page. -
#unreachable ⇒ ::Array<::String>
Locations that could not be reached.
Instance Attribute Details
#functions ⇒ ::Array<::Google::Cloud::Functions::V2::Function>
Returns The functions that match the request.
751 752 753 754 |
# File 'proto_docs/google/cloud/functions/v2/functions.rb', line 751 class ListFunctionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns A token, which can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
751 752 753 754 |
# File 'proto_docs/google/cloud/functions/v2/functions.rb', line 751 class ListFunctionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Locations that could not be reached. The response does not include any functions from these locations.
751 752 753 754 |
# File 'proto_docs/google/cloud/functions/v2/functions.rb', line 751 class ListFunctionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |