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 TypeMethodDescriptiongetAdus(int index) repeated .arg_services.mining.v1.Adu adus = 1 [json_name = "adus"];intrepeated .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.StructImplementation-specific information can be encoded herecom.google.protobuf.StructOrBuilderImplementation-specific information can be encoded herebooleanImplementation-specific information can be encoded hereMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getAdusList
repeated .arg_services.mining.v1.Adu adus = 1 [json_name = "adus"]; -
getAdus
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
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"];
-