Interface Service.SearchDatasetsOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getExperimentIds​(int index)
      List of experiment IDs to search over.
      com.google.protobuf.ByteString getExperimentIdsBytes​(int index)
      List of experiment IDs to search over.
      int getExperimentIdsCount()
      List of experiment IDs to search over.
      java.util.List<java.lang.String> getExperimentIdsList()
      List of experiment IDs to search over.
      • 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 Detail

      • getExperimentIdsList

        java.util.List<java.lang.String> getExperimentIdsList()
         List of experiment IDs to search over.
         
        repeated string experiment_ids = 1;
        Returns:
        A list containing the experimentIds.
      • getExperimentIdsCount

        int getExperimentIdsCount()
         List of experiment IDs to search over.
         
        repeated string experiment_ids = 1;
        Returns:
        The count of experimentIds.
      • getExperimentIds

        java.lang.String getExperimentIds​(int index)
         List of experiment IDs to search over.
         
        repeated string experiment_ids = 1;
        Parameters:
        index - The index of the element to return.
        Returns:
        The experimentIds at the given index.
      • getExperimentIdsBytes

        com.google.protobuf.ByteString getExperimentIdsBytes​(int index)
         List of experiment IDs to search over.
         
        repeated string experiment_ids = 1;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the experimentIds at the given index.