Mutation

google.datastore.v1. Mutation

Represents a Mutation.

Constructor

new Mutation(propertiesopt)

Constructs a new Mutation.

Parameters:
Name Type Attributes Description
properties google.datastore.v1.IMutation <optional>

Properties to set

Implements:
  • IMutation

Members

baseVersion :number|Long

Mutation baseVersion.

conflictDetectionStrategy :"baseVersion"|undefined

Mutation conflictDetectionStrategy.

delete :google.datastore.v1.IKey|null|undefined

Mutation delete.

insert :google.datastore.v1.IEntity|null|undefined

Mutation insert.

operation :"insert"|"update"|"upsert"|"delete"|undefined

Mutation operation.

update :google.datastore.v1.IEntity|null|undefined

Mutation update.

upsert :google.datastore.v1.IEntity|null|undefined

Mutation upsert.

Methods

(static) create(propertiesopt) → {google.datastore.v1.Mutation}

Creates a new Mutation instance using the specified properties.

Parameters:
Name Type Attributes Description
properties google.datastore.v1.IMutation <optional>

Properties to set

(static) decode(reader, lengthopt) → {google.datastore.v1.Mutation}

Decodes a Mutation message from the specified reader or buffer.

Parameters:
Name Type Attributes Description
reader $protobuf.Reader | Uint8Array

Reader or buffer to decode from

length number <optional>

Message length if known beforehand

Throws:
  • If the payload is not a reader or valid buffer

    Type
    Error
  • If required fields are missing

    Type
    $protobuf.util.ProtocolError

(static) decodeDelimited(reader) → {google.datastore.v1.Mutation}

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

Parameters:
Name Type Description
reader $protobuf.Reader | Uint8Array

Reader or buffer to decode from

Throws:
  • If the payload is not a reader or valid buffer

    Type
    Error
  • If required fields are missing

    Type
    $protobuf.util.ProtocolError

(static) encode(message, writeropt) → {$protobuf.Writer}

Encodes the specified Mutation message. Does not implicitly verify messages.

Parameters:
Name Type Attributes Description
message google.datastore.v1.IMutation

Mutation message or plain object to encode

writer $protobuf.Writer <optional>

Writer to encode to

(static) encodeDelimited(message, writeropt) → {$protobuf.Writer}

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

Parameters:
Name Type Attributes Description
message google.datastore.v1.IMutation

Mutation message or plain object to encode

writer $protobuf.Writer <optional>

Writer to encode to

(static) fromObject(object) → {google.datastore.v1.Mutation}

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

Parameters:
Name Type Description
object Object.<string, *>

Plain object

(static) toObject(message, optionsopt) → {Object.<string, *>}

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

Parameters:
Name Type Attributes Description
message google.datastore.v1.Mutation

Mutation

options $protobuf.IConversionOptions <optional>

Conversion options

(static) verify(message) → {string|null}

Verifies a Mutation message.

Parameters:
Name Type Description
message Object.<string, *>

Plain object to verify

toJSON() → {Object.<string, *>}

Converts this Mutation to JSON.