Interface IngestAssetResponseOrBuilder (0.2.0)

public interface IngestAssetResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getSuccessfullyIngestedPartition()

public abstract Partition.TemporalPartition getSuccessfullyIngestedPartition()

Time range of the data that has been successfully ingested.

.google.cloud.visionai.v1.Partition.TemporalPartition successfully_ingested_partition = 1;

Returns
Type Description
Partition.TemporalPartition

The successfullyIngestedPartition.

getSuccessfullyIngestedPartitionOrBuilder()

public abstract Partition.TemporalPartitionOrBuilder getSuccessfullyIngestedPartitionOrBuilder()

Time range of the data that has been successfully ingested.

.google.cloud.visionai.v1.Partition.TemporalPartition successfully_ingested_partition = 1;

Returns
Type Description
Partition.TemporalPartitionOrBuilder

hasSuccessfullyIngestedPartition()

public abstract boolean hasSuccessfullyIngestedPartition()

Time range of the data that has been successfully ingested.

.google.cloud.visionai.v1.Partition.TemporalPartition successfully_ingested_partition = 1;

Returns
Type Description
boolean

Whether the successfullyIngestedPartition field is set.