public static final class UpdateDatabaseDdlMetadata.Builder extends GeneratedMessageV3.Builder<UpdateDatabaseDdlMetadata.Builder> implements UpdateDatabaseDdlMetadataOrBuilder
Metadata type for the operation returned by [UpdateDatabaseDdl][google.spanner.admin.database.v1.DatabaseAdmin.UpdateDatabaseDdl].Protobuf type
google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata| Modifier and Type | Method and Description |
|---|---|
UpdateDatabaseDdlMetadata.Builder |
addAllCommitTimestamps(java.lang.Iterable<? extends Timestamp> values)
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]`.
|
UpdateDatabaseDdlMetadata.Builder |
addAllStatements(java.lang.Iterable<java.lang.String> values)
For an update this list contains all the statements.
|
UpdateDatabaseDdlMetadata.Builder |
addCommitTimestamps(int index,
Timestamp.Builder builderForValue)
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]`.
|
UpdateDatabaseDdlMetadata.Builder |
addCommitTimestamps(int index,
Timestamp value)
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]`.
|
UpdateDatabaseDdlMetadata.Builder |
addCommitTimestamps(Timestamp.Builder builderForValue)
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]`.
|
UpdateDatabaseDdlMetadata.Builder |
addCommitTimestamps(Timestamp value)
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]`.
|
Timestamp.Builder |
addCommitTimestampsBuilder()
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]`.
|
Timestamp.Builder |
addCommitTimestampsBuilder(int index)
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]`.
|
UpdateDatabaseDdlMetadata.Builder |
addRepeatedField(Descriptors.FieldDescriptor field,
java.lang.Object value) |
UpdateDatabaseDdlMetadata.Builder |
addStatements(java.lang.String value)
For an update this list contains all the statements.
|
UpdateDatabaseDdlMetadata.Builder |
addStatementsBytes(ByteString value)
For an update this list contains all the statements.
|
UpdateDatabaseDdlMetadata |
build() |
UpdateDatabaseDdlMetadata |
buildPartial() |
UpdateDatabaseDdlMetadata.Builder |
clear() |
UpdateDatabaseDdlMetadata.Builder |
clearCommitTimestamps()
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]`.
|
UpdateDatabaseDdlMetadata.Builder |
clearDatabase()
The database being modified.
|
UpdateDatabaseDdlMetadata.Builder |
clearField(Descriptors.FieldDescriptor field) |
UpdateDatabaseDdlMetadata.Builder |
clearOneof(Descriptors.OneofDescriptor oneof) |
UpdateDatabaseDdlMetadata.Builder |
clearStatements()
For an update this list contains all the statements.
|
UpdateDatabaseDdlMetadata.Builder |
clone() |
Timestamp |
getCommitTimestamps(int index)
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]`.
|
Timestamp.Builder |
getCommitTimestampsBuilder(int index)
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]`.
|
java.util.List<Timestamp.Builder> |
getCommitTimestampsBuilderList()
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]`.
|
int |
getCommitTimestampsCount()
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]`.
|
java.util.List<Timestamp> |
getCommitTimestampsList()
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]`.
|
TimestampOrBuilder |
getCommitTimestampsOrBuilder(int index)
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]`.
|
java.util.List<? extends TimestampOrBuilder> |
getCommitTimestampsOrBuilderList()
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]`.
|
java.lang.String |
getDatabase()
The database being modified.
|
ByteString |
getDatabaseBytes()
The database being modified.
|
UpdateDatabaseDdlMetadata |
getDefaultInstanceForType() |
static Descriptors.Descriptor |
getDescriptor() |
Descriptors.Descriptor |
getDescriptorForType() |
java.lang.String |
getStatements(int index)
For an update this list contains all the statements.
|
ByteString |
getStatementsBytes(int index)
For an update this list contains all the statements.
|
int |
getStatementsCount()
For an update this list contains all the statements.
|
ProtocolStringList |
getStatementsList()
For an update this list contains all the statements.
|
protected GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
UpdateDatabaseDdlMetadata.Builder |
mergeFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
UpdateDatabaseDdlMetadata.Builder |
mergeFrom(Message other) |
UpdateDatabaseDdlMetadata.Builder |
mergeFrom(UpdateDatabaseDdlMetadata other) |
UpdateDatabaseDdlMetadata.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields) |
UpdateDatabaseDdlMetadata.Builder |
removeCommitTimestamps(int index)
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]`.
|
UpdateDatabaseDdlMetadata.Builder |
setCommitTimestamps(int index,
Timestamp.Builder builderForValue)
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]`.
|
UpdateDatabaseDdlMetadata.Builder |
setCommitTimestamps(int index,
Timestamp value)
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]`.
|
UpdateDatabaseDdlMetadata.Builder |
setDatabase(java.lang.String value)
The database being modified.
|
UpdateDatabaseDdlMetadata.Builder |
setDatabaseBytes(ByteString value)
The database being modified.
|
UpdateDatabaseDdlMetadata.Builder |
setField(Descriptors.FieldDescriptor field,
java.lang.Object value) |
UpdateDatabaseDdlMetadata.Builder |
setRepeatedField(Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
UpdateDatabaseDdlMetadata.Builder |
setStatements(int index,
java.lang.String value)
For an update this list contains all the statements.
|
UpdateDatabaseDdlMetadata.Builder |
setUnknownFields(UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofmergeFrompublic static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class GeneratedMessageV3.Builder<UpdateDatabaseDdlMetadata.Builder>public UpdateDatabaseDdlMetadata.Builder clear()
clear in interface Message.Builderclear in interface MessageLite.Builderclear in class GeneratedMessageV3.Builder<UpdateDatabaseDdlMetadata.Builder>public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface Message.BuildergetDescriptorForType in interface MessageOrBuildergetDescriptorForType in class GeneratedMessageV3.Builder<UpdateDatabaseDdlMetadata.Builder>public UpdateDatabaseDdlMetadata getDefaultInstanceForType()
getDefaultInstanceForType in interface MessageLiteOrBuildergetDefaultInstanceForType in interface MessageOrBuilderpublic UpdateDatabaseDdlMetadata build()
build in interface Message.Builderbuild in interface MessageLite.Builderpublic UpdateDatabaseDdlMetadata buildPartial()
buildPartial in interface Message.BuilderbuildPartial in interface MessageLite.Builderpublic UpdateDatabaseDdlMetadata.Builder clone()
clone in interface Message.Builderclone in interface MessageLite.Builderclone in class GeneratedMessageV3.Builder<UpdateDatabaseDdlMetadata.Builder>public UpdateDatabaseDdlMetadata.Builder setField(Descriptors.FieldDescriptor field, java.lang.Object value)
setField in interface Message.BuildersetField in class GeneratedMessageV3.Builder<UpdateDatabaseDdlMetadata.Builder>public UpdateDatabaseDdlMetadata.Builder clearField(Descriptors.FieldDescriptor field)
clearField in interface Message.BuilderclearField in class GeneratedMessageV3.Builder<UpdateDatabaseDdlMetadata.Builder>public UpdateDatabaseDdlMetadata.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof in interface Message.BuilderclearOneof in class GeneratedMessageV3.Builder<UpdateDatabaseDdlMetadata.Builder>public UpdateDatabaseDdlMetadata.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField in interface Message.BuildersetRepeatedField in class GeneratedMessageV3.Builder<UpdateDatabaseDdlMetadata.Builder>public UpdateDatabaseDdlMetadata.Builder addRepeatedField(Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField in interface Message.BuilderaddRepeatedField in class GeneratedMessageV3.Builder<UpdateDatabaseDdlMetadata.Builder>public UpdateDatabaseDdlMetadata.Builder mergeFrom(Message other)
mergeFrom in interface Message.BuildermergeFrom in class AbstractMessage.Builder<UpdateDatabaseDdlMetadata.Builder>public UpdateDatabaseDdlMetadata.Builder mergeFrom(UpdateDatabaseDdlMetadata other)
public final boolean isInitialized()
isInitialized in interface MessageLiteOrBuilderisInitialized in class GeneratedMessageV3.Builder<UpdateDatabaseDdlMetadata.Builder>public UpdateDatabaseDdlMetadata.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface Message.BuildermergeFrom in interface MessageLite.BuildermergeFrom in class AbstractMessage.Builder<UpdateDatabaseDdlMetadata.Builder>java.io.IOExceptionpublic java.lang.String getDatabase()
The database being modified.
string database = 1;getDatabase in interface UpdateDatabaseDdlMetadataOrBuilderpublic ByteString getDatabaseBytes()
The database being modified.
string database = 1;getDatabaseBytes in interface UpdateDatabaseDdlMetadataOrBuilderpublic UpdateDatabaseDdlMetadata.Builder setDatabase(java.lang.String value)
The database being modified.
string database = 1;public UpdateDatabaseDdlMetadata.Builder clearDatabase()
The database being modified.
string database = 1;public UpdateDatabaseDdlMetadata.Builder setDatabaseBytes(ByteString value)
The database being modified.
string database = 1;public ProtocolStringList getStatementsList()
For an update this list contains all the statements. For an individual statement, this list contains only that statement.
repeated string statements = 2;getStatementsList in interface UpdateDatabaseDdlMetadataOrBuilderpublic int getStatementsCount()
For an update this list contains all the statements. For an individual statement, this list contains only that statement.
repeated string statements = 2;getStatementsCount in interface UpdateDatabaseDdlMetadataOrBuilderpublic java.lang.String getStatements(int index)
For an update this list contains all the statements. For an individual statement, this list contains only that statement.
repeated string statements = 2;getStatements in interface UpdateDatabaseDdlMetadataOrBuilderpublic ByteString getStatementsBytes(int index)
For an update this list contains all the statements. For an individual statement, this list contains only that statement.
repeated string statements = 2;getStatementsBytes in interface UpdateDatabaseDdlMetadataOrBuilderpublic UpdateDatabaseDdlMetadata.Builder setStatements(int index, java.lang.String value)
For an update this list contains all the statements. For an individual statement, this list contains only that statement.
repeated string statements = 2;public UpdateDatabaseDdlMetadata.Builder addStatements(java.lang.String value)
For an update this list contains all the statements. For an individual statement, this list contains only that statement.
repeated string statements = 2;public UpdateDatabaseDdlMetadata.Builder addAllStatements(java.lang.Iterable<java.lang.String> values)
For an update this list contains all the statements. For an individual statement, this list contains only that statement.
repeated string statements = 2;public UpdateDatabaseDdlMetadata.Builder clearStatements()
For an update this list contains all the statements. For an individual statement, this list contains only that statement.
repeated string statements = 2;public UpdateDatabaseDdlMetadata.Builder addStatementsBytes(ByteString value)
For an update this list contains all the statements. For an individual statement, this list contains only that statement.
repeated string statements = 2;public java.util.List<Timestamp> getCommitTimestampsList()
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]`.
repeated .google.protobuf.Timestamp commit_timestamps = 3;getCommitTimestampsList in interface UpdateDatabaseDdlMetadataOrBuilderpublic int getCommitTimestampsCount()
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]`.
repeated .google.protobuf.Timestamp commit_timestamps = 3;getCommitTimestampsCount in interface UpdateDatabaseDdlMetadataOrBuilderpublic Timestamp getCommitTimestamps(int index)
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]`.
repeated .google.protobuf.Timestamp commit_timestamps = 3;getCommitTimestamps in interface UpdateDatabaseDdlMetadataOrBuilderpublic UpdateDatabaseDdlMetadata.Builder setCommitTimestamps(int index, Timestamp value)
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]`.
repeated .google.protobuf.Timestamp commit_timestamps = 3;public UpdateDatabaseDdlMetadata.Builder setCommitTimestamps(int index, Timestamp.Builder builderForValue)
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]`.
repeated .google.protobuf.Timestamp commit_timestamps = 3;public UpdateDatabaseDdlMetadata.Builder addCommitTimestamps(Timestamp value)
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]`.
repeated .google.protobuf.Timestamp commit_timestamps = 3;public UpdateDatabaseDdlMetadata.Builder addCommitTimestamps(int index, Timestamp value)
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]`.
repeated .google.protobuf.Timestamp commit_timestamps = 3;public UpdateDatabaseDdlMetadata.Builder addCommitTimestamps(Timestamp.Builder builderForValue)
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]`.
repeated .google.protobuf.Timestamp commit_timestamps = 3;public UpdateDatabaseDdlMetadata.Builder addCommitTimestamps(int index, Timestamp.Builder builderForValue)
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]`.
repeated .google.protobuf.Timestamp commit_timestamps = 3;public UpdateDatabaseDdlMetadata.Builder addAllCommitTimestamps(java.lang.Iterable<? extends Timestamp> values)
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]`.
repeated .google.protobuf.Timestamp commit_timestamps = 3;public UpdateDatabaseDdlMetadata.Builder clearCommitTimestamps()
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]`.
repeated .google.protobuf.Timestamp commit_timestamps = 3;public UpdateDatabaseDdlMetadata.Builder removeCommitTimestamps(int index)
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]`.
repeated .google.protobuf.Timestamp commit_timestamps = 3;public Timestamp.Builder getCommitTimestampsBuilder(int index)
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]`.
repeated .google.protobuf.Timestamp commit_timestamps = 3;public TimestampOrBuilder getCommitTimestampsOrBuilder(int index)
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]`.
repeated .google.protobuf.Timestamp commit_timestamps = 3;getCommitTimestampsOrBuilder in interface UpdateDatabaseDdlMetadataOrBuilderpublic java.util.List<? extends TimestampOrBuilder> getCommitTimestampsOrBuilderList()
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]`.
repeated .google.protobuf.Timestamp commit_timestamps = 3;getCommitTimestampsOrBuilderList in interface UpdateDatabaseDdlMetadataOrBuilderpublic Timestamp.Builder addCommitTimestampsBuilder()
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]`.
repeated .google.protobuf.Timestamp commit_timestamps = 3;public Timestamp.Builder addCommitTimestampsBuilder(int index)
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]`.
repeated .google.protobuf.Timestamp commit_timestamps = 3;public java.util.List<Timestamp.Builder> getCommitTimestampsBuilderList()
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]`.
repeated .google.protobuf.Timestamp commit_timestamps = 3;public final UpdateDatabaseDdlMetadata.Builder setUnknownFields(UnknownFieldSet unknownFields)
setUnknownFields in interface Message.BuildersetUnknownFields in class GeneratedMessageV3.Builder<UpdateDatabaseDdlMetadata.Builder>public final UpdateDatabaseDdlMetadata.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields in interface Message.BuildermergeUnknownFields in class GeneratedMessageV3.Builder<UpdateDatabaseDdlMetadata.Builder>