Class protos.google.spanner.v1.ExecuteSqlRequest

Represents an ExecuteSqlRequest.

Package

@google-cloud/spanner!

Constructors

(constructor)(properties)

constructor(properties?: google.spanner.v1.IExecuteSqlRequest);

Constructs a new ExecuteSqlRequest.

Parameter
TypeNameDescription
IExecuteSqlRequestproperties

Properties to set

Properties

params

public params?: (google.protobuf.IStruct|null);

ExecuteSqlRequest params.

Property Value
TypeDescription
(google.protobuf.IStruct|null)

paramTypes

public paramTypes: { [k: string]: google.spanner.v1.IType };

ExecuteSqlRequest paramTypes.

Property Value
TypeDescription
{ [k: string]: google.spanner.v1.IType }

partitionToken

public partitionToken: (Uint8Array|string);

ExecuteSqlRequest partitionToken.

Property Value
TypeDescription
(Uint8Array|string)

queryMode

public queryMode: (google.spanner.v1.ExecuteSqlRequest.QueryMode|keyof typeof google.spanner.v1.ExecuteSqlRequest.QueryMode);

ExecuteSqlRequest queryMode.

Property Value
TypeDescription
(google.spanner.v1.ExecuteSqlRequest.QueryMode|keyof typeof google.spanner.v1.ExecuteSqlRequest.QueryMode)

queryOptions

public queryOptions?: (google.spanner.v1.ExecuteSqlRequest.IQueryOptions|null);

ExecuteSqlRequest queryOptions.

Property Value
TypeDescription
(google.spanner.v1.ExecuteSqlRequest.IQueryOptions|null)

requestOptions

public requestOptions?: (google.spanner.v1.IRequestOptions|null);

ExecuteSqlRequest requestOptions.

Property Value
TypeDescription
(google.spanner.v1.IRequestOptions|null)

resumeToken

public resumeToken: (Uint8Array|string);

ExecuteSqlRequest resumeToken.

Property Value
TypeDescription
(Uint8Array|string)

seqno

public seqno: (number|Long|string);

ExecuteSqlRequest seqno.

Property Value
TypeDescription
(number|Long|string)

session

public session: string;

ExecuteSqlRequest session.

Property Value
TypeDescription
string

sql

public sql: string;

ExecuteSqlRequest sql.

Property Value
TypeDescription
string

transaction

public transaction?: (google.spanner.v1.ITransactionSelector|null);

ExecuteSqlRequest transaction.

Property Value
TypeDescription
(google.spanner.v1.ITransactionSelector|null)

Methods

create(properties)

public static create(properties?: google.spanner.v1.IExecuteSqlRequest): google.spanner.v1.ExecuteSqlRequest;

Creates a new ExecuteSqlRequest instance using the specified properties.

Parameter
TypeNameDescription
IExecuteSqlRequestproperties

Properties to set

Returns
TypeDescription
google.spanner.v1.ExecuteSqlRequest

ExecuteSqlRequest instance

decode(reader, length)

public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.spanner.v1.ExecuteSqlRequest;

Decodes an ExecuteSqlRequest message from the specified reader or buffer.

Parameters
TypeNameDescription
($protobuf.Reader|Uint8Array)reader

Reader or buffer to decode from

numberlength

Message length if known beforehand

Returns
TypeDescription
google.spanner.v1.ExecuteSqlRequest

ExecuteSqlRequest

decodeDelimited(reader)

public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.spanner.v1.ExecuteSqlRequest;

Decodes an ExecuteSqlRequest message from the specified reader or buffer, length delimited.

Parameter
TypeNameDescription
($protobuf.Reader|Uint8Array)reader

Reader or buffer to decode from

Returns
TypeDescription
google.spanner.v1.ExecuteSqlRequest

ExecuteSqlRequest

encode(message, writer)

public static encode(message: google.spanner.v1.IExecuteSqlRequest, writer?: $protobuf.Writer): $protobuf.Writer;

Encodes the specified ExecuteSqlRequest message. Does not implicitly messages.

Parameters
TypeNameDescription
IExecuteSqlRequestmessage

ExecuteSqlRequest message or plain object to encode

$protobuf.Writerwriter

Writer to encode to

Returns
TypeDescription
$protobuf.Writer

Writer

encodeDelimited(message, writer)

public static encodeDelimited(message: google.spanner.v1.IExecuteSqlRequest, writer?: $protobuf.Writer): $protobuf.Writer;

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

Parameters
TypeNameDescription
IExecuteSqlRequestmessage

ExecuteSqlRequest message or plain object to encode

$protobuf.Writerwriter

Writer to encode to

Returns
TypeDescription
$protobuf.Writer

Writer

fromObject(object)

public static fromObject(object: { [k: string]: any }): google.spanner.v1.ExecuteSqlRequest;

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

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

Plain object

Returns
TypeDescription
google.spanner.v1.ExecuteSqlRequest

ExecuteSqlRequest

toJSON()

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

Converts this ExecuteSqlRequest to JSON.

Returns
TypeDescription
{ [k: string]: any }

JSON object

toObject(message, options)

public static toObject(message: google.spanner.v1.ExecuteSqlRequest, options?: $protobuf.IConversionOptions): { [k: string]: any };

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

Parameters
TypeNameDescription
google.spanner.v1.ExecuteSqlRequestmessage

ExecuteSqlRequest

$protobuf.IConversionOptionsoptions

Conversion options

Returns
TypeDescription
{ [k: string]: any }

Plain object

verify(message)

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

Verifies an ExecuteSqlRequest message.

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

Plain object to verify

Returns
TypeDescription
(string|null)

null if valid, otherwise the reason why it is not