Interface MajorClaimRequestOrBuilder

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

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

    Modifier and Type
    Method
    Description
    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"];
    getMajorClaims(int index)
    repeated string major_claims = 2 [json_name = "majorClaims"];
    com.google.protobuf.ByteString
    repeated string major_claims = 2 [json_name = "majorClaims"];
    int
    repeated string major_claims = 2 [json_name = "majorClaims"];
    repeated string major_claims = 2 [json_name = "majorClaims"];
    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.
    • getMajorClaimsList

      List<String> getMajorClaimsList()
      repeated string major_claims = 2 [json_name = "majorClaims"];
      Returns:
      A list containing the majorClaims.
    • getMajorClaimsCount

      int getMajorClaimsCount()
      repeated string major_claims = 2 [json_name = "majorClaims"];
      Returns:
      The count of majorClaims.
    • getMajorClaims

      String getMajorClaims(int index)
      repeated string major_claims = 2 [json_name = "majorClaims"];
      Parameters:
      index - The index of the element to return.
      Returns:
      The majorClaims at the given index.
    • getMajorClaimsBytes

      com.google.protobuf.ByteString getMajorClaimsBytes(int index)
      repeated string major_claims = 2 [json_name = "majorClaims"];
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the majorClaims at the given index.
    • 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"];