Class: Google::Cloud::Location::ListLocationsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Location::ListLocationsResponse
- 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
-
#locations ⇒ ::Array<::Google::Cloud::Location::Location>
A list of locations that matches the specified filter in the request.
-
#next_page_token ⇒ ::String
The standard List next-page token.
Instance Attribute Details
#locations ⇒ ::Array<::Google::Cloud::Location::Location>
Returns A list of locations that matches the specified filter in the request.
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.
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 |