Interface DatasetOuterClass.ListDatasetsByIDsRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
DatasetOuterClass.ListDatasetsByIDsRequest, DatasetOuterClass.ListDatasetsByIDsRequest.Builder
Enclosing class:
DatasetOuterClass

public static interface DatasetOuterClass.ListDatasetsByIDsRequestOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getIds(int index)
    repeated string ids = 1 [json_name = "ids"];
    com.google.protobuf.ByteString
    getIdsBytes(int index)
    repeated string ids = 1 [json_name = "ids"];
    int
    repeated string ids = 1 [json_name = "ids"];
    repeated string ids = 1 [json_name = "ids"];

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getIdsList

      List<String> getIdsList()
      repeated string ids = 1 [json_name = "ids"];
      Returns:
      A list containing the ids.
    • getIdsCount

      int getIdsCount()
      repeated string ids = 1 [json_name = "ids"];
      Returns:
      The count of ids.
    • getIds

      String getIds(int index)
      repeated string ids = 1 [json_name = "ids"];
      Parameters:
      index - The index of the element to return.
      Returns:
      The ids at the given index.
    • getIdsBytes

      com.google.protobuf.ByteString getIdsBytes(int index)
      repeated string ids = 1 [json_name = "ids"];
      Parameters:
      index - The index of the element to return.
      Returns:
      The ids at the given index.