Class: Google::Cloud::Location::ListLocationsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Location::ListLocationsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/location/locations.rb
Overview
The request message for Locations.ListLocations.
Instance Attribute Summary collapse
-
#filter ⇒ ::String
The standard list filter.
-
#name ⇒ ::String
The resource that owns the locations collection, if applicable.
-
#page_size ⇒ ::Integer
The standard list page size.
-
#page_token ⇒ ::String
The standard list page token.
Instance Attribute Details
#filter ⇒ ::String
Returns The standard list filter.
36 37 38 39 |
# File 'proto_docs/google/cloud/location/locations.rb', line 36 class ListLocationsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns The resource that owns the locations collection, if applicable.
36 37 38 39 |
# File 'proto_docs/google/cloud/location/locations.rb', line 36 class ListLocationsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
Returns The standard list page size.
36 37 38 39 |
# File 'proto_docs/google/cloud/location/locations.rb', line 36 class ListLocationsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns The standard list page token.
36 37 38 39 |
# File 'proto_docs/google/cloud/location/locations.rb', line 36 class ListLocationsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |