@Generated
public interface UpdateMaterializedViewMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Timestamp |
getEndTime()
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.
|
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.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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasOriginalRequest()
The request that prompted the initiation of this UpdateMaterializedView operation.
.google.bigtable.admin.v2.UpdateMaterializedViewRequest original_request = 1;UpdateMaterializedViewRequest getOriginalRequest()
The request that prompted the initiation of this UpdateMaterializedView operation.
.google.bigtable.admin.v2.UpdateMaterializedViewRequest original_request = 1;UpdateMaterializedViewRequestOrBuilder getOriginalRequestOrBuilder()
The request that prompted the initiation of this UpdateMaterializedView operation.
.google.bigtable.admin.v2.UpdateMaterializedViewRequest original_request = 1;boolean hasStartTime()
The time at which this operation was started.
.google.protobuf.Timestamp start_time = 2;com.google.protobuf.Timestamp getStartTime()
The time at which this operation was started.
.google.protobuf.Timestamp start_time = 2;com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
The time at which this operation was started.
.google.protobuf.Timestamp start_time = 2;boolean hasEndTime()
If set, the time at which this operation finished or was canceled.
.google.protobuf.Timestamp end_time = 3;com.google.protobuf.Timestamp getEndTime()
If set, the time at which this operation finished or was canceled.
.google.protobuf.Timestamp end_time = 3;com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder()
If set, the time at which this operation finished or was canceled.
.google.protobuf.Timestamp end_time = 3;Copyright © 2026 Google LLC. All rights reserved.