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

public static class RealmsService

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

A realm is a grouping of game server clusters that are considered interchangeable.

Inheritance

object > RealmsService

Namespace

Google.Cloud.Gaming.V1Beta

Assembly

Google.Cloud.Gaming.V1Beta.dll

Methods

BindService(RealmsServiceBase)

public static ServerServiceDefinition BindService(RealmsService.RealmsServiceBase serviceImpl)

Creates service definition that can be registered with a server

Parameter
NameDescription
serviceImplRealmsServiceRealmsServiceBase

An object implementing the server-side handling logic.

Returns
TypeDescription
ServerServiceDefinition

BindService(ServiceBinderBase, RealmsServiceBase)

public static void BindService(ServiceBinderBase serviceBinder, RealmsService.RealmsServiceBase serviceImpl)

Register service method with a service binder with or without implementation. Useful when customizing the service binding logic. Note: this method is part of an experimental API that can change or be removed without any prior notice.

Parameters
NameDescription
serviceBinderServiceBinderBase

Service methods will be bound by calling AddMethod on this object.

serviceImplRealmsServiceRealmsServiceBase

An object implementing the server-side handling logic.