Interface IngestAssetRequestOrBuilder (0.2.0)

public interface IngestAssetRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getConfig()

public abstract IngestAssetRequest.Config getConfig()

Provides information for the data and the asset resource name that the data belongs to. The first IngestAssetRequest message must only contain a Config message.

.google.cloud.visionai.v1.IngestAssetRequest.Config config = 1;

Returns
Type Description
IngestAssetRequest.Config

The config.

getConfigOrBuilder()

public abstract IngestAssetRequest.ConfigOrBuilder getConfigOrBuilder()

Provides information for the data and the asset resource name that the data belongs to. The first IngestAssetRequest message must only contain a Config message.

.google.cloud.visionai.v1.IngestAssetRequest.Config config = 1;

Returns
Type Description
IngestAssetRequest.ConfigOrBuilder

getStreamingRequestCase()

public abstract IngestAssetRequest.StreamingRequestCase getStreamingRequestCase()
Returns
Type Description
IngestAssetRequest.StreamingRequestCase

getTimeIndexedData()

public abstract IngestAssetRequest.TimeIndexedData getTimeIndexedData()

Data to be ingested.

.google.cloud.visionai.v1.IngestAssetRequest.TimeIndexedData time_indexed_data = 2;

Returns
Type Description
IngestAssetRequest.TimeIndexedData

The timeIndexedData.

getTimeIndexedDataOrBuilder()

public abstract IngestAssetRequest.TimeIndexedDataOrBuilder getTimeIndexedDataOrBuilder()

Data to be ingested.

.google.cloud.visionai.v1.IngestAssetRequest.TimeIndexedData time_indexed_data = 2;

Returns
Type Description
IngestAssetRequest.TimeIndexedDataOrBuilder

hasConfig()

public abstract boolean hasConfig()

Provides information for the data and the asset resource name that the data belongs to. The first IngestAssetRequest message must only contain a Config message.

.google.cloud.visionai.v1.IngestAssetRequest.Config config = 1;

Returns
Type Description
boolean

Whether the config field is set.

hasTimeIndexedData()

public abstract boolean hasTimeIndexedData()

Data to be ingested.

.google.cloud.visionai.v1.IngestAssetRequest.TimeIndexedData time_indexed_data = 2;

Returns
Type Description
boolean

Whether the timeIndexedData field is set.