class UpdateDatabaseDdlMetadata extends Message

Metadata type for the operation returned by [UpdateDatabaseDdl][google.spanner.admin.database.v1.DatabaseAdmin.UpdateDatabaseDdl].

Protobuf type Google\Spanner\Admin\Database\V1\UpdateDatabaseDdlMetadata

Methods

__construct()

No description

string
getDatabase()

The database being modified.

setDatabase(string $var)

The database being modified.

RepeatedField
getStatements()

For an update this list contains all the statements. For an individual statement, this list contains only that statement.

setStatements(array|RepeatedField $var)

For an update this list contains all the statements. For an individual statement, this list contains only that statement.

RepeatedField
getCommitTimestamps()

Reports the commit timestamps of all statements that have succeeded so far, where commit_timestamps[i] is the commit timestamp for the statement statements[i].

setCommitTimestamps(array|RepeatedField $var)

Reports the commit timestamps of all statements that have succeeded so far, where commit_timestamps[i] is the commit timestamp for the statement statements[i].

Details

at line 41
__construct()

at line 52
string getDatabase()

The database being modified.

Generated from protobuf field string database = 1;

Return Value

string

at line 63
setDatabase(string $var)

The database being modified.

Generated from protobuf field string database = 1;

Parameters

string $var

at line 76
RepeatedField getStatements()

For an update this list contains all the statements. For an individual statement, this list contains only that statement.

Generated from protobuf field repeated string statements = 2;

Return Value

RepeatedField

at line 88
setStatements(array|RepeatedField $var)

For an update this list contains all the statements. For an individual statement, this list contains only that statement.

Generated from protobuf field repeated string statements = 2;

Parameters

array|RepeatedField $var

at line 102
RepeatedField getCommitTimestamps()

Reports the commit timestamps of all statements that have succeeded so far, where commit_timestamps[i] is the commit timestamp for the statement statements[i].

Generated from protobuf field repeated .google.protobuf.Timestamp commit_timestamps = 3;

Return Value

RepeatedField

at line 115
setCommitTimestamps(array|RepeatedField $var)

Reports the commit timestamps of all statements that have succeeded so far, where commit_timestamps[i] is the commit timestamp for the statement statements[i].

Generated from protobuf field repeated .google.protobuf.Timestamp commit_timestamps = 3;

Parameters

array|RepeatedField $var