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 Type
    Method
    Description
    The ID of the data pipeline to list runs for.
    com.google.protobuf.ByteString
    The ID of the data pipeline to list runs for.
    int
    pagination fields
    string page_token = 3 [json_name = "pageToken"];
    com.google.protobuf.ByteString
    string 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.