public final class UpdateDatabaseDdlMetadata extends GeneratedMessageV3 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 | Class and Description |
|---|---|
static class |
UpdateDatabaseDdlMetadata.Builder
Metadata type for the operation returned by
[UpdateDatabaseDdl][google.spanner.admin.database.v1.DatabaseAdmin.UpdateDatabaseDdl].
|
GeneratedMessageV3.BuilderParent, GeneratedMessageV3.ExtendableBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage,BuilderType extends GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, GeneratedMessageV3.ExtendableMessage<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
COMMIT_TIMESTAMPS_FIELD_NUMBER |
static int |
DATABASE_FIELD_NUMBER |
static int |
STATEMENTS_FIELD_NUMBER |
alwaysUseFieldBuilders, unknownFieldsmemoizedSizememoizedHashCode| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
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]`.
|
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.
|
static UpdateDatabaseDdlMetadata |
getDefaultInstance() |
UpdateDatabaseDdlMetadata |
getDefaultInstanceForType() |
static Descriptors.Descriptor |
getDescriptor() |
Parser<UpdateDatabaseDdlMetadata> |
getParserForType() |
int |
getSerializedSize() |
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.
|
UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
protected GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static UpdateDatabaseDdlMetadata.Builder |
newBuilder() |
static UpdateDatabaseDdlMetadata.Builder |
newBuilder(UpdateDatabaseDdlMetadata prototype) |
UpdateDatabaseDdlMetadata.Builder |
newBuilderForType() |
protected UpdateDatabaseDdlMetadata.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent) |
static UpdateDatabaseDdlMetadata |
parseDelimitedFrom(java.io.InputStream input) |
static UpdateDatabaseDdlMetadata |
parseDelimitedFrom(java.io.InputStream input,
ExtensionRegistryLite extensionRegistry) |
static UpdateDatabaseDdlMetadata |
parseFrom(byte[] data) |
static UpdateDatabaseDdlMetadata |
parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static UpdateDatabaseDdlMetadata |
parseFrom(java.nio.ByteBuffer data) |
static UpdateDatabaseDdlMetadata |
parseFrom(java.nio.ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static UpdateDatabaseDdlMetadata |
parseFrom(ByteString data) |
static UpdateDatabaseDdlMetadata |
parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static UpdateDatabaseDdlMetadata |
parseFrom(CodedInputStream input) |
static UpdateDatabaseDdlMetadata |
parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static UpdateDatabaseDdlMetadata |
parseFrom(java.io.InputStream input) |
static UpdateDatabaseDdlMetadata |
parseFrom(java.io.InputStream input,
ExtensionRegistryLite extensionRegistry) |
static Parser<UpdateDatabaseDdlMetadata> |
parser() |
UpdateDatabaseDdlMetadata.Builder |
toBuilder() |
void |
writeTo(CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneoftoByteArray, toByteString, writeDelimitedTo, writeTopublic static final int DATABASE_FIELD_NUMBER
public static final int STATEMENTS_FIELD_NUMBER
public static final int COMMIT_TIMESTAMPS_FIELD_NUMBER
public final UnknownFieldSet getUnknownFields()
getUnknownFields in interface MessageOrBuildergetUnknownFields in class GeneratedMessageV3public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class GeneratedMessageV3public 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 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 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 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 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 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 final boolean isInitialized()
isInitialized in interface MessageLiteOrBuilderisInitialized in class GeneratedMessageV3public void writeTo(CodedOutputStream output) throws java.io.IOException
writeTo in interface MessageLitewriteTo in class GeneratedMessageV3java.io.IOExceptionpublic int getSerializedSize()
getSerializedSize in interface MessageLitegetSerializedSize in class GeneratedMessageV3public boolean equals(java.lang.Object obj)
equals in interface Messageequals in class AbstractMessagepublic int hashCode()
hashCode in interface MessagehashCode in class AbstractMessagepublic static UpdateDatabaseDdlMetadata parseFrom(java.nio.ByteBuffer data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static UpdateDatabaseDdlMetadata parseFrom(java.nio.ByteBuffer data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static UpdateDatabaseDdlMetadata parseFrom(ByteString data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static UpdateDatabaseDdlMetadata parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static UpdateDatabaseDdlMetadata parseFrom(byte[] data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static UpdateDatabaseDdlMetadata parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static UpdateDatabaseDdlMetadata parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static UpdateDatabaseDdlMetadata parseFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static UpdateDatabaseDdlMetadata parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static UpdateDatabaseDdlMetadata parseDelimitedFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static UpdateDatabaseDdlMetadata parseFrom(CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static UpdateDatabaseDdlMetadata parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic UpdateDatabaseDdlMetadata.Builder newBuilderForType()
newBuilderForType in interface MessagenewBuilderForType in interface MessageLitepublic static UpdateDatabaseDdlMetadata.Builder newBuilder()
public static UpdateDatabaseDdlMetadata.Builder newBuilder(UpdateDatabaseDdlMetadata prototype)
public UpdateDatabaseDdlMetadata.Builder toBuilder()
toBuilder in interface MessagetoBuilder in interface MessageLiteprotected UpdateDatabaseDdlMetadata.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class GeneratedMessageV3public static UpdateDatabaseDdlMetadata getDefaultInstance()
public static Parser<UpdateDatabaseDdlMetadata> parser()
public Parser<UpdateDatabaseDdlMetadata> getParserForType()
getParserForType in interface MessagegetParserForType in interface MessageLitegetParserForType in class GeneratedMessageV3public UpdateDatabaseDdlMetadata getDefaultInstanceForType()
getDefaultInstanceForType in interface MessageLiteOrBuildergetDefaultInstanceForType in interface MessageOrBuilder