Interface SystemTimestampsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SystemTimestamps,SystemTimestamps.Builder
@Generated
public interface SystemTimestampsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.TimestampThe creation time of the resource within the given system.com.google.protobuf.TimestampOrBuilderThe creation time of the resource within the given system.com.google.protobuf.TimestampOutput only.com.google.protobuf.TimestampOrBuilderOutput only.com.google.protobuf.TimestampThe last-modified time of the resource within the given system.com.google.protobuf.TimestampOrBuilderThe last-modified time of the resource within the given system.booleanThe creation time of the resource within the given system.booleanOutput only.booleanThe last-modified time of the resource within the given system.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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];
-