Class: Google::Cloud::Functions::V1::ListFunctionsResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#functions::Array<::Google::Cloud::Functions::V1::CloudFunction>

Returns The functions that match the request.

Returns:



625
626
627
628
# File 'proto_docs/google/cloud/functions/v1/functions.rb', line 625

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.

Returns:



625
626
627
628
# File 'proto_docs/google/cloud/functions/v1/functions.rb', line 625

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.

Returns:

  • (::Array<::String>)

    Locations that could not be reached. The response does not include any functions from these locations.



625
626
627
628
# File 'proto_docs/google/cloud/functions/v1/functions.rb', line 625

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