Package viam.app.datapipelines.v1
Interface DataPipelines.ListDataPipelineRunsRequestOrBuilder
- All Superinterfaces:
 com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
 DataPipelines.ListDataPipelineRunsRequest,DataPipelines.ListDataPipelineRunsRequest.Builder
- Enclosing class:
 - DataPipelines
 
public static interface DataPipelines.ListDataPipelineRunsRequestOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
- 
Method Summary
Modifier and TypeMethodDescriptiongetId()The ID of the data pipeline to list runs for.com.google.protobuf.ByteStringThe ID of the data pipeline to list runs for.intpagination fieldsstring page_token = 3 [json_name = "pageToken"];com.google.protobuf.ByteStringstring page_token = 3 [json_name = "pageToken"];Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized 
- 
Method Details
- 
getId
String getId()The ID of the data pipeline to list runs for.
string id = 1 [json_name = "id"];- Returns:
 - The id.
 
 - 
getIdBytes
com.google.protobuf.ByteString getIdBytes()The ID of the data pipeline to list runs for.
string id = 1 [json_name = "id"];- Returns:
 - The bytes for id.
 
 - 
getPageSize
int getPageSize()pagination fields
uint32 page_size = 2 [json_name = "pageSize"];- Returns:
 - The pageSize.
 
 - 
getPageToken
String getPageToken()string page_token = 3 [json_name = "pageToken"];- Returns:
 - The pageToken.
 
 - 
getPageTokenBytes
com.google.protobuf.ByteString getPageTokenBytes()string page_token = 3 [json_name = "pageToken"];- Returns:
 - The bytes for pageToken.
 
 
 -