Package viam.app.datapipelines.v1
Class DataPipelines.EnableDataPipelineRequest.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite.Builder<DataPipelines.EnableDataPipelineRequest,DataPipelines.EnableDataPipelineRequest.Builder>
viam.app.datapipelines.v1.DataPipelines.EnableDataPipelineRequest.Builder
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,Cloneable,DataPipelines.EnableDataPipelineRequestOrBuilder
- Enclosing class:
- DataPipelines.EnableDataPipelineRequest
public static final class DataPipelines.EnableDataPipelineRequest.Builder
extends com.google.protobuf.GeneratedMessageLite.Builder<DataPipelines.EnableDataPipelineRequest,DataPipelines.EnableDataPipelineRequest.Builder>
implements DataPipelines.EnableDataPipelineRequestOrBuilder
Protobuf type
viam.app.datapipelines.v1.EnableDataPipelineRequest-
Field Summary
Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder
instance -
Method Summary
Modifier and TypeMethodDescriptionclearId()The ID of the data pipeline to enable.getId()The ID of the data pipeline to enable.com.google.protobuf.ByteStringThe ID of the data pipeline to enable.The ID of the data pipeline to enable.setIdBytes(com.google.protobuf.ByteString value) The ID of the data pipeline to enable.Methods inherited from class com.google.protobuf.GeneratedMessageLite.Builder
build, buildPartial, clear, clone, copyOnWrite, copyOnWriteInternal, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFrom, mergeFrom, mergeFromMethods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageExceptionMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getId
The ID of the data pipeline to enable.
string id = 1 [json_name = "id"];- Specified by:
getIdin interfaceDataPipelines.EnableDataPipelineRequestOrBuilder- Returns:
- The id.
-
getIdBytes
public com.google.protobuf.ByteString getIdBytes()The ID of the data pipeline to enable.
string id = 1 [json_name = "id"];- Specified by:
getIdBytesin interfaceDataPipelines.EnableDataPipelineRequestOrBuilder- Returns:
- The bytes for id.
-
setId
The ID of the data pipeline to enable.
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 enable.
string id = 1 [json_name = "id"];- Returns:
- This builder for chaining.
-
setIdBytes
public DataPipelines.EnableDataPipelineRequest.Builder setIdBytes(com.google.protobuf.ByteString value) The ID of the data pipeline to enable.
string id = 1 [json_name = "id"];- Parameters:
value- The bytes for id to set.- Returns:
- This builder for chaining.
-