Class v1.RealmsServiceClient (2.3.8)

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

Package

@google-cloud/game-servers!

Constructors

(constructor)(opts)

constructor(opts?: ClientOptions);

Construct an instance of RealmsServiceClient.

Parameter
NameDescription
opts ClientOptions

Properties

apiEndpoint

static get apiEndpoint(): string;

The DNS address for this API service - same as servicePath(), exists for compatibility reasons.

Property Value
TypeDescription
string

auth

auth: gax.GoogleAuth;
Property Value
TypeDescription
gax.GoogleAuth

descriptors

descriptors: Descriptors;
Property Value
TypeDescription
Descriptors

innerApiCalls

innerApiCalls: {
        [name: string]: Function;
    };
Property Value
TypeDescription
{ [name: string]: Function; }

operationsClient

operationsClient: gax.OperationsClient;
Property Value
TypeDescription
gax.OperationsClient

pathTemplates

pathTemplates: {
        [name: string]: gax.PathTemplate;
    };
Property Value
TypeDescription
{ [name: string]: gax.PathTemplate; }

port

static get port(): number;

The port for this API service.

Property Value
TypeDescription
number

realmsServiceStub

realmsServiceStub?: Promise<{
        [name: string]: Function;
    }>;
Property Value
TypeDescription
Promise<{ [name: string]: Function; }>

scopes

static get scopes(): string[];

The scopes needed to make gRPC calls for every method defined in this service.

Property Value
TypeDescription
string[]

servicePath

static get servicePath(): string;

The DNS address for this API service.

Property Value
TypeDescription
string

warn

warn: (code: string, message: string, warnType?: string) => void;
Property Value
TypeDescription
(code: string, message: string, warnType?: string) => void

Methods

checkCreateRealmProgress(name)

checkCreateRealmProgress(name: string): Promise<LROperation<protos.google.cloud.gaming.v1.Realm, protos.google.cloud.gaming.v1.OperationMetadata>>;

Check the status of the long running operation returned by createRealm().

Parameter
NameDescription
name string

The operation name that will be passed.

Returns
TypeDescription
Promise<LROperation<protos.google.cloud.gaming.v1.Realm, protos.google.cloud.gaming.v1.OperationMetadata>>

