Interface Service.ScorerOrBuilder

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

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

    Modifier and Type
    Method
    Description
    long
    The creation time of the scorer version (in milliseconds since epoch).
    int
    The experiment ID.
    The unique identifier for the scorer.
    com.google.protobuf.ByteString
    The unique identifier for the scorer.
    The scorer name.
    com.google.protobuf.ByteString
    The scorer name.
    int
    The scorer version.
    The serialized scorer string.
    com.google.protobuf.ByteString
    The serialized scorer string.
    boolean
    The creation time of the scorer version (in milliseconds since epoch).
    boolean
    The experiment ID.
    boolean
    The unique identifier for the scorer.
    boolean
    The scorer name.
    boolean
    The scorer version.
    boolean
    The serialized scorer string.

    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

    • hasExperimentId

      boolean hasExperimentId()
       The experiment ID.
       
      optional int32 experiment_id = 1;
      Returns:
      Whether the experimentId field is set.
    • getExperimentId

      int getExperimentId()
       The experiment ID.
       
      optional int32 experiment_id = 1;
      Returns:
      The experimentId.
    • hasScorerName

      boolean hasScorerName()
       The scorer name.
       
      optional string scorer_name = 2;
      Returns:
      Whether the scorerName field is set.
    • getScorerName

      String getScorerName()
       The scorer name.
       
      optional string scorer_name = 2;
      Returns:
      The scorerName.
    • getScorerNameBytes

      com.google.protobuf.ByteString getScorerNameBytes()
       The scorer name.
       
      optional string scorer_name = 2;
      Returns:
      The bytes for scorerName.
    • hasScorerVersion

      boolean hasScorerVersion()
       The scorer version.
       
      optional int32 scorer_version = 3;
      Returns:
      Whether the scorerVersion field is set.
    • getScorerVersion

      int getScorerVersion()
       The scorer version.
       
      optional int32 scorer_version = 3;
      Returns:
      The scorerVersion.
    • hasSerializedScorer

      boolean hasSerializedScorer()
       The serialized scorer string.
       
      optional string serialized_scorer = 4;
      Returns:
      Whether the serializedScorer field is set.
    • getSerializedScorer

      String getSerializedScorer()
       The serialized scorer string.
       
      optional string serialized_scorer = 4;
      Returns:
      The serializedScorer.
    • getSerializedScorerBytes

      com.google.protobuf.ByteString getSerializedScorerBytes()
       The serialized scorer string.
       
      optional string serialized_scorer = 4;
      Returns:
      The bytes for serializedScorer.
    • hasCreationTime

      boolean hasCreationTime()
       The creation time of the scorer version (in milliseconds since epoch).
       
      optional int64 creation_time = 5;
      Returns:
      Whether the creationTime field is set.
    • getCreationTime

      long getCreationTime()
       The creation time of the scorer version (in milliseconds since epoch).
       
      optional int64 creation_time = 5;
      Returns:
      The creationTime.
    • hasScorerId

      boolean hasScorerId()
       The unique identifier for the scorer.
       
      optional string scorer_id = 6;
      Returns:
      Whether the scorerId field is set.
    • getScorerId

      String getScorerId()
       The unique identifier for the scorer.
       
      optional string scorer_id = 6;
      Returns:
      The scorerId.
    • getScorerIdBytes

      com.google.protobuf.ByteString getScorerIdBytes()
       The unique identifier for the scorer.
       
      optional string scorer_id = 6;
      Returns:
      The bytes for scorerId.