Reference documentation and code samples for the Locations API class Google::Cloud::Location::ListLocationsResponse.
The response message for Locations.ListLocations.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#locations
def locations() -> ::Array<::Google::Cloud::Location::Location>
Returns
- (::Array<::Google::Cloud::Location::Location>) — A list of locations that matches the specified filter in the request.
#locations=
def locations=(value) -> ::Array<::Google::Cloud::Location::Location>
Parameter
- value (::Array<::Google::Cloud::Location::Location>) — A list of locations that matches the specified filter in the request.
Returns
- (::Array<::Google::Cloud::Location::Location>) — A list of locations that matches the specified filter in the request.
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — The standard List next-page token.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — The standard List next-page token.
Returns
- (::String) — The standard List next-page token.