Interface ClassificationResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ClassificationResponse, ClassificationResponse.Builder

public interface ClassificationResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getAdus(int index)
    repeated .arg_services.mining.v1.Adu adus = 1 [json_name = "adus"];
    int
    repeated .arg_services.mining.v1.Adu adus = 1 [json_name = "adus"];
    repeated .arg_services.mining.v1.Adu adus = 1 [json_name = "adus"];
    getAdusOrBuilder(int index)
    repeated .arg_services.mining.v1.Adu adus = 1 [json_name = "adus"];
    List<? extends AduOrBuilder>
    repeated .arg_services.mining.v1.Adu adus = 1 [json_name = "adus"];
    com.google.protobuf.Struct
    Implementation-specific information can be encoded here
    com.google.protobuf.StructOrBuilder
    Implementation-specific information can be encoded here
    boolean
    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 Details

    • getAdusList

      List<Adu> getAdusList()
      repeated .arg_services.mining.v1.Adu adus = 1 [json_name = "adus"];
    • getAdus

      Adu getAdus(int index)
      repeated .arg_services.mining.v1.Adu adus = 1 [json_name = "adus"];
    • getAdusCount

      int getAdusCount()
      repeated .arg_services.mining.v1.Adu adus = 1 [json_name = "adus"];
    • getAdusOrBuilderList

      List<? extends AduOrBuilder> getAdusOrBuilderList()
      repeated .arg_services.mining.v1.Adu adus = 1 [json_name = "adus"];
    • getAdusOrBuilder

      AduOrBuilder getAdusOrBuilder(int index)
      repeated .arg_services.mining.v1.Adu adus = 1 [json_name = "adus"];
    • 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"];