Package viam.app.datapipelines.v1
Class DataPipelines.RenameDataPipelineRequest.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite.Builder<DataPipelines.RenameDataPipelineRequest,DataPipelines.RenameDataPipelineRequest.Builder>
viam.app.datapipelines.v1.DataPipelines.RenameDataPipelineRequest.Builder
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,Cloneable
,DataPipelines.RenameDataPipelineRequestOrBuilder
- Enclosing class:
- DataPipelines.RenameDataPipelineRequest
public static final class DataPipelines.RenameDataPipelineRequest.Builder
extends com.google.protobuf.GeneratedMessageLite.Builder<DataPipelines.RenameDataPipelineRequest,DataPipelines.RenameDataPipelineRequest.Builder>
implements DataPipelines.RenameDataPipelineRequestOrBuilder
Protobuf type
viam.app.datapipelines.v1.RenameDataPipelineRequest
-
Field Summary
Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder
instance
-
Method Summary
Modifier and TypeMethodDescriptionclearId()
The ID of the data pipeline to rename.A unique identifier at the organization level.getId()
The ID of the data pipeline to rename.com.google.protobuf.ByteString
The ID of the data pipeline to rename.getName()
A unique identifier at the organization level.com.google.protobuf.ByteString
A unique identifier at the organization level.The ID of the data pipeline to rename.setIdBytes
(com.google.protobuf.ByteString value) The ID of the data pipeline to rename.A unique identifier at the organization level.setNameBytes
(com.google.protobuf.ByteString value) A unique identifier at the organization level.Methods inherited from class com.google.protobuf.GeneratedMessageLite.Builder
build, buildPartial, clear, clone, copyOnWrite, copyOnWriteInternal, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFrom, mergeFrom, mergeFrom
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getId
The ID of the data pipeline to rename.
string id = 1 [json_name = "id"];
- Specified by:
getId
in interfaceDataPipelines.RenameDataPipelineRequestOrBuilder
- Returns:
- The id.
-
getIdBytes
public com.google.protobuf.ByteString getIdBytes()The ID of the data pipeline to rename.
string id = 1 [json_name = "id"];
- Specified by:
getIdBytes
in interfaceDataPipelines.RenameDataPipelineRequestOrBuilder
- Returns:
- The bytes for id.
-
setId
The ID of the data pipeline to rename.
string id = 1 [json_name = "id"];
- Parameters:
value
- The id to set.- Returns:
- This builder for chaining.
-
clearId
The ID of the data pipeline to rename.
string id = 1 [json_name = "id"];
- Returns:
- This builder for chaining.
-
setIdBytes
public DataPipelines.RenameDataPipelineRequest.Builder setIdBytes(com.google.protobuf.ByteString value) The ID of the data pipeline to rename.
string id = 1 [json_name = "id"];
- Parameters:
value
- The bytes for id to set.- Returns:
- This builder for chaining.
-
getName
A unique identifier at the organization level.
string name = 2 [json_name = "name"];
- Specified by:
getName
in interfaceDataPipelines.RenameDataPipelineRequestOrBuilder
- Returns:
- The name.
-
getNameBytes
public com.google.protobuf.ByteString getNameBytes()A unique identifier at the organization level.
string name = 2 [json_name = "name"];
- Specified by:
getNameBytes
in interfaceDataPipelines.RenameDataPipelineRequestOrBuilder
- Returns:
- The bytes for name.
-
setName
A unique identifier at the organization level.
string name = 2 [json_name = "name"];
- Parameters:
value
- The name to set.- Returns:
- This builder for chaining.
-
clearName
A unique identifier at the organization level.
string name = 2 [json_name = "name"];
- Returns:
- This builder for chaining.
-
setNameBytes
public DataPipelines.RenameDataPipelineRequest.Builder setNameBytes(com.google.protobuf.ByteString value) A unique identifier at the organization level.
string name = 2 [json_name = "name"];
- Parameters:
value
- The bytes for name to set.- Returns:
- This builder for chaining.
-