Class: Google::Cloud::Gaming::V1::ListGameServerConfigsRequest

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

Overview

Request message for GameServerConfigsService.ListGameServerConfigs.

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.



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

class ListGameServerConfigsRequest
  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:



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

class ListGameServerConfigsRequest
  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 GameServerConfigs 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 GameServerConfigs left to be queried.



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

class ListGameServerConfigsRequest
  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.



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

class ListGameServerConfigsRequest
  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}/gameServerDeployments/{deployment}/configs/*.

Returns:

  • (::String)

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



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

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