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