Interface Service.RegisterScorer.ResponseOrBuilder

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

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

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

    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

    • hasVersion

      boolean hasVersion()
       The new version number for the scorer.
       
      optional int32 version = 1;
      Returns:
      Whether the version field is set.
    • getVersion

      int getVersion()
       The new version number for the scorer.
       
      optional int32 version = 1;
      Returns:
      The version.
    • hasScorerId

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

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

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

      boolean hasExperimentId()
       The experiment ID (same as request).
       
      optional string experiment_id = 3;
      Returns:
      Whether the experimentId field is set.
    • getExperimentId

      String getExperimentId()
       The experiment ID (same as request).
       
      optional string experiment_id = 3;
      Returns:
      The experimentId.
    • getExperimentIdBytes

      com.google.protobuf.ByteString getExperimentIdBytes()
       The experiment ID (same as request).
       
      optional string experiment_id = 3;
      Returns:
      The bytes for experimentId.
    • hasName

      boolean hasName()
       The scorer name (same as request).
       
      optional string name = 4;
      Returns:
      Whether the name field is set.
    • getName

      String getName()
       The scorer name (same as request).
       
      optional string name = 4;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
       The scorer name (same as request).
       
      optional string name = 4;
      Returns:
      The bytes for name.
    • hasSerializedScorer

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

      String getSerializedScorer()
       The serialized scorer string (same as request).
       
      optional string serialized_scorer = 5;
      Returns:
      The serializedScorer.
    • getSerializedScorerBytes

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

      boolean hasCreationTime()
       The creation time of the scorer version (in milliseconds since epoch).
       
      optional int64 creation_time = 6;
      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 = 6;
      Returns:
      The creationTime.