public interface SystemTimestampsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCreateTime()
public abstract Timestamp getCreateTime()Creation timestamp of the resource within the given system.
.google.protobuf.Timestamp create_time = 1;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The createTime. |
getCreateTimeOrBuilder()
public abstract TimestampOrBuilder getCreateTimeOrBuilder()Creation timestamp of the resource within the given system.
.google.protobuf.Timestamp create_time = 1;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getExpireTime()
public abstract 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];
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The expireTime. |
getExpireTimeOrBuilder()
public abstract 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];
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getUpdateTime()
public abstract 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;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The updateTime. |
getUpdateTimeOrBuilder()
public abstract 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;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
hasCreateTime()
public abstract boolean hasCreateTime()Creation timestamp of the resource within the given system.
.google.protobuf.Timestamp create_time = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the createTime field is set. |
hasExpireTime()
public abstract 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];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the expireTime field is set. |
hasUpdateTime()
public abstract 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;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the updateTime field is set. |