Class: Google::Cloud::Location::ListLocationsResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/location/locations.rb

Overview

The response message for Locations.ListLocations.

Instance Attribute Summary collapse

Instance Attribute Details

#locations::Array<::Google::Cloud::Location::Location>

Returns A list of locations that matches the specified filter in the request.

Returns:



48
49
50
51
# File 'proto_docs/google/cloud/location/locations.rb', line 48

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

#next_page_token::String

Returns The standard List next-page token.

Returns:

  • (::String)

    The standard List next-page token.



48
49
50
51
# File 'proto_docs/google/cloud/location/locations.rb', line 48

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