Interface ListCountriesResponseDataOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getAlpha2()
      "US"
      com.google.protobuf.ByteString getAlpha2Bytes()
      "US"
      int getCnt()
      int32 cnt = 3 [json_name = "cnt"];
      java.lang.String getCountry()
      "United States"
      com.google.protobuf.ByteString getCountryBytes()
      "United States"
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getCountry

        java.lang.String getCountry()
         "United States"
         
        string country = 1 [json_name = "country"];
        Returns:
        The country.
      • getCountryBytes

        com.google.protobuf.ByteString getCountryBytes()
         "United States"
         
        string country = 1 [json_name = "country"];
        Returns:
        The bytes for country.
      • getAlpha2

        java.lang.String getAlpha2()
         "US"
         
        string alpha2 = 2 [json_name = "alpha2"];
        Returns:
        The alpha2.
      • getAlpha2Bytes

        com.google.protobuf.ByteString getAlpha2Bytes()
         "US"
         
        string alpha2 = 2 [json_name = "alpha2"];
        Returns:
        The bytes for alpha2.
      • getCnt

        int getCnt()
        int32 cnt = 3 [json_name = "cnt"];
        Returns:
        The cnt.