Class IngestAssetResponse.Builder (0.40.0)

public static final class IngestAssetResponse.Builder extends GeneratedMessage.Builder<IngestAssetResponse.Builder> implements IngestAssetResponseOrBuilder

Response message for IngestAsset API.

Protobuf type google.cloud.visionai.v1.IngestAssetResponse

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public IngestAssetResponse build()
Returns
Type Description
IngestAssetResponse

buildPartial()

public IngestAssetResponse buildPartial()
Returns
Type Description
IngestAssetResponse

clear()

public IngestAssetResponse.Builder clear()
Returns
Type Description
IngestAssetResponse.Builder
Overrides

clearSuccessfullyIngestedPartition()

public IngestAssetResponse.Builder clearSuccessfullyIngestedPartition()

Time range of the data that has been successfully ingested.

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

Returns
Type Description
IngestAssetResponse.Builder

getDefaultInstanceForType()

public IngestAssetResponse getDefaultInstanceForType()
Returns
Type Description
IngestAssetResponse

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getSuccessfullyIngestedPartition()

public 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.

getSuccessfullyIngestedPartitionBuilder()

public Partition.TemporalPartition.Builder getSuccessfullyIngestedPartitionBuilder()

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.Builder

getSuccessfullyIngestedPartitionOrBuilder()

public 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 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.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(IngestAssetResponse other)

public IngestAssetResponse.Builder mergeFrom(IngestAssetResponse other)
Parameter
Name Description
other IngestAssetResponse
Returns
Type Description
IngestAssetResponse.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public IngestAssetResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
IngestAssetResponse.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public IngestAssetResponse.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
IngestAssetResponse.Builder
Overrides

mergeSuccessfullyIngestedPartition(Partition.TemporalPartition value)

public IngestAssetResponse.Builder mergeSuccessfullyIngestedPartition(Partition.TemporalPartition value)

Time range of the data that has been successfully ingested.

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

Parameter
Name Description
value Partition.TemporalPartition
Returns
Type Description
IngestAssetResponse.Builder

setSuccessfullyIngestedPartition(Partition.TemporalPartition value)

public IngestAssetResponse.Builder setSuccessfullyIngestedPartition(Partition.TemporalPartition value)

Time range of the data that has been successfully ingested.

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

Parameter
Name Description
value Partition.TemporalPartition
Returns
Type Description
IngestAssetResponse.Builder

setSuccessfullyIngestedPartition(Partition.TemporalPartition.Builder builderForValue)

public IngestAssetResponse.Builder setSuccessfullyIngestedPartition(Partition.TemporalPartition.Builder builderForValue)

Time range of the data that has been successfully ingested.

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

Parameter
Name Description
builderForValue Partition.TemporalPartition.Builder
Returns
Type Description
IngestAssetResponse.Builder