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