Interface Service.GetDatasetRecords.ResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Service.GetDatasetRecords.Response, Service.GetDatasetRecords.Response.Builder
Enclosing class:
Service.GetDatasetRecords

public static interface Service.GetDatasetRecords.ResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Pagination token for next page (if more records exist)
    com.google.protobuf.ByteString
    Pagination token for next page (if more records exist)
    Records in the dataset (JSON serialized list)
    com.google.protobuf.ByteString
    Records in the dataset (JSON serialized list)
    boolean
    Pagination token for next page (if more records exist)
    boolean
    Records in the dataset (JSON serialized list)

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasRecords

      boolean hasRecords()
       Records in the dataset (JSON serialized list)
       
      optional string records = 1;
      Returns:
      Whether the records field is set.
    • getRecords

      String getRecords()
       Records in the dataset (JSON serialized list)
       
      optional string records = 1;
      Returns:
      The records.
    • getRecordsBytes

      com.google.protobuf.ByteString getRecordsBytes()
       Records in the dataset (JSON serialized list)
       
      optional string records = 1;
      Returns:
      The bytes for records.
    • hasNextPageToken

      boolean hasNextPageToken()
       Pagination token for next page (if more records exist)
       
      optional string next_page_token = 2;
      Returns:
      Whether the nextPageToken field is set.
    • getNextPageToken

      String getNextPageToken()
       Pagination token for next page (if more records exist)
       
      optional string next_page_token = 2;
      Returns:
      The nextPageToken.
    • getNextPageTokenBytes

      com.google.protobuf.ByteString getNextPageTokenBytes()
       Pagination token for next page (if more records exist)
       
      optional string next_page_token = 2;
      Returns:
      The bytes for nextPageToken.