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(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 |
addAllProgress(Iterable<? extends OperationProgress> values)
The progress of the
[UpdateDatabaseDdl][google.spanner.admin.database.v1.DatabaseAdmin.UpdateDatabaseDdl] operations.
|
UpdateDatabaseDdlMetadata.Builder |
addAllStatements(Iterable<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 |
addProgress(int index,
OperationProgress.Builder builderForValue)
The progress of the
[UpdateDatabaseDdl][google.spanner.admin.database.v1.DatabaseAdmin.UpdateDatabaseDdl] operations.
|
UpdateDatabaseDdlMetadata.Builder |
addProgress(int index,
OperationProgress value)
The progress of the
[UpdateDatabaseDdl][google.spanner.admin.database.v1.DatabaseAdmin.UpdateDatabaseDdl] operations.
|
UpdateDatabaseDdlMetadata.Builder |
addProgress(OperationProgress.Builder builderForValue)
The progress of the
[UpdateDatabaseDdl][google.spanner.admin.database.v1.DatabaseAdmin.UpdateDatabaseDdl] operations.
|
UpdateDatabaseDdlMetadata.Builder |
addProgress(OperationProgress value)
The progress of the
[UpdateDatabaseDdl][google.spanner.admin.database.v1.DatabaseAdmin.UpdateDatabaseDdl] operations.
|
OperationProgress.Builder |
addProgressBuilder()
The progress of the
[UpdateDatabaseDdl][google.spanner.admin.database.v1.DatabaseAdmin.UpdateDatabaseDdl] operations.
|
OperationProgress.Builder |
addProgressBuilder(int index)
The progress of the
[UpdateDatabaseDdl][google.spanner.admin.database.v1.DatabaseAdmin.UpdateDatabaseDdl] operations.
|
UpdateDatabaseDdlMetadata.Builder |
addRepeatedField(Descriptors.FieldDescriptor field,
Object value) |
UpdateDatabaseDdlMetadata.Builder |
addStatements(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 |
clearProgress()
The progress of the
[UpdateDatabaseDdl][google.spanner.admin.database.v1.DatabaseAdmin.UpdateDatabaseDdl] operations.
|
UpdateDatabaseDdlMetadata.Builder |
clearStatements()
For an update this list contains all the statements.
|
UpdateDatabaseDdlMetadata.Builder |
clearThrottled()
Output only.
|
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]`.
|
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]`.
|
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]`.
|
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]`.
|
String |
getDatabase()
The database being modified.
|
ByteString |
getDatabaseBytes()
The database being modified.
|
UpdateDatabaseDdlMetadata |
getDefaultInstanceForType() |
static Descriptors.Descriptor |
getDescriptor() |
Descriptors.Descriptor |
getDescriptorForType() |
OperationProgress |
getProgress(int index)
The progress of the
[UpdateDatabaseDdl][google.spanner.admin.database.v1.DatabaseAdmin.UpdateDatabaseDdl] operations.
|
OperationProgress.Builder |
getProgressBuilder(int index)
The progress of the
[UpdateDatabaseDdl][google.spanner.admin.database.v1.DatabaseAdmin.UpdateDatabaseDdl] operations.
|
List<OperationProgress.Builder> |
getProgressBuilderList()
The progress of the
[UpdateDatabaseDdl][google.spanner.admin.database.v1.DatabaseAdmin.UpdateDatabaseDdl] operations.
|
int |
getProgressCount()
The progress of the
[UpdateDatabaseDdl][google.spanner.admin.database.v1.DatabaseAdmin.UpdateDatabaseDdl] operations.
|
List<OperationProgress> |
getProgressList()
The progress of the
[UpdateDatabaseDdl][google.spanner.admin.database.v1.DatabaseAdmin.UpdateDatabaseDdl] operations.
|
OperationProgressOrBuilder |
getProgressOrBuilder(int index)
The progress of the
[UpdateDatabaseDdl][google.spanner.admin.database.v1.DatabaseAdmin.UpdateDatabaseDdl] operations.
|
List<? extends OperationProgressOrBuilder> |
getProgressOrBuilderList()
The progress of the
[UpdateDatabaseDdl][google.spanner.admin.database.v1.DatabaseAdmin.UpdateDatabaseDdl] operations.
|
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.
|
boolean |
getThrottled()
Output only.
|
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 |
removeProgress(int index)
The progress of the
[UpdateDatabaseDdl][google.spanner.admin.database.v1.DatabaseAdmin.UpdateDatabaseDdl] operations.
|
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(String value)
The database being modified.
|
UpdateDatabaseDdlMetadata.Builder |
setDatabaseBytes(ByteString value)
The database being modified.
|
UpdateDatabaseDdlMetadata.Builder |
setField(Descriptors.FieldDescriptor field,
Object value) |
UpdateDatabaseDdlMetadata.Builder |
setProgress(int index,
OperationProgress.Builder builderForValue)
The progress of the
[UpdateDatabaseDdl][google.spanner.admin.database.v1.DatabaseAdmin.UpdateDatabaseDdl] operations.
|
UpdateDatabaseDdlMetadata.Builder |
setProgress(int index,
OperationProgress value)
The progress of the
[UpdateDatabaseDdl][google.spanner.admin.database.v1.DatabaseAdmin.UpdateDatabaseDdl] operations.
|
UpdateDatabaseDdlMetadata.Builder |
setRepeatedField(Descriptors.FieldDescriptor field,
int index,
Object value) |
UpdateDatabaseDdlMetadata.Builder |
setStatements(int index,
String value)
For an update this list contains all the statements.
|
UpdateDatabaseDdlMetadata.Builder |
setThrottled(boolean value)
Output only.
|
UpdateDatabaseDdlMetadata.Builder |
setUnknownFields(UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
mergeDelimitedFrom, mergeDelimitedFrom
mergeFrom
public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class GeneratedMessageV3.Builder<UpdateDatabaseDdlMetadata.Builder>
public UpdateDatabaseDdlMetadata.Builder clear()
clear
in interface Message.Builder
clear
in interface MessageLite.Builder
clear
in class GeneratedMessageV3.Builder<UpdateDatabaseDdlMetadata.Builder>
public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface Message.Builder
getDescriptorForType
in interface MessageOrBuilder
getDescriptorForType
in class GeneratedMessageV3.Builder<UpdateDatabaseDdlMetadata.Builder>
public UpdateDatabaseDdlMetadata getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder
public UpdateDatabaseDdlMetadata build()
build
in interface Message.Builder
build
in interface MessageLite.Builder
public UpdateDatabaseDdlMetadata buildPartial()
buildPartial
in interface Message.Builder
buildPartial
in interface MessageLite.Builder
public UpdateDatabaseDdlMetadata.Builder clone()
clone
in interface Message.Builder
clone
in interface MessageLite.Builder
clone
in class GeneratedMessageV3.Builder<UpdateDatabaseDdlMetadata.Builder>
public UpdateDatabaseDdlMetadata.Builder setField(Descriptors.FieldDescriptor field, Object value)
setField
in interface Message.Builder
setField
in class GeneratedMessageV3.Builder<UpdateDatabaseDdlMetadata.Builder>
public UpdateDatabaseDdlMetadata.Builder clearField(Descriptors.FieldDescriptor field)
clearField
in interface Message.Builder
clearField
in class GeneratedMessageV3.Builder<UpdateDatabaseDdlMetadata.Builder>
public UpdateDatabaseDdlMetadata.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof
in interface Message.Builder
clearOneof
in class GeneratedMessageV3.Builder<UpdateDatabaseDdlMetadata.Builder>
public UpdateDatabaseDdlMetadata.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField
in interface Message.Builder
setRepeatedField
in class GeneratedMessageV3.Builder<UpdateDatabaseDdlMetadata.Builder>
public UpdateDatabaseDdlMetadata.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
addRepeatedField
in interface Message.Builder
addRepeatedField
in class GeneratedMessageV3.Builder<UpdateDatabaseDdlMetadata.Builder>
public UpdateDatabaseDdlMetadata.Builder mergeFrom(Message other)
mergeFrom
in interface Message.Builder
mergeFrom
in class AbstractMessage.Builder<UpdateDatabaseDdlMetadata.Builder>
public UpdateDatabaseDdlMetadata.Builder mergeFrom(UpdateDatabaseDdlMetadata other)
public final boolean isInitialized()
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3.Builder<UpdateDatabaseDdlMetadata.Builder>
public UpdateDatabaseDdlMetadata.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface Message.Builder
mergeFrom
in interface MessageLite.Builder
mergeFrom
in class AbstractMessage.Builder<UpdateDatabaseDdlMetadata.Builder>
IOException
public String getDatabase()
The database being modified.
string database = 1 [(.google.api.resource_reference) = { ... }
getDatabase
in interface UpdateDatabaseDdlMetadataOrBuilder
public ByteString getDatabaseBytes()
The database being modified.
string database = 1 [(.google.api.resource_reference) = { ... }
getDatabaseBytes
in interface UpdateDatabaseDdlMetadataOrBuilder
public UpdateDatabaseDdlMetadata.Builder setDatabase(String value)
The database being modified.
string database = 1 [(.google.api.resource_reference) = { ... }
value
- The database to set.public UpdateDatabaseDdlMetadata.Builder clearDatabase()
The database being modified.
string database = 1 [(.google.api.resource_reference) = { ... }
public UpdateDatabaseDdlMetadata.Builder setDatabaseBytes(ByteString value)
The database being modified.
string database = 1 [(.google.api.resource_reference) = { ... }
value
- The bytes for database to set.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 UpdateDatabaseDdlMetadataOrBuilder
public 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 UpdateDatabaseDdlMetadataOrBuilder
public 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 UpdateDatabaseDdlMetadataOrBuilder
index
- The index of the element to return.public 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 UpdateDatabaseDdlMetadataOrBuilder
index
- The index of the value to return.public UpdateDatabaseDdlMetadata.Builder setStatements(int index, 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;
index
- The index to set the value at.value
- The statements to set.public UpdateDatabaseDdlMetadata.Builder addStatements(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;
value
- The statements to add.public UpdateDatabaseDdlMetadata.Builder addAllStatements(Iterable<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;
values
- The statements to add.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;
value
- The bytes of the statements to add.public 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 UpdateDatabaseDdlMetadataOrBuilder
public 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 UpdateDatabaseDdlMetadataOrBuilder
public 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 UpdateDatabaseDdlMetadataOrBuilder
public 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(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 UpdateDatabaseDdlMetadataOrBuilder
public 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 UpdateDatabaseDdlMetadataOrBuilder
public 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 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 boolean getThrottled()
Output only. When true, indicates that the operation is throttled e.g due to resource constraints. When resources become available the operation will resume and this field will be false again.
bool throttled = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
getThrottled
in interface UpdateDatabaseDdlMetadataOrBuilder
public UpdateDatabaseDdlMetadata.Builder setThrottled(boolean value)
Output only. When true, indicates that the operation is throttled e.g due to resource constraints. When resources become available the operation will resume and this field will be false again.
bool throttled = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
value
- The throttled to set.public UpdateDatabaseDdlMetadata.Builder clearThrottled()
Output only. When true, indicates that the operation is throttled e.g due to resource constraints. When resources become available the operation will resume and this field will be false again.
bool throttled = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
public List<OperationProgress> getProgressList()
The progress of the [UpdateDatabaseDdl][google.spanner.admin.database.v1.DatabaseAdmin.UpdateDatabaseDdl] operations. Currently, only index creation statements will have a continuously updating progress. For non-index creation statements, `progress[i]` will have start time and end time populated with commit timestamp of operation, as well as a progress of 100% once the operation has completed. `progress[i]` is the operation progress for `statements[i]`.
repeated .google.spanner.admin.database.v1.OperationProgress progress = 5;
getProgressList
in interface UpdateDatabaseDdlMetadataOrBuilder
public int getProgressCount()
The progress of the [UpdateDatabaseDdl][google.spanner.admin.database.v1.DatabaseAdmin.UpdateDatabaseDdl] operations. Currently, only index creation statements will have a continuously updating progress. For non-index creation statements, `progress[i]` will have start time and end time populated with commit timestamp of operation, as well as a progress of 100% once the operation has completed. `progress[i]` is the operation progress for `statements[i]`.
repeated .google.spanner.admin.database.v1.OperationProgress progress = 5;
getProgressCount
in interface UpdateDatabaseDdlMetadataOrBuilder
public OperationProgress getProgress(int index)
The progress of the [UpdateDatabaseDdl][google.spanner.admin.database.v1.DatabaseAdmin.UpdateDatabaseDdl] operations. Currently, only index creation statements will have a continuously updating progress. For non-index creation statements, `progress[i]` will have start time and end time populated with commit timestamp of operation, as well as a progress of 100% once the operation has completed. `progress[i]` is the operation progress for `statements[i]`.
repeated .google.spanner.admin.database.v1.OperationProgress progress = 5;
getProgress
in interface UpdateDatabaseDdlMetadataOrBuilder
public UpdateDatabaseDdlMetadata.Builder setProgress(int index, OperationProgress value)
The progress of the [UpdateDatabaseDdl][google.spanner.admin.database.v1.DatabaseAdmin.UpdateDatabaseDdl] operations. Currently, only index creation statements will have a continuously updating progress. For non-index creation statements, `progress[i]` will have start time and end time populated with commit timestamp of operation, as well as a progress of 100% once the operation has completed. `progress[i]` is the operation progress for `statements[i]`.
repeated .google.spanner.admin.database.v1.OperationProgress progress = 5;
public UpdateDatabaseDdlMetadata.Builder setProgress(int index, OperationProgress.Builder builderForValue)
The progress of the [UpdateDatabaseDdl][google.spanner.admin.database.v1.DatabaseAdmin.UpdateDatabaseDdl] operations. Currently, only index creation statements will have a continuously updating progress. For non-index creation statements, `progress[i]` will have start time and end time populated with commit timestamp of operation, as well as a progress of 100% once the operation has completed. `progress[i]` is the operation progress for `statements[i]`.
repeated .google.spanner.admin.database.v1.OperationProgress progress = 5;
public UpdateDatabaseDdlMetadata.Builder addProgress(OperationProgress value)
The progress of the [UpdateDatabaseDdl][google.spanner.admin.database.v1.DatabaseAdmin.UpdateDatabaseDdl] operations. Currently, only index creation statements will have a continuously updating progress. For non-index creation statements, `progress[i]` will have start time and end time populated with commit timestamp of operation, as well as a progress of 100% once the operation has completed. `progress[i]` is the operation progress for `statements[i]`.
repeated .google.spanner.admin.database.v1.OperationProgress progress = 5;
public UpdateDatabaseDdlMetadata.Builder addProgress(int index, OperationProgress value)
The progress of the [UpdateDatabaseDdl][google.spanner.admin.database.v1.DatabaseAdmin.UpdateDatabaseDdl] operations. Currently, only index creation statements will have a continuously updating progress. For non-index creation statements, `progress[i]` will have start time and end time populated with commit timestamp of operation, as well as a progress of 100% once the operation has completed. `progress[i]` is the operation progress for `statements[i]`.
repeated .google.spanner.admin.database.v1.OperationProgress progress = 5;
public UpdateDatabaseDdlMetadata.Builder addProgress(OperationProgress.Builder builderForValue)
The progress of the [UpdateDatabaseDdl][google.spanner.admin.database.v1.DatabaseAdmin.UpdateDatabaseDdl] operations. Currently, only index creation statements will have a continuously updating progress. For non-index creation statements, `progress[i]` will have start time and end time populated with commit timestamp of operation, as well as a progress of 100% once the operation has completed. `progress[i]` is the operation progress for `statements[i]`.
repeated .google.spanner.admin.database.v1.OperationProgress progress = 5;
public UpdateDatabaseDdlMetadata.Builder addProgress(int index, OperationProgress.Builder builderForValue)
The progress of the [UpdateDatabaseDdl][google.spanner.admin.database.v1.DatabaseAdmin.UpdateDatabaseDdl] operations. Currently, only index creation statements will have a continuously updating progress. For non-index creation statements, `progress[i]` will have start time and end time populated with commit timestamp of operation, as well as a progress of 100% once the operation has completed. `progress[i]` is the operation progress for `statements[i]`.
repeated .google.spanner.admin.database.v1.OperationProgress progress = 5;
public UpdateDatabaseDdlMetadata.Builder addAllProgress(Iterable<? extends OperationProgress> values)
The progress of the [UpdateDatabaseDdl][google.spanner.admin.database.v1.DatabaseAdmin.UpdateDatabaseDdl] operations. Currently, only index creation statements will have a continuously updating progress. For non-index creation statements, `progress[i]` will have start time and end time populated with commit timestamp of operation, as well as a progress of 100% once the operation has completed. `progress[i]` is the operation progress for `statements[i]`.
repeated .google.spanner.admin.database.v1.OperationProgress progress = 5;
public UpdateDatabaseDdlMetadata.Builder clearProgress()
The progress of the [UpdateDatabaseDdl][google.spanner.admin.database.v1.DatabaseAdmin.UpdateDatabaseDdl] operations. Currently, only index creation statements will have a continuously updating progress. For non-index creation statements, `progress[i]` will have start time and end time populated with commit timestamp of operation, as well as a progress of 100% once the operation has completed. `progress[i]` is the operation progress for `statements[i]`.
repeated .google.spanner.admin.database.v1.OperationProgress progress = 5;
public UpdateDatabaseDdlMetadata.Builder removeProgress(int index)
The progress of the [UpdateDatabaseDdl][google.spanner.admin.database.v1.DatabaseAdmin.UpdateDatabaseDdl] operations. Currently, only index creation statements will have a continuously updating progress. For non-index creation statements, `progress[i]` will have start time and end time populated with commit timestamp of operation, as well as a progress of 100% once the operation has completed. `progress[i]` is the operation progress for `statements[i]`.
repeated .google.spanner.admin.database.v1.OperationProgress progress = 5;
public OperationProgress.Builder getProgressBuilder(int index)
The progress of the [UpdateDatabaseDdl][google.spanner.admin.database.v1.DatabaseAdmin.UpdateDatabaseDdl] operations. Currently, only index creation statements will have a continuously updating progress. For non-index creation statements, `progress[i]` will have start time and end time populated with commit timestamp of operation, as well as a progress of 100% once the operation has completed. `progress[i]` is the operation progress for `statements[i]`.
repeated .google.spanner.admin.database.v1.OperationProgress progress = 5;
public OperationProgressOrBuilder getProgressOrBuilder(int index)
The progress of the [UpdateDatabaseDdl][google.spanner.admin.database.v1.DatabaseAdmin.UpdateDatabaseDdl] operations. Currently, only index creation statements will have a continuously updating progress. For non-index creation statements, `progress[i]` will have start time and end time populated with commit timestamp of operation, as well as a progress of 100% once the operation has completed. `progress[i]` is the operation progress for `statements[i]`.
repeated .google.spanner.admin.database.v1.OperationProgress progress = 5;
getProgressOrBuilder
in interface UpdateDatabaseDdlMetadataOrBuilder
public List<? extends OperationProgressOrBuilder> getProgressOrBuilderList()
The progress of the [UpdateDatabaseDdl][google.spanner.admin.database.v1.DatabaseAdmin.UpdateDatabaseDdl] operations. Currently, only index creation statements will have a continuously updating progress. For non-index creation statements, `progress[i]` will have start time and end time populated with commit timestamp of operation, as well as a progress of 100% once the operation has completed. `progress[i]` is the operation progress for `statements[i]`.
repeated .google.spanner.admin.database.v1.OperationProgress progress = 5;
getProgressOrBuilderList
in interface UpdateDatabaseDdlMetadataOrBuilder
public OperationProgress.Builder addProgressBuilder()
The progress of the [UpdateDatabaseDdl][google.spanner.admin.database.v1.DatabaseAdmin.UpdateDatabaseDdl] operations. Currently, only index creation statements will have a continuously updating progress. For non-index creation statements, `progress[i]` will have start time and end time populated with commit timestamp of operation, as well as a progress of 100% once the operation has completed. `progress[i]` is the operation progress for `statements[i]`.
repeated .google.spanner.admin.database.v1.OperationProgress progress = 5;
public OperationProgress.Builder addProgressBuilder(int index)
The progress of the [UpdateDatabaseDdl][google.spanner.admin.database.v1.DatabaseAdmin.UpdateDatabaseDdl] operations. Currently, only index creation statements will have a continuously updating progress. For non-index creation statements, `progress[i]` will have start time and end time populated with commit timestamp of operation, as well as a progress of 100% once the operation has completed. `progress[i]` is the operation progress for `statements[i]`.
repeated .google.spanner.admin.database.v1.OperationProgress progress = 5;
public List<OperationProgress.Builder> getProgressBuilderList()
The progress of the [UpdateDatabaseDdl][google.spanner.admin.database.v1.DatabaseAdmin.UpdateDatabaseDdl] operations. Currently, only index creation statements will have a continuously updating progress. For non-index creation statements, `progress[i]` will have start time and end time populated with commit timestamp of operation, as well as a progress of 100% once the operation has completed. `progress[i]` is the operation progress for `statements[i]`.
repeated .google.spanner.admin.database.v1.OperationProgress progress = 5;
public final UpdateDatabaseDdlMetadata.Builder setUnknownFields(UnknownFieldSet unknownFields)
setUnknownFields
in interface Message.Builder
setUnknownFields
in class GeneratedMessageV3.Builder<UpdateDatabaseDdlMetadata.Builder>
public final UpdateDatabaseDdlMetadata.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields
in interface Message.Builder
mergeUnknownFields
in class GeneratedMessageV3.Builder<UpdateDatabaseDdlMetadata.Builder>
Copyright © 2022 Google LLC. All rights reserved.