Interface EntailmentsRequestOrBuilder

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

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

    Modifier and Type
    Method
    Description
    boolean
    map<string, .arg_services.mining.v1.Segment> segments = 2 [json_name = "segments"];
    com.google.protobuf.Struct
    Implementation-specific information can be encoded here
    com.google.protobuf.StructOrBuilder
    Implementation-specific information can be encoded here
    string language = 1 [json_name = "language"];
    com.google.protobuf.ByteString
    string language = 1 [json_name = "language"];
    Deprecated.
    int
    map<string, .arg_services.mining.v1.Segment> segments = 2 [json_name = "segments"];
    map<string, .arg_services.mining.v1.Segment> segments = 2 [json_name = "segments"];
    getSegmentsOrDefault(String key, Segment defaultValue)
    map<string, .arg_services.mining.v1.Segment> segments = 2 [json_name = "segments"];
    map<string, .arg_services.mining.v1.Segment> segments = 2 [json_name = "segments"];
    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

    • getLanguage

      String getLanguage()
      string language = 1 [json_name = "language"];
      Returns:
      The language.
    • getLanguageBytes

      com.google.protobuf.ByteString getLanguageBytes()
      string language = 1 [json_name = "language"];
      Returns:
      The bytes for language.
    • getSegmentsCount

      int getSegmentsCount()
      map<string, .arg_services.mining.v1.Segment> segments = 2 [json_name = "segments"];
    • containsSegments

      boolean containsSegments(String key)
      map<string, .arg_services.mining.v1.Segment> segments = 2 [json_name = "segments"];
    • getSegments

      @Deprecated Map<String,Segment> getSegments()
      Deprecated.
      Use getSegmentsMap() instead.
    • getSegmentsMap

      Map<String,Segment> getSegmentsMap()
      map<string, .arg_services.mining.v1.Segment> segments = 2 [json_name = "segments"];
    • getSegmentsOrDefault

      Segment getSegmentsOrDefault(String key, Segment defaultValue)
      map<string, .arg_services.mining.v1.Segment> segments = 2 [json_name = "segments"];
    • getSegmentsOrThrow

      Segment getSegmentsOrThrow(String key)
      map<string, .arg_services.mining.v1.Segment> segments = 2 [json_name = "segments"];
    • 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"];