public static final class UpdateMaterializedViewMetadata.Builder extends com.google.protobuf.GeneratedMessage.Builder<UpdateMaterializedViewMetadata.Builder> implements UpdateMaterializedViewMetadataOrBuilder
The metadata for the Operation returned by UpdateMaterializedView.Protobuf type
google.bigtable.admin.v2.UpdateMaterializedViewMetadata| Modifier and Type | Method and Description |
|---|---|
UpdateMaterializedViewMetadata |
build() |
UpdateMaterializedViewMetadata |
buildPartial() |
UpdateMaterializedViewMetadata.Builder |
clear() |
UpdateMaterializedViewMetadata.Builder |
clearEndTime()
If set, the time at which this operation finished or was canceled.
|
UpdateMaterializedViewMetadata.Builder |
clearOriginalRequest()
The request that prompted the initiation of this UpdateMaterializedView
operation.
|
UpdateMaterializedViewMetadata.Builder |
clearStartTime()
The time at which this operation was started.
|
UpdateMaterializedViewMetadata |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
com.google.protobuf.Timestamp |
getEndTime()
If set, the time at which this operation finished or was canceled.
|
com.google.protobuf.Timestamp.Builder |
getEndTimeBuilder()
If set, the time at which this operation finished or was canceled.
|
com.google.protobuf.TimestampOrBuilder |
getEndTimeOrBuilder()
If set, the time at which this operation finished or was canceled.
|
UpdateMaterializedViewRequest |
getOriginalRequest()
The request that prompted the initiation of this UpdateMaterializedView
operation.
|
UpdateMaterializedViewRequest.Builder |
getOriginalRequestBuilder()
The request that prompted the initiation of this UpdateMaterializedView
operation.
|
UpdateMaterializedViewRequestOrBuilder |
getOriginalRequestOrBuilder()
The request that prompted the initiation of this UpdateMaterializedView
operation.
|
com.google.protobuf.Timestamp |
getStartTime()
The time at which this operation was started.
|
com.google.protobuf.Timestamp.Builder |
getStartTimeBuilder()
The time at which this operation was started.
|
com.google.protobuf.TimestampOrBuilder |
getStartTimeOrBuilder()
The time at which this operation was started.
|
boolean |
hasEndTime()
If set, the time at which this operation finished or was canceled.
|
boolean |
hasOriginalRequest()
The request that prompted the initiation of this UpdateMaterializedView
operation.
|
boolean |
hasStartTime()
The time at which this operation was started.
|
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
UpdateMaterializedViewMetadata.Builder |
mergeEndTime(com.google.protobuf.Timestamp value)
If set, the time at which this operation finished or was canceled.
|
UpdateMaterializedViewMetadata.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
UpdateMaterializedViewMetadata.Builder |
mergeFrom(com.google.protobuf.Message other) |
UpdateMaterializedViewMetadata.Builder |
mergeFrom(UpdateMaterializedViewMetadata other) |
UpdateMaterializedViewMetadata.Builder |
mergeOriginalRequest(UpdateMaterializedViewRequest value)
The request that prompted the initiation of this UpdateMaterializedView
operation.
|
UpdateMaterializedViewMetadata.Builder |
mergeStartTime(com.google.protobuf.Timestamp value)
The time at which this operation was started.
|
UpdateMaterializedViewMetadata.Builder |
setEndTime(com.google.protobuf.Timestamp.Builder builderForValue)
If set, the time at which this operation finished or was canceled.
|
UpdateMaterializedViewMetadata.Builder |
setEndTime(com.google.protobuf.Timestamp value)
If set, the time at which this operation finished or was canceled.
|
UpdateMaterializedViewMetadata.Builder |
setOriginalRequest(UpdateMaterializedViewRequest.Builder builderForValue)
The request that prompted the initiation of this UpdateMaterializedView
operation.
|
UpdateMaterializedViewMetadata.Builder |
setOriginalRequest(UpdateMaterializedViewRequest value)
The request that prompted the initiation of this UpdateMaterializedView
operation.
|
UpdateMaterializedViewMetadata.Builder |
setStartTime(com.google.protobuf.Timestamp.Builder builderForValue)
The time at which this operation was started.
|
UpdateMaterializedViewMetadata.Builder |
setStartTime(com.google.protobuf.Timestamp value)
The time at which this operation was started.
|
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<UpdateMaterializedViewMetadata.Builder>public UpdateMaterializedViewMetadata.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<UpdateMaterializedViewMetadata.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<UpdateMaterializedViewMetadata.Builder>public UpdateMaterializedViewMetadata getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic UpdateMaterializedViewMetadata build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic UpdateMaterializedViewMetadata buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic UpdateMaterializedViewMetadata.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<UpdateMaterializedViewMetadata.Builder>public UpdateMaterializedViewMetadata.Builder mergeFrom(UpdateMaterializedViewMetadata other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<UpdateMaterializedViewMetadata.Builder>public UpdateMaterializedViewMetadata.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<UpdateMaterializedViewMetadata.Builder>IOExceptionpublic boolean hasOriginalRequest()
The request that prompted the initiation of this UpdateMaterializedView operation.
.google.bigtable.admin.v2.UpdateMaterializedViewRequest original_request = 1;hasOriginalRequest in interface UpdateMaterializedViewMetadataOrBuilderpublic UpdateMaterializedViewRequest getOriginalRequest()
The request that prompted the initiation of this UpdateMaterializedView operation.
.google.bigtable.admin.v2.UpdateMaterializedViewRequest original_request = 1;getOriginalRequest in interface UpdateMaterializedViewMetadataOrBuilderpublic UpdateMaterializedViewMetadata.Builder setOriginalRequest(UpdateMaterializedViewRequest value)
The request that prompted the initiation of this UpdateMaterializedView operation.
.google.bigtable.admin.v2.UpdateMaterializedViewRequest original_request = 1;public UpdateMaterializedViewMetadata.Builder setOriginalRequest(UpdateMaterializedViewRequest.Builder builderForValue)
The request that prompted the initiation of this UpdateMaterializedView operation.
.google.bigtable.admin.v2.UpdateMaterializedViewRequest original_request = 1;public UpdateMaterializedViewMetadata.Builder mergeOriginalRequest(UpdateMaterializedViewRequest value)
The request that prompted the initiation of this UpdateMaterializedView operation.
.google.bigtable.admin.v2.UpdateMaterializedViewRequest original_request = 1;public UpdateMaterializedViewMetadata.Builder clearOriginalRequest()
The request that prompted the initiation of this UpdateMaterializedView operation.
.google.bigtable.admin.v2.UpdateMaterializedViewRequest original_request = 1;public UpdateMaterializedViewRequest.Builder getOriginalRequestBuilder()
The request that prompted the initiation of this UpdateMaterializedView operation.
.google.bigtable.admin.v2.UpdateMaterializedViewRequest original_request = 1;public UpdateMaterializedViewRequestOrBuilder getOriginalRequestOrBuilder()
The request that prompted the initiation of this UpdateMaterializedView operation.
.google.bigtable.admin.v2.UpdateMaterializedViewRequest original_request = 1;getOriginalRequestOrBuilder in interface UpdateMaterializedViewMetadataOrBuilderpublic boolean hasStartTime()
The time at which this operation was started.
.google.protobuf.Timestamp start_time = 2;hasStartTime in interface UpdateMaterializedViewMetadataOrBuilderpublic com.google.protobuf.Timestamp getStartTime()
The time at which this operation was started.
.google.protobuf.Timestamp start_time = 2;getStartTime in interface UpdateMaterializedViewMetadataOrBuilderpublic UpdateMaterializedViewMetadata.Builder setStartTime(com.google.protobuf.Timestamp value)
The time at which this operation was started.
.google.protobuf.Timestamp start_time = 2;public UpdateMaterializedViewMetadata.Builder setStartTime(com.google.protobuf.Timestamp.Builder builderForValue)
The time at which this operation was started.
.google.protobuf.Timestamp start_time = 2;public UpdateMaterializedViewMetadata.Builder mergeStartTime(com.google.protobuf.Timestamp value)
The time at which this operation was started.
.google.protobuf.Timestamp start_time = 2;public UpdateMaterializedViewMetadata.Builder clearStartTime()
The time at which this operation was started.
.google.protobuf.Timestamp start_time = 2;public com.google.protobuf.Timestamp.Builder getStartTimeBuilder()
The time at which this operation was started.
.google.protobuf.Timestamp start_time = 2;public com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
The time at which this operation was started.
.google.protobuf.Timestamp start_time = 2;getStartTimeOrBuilder in interface UpdateMaterializedViewMetadataOrBuilderpublic boolean hasEndTime()
If set, the time at which this operation finished or was canceled.
.google.protobuf.Timestamp end_time = 3;hasEndTime in interface UpdateMaterializedViewMetadataOrBuilderpublic com.google.protobuf.Timestamp getEndTime()
If set, the time at which this operation finished or was canceled.
.google.protobuf.Timestamp end_time = 3;getEndTime in interface UpdateMaterializedViewMetadataOrBuilderpublic UpdateMaterializedViewMetadata.Builder setEndTime(com.google.protobuf.Timestamp value)
If set, the time at which this operation finished or was canceled.
.google.protobuf.Timestamp end_time = 3;public UpdateMaterializedViewMetadata.Builder setEndTime(com.google.protobuf.Timestamp.Builder builderForValue)
If set, the time at which this operation finished or was canceled.
.google.protobuf.Timestamp end_time = 3;public UpdateMaterializedViewMetadata.Builder mergeEndTime(com.google.protobuf.Timestamp value)
If set, the time at which this operation finished or was canceled.
.google.protobuf.Timestamp end_time = 3;public UpdateMaterializedViewMetadata.Builder clearEndTime()
If set, the time at which this operation finished or was canceled.
.google.protobuf.Timestamp end_time = 3;public com.google.protobuf.Timestamp.Builder getEndTimeBuilder()
If set, the time at which this operation finished or was canceled.
.google.protobuf.Timestamp end_time = 3;public com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder()
If set, the time at which this operation finished or was canceled.
.google.protobuf.Timestamp end_time = 3;getEndTimeOrBuilder in interface UpdateMaterializedViewMetadataOrBuilderCopyright © 2026 Google LLC. All rights reserved.