Package viam.app.datapipelines.v1
Interface DataPipelines.GetDataPipelineRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
DataPipelines.GetDataPipelineRequest
,DataPipelines.GetDataPipelineRequest.Builder
- Enclosing class:
- DataPipelines
public static interface DataPipelines.GetDataPipelineRequestOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
The ID of the data pipeline to retrieve.com.google.protobuf.ByteString
The ID of the data pipeline to retrieve.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getId
String getId()The ID of the data pipeline to retrieve.
string id = 1 [json_name = "id"];
- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()The ID of the data pipeline to retrieve.
string id = 1 [json_name = "id"];
- Returns:
- The bytes for id.
-