Interface Data.ListSequencesRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
Data.ListSequencesRequest, Data.ListSequencesRequest.Builder
Enclosing class:
Data

public static interface Data.ListSequencesRequestOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string organization_id = 1 [json_name = "organizationId"];
    com.google.protobuf.ByteString
    string organization_id = 1 [json_name = "organizationId"];
    int
    uint32 page_size = 3 [json_name = "pageSize"];
    string page_token = 2 [json_name = "pageToken"];
    com.google.protobuf.ByteString
    string page_token = 2 [json_name = "pageToken"];

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getOrganizationId

      String getOrganizationId()
      string organization_id = 1 [json_name = "organizationId"];
      Returns:
      The organizationId.
    • getOrganizationIdBytes

      com.google.protobuf.ByteString getOrganizationIdBytes()
      string organization_id = 1 [json_name = "organizationId"];
      Returns:
      The bytes for organizationId.
    • getPageToken

      String getPageToken()
      string page_token = 2 [json_name = "pageToken"];
      Returns:
      The pageToken.
    • getPageTokenBytes

      com.google.protobuf.ByteString getPageTokenBytes()
      string page_token = 2 [json_name = "pageToken"];
      Returns:
      The bytes for pageToken.
    • getPageSize

      int getPageSize()
      uint32 page_size = 3 [json_name = "pageSize"];
      Returns:
      The pageSize.