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