public interface PurgeCompletionSuggestionsMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Timestamp |
getCreateTime()
Operation create time.
|
com.google.protobuf.TimestampOrBuilder |
getCreateTimeOrBuilder()
Operation create time.
|
com.google.protobuf.Timestamp |
getUpdateTime()
Operation last update time.
|
com.google.protobuf.TimestampOrBuilder |
getUpdateTimeOrBuilder()
Operation last update time.
|
boolean |
hasCreateTime()
Operation create time.
|
boolean |
hasUpdateTime()
Operation last update time.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasCreateTime()
Operation create time.
.google.protobuf.Timestamp create_time = 1;com.google.protobuf.Timestamp getCreateTime()
Operation create time.
.google.protobuf.Timestamp create_time = 1;com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
Operation create time.
.google.protobuf.Timestamp create_time = 1;boolean hasUpdateTime()
Operation last update time. If the operation is done, this is also the finish time.
.google.protobuf.Timestamp update_time = 2;com.google.protobuf.Timestamp getUpdateTime()
Operation last update time. If the operation is done, this is also the finish time.
.google.protobuf.Timestamp update_time = 2;com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
Operation last update time. If the operation is done, this is also the finish time.
.google.protobuf.Timestamp update_time = 2;Copyright © 2024 Google LLC. All rights reserved.