Package viam.app.datapipelines.v1
Interface DataPipelines.ListDataPipelineRunsResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
DataPipelines.ListDataPipelineRunsResponse
,DataPipelines.ListDataPipelineRunsResponse.Builder
- Enclosing class:
- DataPipelines
public static interface DataPipelines.ListDataPipelineRunsResponseOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionA 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.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getPipelineId
String getPipelineId()The ID of the data pipeline the runs are for.
string pipeline_id = 1 [json_name = "pipelineId"];
- Returns:
- The pipelineId.
-
getPipelineIdBytes
com.google.protobuf.ByteString getPipelineIdBytes()The ID of the data pipeline the runs are for.
string pipeline_id = 1 [json_name = "pipelineId"];
- Returns:
- The bytes for pipelineId.
-
getRunsList
List<DataPipelines.DataPipelineRun> getRunsList()The runs that were run.
repeated .viam.app.datapipelines.v1.DataPipelineRun runs = 2 [json_name = "runs"];
-
getRuns
The runs that were run.
repeated .viam.app.datapipelines.v1.DataPipelineRun runs = 2 [json_name = "runs"];
-
getRunsCount
int getRunsCount()The runs that were run.
repeated .viam.app.datapipelines.v1.DataPipelineRun runs = 2 [json_name = "runs"];
-
getNextPageToken
String getNextPageToken()A token to retrieve the next page of results.
string next_page_token = 3 [json_name = "nextPageToken"];
- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
com.google.protobuf.ByteString getNextPageTokenBytes()A token to retrieve the next page of results.
string next_page_token = 3 [json_name = "nextPageToken"];
- Returns:
- The bytes for nextPageToken.
-