public interface AspectSourceOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCreateTime()
public abstract Timestamp getCreateTime()The create time of the aspect in the source system.
.google.protobuf.Timestamp create_time = 10;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The createTime. |
getCreateTimeOrBuilder()
public abstract TimestampOrBuilder getCreateTimeOrBuilder()The create time of the aspect in the source system.
.google.protobuf.Timestamp create_time = 10;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getUpdateTime()
public abstract Timestamp getUpdateTime()The update time of the aspect in the source system.
.google.protobuf.Timestamp update_time = 11;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The updateTime. |
getUpdateTimeOrBuilder()
public abstract TimestampOrBuilder getUpdateTimeOrBuilder()The update time of the aspect in the source system.
.google.protobuf.Timestamp update_time = 11;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
hasCreateTime()
public abstract boolean hasCreateTime()The create time of the aspect in the source system.
.google.protobuf.Timestamp create_time = 10;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the createTime field is set. |
hasUpdateTime()
public abstract boolean hasUpdateTime()The update time of the aspect in the source system.
.google.protobuf.Timestamp update_time = 11;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the updateTime field is set. |