Class: Google::Cloud::Location::ListLocationsRequest

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

Instance Attribute Details

#filter::String

Returns The standard list filter.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::Integer)

    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.

Returns:

  • (::String)

    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