Class: Google::Cloud::Gaming::V1::ListRealmsRequest

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

Overview

Request message for RealmsService.ListRealms.

Instance Attribute Summary collapse

Instance Attribute Details

#filter::String

Returns Optional. The filter to apply to list results.

Returns:

  • (::String)

    Optional. The filter to apply to list results.



47
48
49
50
# File 'proto_docs/google/cloud/gaming/v1/realms.rb', line 47

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

#order_by::String

Returns Optional. Specifies the ordering of results following syntax at https://cloud.google.com/apis/design/design_patterns#sorting_order.

Returns:



47
48
49
50
# File 'proto_docs/google/cloud/gaming/v1/realms.rb', line 47

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

#page_size::Integer

Returns Optional. The maximum number of items to return. If unspecified, server will pick an appropriate default. Server may return fewer items than requested. A caller should only rely on response's next_page_token to determine if there are more realms left to be queried.

Returns:

  • (::Integer)

    Optional. The maximum number of items to return. If unspecified, server will pick an appropriate default. Server may return fewer items than requested. A caller should only rely on response's next_page_token to determine if there are more realms left to be queried.



47
48
49
50
# File 'proto_docs/google/cloud/gaming/v1/realms.rb', line 47

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

#page_token::String

Returns Optional. The next_page_token value returned from a previous List request, if any.

Returns:

  • (::String)

    Optional. The next_page_token value returned from a previous List request, if any.



47
48
49
50
# File 'proto_docs/google/cloud/gaming/v1/realms.rb', line 47

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

#parent::String

Returns Required. The parent resource name, in the following form: projects/{project}/locations/{location}.

Returns:

  • (::String)

    Required. The parent resource name, in the following form: projects/{project}/locations/{location}.



47
48
49
50
# File 'proto_docs/google/cloud/gaming/v1/realms.rb', line 47

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