public interface IngestAssetResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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. |