public interface SystemTimestampsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Timestamp |
getCreateTime()
Creation timestamp of the resource within the given system.
|
com.google.protobuf.TimestampOrBuilder |
getCreateTimeOrBuilder()
Creation timestamp 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()
Timestamp of the last modification of the resource or its metadata within
a given system.
|
com.google.protobuf.TimestampOrBuilder |
getUpdateTimeOrBuilder()
Timestamp of the last modification of the resource or its metadata within
a given system.
|
boolean |
hasCreateTime()
Creation timestamp of the resource within the given system.
|
boolean |
hasExpireTime()
Output only.
|
boolean |
hasUpdateTime()
Timestamp of the last modification of the resource or its metadata within
a given system.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasCreateTime()
Creation timestamp of the resource within the given system.
.google.protobuf.Timestamp create_time = 1;com.google.protobuf.Timestamp getCreateTime()
Creation timestamp of the resource within the given system.
.google.protobuf.Timestamp create_time = 1;com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
Creation timestamp of the resource within the given system.
.google.protobuf.Timestamp create_time = 1;boolean hasUpdateTime()
Timestamp of the last modification of the resource or its metadata within a given system. Note: Depending on the source system, not every modification updates this timestamp. For example, BigQuery timestamps every metadata modification but not data or permission changes.
.google.protobuf.Timestamp update_time = 2;com.google.protobuf.Timestamp getUpdateTime()
Timestamp of the last modification of the resource or its metadata within a given system. Note: Depending on the source system, not every modification updates this timestamp. For example, BigQuery timestamps every metadata modification but not data or permission changes.
.google.protobuf.Timestamp update_time = 2;com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
Timestamp of the last modification of the resource or its metadata within a given system. Note: Depending on the source system, not every modification updates this timestamp. For example, BigQuery timestamps every metadata modification but not data or permission changes.
.google.protobuf.Timestamp update_time = 2;boolean hasExpireTime()
Output only. Expiration timestamp of the resource within the given system. Currently only applicable to BigQuery resources.
.google.protobuf.Timestamp expire_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.Timestamp getExpireTime()
Output only. Expiration timestamp of the resource within the given system. Currently only applicable to BigQuery resources.
.google.protobuf.Timestamp expire_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.TimestampOrBuilder getExpireTimeOrBuilder()
Output only. Expiration timestamp of the resource within the given system. Currently only applicable to BigQuery resources.
.google.protobuf.Timestamp expire_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Copyright © 2023 Google LLC. All rights reserved.