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