Google Cloud for Games v1beta API - Class ListGameServerConfigsRequest (2.0.0-beta03)

public sealed class ListGameServerConfigsRequest : IMessage<ListGameServerConfigsRequest>, IEquatable<ListGameServerConfigsRequest>, IDeepCloneable<ListGameServerConfigsRequest>, IBufferMessage, IMessage, IPageRequest

Reference documentation and code samples for the Google Cloud for Games v1beta API class ListGameServerConfigsRequest.

Request message for GameServerConfigsService.ListGameServerConfigs.

Inheritance

object > ListGameServerConfigsRequest

Namespace

Google.Cloud.Gaming.V1Beta

Assembly

Google.Cloud.Gaming.V1Beta.dll

Constructors

ListGameServerConfigsRequest()

public ListGameServerConfigsRequest()

ListGameServerConfigsRequest(ListGameServerConfigsRequest)

public ListGameServerConfigsRequest(ListGameServerConfigsRequest other)
Parameter
NameDescription
otherListGameServerConfigsRequest

Properties

Filter

public string Filter { get; set; }

Optional. The filter to apply to list results.

Property Value
TypeDescription
string

OrderBy

public string OrderBy { get; set; }

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

Property Value
TypeDescription
string

PageSize

public int PageSize { get; set; }

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][google.cloud.gaming.v1beta.ListGameServerConfigsResponse.next_page_token] to determine if there are more GameServerConfigs left to be queried.

Property Value
TypeDescription
int

PageToken

public string PageToken { get; set; }

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

Property Value
TypeDescription
string

Parent

public string Parent { get; set; }

Required. The parent resource name. Uses the form:

projects/{project}/locations/{location}/gameServerDeployments/{deployment}/configs/*.

Property Value
TypeDescription
string

ParentAsGameServerDeploymentName

public GameServerDeploymentName ParentAsGameServerDeploymentName { get; set; }

GameServerDeploymentName-typed view over the Parent resource name property.

Property Value
TypeDescription
GameServerDeploymentName