Package viam.app.datapipelines.v1
Interface DataPipelines.RenameDataPipelineRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
DataPipelines.RenameDataPipelineRequest
,DataPipelines.RenameDataPipelineRequest.Builder
- Enclosing class:
- DataPipelines
public static interface DataPipelines.RenameDataPipelineRequestOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getId
String getId()The ID of the data pipeline to rename.
string id = 1 [json_name = "id"];
- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()The ID of the data pipeline to rename.
string id = 1 [json_name = "id"];
- Returns:
- The bytes for id.
-
getName
String getName()A unique identifier at the organization level.
string name = 2 [json_name = "name"];
- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()A unique identifier at the organization level.
string name = 2 [json_name = "name"];
- Returns:
- The bytes for name.
-