Interface FineGranularClusteringResponseOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.protobuf.Struct getExtras()
      Implementation-specific information can be encoded here
      com.google.protobuf.StructOrBuilder getExtrasOrBuilder()
      Implementation-specific information can be encoded here
      GranularityPrediction getPredictions​(int index)
      repeated .arg_services.ranking.v1beta.GranularityPrediction predictions = 1 [json_name = "predictions"];
      int getPredictionsCount()
      repeated .arg_services.ranking.v1beta.GranularityPrediction predictions = 1 [json_name = "predictions"];
      java.util.List<GranularityPrediction> getPredictionsList()
      repeated .arg_services.ranking.v1beta.GranularityPrediction predictions = 1 [json_name = "predictions"];
      GranularityPredictionOrBuilder getPredictionsOrBuilder​(int index)
      repeated .arg_services.ranking.v1beta.GranularityPrediction predictions = 1 [json_name = "predictions"];
      java.util.List<? extends GranularityPredictionOrBuilder> getPredictionsOrBuilderList()
      repeated .arg_services.ranking.v1beta.GranularityPrediction predictions = 1 [json_name = "predictions"];
      boolean hasExtras()
      Implementation-specific information can be encoded here
      • 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

      • getPredictionsList

        java.util.List<GranularityPrediction> getPredictionsList()
        repeated .arg_services.ranking.v1beta.GranularityPrediction predictions = 1 [json_name = "predictions"];
      • getPredictions

        GranularityPrediction getPredictions​(int index)
        repeated .arg_services.ranking.v1beta.GranularityPrediction predictions = 1 [json_name = "predictions"];
      • getPredictionsCount

        int getPredictionsCount()
        repeated .arg_services.ranking.v1beta.GranularityPrediction predictions = 1 [json_name = "predictions"];
      • getPredictionsOrBuilderList

        java.util.List<? extends GranularityPredictionOrBuilder> getPredictionsOrBuilderList()
        repeated .arg_services.ranking.v1beta.GranularityPrediction predictions = 1 [json_name = "predictions"];
      • getPredictionsOrBuilder

        GranularityPredictionOrBuilder getPredictionsOrBuilder​(int index)
        repeated .arg_services.ranking.v1beta.GranularityPrediction predictions = 1 [json_name = "predictions"];
      • hasExtras

        boolean hasExtras()
         Implementation-specific information can be encoded here
         
        .google.protobuf.Struct extras = 15 [json_name = "extras"];
        Returns:
        Whether the extras field is set.
      • getExtras

        com.google.protobuf.Struct getExtras()
         Implementation-specific information can be encoded here
         
        .google.protobuf.Struct extras = 15 [json_name = "extras"];
        Returns:
        The extras.
      • getExtrasOrBuilder

        com.google.protobuf.StructOrBuilder getExtrasOrBuilder()
         Implementation-specific information can be encoded here
         
        .google.protobuf.Struct extras = 15 [json_name = "extras"];