Package viam.app.datapipelines.v1
Class DataPipelines.ListDataPipelineRunsResponse.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite.Builder<DataPipelines.ListDataPipelineRunsResponse,DataPipelines.ListDataPipelineRunsResponse.Builder>
viam.app.datapipelines.v1.DataPipelines.ListDataPipelineRunsResponse.Builder
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,Cloneable
,DataPipelines.ListDataPipelineRunsResponseOrBuilder
- Enclosing class:
- DataPipelines.ListDataPipelineRunsResponse
public static final class DataPipelines.ListDataPipelineRunsResponse.Builder
extends com.google.protobuf.GeneratedMessageLite.Builder<DataPipelines.ListDataPipelineRunsResponse,DataPipelines.ListDataPipelineRunsResponse.Builder>
implements DataPipelines.ListDataPipelineRunsResponseOrBuilder
Protobuf type
viam.app.datapipelines.v1.ListDataPipelineRunsResponse
-
Field Summary
Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder
instance
-
Method Summary
Modifier and TypeMethodDescriptionaddAllRuns
(Iterable<? extends DataPipelines.DataPipelineRun> values) The runs that were run.addRuns
(int index, DataPipelines.DataPipelineRun value) The runs that were run.addRuns
(int index, DataPipelines.DataPipelineRun.Builder builderForValue) The runs that were run.The runs that were run.addRuns
(DataPipelines.DataPipelineRun.Builder builderForValue) The runs that were run.A token to retrieve the next page of results.The ID of the data pipeline the runs are for.The runs that were run.A token to retrieve the next page of results.com.google.protobuf.ByteString
A token to retrieve the next page of results.The ID of the data pipeline the runs are for.com.google.protobuf.ByteString
The ID of the data pipeline the runs are for.getRuns
(int index) The runs that were run.int
The runs that were run.The runs that were run.removeRuns
(int index) The runs that were run.setNextPageToken
(String value) A token to retrieve the next page of results.setNextPageTokenBytes
(com.google.protobuf.ByteString value) A token to retrieve the next page of results.setPipelineId
(String value) The ID of the data pipeline the runs are for.setPipelineIdBytes
(com.google.protobuf.ByteString value) The ID of the data pipeline the runs are for.setRuns
(int index, DataPipelines.DataPipelineRun value) The runs that were run.setRuns
(int index, DataPipelines.DataPipelineRun.Builder builderForValue) The runs that were run.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
-
getPipelineId
The ID of the data pipeline the runs are for.
string pipeline_id = 1 [json_name = "pipelineId"];
- Specified by:
getPipelineId
in interfaceDataPipelines.ListDataPipelineRunsResponseOrBuilder
- Returns:
- The pipelineId.
-
getPipelineIdBytes
public com.google.protobuf.ByteString getPipelineIdBytes()The ID of the data pipeline the runs are for.
string pipeline_id = 1 [json_name = "pipelineId"];
- Specified by:
getPipelineIdBytes
in interfaceDataPipelines.ListDataPipelineRunsResponseOrBuilder
- Returns:
- The bytes for pipelineId.
-
setPipelineId
The ID of the data pipeline the runs are for.
string pipeline_id = 1 [json_name = "pipelineId"];
- Parameters:
value
- The pipelineId to set.- Returns:
- This builder for chaining.
-
clearPipelineId
The ID of the data pipeline the runs are for.
string pipeline_id = 1 [json_name = "pipelineId"];
- Returns:
- This builder for chaining.
-
setPipelineIdBytes
public DataPipelines.ListDataPipelineRunsResponse.Builder setPipelineIdBytes(com.google.protobuf.ByteString value) The ID of the data pipeline the runs are for.
string pipeline_id = 1 [json_name = "pipelineId"];
- Parameters:
value
- The bytes for pipelineId to set.- Returns:
- This builder for chaining.
-
getRunsList
The runs that were run.
repeated .viam.app.datapipelines.v1.DataPipelineRun runs = 2 [json_name = "runs"];
- Specified by:
getRunsList
in interfaceDataPipelines.ListDataPipelineRunsResponseOrBuilder
-
getRunsCount
public int getRunsCount()The runs that were run.
repeated .viam.app.datapipelines.v1.DataPipelineRun runs = 2 [json_name = "runs"];
- Specified by:
getRunsCount
in interfaceDataPipelines.ListDataPipelineRunsResponseOrBuilder
-
getRuns
The runs that were run.
repeated .viam.app.datapipelines.v1.DataPipelineRun runs = 2 [json_name = "runs"];
- Specified by:
getRuns
in interfaceDataPipelines.ListDataPipelineRunsResponseOrBuilder
-
setRuns
public DataPipelines.ListDataPipelineRunsResponse.Builder setRuns(int index, DataPipelines.DataPipelineRun value) The runs that were run.
repeated .viam.app.datapipelines.v1.DataPipelineRun runs = 2 [json_name = "runs"];
-
setRuns
public DataPipelines.ListDataPipelineRunsResponse.Builder setRuns(int index, DataPipelines.DataPipelineRun.Builder builderForValue) The runs that were run.
repeated .viam.app.datapipelines.v1.DataPipelineRun runs = 2 [json_name = "runs"];
-
addRuns
public DataPipelines.ListDataPipelineRunsResponse.Builder addRuns(DataPipelines.DataPipelineRun value) The runs that were run.
repeated .viam.app.datapipelines.v1.DataPipelineRun runs = 2 [json_name = "runs"];
-
addRuns
public DataPipelines.ListDataPipelineRunsResponse.Builder addRuns(int index, DataPipelines.DataPipelineRun value) The runs that were run.
repeated .viam.app.datapipelines.v1.DataPipelineRun runs = 2 [json_name = "runs"];
-
addRuns
public DataPipelines.ListDataPipelineRunsResponse.Builder addRuns(DataPipelines.DataPipelineRun.Builder builderForValue) The runs that were run.
repeated .viam.app.datapipelines.v1.DataPipelineRun runs = 2 [json_name = "runs"];
-
addRuns
public DataPipelines.ListDataPipelineRunsResponse.Builder addRuns(int index, DataPipelines.DataPipelineRun.Builder builderForValue) The runs that were run.
repeated .viam.app.datapipelines.v1.DataPipelineRun runs = 2 [json_name = "runs"];
-
addAllRuns
public DataPipelines.ListDataPipelineRunsResponse.Builder addAllRuns(Iterable<? extends DataPipelines.DataPipelineRun> values) The runs that were run.
repeated .viam.app.datapipelines.v1.DataPipelineRun runs = 2 [json_name = "runs"];
-
clearRuns
The runs that were run.
repeated .viam.app.datapipelines.v1.DataPipelineRun runs = 2 [json_name = "runs"];
-
removeRuns
The runs that were run.
repeated .viam.app.datapipelines.v1.DataPipelineRun runs = 2 [json_name = "runs"];
-
getNextPageToken
A token to retrieve the next page of results.
string next_page_token = 3 [json_name = "nextPageToken"];
- Specified by:
getNextPageToken
in interfaceDataPipelines.ListDataPipelineRunsResponseOrBuilder
- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
public com.google.protobuf.ByteString getNextPageTokenBytes()A token to retrieve the next page of results.
string next_page_token = 3 [json_name = "nextPageToken"];
- Specified by:
getNextPageTokenBytes
in interfaceDataPipelines.ListDataPipelineRunsResponseOrBuilder
- Returns:
- The bytes for nextPageToken.
-
setNextPageToken
A token to retrieve the next page of results.
string next_page_token = 3 [json_name = "nextPageToken"];
- Parameters:
value
- The nextPageToken to set.- Returns:
- This builder for chaining.
-
clearNextPageToken
A token to retrieve the next page of results.
string next_page_token = 3 [json_name = "nextPageToken"];
- Returns:
- This builder for chaining.
-
setNextPageTokenBytes
public DataPipelines.ListDataPipelineRunsResponse.Builder setNextPageTokenBytes(com.google.protobuf.ByteString value) A token to retrieve the next page of results.
string next_page_token = 3 [json_name = "nextPageToken"];
- Parameters:
value
- The bytes for nextPageToken to set.- Returns:
- This builder for chaining.
-