Package viam.app.data.v1
Interface Data.TabularDataSourceOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Data.TabularDataSource
,Data.TabularDataSource.Builder
- Enclosing class:
- Data
public static interface Data.TabularDataSourceOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionpipeline_id is the ID of the pipeline to query.com.google.protobuf.ByteString
pipeline_id is the ID of the pipeline to query.getType()
.viam.app.data.v1.TabularDataSourceType type = 1 [json_name = "type"];
int
.viam.app.data.v1.TabularDataSourceType type = 1 [json_name = "type"];
boolean
pipeline_id is the ID of the pipeline to query.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getTypeValue
int getTypeValue().viam.app.data.v1.TabularDataSourceType type = 1 [json_name = "type"];
- Returns:
- The enum numeric value on the wire for type.
-
getType
Data.TabularDataSourceType getType().viam.app.data.v1.TabularDataSourceType type = 1 [json_name = "type"];
- Returns:
- The type.
-
hasPipelineId
boolean hasPipelineId()pipeline_id is the ID of the pipeline to query. Required when using TABULAR_DATA_SOURCE_TYPE_PIPELINE_SINK.
optional string pipeline_id = 2 [json_name = "pipelineId"];
- Returns:
- Whether the pipelineId field is set.
-
getPipelineId
String getPipelineId()pipeline_id is the ID of the pipeline to query. Required when using TABULAR_DATA_SOURCE_TYPE_PIPELINE_SINK.
optional string pipeline_id = 2 [json_name = "pipelineId"];
- Returns:
- The pipelineId.
-
getPipelineIdBytes
com.google.protobuf.ByteString getPipelineIdBytes()pipeline_id is the ID of the pipeline to query. Required when using TABULAR_DATA_SOURCE_TYPE_PIPELINE_SINK.
optional string pipeline_id = 2 [json_name = "pipelineId"];
- Returns:
- The bytes for pipelineId.
-