Class protos.google.cloud.gaming.v1beta.DeployedFleetDetails.DeployedFleet (2.3.8)

Represents a DeployedFleet.

Package

@google-cloud/game-servers!

Constructors

(constructor)(properties)

constructor(properties?: google.cloud.gaming.v1beta.DeployedFleetDetails.IDeployedFleet);

Constructs a new DeployedFleet.

Parameter
NameDescription
properties IDeployedFleet

Properties to set

Properties

fleet

public fleet: string;

DeployedFleet fleet.

Property Value
TypeDescription
string

fleetSpec

public fleetSpec: string;

DeployedFleet fleetSpec.

Property Value
TypeDescription
string

specSource

public specSource?: (google.cloud.gaming.v1beta.ISpecSource|null);

DeployedFleet specSource.

Property Value
TypeDescription
(google.cloud.gaming.v1beta.ISpecSource|null)

status

public status?: (google.cloud.gaming.v1beta.DeployedFleetDetails.DeployedFleet.IDeployedFleetStatus|null);

DeployedFleet status.

Property Value
TypeDescription
(google.cloud.gaming.v1beta.DeployedFleetDetails.DeployedFleet.IDeployedFleetStatus|null)

Methods

create(properties)

public static create(properties?: google.cloud.gaming.v1beta.DeployedFleetDetails.IDeployedFleet): google.cloud.gaming.v1beta.DeployedFleetDetails.DeployedFleet;

Creates a new DeployedFleet instance using the specified properties.

Parameter
NameDescription
properties IDeployedFleet

Properties to set

Returns
TypeDescription
google.cloud.gaming.v1beta.DeployedFleetDetails.DeployedFleet

DeployedFleet instance

decode(reader, length)

public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.gaming.v1beta.DeployedFleetDetails.DeployedFleet;

Decodes a DeployedFleet message from the specified reader or buffer.

Parameters
NameDescription
reader ($protobuf.Reader|Uint8Array)

Reader or buffer to decode from

length number

Message length if known beforehand

Returns
TypeDescription
google.cloud.gaming.v1beta.DeployedFleetDetails.DeployedFleet

DeployedFleet

decodeDelimited(reader)

public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.gaming.v1beta.DeployedFleetDetails.DeployedFleet;

Decodes a DeployedFleet message from the specified reader or buffer, length delimited.

Parameter
NameDescription
reader ($protobuf.Reader|Uint8Array)

Reader or buffer to decode from

Returns
TypeDescription
google.cloud.gaming.v1beta.DeployedFleetDetails.DeployedFleet

DeployedFleet

encode(message, writer)

public static encode(message: google.cloud.gaming.v1beta.DeployedFleetDetails.IDeployedFleet, writer?: $protobuf.Writer): $protobuf.Writer;

Encodes the specified DeployedFleet message. Does not implicitly messages.

Parameters
NameDescription
message IDeployedFleet

DeployedFleet message or plain object to encode

writer $protobuf.Writer

Writer to encode to

Returns
TypeDescription
$protobuf.Writer

Writer

encodeDelimited(message, writer)

public static encodeDelimited(message: google.cloud.gaming.v1beta.DeployedFleetDetails.IDeployedFleet, writer?: $protobuf.Writer): $protobuf.Writer;

Encodes the specified DeployedFleet message, length delimited. Does not implicitly messages.

Parameters
NameDescription
message IDeployedFleet

DeployedFleet message or plain object to encode

writer $protobuf.Writer

Writer to encode to

Returns
TypeDescription
$protobuf.Writer

Writer

fromObject(object)

public static fromObject(object: { [k: string]: any }): google.cloud.gaming.v1beta.DeployedFleetDetails.DeployedFleet;

Creates a DeployedFleet message from a plain object. Also converts values to their respective internal types.

Parameter
NameDescription
object { [k: string]: any }

Plain object

Returns
TypeDescription
google.cloud.gaming.v1beta.DeployedFleetDetails.DeployedFleet

DeployedFleet

toJSON()

public toJSON(): { [k: string]: any };

Converts this DeployedFleet to JSON.

Returns
TypeDescription
{ [k: string]: any }

JSON object

toObject(message, options)

public static toObject(message: google.cloud.gaming.v1beta.DeployedFleetDetails.DeployedFleet, options?: $protobuf.IConversionOptions): { [k: string]: any };

Creates a plain object from a DeployedFleet message. Also converts values to other types if specified.

Parameters
NameDescription
message google.cloud.gaming.v1beta.DeployedFleetDetails.DeployedFleet

DeployedFleet

options $protobuf.IConversionOptions

Conversion options

Returns
TypeDescription
{ [k: string]: any }

Plain object

verify(message)

public static verify(message: { [k: string]: any }): (string|null);

Verifies a DeployedFleet message.

Parameter
NameDescription
message { [k: string]: any }

Plain object to verify

Returns
TypeDescription
(string|null)

null if valid, otherwise the reason why it is not