public interface UploadAssetMetadataOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getStartTime()
public abstract Timestamp getStartTime()The start time of the operation.
.google.protobuf.Timestamp start_time = 1;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The startTime. |
getStartTimeOrBuilder()
public abstract TimestampOrBuilder getStartTimeOrBuilder()The start time of the operation.
.google.protobuf.Timestamp start_time = 1;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getUpdateTime()
public abstract Timestamp getUpdateTime()The update time of the operation.
.google.protobuf.Timestamp update_time = 2;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The updateTime. |
getUpdateTimeOrBuilder()
public abstract TimestampOrBuilder getUpdateTimeOrBuilder()The update time of the operation.
.google.protobuf.Timestamp update_time = 2;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
hasStartTime()
public abstract boolean hasStartTime()The start time of the operation.
.google.protobuf.Timestamp start_time = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the startTime field is set. |
hasUpdateTime()
public abstract boolean hasUpdateTime()The update time of the operation.
.google.protobuf.Timestamp update_time = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the updateTime field is set. |