Class ListGameServerClustersRequest (1.0.0-beta09)

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

Request message for GameServerClustersService.ListGameServerClusters.

Inheritance

Object > ListGameServerClustersRequest

Namespace

Google.Cloud.Gaming.V1Beta

Assembly

Google.Cloud.Gaming.V1Beta.dll

Constructors

ListGameServerClustersRequest()

public ListGameServerClustersRequest()

ListGameServerClustersRequest(ListGameServerClustersRequest)

public ListGameServerClustersRequest(ListGameServerClustersRequest other)
Parameter
NameDescription
otherListGameServerClustersRequest

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, the server will pick an appropriate default. The server may return fewer items than requested. A caller should only rely on response's [next_page_token][google.cloud.gaming.v1beta.ListGameServerClustersResponse.next_page_token] to determine if there are more GameServerClusters left to be queried.

Property Value
TypeDescription
Int32

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}/realms/{realm}".

Property Value
TypeDescription
String

ParentAsRealmName

public RealmName ParentAsRealmName { get; set; }

RealmName-typed view over the Parent resource name property.

Property Value
TypeDescription
RealmName