Interface EntailmentContextOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getAduId()
      string adu_id = 1 [json_name = "aduId"];
      com.google.protobuf.ByteString getAduIdBytes()
      string adu_id = 1 [json_name = "aduId"];
      EntailmentContextType getType()
      .arg_services.mining.v1beta.EntailmentContextType type = 3 [json_name = "type"];
      int getTypeValue()
      .arg_services.mining.v1beta.EntailmentContextType type = 3 [json_name = "type"];
      float getWeight()
      float weight = 2 [json_name = "weight"];
      • 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

      • getAduId

        java.lang.String getAduId()
        string adu_id = 1 [json_name = "aduId"];
        Returns:
        The aduId.
      • getAduIdBytes

        com.google.protobuf.ByteString getAduIdBytes()
        string adu_id = 1 [json_name = "aduId"];
        Returns:
        The bytes for aduId.
      • getWeight

        float getWeight()
        float weight = 2 [json_name = "weight"];
        Returns:
        The weight.
      • getTypeValue

        int getTypeValue()
        .arg_services.mining.v1beta.EntailmentContextType type = 3 [json_name = "type"];
        Returns:
        The enum numeric value on the wire for type.
      • getType

        EntailmentContextType getType()
        .arg_services.mining.v1beta.EntailmentContextType type = 3 [json_name = "type"];
        Returns:
        The type.