Interface RemoveIndexAssetMetadataOrBuilder (0.2.0)

public interface RemoveIndexAssetMetadataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getIndexingStatus()

public abstract IndexingStatus getIndexingStatus()

The status of indexing this asset.

.google.cloud.visionai.v1.IndexingStatus indexing_status = 1;

Returns
Type Description
IndexingStatus

The indexingStatus.

getIndexingStatusOrBuilder()

public abstract IndexingStatusOrBuilder getIndexingStatusOrBuilder()

The status of indexing this asset.

.google.cloud.visionai.v1.IndexingStatus indexing_status = 1;

Returns
Type Description
IndexingStatusOrBuilder

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

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

hasIndexingStatus()

public abstract boolean hasIndexingStatus()

The status of indexing this asset.

.google.cloud.visionai.v1.IndexingStatus indexing_status = 1;

Returns
Type Description
boolean

Whether the indexingStatus field is set.

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.

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.