{Promise} - The promise which resolves to an object. The decoded operation object has result and metadata field to get information from. Please see the [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#long-running-operations) for more details and examples.

checkDeleteRealmProgress(name)

checkDeleteRealmProgress(name: string): Promise<LROperation<protos.google.protobuf.Empty, protos.google.cloud.gaming.v1.OperationMetadata>>;

Check the status of the long running operation returned by deleteRealm().

Parameter
NameDescription
name string

The operation name that will be passed.

Returns
TypeDescription
Promise<LROperation<protos.google.protobuf.Empty, protos.google.cloud.gaming.v1.OperationMetadata>>

{Promise} - The promise which resolves to an object. The decoded operation object has result and metadata field to get information from. Please see the [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#long-running-operations) for more details and examples.

checkUpdateRealmProgress(name)

checkUpdateRealmProgress(name: string): Promise<LROperation<protos.google.cloud.gaming.v1.Realm, protos.google.cloud.gaming.v1.OperationMetadata>>;

Check the status of the long running operation returned by updateRealm().

Parameter
NameDescription
name string

The operation name that will be passed.

Returns
TypeDescription
Promise<LROperation<protos.google.cloud.gaming.v1.Realm, protos.google.cloud.gaming.v1.OperationMetadata>>

{Promise} - The promise which resolves to an object. The decoded operation object has result and metadata field to get information from. Please see the [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#long-running-operations) for more details and examples.

close()

close(): Promise<void>;

Terminate the gRPC channel and close the client.

The client will no longer be usable and all future behavior is undefined.

Returns
TypeDescription
Promise<void>

{Promise} A promise that resolves when the client is closed.

createRealm(request, options)

createRealm(request?: protos.google.cloud.gaming.v1.ICreateRealmRequest, options?: CallOptions): Promise<[LROperation<protos.google.cloud.gaming.v1.IRealm, protos.google.cloud.gaming.v1.IOperationMetadata>, protos.google.longrunning.IOperation | undefined, {} | undefined]>;
Parameters
NameDescription
request protos.google.cloud.gaming.v1.ICreateRealmRequest
options CallOptions
Returns
TypeDescription
Promise<[LROperation<protos.google.cloud.gaming.v1.IRealm, protos.google.cloud.gaming.v1.IOperationMetadata>, protos.google.longrunning.IOperation | undefined, {} | undefined]>

createRealm(request, options, callback)

createRealm(request: protos.google.cloud.gaming.v1.ICreateRealmRequest, options: CallOptions, callback: Callback<LROperation<protos.google.cloud.gaming.v1.IRealm, protos.google.cloud.gaming.v1.IOperationMetadata>, protos.google.longrunning.IOperation | null | undefined, {} | null | undefined>): void;
Parameters
NameDescription
request protos.google.cloud.gaming.v1.ICreateRealmRequest
options CallOptions
callback Callback<LROperation<protos.google.cloud.gaming.v1.IRealm, protos.google.cloud.gaming.v1.IOperationMetadata>, protos.google.longrunning.IOperation | null | undefined, {} | null | undefined>
Returns
TypeDescription
void

createRealm(request, callback)

createRealm(request: protos.google.cloud.gaming.v1.ICreateRealmRequest, callback: Callback<LROperation<protos.google.cloud.gaming.v1.IRealm, protos.google.cloud.gaming.v1.IOperationMetadata>, protos.google.longrunning.IOperation | null | undefined, {} | null | undefined>): void;
Parameters
NameDescription
request protos.google.cloud.gaming.v1.ICreateRealmRequest
callback Callback<LROperation<protos.google.cloud.gaming.v1.IRealm, protos.google.cloud.gaming.v1.IOperationMetadata>, protos.google.longrunning.IOperation | null | undefined, {} | null | undefined>
Returns
TypeDescription
void

deleteRealm(request, options)

deleteRealm(request?: protos.google.cloud.gaming.v1.IDeleteRealmRequest, options?: CallOptions): Promise<[LROperation<protos.google.protobuf.IEmpty, protos.google.cloud.gaming.v1.IOperationMetadata>, protos.google.longrunning.IOperation | undefined, {} | undefined]>;
Parameters
NameDescription
request protos.google.cloud.gaming.v1.IDeleteRealmRequest
options CallOptions
Returns
TypeDescription
Promise<[LROperation<protos.google.protobuf.IEmpty, protos.google.cloud.gaming.v1.IOperationMetadata>, protos.google.longrunning.IOperation | undefined, {} | undefined]>

deleteRealm(request, options, callback)

deleteRealm(request: protos.google.cloud.gaming.v1.IDeleteRealmRequest, options: CallOptions, callback: Callback<LROperation<protos.google.protobuf.IEmpty, protos.google.cloud.gaming.v1.IOperationMetadata>, protos.google.longrunning.IOperation | null | undefined, {} | null | undefined>): void;
Parameters
NameDescription
request protos.google.cloud.gaming.v1.IDeleteRealmRequest
options CallOptions
callback Callback<LROperation<protos.google.protobuf.IEmpty, protos.google.cloud.gaming.v1.IOperationMetadata>, protos.google.longrunning.IOperation | null | undefined, {} | null | undefined>
Returns
TypeDescription
void

deleteRealm(request, callback)

deleteRealm(request: protos.google.cloud.gaming.v1.IDeleteRealmRequest, callback: Callback<LROperation<protos.google.protobuf.IEmpty, protos.google.cloud.gaming.v1.IOperationMetadata>, protos.google.longrunning.IOperation | null | undefined, {} | null | undefined>): void;
Parameters
NameDescription
request protos.google.cloud.gaming.v1.IDeleteRealmRequest
callback Callback<LROperation<protos.google.protobuf.IEmpty, protos.google.cloud.gaming.v1.IOperationMetadata>, protos.google.longrunning.IOperation | null | undefined, {} | null | undefined>
Returns
TypeDescription
void

gameServerClusterPath(project, location, realm, cluster)

gameServerClusterPath(project: string, location: string, realm: string, cluster: string): string;

Return a fully-qualified gameServerCluster resource name string.

Parameters
NameDescription
project string
location string
realm string
cluster string
Returns
TypeDescription
string

{string} Resource name string.

gameServerConfigPath(project, location, deployment, config)

gameServerConfigPath(project: string, location: string, deployment: string, config: string): string;

Return a fully-qualified gameServerConfig resource name string.

Parameters
NameDescription
project string
location string
deployment string
config string
Returns
TypeDescription
string

{string} Resource name string.

gameServerDeploymentPath(project, location, deployment)

gameServerDeploymentPath(project: string, location: string, deployment: string): string;

Return a fully-qualified gameServerDeployment resource name string.

Parameters
NameDescription
project string
location string
deployment string
Returns
TypeDescription
string

{string} Resource name string.

gameServerDeploymentRolloutPath(project, location, deployment)

gameServerDeploymentRolloutPath(project: string, location: string, deployment: string): string;

Return a fully-qualified gameServerDeploymentRollout resource name string.

Parameters
NameDescription
project string
location string
deployment string
Returns
TypeDescription
string

{string} Resource name string.

getProjectId()

getProjectId(): Promise<string>;
Returns
TypeDescription
Promise<string>

getProjectId(callback)

getProjectId(callback: Callback<string, undefined, undefined>): void;
Parameter
NameDescription
callback Callback<string, undefined, undefined>
Returns
TypeDescription
void

getRealm(request, options)

getRealm(request?: protos.google.cloud.gaming.v1.IGetRealmRequest, options?: CallOptions): Promise<[protos.google.cloud.gaming.v1.IRealm, protos.google.cloud.gaming.v1.IGetRealmRequest | undefined, {} | undefined]>;
Parameters
NameDescription
request protos.google.cloud.gaming.v1.IGetRealmRequest
options CallOptions
Returns
TypeDescription
Promise<[protos.google.cloud.gaming.v1.IRealm, protos.google.cloud.gaming.v1.IGetRealmRequest | undefined, {} | undefined]>

getRealm(request, options, callback)

getRealm(request: protos.google.cloud.gaming.v1.IGetRealmRequest, options: CallOptions, callback: Callback<protos.google.cloud.gaming.v1.IRealm, protos.google.cloud.gaming.v1.IGetRealmRequest | null | undefined, {} | null | undefined>): void;
Parameters
NameDescription
request protos.google.cloud.gaming.v1.IGetRealmRequest
options CallOptions
callback Callback<protos.google.cloud.gaming.v1.IRealm, protos.google.cloud.gaming.v1.IGetRealmRequest | null | undefined, {} | null | undefined>
Returns
TypeDescription
void

getRealm(request, callback)

getRealm(request: protos.google.cloud.gaming.v1.IGetRealmRequest, callback: Callback<protos.google.cloud.gaming.v1.IRealm, protos.google.cloud.gaming.v1.IGetRealmRequest | null | undefined, {} | null | undefined>): void;
Parameters
NameDescription
request protos.google.cloud.gaming.v1.IGetRealmRequest
callback Callback<protos.google.cloud.gaming.v1.IRealm, protos.google.cloud.gaming.v1.IGetRealmRequest | null | undefined, {} | null | undefined>
Returns
TypeDescription
void

initialize()

initialize(): Promise<{
        [name: string]: Function;
    }>;

Initialize the client. Performs asynchronous operations (such as authentication) and prepares the client. This function will be called automatically when any class method is called for the first time, but if you need to initialize it before calling an actual method, feel free to call initialize() directly.

You can await on this method if you want to make sure the client is initialized.

Returns
TypeDescription
Promise<{ [name: string]: Function; }>

{Promise} A promise that resolves to an authenticated service stub.

listRealms(request, options)

listRealms(request?: protos.google.cloud.gaming.v1.IListRealmsRequest, options?: CallOptions): Promise<[protos.google.cloud.gaming.v1.IRealm[], protos.google.cloud.gaming.v1.IListRealmsRequest | null, protos.google.cloud.gaming.v1.IListRealmsResponse]>;
Parameters
NameDescription
request protos.google.cloud.gaming.v1.IListRealmsRequest
options CallOptions
Returns
TypeDescription
Promise<[protos.google.cloud.gaming.v1.IRealm[], protos.google.cloud.gaming.v1.IListRealmsRequest | null, protos.google.cloud.gaming.v1.IListRealmsResponse]>

listRealms(request, options, callback)

listRealms(request: protos.google.cloud.gaming.v1.IListRealmsRequest, options: CallOptions, callback: PaginationCallback<protos.google.cloud.gaming.v1.IListRealmsRequest, protos.google.cloud.gaming.v1.IListRealmsResponse | null | undefined, protos.google.cloud.gaming.v1.IRealm>): void;
Parameters
NameDescription
request protos.google.cloud.gaming.v1.IListRealmsRequest
options CallOptions
callback PaginationCallback<protos.google.cloud.gaming.v1.IListRealmsRequest, protos.google.cloud.gaming.v1.IListRealmsResponse | null | undefined, protos.google.cloud.gaming.v1.IRealm>
Returns
TypeDescription
void

listRealms(request, callback)

listRealms(request: protos.google.cloud.gaming.v1.IListRealmsRequest, callback: PaginationCallback<protos.google.cloud.gaming.v1.IListRealmsRequest, protos.google.cloud.gaming.v1.IListRealmsResponse | null | undefined, protos.google.cloud.gaming.v1.IRealm>): void;
Parameters
NameDescription
request protos.google.cloud.gaming.v1.IListRealmsRequest
callback PaginationCallback<protos.google.cloud.gaming.v1.IListRealmsRequest, protos.google.cloud.gaming.v1.IListRealmsResponse | null | undefined, protos.google.cloud.gaming.v1.IRealm>
Returns
TypeDescription
void

listRealmsAsync(request, options)

listRealmsAsync(request?: protos.google.cloud.gaming.v1.IListRealmsRequest, options?: CallOptions): AsyncIterable<protos.google.cloud.gaming.v1.IRealm>;

Equivalent to listRealms, but returns an iterable object.

for-await-of syntax is used with the iterable to get response elements on-demand.

Parameters
NameDescription
request protos.google.cloud.gaming.v1.IListRealmsRequest

The request object that will be sent.

options CallOptions

Call options. See CallOptions for more details.

Returns
TypeDescription
AsyncIterable<protos.google.cloud.gaming.v1.IRealm>

{Object} An iterable Object that allows [async iteration](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols). When you iterate the returned iterable, each element will be an object representing [Realm]. The API will be called under the hood as needed, once per the page, so you can stop the iteration when you don't need more results. Please see the [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination) for more details and examples.

listRealmsStream(request, options)

listRealmsStream(request?: protos.google.cloud.gaming.v1.IListRealmsRequest, options?: CallOptions): Transform;

Equivalent to method.name.toCamelCase(), but returns a NodeJS Stream object.

Parameters
NameDescription
request protos.google.cloud.gaming.v1.IListRealmsRequest

The request object that will be sent.

options CallOptions

Call options. See CallOptions for more details.

Returns
TypeDescription
Transform

{Stream} An object stream which emits an object representing [Realm] on 'data' event. The client library will perform auto-pagination by default: it will call the API as many times as needed. Note that it can affect your quota. We recommend using listRealmsAsync() method described below for async iteration which you can stop as needed. Please see the [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination) for more details and examples.

matchClusterFromGameServerClusterName(gameServerClusterName)

matchClusterFromGameServerClusterName(gameServerClusterName: string): string | number;

Parse the cluster from GameServerCluster resource.

Parameter
NameDescription
gameServerClusterName string

A fully-qualified path representing GameServerCluster resource.

Returns
TypeDescription
string | number

{string} A string representing the cluster.

matchConfigFromGameServerConfigName(gameServerConfigName)

matchConfigFromGameServerConfigName(gameServerConfigName: string): string | number;

Parse the config from GameServerConfig resource.

Parameter
NameDescription
gameServerConfigName string

A fully-qualified path representing GameServerConfig resource.

Returns
TypeDescription
string | number

{string} A string representing the config.

matchDeploymentFromGameServerConfigName(gameServerConfigName)

matchDeploymentFromGameServerConfigName(gameServerConfigName: string): string | number;

Parse the deployment from GameServerConfig resource.

Parameter
NameDescription
gameServerConfigName string

A fully-qualified path representing GameServerConfig resource.

Returns
TypeDescription
string | number

{string} A string representing the deployment.

matchDeploymentFromGameServerDeploymentName(gameServerDeploymentName)

matchDeploymentFromGameServerDeploymentName(gameServerDeploymentName: string): string | number;

Parse the deployment from GameServerDeployment resource.

Parameter
NameDescription
gameServerDeploymentName string

A fully-qualified path representing GameServerDeployment resource.

Returns
TypeDescription
string | number

{string} A string representing the deployment.

matchDeploymentFromGameServerDeploymentRolloutName(gameServerDeploymentRolloutName)

matchDeploymentFromGameServerDeploymentRolloutName(gameServerDeploymentRolloutName: string): string | number;

Parse the deployment from GameServerDeploymentRollout resource.

Parameter
NameDescription
gameServerDeploymentRolloutName string

A fully-qualified path representing GameServerDeploymentRollout resource.

Returns
TypeDescription
string | number

{string} A string representing the deployment.

matchLocationFromGameServerClusterName(gameServerClusterName)

matchLocationFromGameServerClusterName(gameServerClusterName: string): string | number;

Parse the location from GameServerCluster resource.

Parameter
NameDescription
gameServerClusterName string

A fully-qualified path representing GameServerCluster resource.

Returns
TypeDescription
string | number

{string} A string representing the location.

matchLocationFromGameServerConfigName(gameServerConfigName)

matchLocationFromGameServerConfigName(gameServerConfigName: string): string | number;

Parse the location from GameServerConfig resource.

Parameter
NameDescription
gameServerConfigName string

A fully-qualified path representing GameServerConfig resource.

Returns
TypeDescription
string | number

{string} A string representing the location.

matchLocationFromGameServerDeploymentName(gameServerDeploymentName)

matchLocationFromGameServerDeploymentName(gameServerDeploymentName: string): string | number;

Parse the location from GameServerDeployment resource.

Parameter
NameDescription
gameServerDeploymentName string

A fully-qualified path representing GameServerDeployment resource.

Returns
TypeDescription
string | number

{string} A string representing the location.

matchLocationFromGameServerDeploymentRolloutName(gameServerDeploymentRolloutName)

matchLocationFromGameServerDeploymentRolloutName(gameServerDeploymentRolloutName: string): string | number;

Parse the location from GameServerDeploymentRollout resource.

Parameter
NameDescription
gameServerDeploymentRolloutName string

A fully-qualified path representing GameServerDeploymentRollout resource.

Returns
TypeDescription
string | number

{string} A string representing the location.

matchLocationFromRealmName(realmName)

matchLocationFromRealmName(realmName: string): string | number;

Parse the location from Realm resource.

Parameter
NameDescription
realmName string

A fully-qualified path representing Realm resource.

Returns
TypeDescription
string | number

{string} A string representing the location.

matchProjectFromGameServerClusterName(gameServerClusterName)

matchProjectFromGameServerClusterName(gameServerClusterName: string): string | number;

Parse the project from GameServerCluster resource.

Parameter
NameDescription
gameServerClusterName string

A fully-qualified path representing GameServerCluster resource.

Returns
TypeDescription
string | number

{string} A string representing the project.

matchProjectFromGameServerConfigName(gameServerConfigName)

matchProjectFromGameServerConfigName(gameServerConfigName: string): string | number;

Parse the project from GameServerConfig resource.

Parameter
NameDescription
gameServerConfigName string

A fully-qualified path representing GameServerConfig resource.

Returns
TypeDescription
string | number

{string} A string representing the project.

matchProjectFromGameServerDeploymentName(gameServerDeploymentName)

matchProjectFromGameServerDeploymentName(gameServerDeploymentName: string): string | number;

Parse the project from GameServerDeployment resource.

Parameter
NameDescription
gameServerDeploymentName string

A fully-qualified path representing GameServerDeployment resource.

Returns
TypeDescription
string | number

{string} A string representing the project.

matchProjectFromGameServerDeploymentRolloutName(gameServerDeploymentRolloutName)

matchProjectFromGameServerDeploymentRolloutName(gameServerDeploymentRolloutName: string): string | number;

Parse the project from GameServerDeploymentRollout resource.

Parameter
NameDescription
gameServerDeploymentRolloutName string

A fully-qualified path representing GameServerDeploymentRollout resource.

Returns
TypeDescription
string | number

{string} A string representing the project.

matchProjectFromRealmName(realmName)

matchProjectFromRealmName(realmName: string): string | number;

Parse the project from Realm resource.

Parameter
NameDescription
realmName string

A fully-qualified path representing Realm resource.

Returns
TypeDescription
string | number

{string} A string representing the project.

matchRealmFromGameServerClusterName(gameServerClusterName)

matchRealmFromGameServerClusterName(gameServerClusterName: string): string | number;

Parse the realm from GameServerCluster resource.

Parameter
NameDescription
gameServerClusterName string

A fully-qualified path representing GameServerCluster resource.

Returns
TypeDescription
string | number

{string} A string representing the realm.

matchRealmFromRealmName(realmName)

matchRealmFromRealmName(realmName: string): string | number;

Parse the realm from Realm resource.

Parameter
NameDescription
realmName string

A fully-qualified path representing Realm resource.

Returns
TypeDescription
string | number

{string} A string representing the realm.

previewRealmUpdate(request, options)

previewRealmUpdate(request?: protos.google.cloud.gaming.v1.IPreviewRealmUpdateRequest, options?: CallOptions): Promise<[protos.google.cloud.gaming.v1.IPreviewRealmUpdateResponse, protos.google.cloud.gaming.v1.IPreviewRealmUpdateRequest | undefined, {} | undefined]>;
Parameters
NameDescription
request protos.google.cloud.gaming.v1.IPreviewRealmUpdateRequest
options CallOptions
Returns
TypeDescription
Promise<[protos.google.cloud.gaming.v1.IPreviewRealmUpdateResponse, protos.google.cloud.gaming.v1.IPreviewRealmUpdateRequest | undefined, {} | undefined]>

previewRealmUpdate(request, options, callback)

previewRealmUpdate(request: protos.google.cloud.gaming.v1.IPreviewRealmUpdateRequest, options: CallOptions, callback: Callback<protos.google.cloud.gaming.v1.IPreviewRealmUpdateResponse, protos.google.cloud.gaming.v1.IPreviewRealmUpdateRequest | null | undefined, {} | null | undefined>): void;
Parameters
NameDescription
request protos.google.cloud.gaming.v1.IPreviewRealmUpdateRequest
options CallOptions
callback Callback<protos.google.cloud.gaming.v1.IPreviewRealmUpdateResponse, protos.google.cloud.gaming.v1.IPreviewRealmUpdateRequest | null | undefined, {} | null | undefined>
Returns
TypeDescription
void

previewRealmUpdate(request, callback)

previewRealmUpdate(request: protos.google.cloud.gaming.v1.IPreviewRealmUpdateRequest, callback: Callback<protos.google.cloud.gaming.v1.IPreviewRealmUpdateResponse, protos.google.cloud.gaming.v1.IPreviewRealmUpdateRequest | null | undefined, {} | null | undefined>): void;
Parameters
NameDescription
request protos.google.cloud.gaming.v1.IPreviewRealmUpdateRequest
callback Callback<protos.google.cloud.gaming.v1.IPreviewRealmUpdateResponse, protos.google.cloud.gaming.v1.IPreviewRealmUpdateRequest | null | undefined, {} | null | undefined>
Returns
TypeDescription
void

realmPath(project, location, realm)

realmPath(project: string, location: string, realm: string): string;

Return a fully-qualified realm resource name string.

Parameters
NameDescription
project string
location string
realm string
Returns
TypeDescription
string

{string} Resource name string.

updateRealm(request, options)

updateRealm(request?: protos.google.cloud.gaming.v1.IUpdateRealmRequest, options?: CallOptions): Promise<[LROperation<protos.google.cloud.gaming.v1.IRealm, protos.google.cloud.gaming.v1.IOperationMetadata>, protos.google.longrunning.IOperation | undefined, {} | undefined]>;
Parameters
NameDescription
request protos.google.cloud.gaming.v1.IUpdateRealmRequest
options CallOptions
Returns
TypeDescription
Promise<[LROperation<protos.google.cloud.gaming.v1.IRealm, protos.google.cloud.gaming.v1.IOperationMetadata>, protos.google.longrunning.IOperation | undefined, {} | undefined]>

updateRealm(request, options, callback)

updateRealm(request: protos.google.cloud.gaming.v1.IUpdateRealmRequest, options: CallOptions, callback: Callback<LROperation<protos.google.cloud.gaming.v1.IRealm, protos.google.cloud.gaming.v1.IOperationMetadata>, protos.google.longrunning.IOperation | null | undefined, {} | null | undefined>): void;
Parameters
NameDescription
request protos.google.cloud.gaming.v1.IUpdateRealmRequest
options CallOptions
callback Callback<LROperation<protos.google.cloud.gaming.v1.IRealm, protos.google.cloud.gaming.v1.IOperationMetadata>, protos.google.longrunning.IOperation | null | undefined, {} | null | undefined>
Returns
TypeDescription
void

updateRealm(request, callback)

updateRealm(request: protos.google.cloud.gaming.v1.IUpdateRealmRequest, callback: Callback<LROperation<protos.google.cloud.gaming.v1.IRealm, protos.google.cloud.gaming.v1.IOperationMetadata>, protos.google.longrunning.IOperation | null | undefined, {} | null | undefined>): void;
Parameters
NameDescription
request protos.google.cloud.gaming.v1.IUpdateRealmRequest
callback Callback<LROperation<protos.google.cloud.gaming.v1.IRealm, protos.google.cloud.gaming.v1.IOperationMetadata>, protos.google.longrunning.IOperation | null | undefined, {} | null | undefined>
Returns
TypeDescription
void