Interface SystemTimestampsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SystemTimestamps,SystemTimestamps.Builder
public interface SystemTimestampsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.TimestampgetCreateTime()The creation time of the resource within the given system.com.google.protobuf.TimestampOrBuildergetCreateTimeOrBuilder()The creation time of the resource within the given system.com.google.protobuf.TimestampgetExpireTime()Output only.com.google.protobuf.TimestampOrBuildergetExpireTimeOrBuilder()Output only.com.google.protobuf.TimestampgetUpdateTime()The last-modified time of the resource within the given system.com.google.protobuf.TimestampOrBuildergetUpdateTimeOrBuilder()The last-modified time of the resource within the given system.booleanhasCreateTime()The creation time of the resource within the given system.booleanhasExpireTime()Output only.booleanhasUpdateTime()The last-modified time of the resource within the given system.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasCreateTime
boolean hasCreateTime()
The creation time of the resource within the given system.
.google.protobuf.Timestamp create_time = 1;- Returns:
- Whether the createTime field is set.
-
getCreateTime
com.google.protobuf.Timestamp getCreateTime()
The creation time of the resource within the given system.
.google.protobuf.Timestamp create_time = 1;- Returns:
- The createTime.
-
getCreateTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
The creation time of the resource within the given system.
.google.protobuf.Timestamp create_time = 1;
-
hasUpdateTime
boolean hasUpdateTime()
The last-modified time of the resource within the given system.
.google.protobuf.Timestamp update_time = 2;- Returns:
- Whether the updateTime field is set.
-
getUpdateTime
com.google.protobuf.Timestamp getUpdateTime()
The last-modified time of the resource within the given system.
.google.protobuf.Timestamp update_time = 2;- Returns:
- The updateTime.
-
getUpdateTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
The last-modified time of the resource within the given system.
.google.protobuf.Timestamp update_time = 2;
-
hasExpireTime
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];- Returns:
- Whether the expireTime field is set.
-
getExpireTime
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];- Returns:
- The expireTime.
-
getExpireTimeOrBuilder
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];
-
-