public interface ExportDataObjectsMetadataOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCreateTime()
public abstract Timestamp getCreateTime()The time the operation was created.
.google.protobuf.Timestamp create_time = 1;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The createTime. |
getCreateTimeOrBuilder()
public abstract TimestampOrBuilder getCreateTimeOrBuilder()The time the operation was created.
.google.protobuf.Timestamp create_time = 1;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getFinishTime()
public abstract Timestamp getFinishTime()The time the operation finished.
.google.protobuf.Timestamp finish_time = 2;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The finishTime. |
getFinishTimeOrBuilder()
public abstract TimestampOrBuilder getFinishTimeOrBuilder()The time the operation finished.
.google.protobuf.Timestamp finish_time = 2;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
hasCreateTime()
public abstract boolean hasCreateTime()The time the operation was created.
.google.protobuf.Timestamp create_time = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the createTime field is set. |
hasFinishTime()
public abstract boolean hasFinishTime()The time the operation finished.
.google.protobuf.Timestamp finish_time = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the finishTime field is set. |