Class: Google::Cloud::Functions::V1::ListFunctionsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Functions::V1::ListFunctionsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/functions/v1/functions.rb
Overview
Response for the ListFunctions
method.
Instance Attribute Summary collapse
-
#functions ⇒ ::Array<::Google::Cloud::Functions::V1::CloudFunction>
The functions that match the request.
-
#next_page_token ⇒ ::String
If not empty, indicates that there may be more functions that match the request; this value should be passed in a new google.cloud.functions.v1.ListFunctionsRequest to get more functions.
-
#unreachable ⇒ ::Array<::String>
Locations that could not be reached.
Instance Attribute Details
#functions ⇒ ::Array<::Google::Cloud::Functions::V1::CloudFunction>
Returns The functions that match the request.
621 622 623 624 |
# File 'proto_docs/google/cloud/functions/v1/functions.rb', line 621 class ListFunctionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns If not empty, indicates that there may be more functions that match the request; this value should be passed in a new google.cloud.functions.v1.ListFunctionsRequest to get more functions.
621 622 623 624 |
# File 'proto_docs/google/cloud/functions/v1/functions.rb', line 621 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.
621 622 623 624 |
# File 'proto_docs/google/cloud/functions/v1/functions.rb', line 621 class ListFunctionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |