UpdatePropertyRequest

new UpdatePropertyRequest(opt_dataopt)

Generated by JsPbCodeGenerator.
Parameters:
Name Type Attributes Description
opt_data Array <optional>
Optional initial data array, typically from a server response, or constructed directly in Javascript. The array is used in place and becomes part of the constructed object. It is not cloned. If no data is provided, the constructed object will be empty, but still valid.

Extends

  • jspb.Message

Members

static displayName

Methods

static deserializeBinary(bytes) non-null {proto.game_protobuf_messages.proto.messages.UpdatePropertyRequest}

Deserializes binary data (in protobuf wire format).
Parameters:
Name Type Description
bytes jspb.ByteSource The bytes to deserialize.

static deserializeBinaryFromReader(msgnon-null, readernon-null) non-null {proto.game_protobuf_messages.proto.messages.UpdatePropertyRequest}

Deserializes binary data (in protobuf wire format) from the given reader into the given message object.
Parameters:
Name Type Description
msg proto.game_protobuf_messages.proto.messages.UpdatePropertyRequest The message object to deserialize into.
reader jspb.BinaryReader The BinaryReader to use.

static serializeBinaryToWriter(messagenon-null, writernon-null)

Serializes the given message to binary data (in protobuf wire format), writing to the given BinaryWriter.
Parameters:
Name Type Description
message proto.game_protobuf_messages.proto.messages.UpdatePropertyRequest
writer jspb.BinaryWriter

static toObject(includeInstance, msgnon-null) non-null {Object}

Static version of the {@see toObject} method.
Parameters:
Name Type Description
includeInstance boolean | undefined Deprecated. Whether to include the JSPB instance for transitional soy proto support: http://goto/soy-param-migration
msg proto.game_protobuf_messages.proto.messages.UpdatePropertyRequest The msg instance to transform.
Returns:
Object

getAttr() non-null {string|Uint8Array}

optional bytes attr = 3;
Returns:
string | Uint8Array

getAttr_asB64() → {string}

optional bytes attr = 3; This is a type-conversion wrapper around `getAttr()`
Returns:
string

getAttr_asU8() non-null {Uint8Array}

optional bytes attr = 3; Note that Uint8Array is not supported on all browsers.
Returns:
Uint8Array
See:

getExpectAttr() non-null {string|Uint8Array}

optional bytes expect_attr = 2;
Returns:
string | Uint8Array

getExpectAttr_asB64() → {string}

optional bytes expect_attr = 2; This is a type-conversion wrapper around `getExpectAttr()`
Returns:
string

getExpectAttr_asU8() non-null {Uint8Array}

optional bytes expect_attr = 2; Note that Uint8Array is not supported on all browsers.
Returns:
Uint8Array
See:

getTargetActorId() → {number}

optional int32 target_actor_id = 1;
Returns:
number

serializeBinary() non-null {Uint8Array}

Serializes the message to binary data (in protobuf wire format).
Returns:
Uint8Array

setAttr(valuenon-null) non-null {proto.game_protobuf_messages.proto.messages.UpdatePropertyRequest}

Parameters:
Name Type Description
value string | Uint8Array

setExpectAttr(valuenon-null) non-null {proto.game_protobuf_messages.proto.messages.UpdatePropertyRequest}

Parameters:
Name Type Description
value string | Uint8Array

setTargetActorId(value) non-null {proto.game_protobuf_messages.proto.messages.UpdatePropertyRequest}

Parameters:
Name Type Description
value number

toObject(opt_includeInstanceopt) non-null {Object}

Creates an object representation of this proto. Field names that are reserved in JavaScript and will be renamed to pb_name. Optional fields that are not set will be set to undefined. To access a reserved field use, foo.pb_, eg, foo.pb_default. For the list of reserved names please see: net/proto2/compiler/js/internal/generator.cc#kKeyword.
Parameters:
Name Type Attributes Description
opt_includeInstance boolean <optional>
Deprecated. whether to include the JSPB instance for transitional soy proto support: http://goto/soy-param-migration
Returns:
Object