public interface IndexAssetMetadataOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getStartTime()
public abstract Timestamp getStartTime()
The start time of the operation.
.google.protobuf.Timestamp start_time = 2;
Returns | |
---|---|
Type | Description |
Timestamp |
The startTime. |
getStartTimeOrBuilder()
public abstract TimestampOrBuilder getStartTimeOrBuilder()
The start time of the operation.
.google.protobuf.Timestamp start_time = 2;
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
getStatus()
public abstract IndexingStatus getStatus()
The status of indexing this asset.
.google.cloud.visionai.v1.IndexingStatus status = 4;
Returns | |
---|---|
Type | Description |
IndexingStatus |
The status. |
getStatusOrBuilder()
public abstract IndexingStatusOrBuilder getStatusOrBuilder()
The status of indexing this asset.
.google.cloud.visionai.v1.IndexingStatus status = 4;
Returns | |
---|---|
Type | Description |
IndexingStatusOrBuilder |
getUpdateTime()
public abstract Timestamp getUpdateTime()
The update time of the operation.
.google.protobuf.Timestamp update_time = 3;
Returns | |
---|---|
Type | Description |
Timestamp |
The updateTime. |
getUpdateTimeOrBuilder()
public abstract TimestampOrBuilder getUpdateTimeOrBuilder()
The update time of the operation.
.google.protobuf.Timestamp update_time = 3;
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
hasStartTime()
public abstract boolean hasStartTime()
The start time of the operation.
.google.protobuf.Timestamp start_time = 2;
Returns | |
---|---|
Type | Description |
boolean |
Whether the startTime field is set. |
hasStatus()
public abstract boolean hasStatus()
The status of indexing this asset.
.google.cloud.visionai.v1.IndexingStatus status = 4;
Returns | |
---|---|
Type | Description |
boolean |
Whether the status field is set. |
hasUpdateTime()
public abstract boolean hasUpdateTime()
The update time of the operation.
.google.protobuf.Timestamp update_time = 3;
Returns | |
---|---|
Type | Description |
boolean |
Whether the updateTime field is set. |