public interface SystemTimestampsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Timestamp |
getCreateTime()
The creation time of the resource within the given system.
|
com.google.protobuf.TimestampOrBuilder |
getCreateTimeOrBuilder()
The creation time of the resource within the given system.
|
com.google.protobuf.Timestamp |
getExpireTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getExpireTimeOrBuilder()
Output only.
|
com.google.protobuf.Timestamp |
getUpdateTime()
The last-modified time of the resource within the given system.
|
com.google.protobuf.TimestampOrBuilder |
getUpdateTimeOrBuilder()
The last-modified time of the resource within the given system.
|
boolean |
hasCreateTime()
The creation time of the resource within the given system.
|
boolean |
hasExpireTime()
Output only.
|
boolean |
hasUpdateTime()
The last-modified time of the resource within the given system.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasCreateTime()
The creation time of the resource within the given system.
.google.protobuf.Timestamp create_time = 1;com.google.protobuf.Timestamp getCreateTime()
The creation time of the resource within the given system.
.google.protobuf.Timestamp create_time = 1;com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
The creation time of the resource within the given system.
.google.protobuf.Timestamp create_time = 1;boolean hasUpdateTime()
The last-modified time of the resource within the given system.
.google.protobuf.Timestamp update_time = 2;com.google.protobuf.Timestamp getUpdateTime()
The last-modified time of the resource within the given system.
.google.protobuf.Timestamp update_time = 2;com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
The last-modified time of the resource within the given system.
.google.protobuf.Timestamp update_time = 2;boolean hasExpireTime()
Output only. The expiration time of the resource within the given system. Currently only apllicable to BigQuery resources.
.google.protobuf.Timestamp expire_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.Timestamp getExpireTime()
Output only. The expiration time of the resource within the given system. Currently only apllicable to BigQuery resources.
.google.protobuf.Timestamp expire_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.TimestampOrBuilder getExpireTimeOrBuilder()
Output only. The expiration time of the resource within the given system. Currently only apllicable to BigQuery resources.
.google.protobuf.Timestamp expire_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Copyright © 2025 Google LLC. All rights reserved.