UpdateDatabaseDdlMetadata
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
No description
The database being modified.
The database being modified.
For an update this list contains all the statements. For an individual statement, this list contains only that statement.
For an update this list contains all the statements. For an individual statement, this list contains only that statement.
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]
.
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;
at line 63
setDatabase(string $var)
The database being modified.
Generated from protobuf field string database = 1;
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;
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;
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;
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;