Class OpenRtb.BidRequest.Geo

  • All Implemented Interfaces:
    OpenRtb.BidRequest.GeoOrBuilder, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<OpenRtb.BidRequest.Geo>, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable
    Enclosing class:
    OpenRtb.BidRequest

    public static final class OpenRtb.BidRequest.Geo
    extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<OpenRtb.BidRequest.Geo>
    implements OpenRtb.BidRequest.GeoOrBuilder
     OpenRTB 2.0: This object encapsulates various methods for specifying a
     geographic location. When subordinate to a Device object, it indicates the
     location of the device which can also be interpreted as the user's current
     location. When subordinate to a User object, it indicates the location of
     the user's home base (i.e., not necessarily their current location).
     The lat/lon attributes should only be passed if they conform to the
     accuracy depicted in the type attribute. For example, the centroid of a
     geographic region such as postal code should not be passed.
     
    Protobuf type com.google.openrtb.BidRequest.Geo
    See Also:
    Serialized Form
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  OpenRtb.BidRequest.Geo.Builder
      OpenRTB 2.0: This object encapsulates various methods for specifying a geographic location.
      • Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3.ExtendableMessage

        com.google.protobuf.GeneratedMessageV3.ExtendableMessage.ExtensionWriter
      • Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3

        com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,​BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,​BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
      • Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite

        com.google.protobuf.AbstractMessageLite.InternalOneOfEnum
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(Object obj)  
      int getAccuracy()
      Estimated location accuracy in meters; recommended when lat/lon are specified and derived from a device's location services (i.e., type = 1).
      String getCity()
      City using United Nations Code for Trade & Transport Locations.
      com.google.protobuf.ByteString getCityBytes()
      City using United Nations Code for Trade & Transport Locations.
      String getCountry()
      Country using ISO-3166-1 Alpha-3.
      com.google.protobuf.ByteString getCountryBytes()
      Country using ISO-3166-1 Alpha-3.
      static OpenRtb.BidRequest.Geo getDefaultInstance()  
      OpenRtb.BidRequest.Geo getDefaultInstanceForType()  
      static com.google.protobuf.Descriptors.Descriptor getDescriptor()  
      OpenRtb.LocationService getIpservice()
      Service or provider used to determine geolocation from IP address if applicable (i.e., type = 2).
      int getLastfix()
      Number of seconds since this geolocation fix was established.
      double getLat()
      Latitude from -90.0 to +90.0, where negative is south.
      double getLon()
      Longitude from -180.0 to +180.0, where negative is west.
      String getMetro()
      Google metro code; similar to but not exactly Nielsen DMAs.
      com.google.protobuf.ByteString getMetroBytes()
      Google metro code; similar to but not exactly Nielsen DMAs.
      com.google.protobuf.Parser<OpenRtb.BidRequest.Geo> getParserForType()  
      String getRegion()
      Region code using ISO-3166-2; 2-letter state code if USA.
      com.google.protobuf.ByteString getRegionBytes()
      Region code using ISO-3166-2; 2-letter state code if USA.
      String getRegionfips104()
      Region of a country using FIPS 10-4 notation.
      com.google.protobuf.ByteString getRegionfips104Bytes()
      Region of a country using FIPS 10-4 notation.
      int getSerializedSize()  
      OpenRtb.LocationType getType()
      Source of location data; recommended when passing lat/lon.
      com.google.protobuf.UnknownFieldSet getUnknownFields()  
      int getUtcoffset()
      Local time as the number +/- of minutes from UTC.
      String getZip()
      Zip/postal code.
      com.google.protobuf.ByteString getZipBytes()
      Zip/postal code.
      boolean hasAccuracy()
      Estimated location accuracy in meters; recommended when lat/lon are specified and derived from a device's location services (i.e., type = 1).
      boolean hasCity()
      City using United Nations Code for Trade & Transport Locations.
      boolean hasCountry()
      Country using ISO-3166-1 Alpha-3.
      int hashCode()  
      boolean hasIpservice()
      Service or provider used to determine geolocation from IP address if applicable (i.e., type = 2).
      boolean hasLastfix()
      Number of seconds since this geolocation fix was established.
      boolean hasLat()
      Latitude from -90.0 to +90.0, where negative is south.
      boolean hasLon()
      Longitude from -180.0 to +180.0, where negative is west.
      boolean hasMetro()
      Google metro code; similar to but not exactly Nielsen DMAs.
      boolean hasRegion()
      Region code using ISO-3166-2; 2-letter state code if USA.
      boolean hasRegionfips104()
      Region of a country using FIPS 10-4 notation.
      boolean hasType()
      Source of location data; recommended when passing lat/lon.
      boolean hasUtcoffset()
      Local time as the number +/- of minutes from UTC.
      boolean hasZip()
      Zip/postal code.
      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()  
      boolean isInitialized()  
      static OpenRtb.BidRequest.Geo.Builder newBuilder()  
      static OpenRtb.BidRequest.Geo.Builder newBuilder​(OpenRtb.BidRequest.Geo prototype)  
      OpenRtb.BidRequest.Geo.Builder newBuilderForType()  
      protected OpenRtb.BidRequest.Geo.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)  
      protected Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)  
      static OpenRtb.BidRequest.Geo parseDelimitedFrom​(InputStream input)  
      static OpenRtb.BidRequest.Geo parseDelimitedFrom​(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
      static OpenRtb.BidRequest.Geo parseFrom​(byte[] data)  
      static OpenRtb.BidRequest.Geo parseFrom​(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
      static OpenRtb.BidRequest.Geo parseFrom​(com.google.protobuf.ByteString data)  
      static OpenRtb.BidRequest.Geo parseFrom​(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
      static OpenRtb.BidRequest.Geo parseFrom​(com.google.protobuf.CodedInputStream input)  
      static OpenRtb.BidRequest.Geo parseFrom​(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
      static OpenRtb.BidRequest.Geo parseFrom​(InputStream input)  
      static OpenRtb.BidRequest.Geo parseFrom​(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
      static OpenRtb.BidRequest.Geo parseFrom​(ByteBuffer data)  
      static OpenRtb.BidRequest.Geo parseFrom​(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
      static com.google.protobuf.Parser<OpenRtb.BidRequest.Geo> parser()  
      OpenRtb.BidRequest.Geo.Builder toBuilder()  
      void writeTo​(com.google.protobuf.CodedOutputStream output)  
      • Methods inherited from class com.google.protobuf.GeneratedMessageV3.ExtendableMessage

        extensionsAreInitialized, extensionsSerializedSize, extensionsSerializedSizeAsMessageSet, getAllFields, getAllFieldsRaw, getExtension, getExtension, getExtension, getExtension, getExtension, getExtension, getExtensionCount, getExtensionCount, getExtensionCount, getExtensionFields, getField, getRepeatedField, getRepeatedFieldCount, hasExtension, hasExtension, hasExtension, hasField, makeExtensionsImmutable, newExtensionWriter, newMessageSetExtensionWriter, parseUnknownField, parseUnknownFieldProto3
      • Methods inherited from class com.google.protobuf.GeneratedMessageV3

        canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getDescriptorForType, getOneofFieldDescriptor, hasOneof, internalGetMapField, isStringEmpty, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
      • Methods inherited from class com.google.protobuf.AbstractMessage

        findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
      • Methods inherited from class com.google.protobuf.AbstractMessageLite

        addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
      • Methods inherited from interface com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder

        getExtension, getExtension, getExtension, getExtension, getExtension, getExtension, getExtensionCount, getExtensionCount, getExtensionCount, hasExtension, hasExtension, hasExtension
      • Methods inherited from interface com.google.protobuf.MessageLite

        toByteArray, toByteString, writeDelimitedTo, writeTo
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
    • Method Detail

      • newInstance

        protected Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        Overrides:
        newInstance in class com.google.protobuf.GeneratedMessageV3
      • getUnknownFields

        public final com.google.protobuf.UnknownFieldSet getUnknownFields()
        Specified by:
        getUnknownFields in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getUnknownFields in class com.google.protobuf.GeneratedMessageV3
      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
      • hasLat

        public boolean hasLat()
         Latitude from -90.0 to +90.0, where negative is south.
         
        optional double lat = 1;
        Specified by:
        hasLat in interface OpenRtb.BidRequest.GeoOrBuilder
        Returns:
        Whether the lat field is set.
      • getLat

        public double getLat()
         Latitude from -90.0 to +90.0, where negative is south.
         
        optional double lat = 1;
        Specified by:
        getLat in interface OpenRtb.BidRequest.GeoOrBuilder
        Returns:
        The lat.
      • hasLon

        public boolean hasLon()
         Longitude from -180.0 to +180.0, where negative is west.
         
        optional double lon = 2;
        Specified by:
        hasLon in interface OpenRtb.BidRequest.GeoOrBuilder
        Returns:
        Whether the lon field is set.
      • getLon

        public double getLon()
         Longitude from -180.0 to +180.0, where negative is west.
         
        optional double lon = 2;
        Specified by:
        getLon in interface OpenRtb.BidRequest.GeoOrBuilder
        Returns:
        The lon.
      • hasCountry

        public boolean hasCountry()
         Country using ISO-3166-1 Alpha-3.
         
        optional string country = 3;
        Specified by:
        hasCountry in interface OpenRtb.BidRequest.GeoOrBuilder
        Returns:
        Whether the country field is set.
      • getCountryBytes

        public com.google.protobuf.ByteString getCountryBytes()
         Country using ISO-3166-1 Alpha-3.
         
        optional string country = 3;
        Specified by:
        getCountryBytes in interface OpenRtb.BidRequest.GeoOrBuilder
        Returns:
        The bytes for country.
      • hasRegion

        public boolean hasRegion()
         Region code using ISO-3166-2; 2-letter state code if USA.
         
        optional string region = 4;
        Specified by:
        hasRegion in interface OpenRtb.BidRequest.GeoOrBuilder
        Returns:
        Whether the region field is set.
      • getRegionBytes

        public com.google.protobuf.ByteString getRegionBytes()
         Region code using ISO-3166-2; 2-letter state code if USA.
         
        optional string region = 4;
        Specified by:
        getRegionBytes in interface OpenRtb.BidRequest.GeoOrBuilder
        Returns:
        The bytes for region.
      • hasRegionfips104

        public boolean hasRegionfips104()
         Region of a country using FIPS 10-4 notation. While OpenRTB supports
         this attribute, it has been withdrawn by NIST in 2008.
         
        optional string regionfips104 = 5;
        Specified by:
        hasRegionfips104 in interface OpenRtb.BidRequest.GeoOrBuilder
        Returns:
        Whether the regionfips104 field is set.
      • getRegionfips104

        public String getRegionfips104()
         Region of a country using FIPS 10-4 notation. While OpenRTB supports
         this attribute, it has been withdrawn by NIST in 2008.
         
        optional string regionfips104 = 5;
        Specified by:
        getRegionfips104 in interface OpenRtb.BidRequest.GeoOrBuilder
        Returns:
        The regionfips104.
      • getRegionfips104Bytes

        public com.google.protobuf.ByteString getRegionfips104Bytes()
         Region of a country using FIPS 10-4 notation. While OpenRTB supports
         this attribute, it has been withdrawn by NIST in 2008.
         
        optional string regionfips104 = 5;
        Specified by:
        getRegionfips104Bytes in interface OpenRtb.BidRequest.GeoOrBuilder
        Returns:
        The bytes for regionfips104.
      • hasMetro

        public boolean hasMetro()
         Google metro code; similar to but not exactly Nielsen DMAs.
         See Appendix A for a link to the codes.
         (http://code.google.com/apis/adwords/docs/appendix/metrocodes.html).
         
        optional string metro = 6;
        Specified by:
        hasMetro in interface OpenRtb.BidRequest.GeoOrBuilder
        Returns:
        Whether the metro field is set.
      • getMetro

        public String getMetro()
         Google metro code; similar to but not exactly Nielsen DMAs.
         See Appendix A for a link to the codes.
         (http://code.google.com/apis/adwords/docs/appendix/metrocodes.html).
         
        optional string metro = 6;
        Specified by:
        getMetro in interface OpenRtb.BidRequest.GeoOrBuilder
        Returns:
        The metro.
      • getMetroBytes

        public com.google.protobuf.ByteString getMetroBytes()
         Google metro code; similar to but not exactly Nielsen DMAs.
         See Appendix A for a link to the codes.
         (http://code.google.com/apis/adwords/docs/appendix/metrocodes.html).
         
        optional string metro = 6;
        Specified by:
        getMetroBytes in interface OpenRtb.BidRequest.GeoOrBuilder
        Returns:
        The bytes for metro.
      • hasCity

        public boolean hasCity()
         City using United Nations Code for Trade & Transport Locations.
         See Appendix A for a link to the codes.
         (http://www.unece.org/cefact/locode/service/location.htm).
         
        optional string city = 7;
        Specified by:
        hasCity in interface OpenRtb.BidRequest.GeoOrBuilder
        Returns:
        Whether the city field is set.
      • getCity

        public String getCity()
         City using United Nations Code for Trade & Transport Locations.
         See Appendix A for a link to the codes.
         (http://www.unece.org/cefact/locode/service/location.htm).
         
        optional string city = 7;
        Specified by:
        getCity in interface OpenRtb.BidRequest.GeoOrBuilder
        Returns:
        The city.
      • getCityBytes

        public com.google.protobuf.ByteString getCityBytes()
         City using United Nations Code for Trade & Transport Locations.
         See Appendix A for a link to the codes.
         (http://www.unece.org/cefact/locode/service/location.htm).
         
        optional string city = 7;
        Specified by:
        getCityBytes in interface OpenRtb.BidRequest.GeoOrBuilder
        Returns:
        The bytes for city.
      • getZipBytes

        public com.google.protobuf.ByteString getZipBytes()
         Zip/postal code.
         
        optional string zip = 8;
        Specified by:
        getZipBytes in interface OpenRtb.BidRequest.GeoOrBuilder
        Returns:
        The bytes for zip.
      • hasType

        public boolean hasType()
         Source of location data; recommended when passing lat/lon.
         
        optional .com.google.openrtb.LocationType type = 9;
        Specified by:
        hasType in interface OpenRtb.BidRequest.GeoOrBuilder
        Returns:
        Whether the type field is set.
      • hasAccuracy

        public boolean hasAccuracy()
         Estimated location accuracy in meters; recommended when lat/lon
         are specified and derived from a device's location services
         (i.e., type = 1). Note that this is the accuracy as reported
         from the device. Consult OS specific documentation
         (e.g., Android, iOS) for exact interpretation.
         
        optional int32 accuracy = 11;
        Specified by:
        hasAccuracy in interface OpenRtb.BidRequest.GeoOrBuilder
        Returns:
        Whether the accuracy field is set.
      • getAccuracy

        public int getAccuracy()
         Estimated location accuracy in meters; recommended when lat/lon
         are specified and derived from a device's location services
         (i.e., type = 1). Note that this is the accuracy as reported
         from the device. Consult OS specific documentation
         (e.g., Android, iOS) for exact interpretation.
         
        optional int32 accuracy = 11;
        Specified by:
        getAccuracy in interface OpenRtb.BidRequest.GeoOrBuilder
        Returns:
        The accuracy.
      • hasLastfix

        public boolean hasLastfix()
         Number of seconds since this geolocation fix was established.
         Note that devices may cache location data across multiple fetches.
         Ideally, this value should be from the time the actual fix was taken.
         
        optional int32 lastfix = 12;
        Specified by:
        hasLastfix in interface OpenRtb.BidRequest.GeoOrBuilder
        Returns:
        Whether the lastfix field is set.
      • getLastfix

        public int getLastfix()
         Number of seconds since this geolocation fix was established.
         Note that devices may cache location data across multiple fetches.
         Ideally, this value should be from the time the actual fix was taken.
         
        optional int32 lastfix = 12;
        Specified by:
        getLastfix in interface OpenRtb.BidRequest.GeoOrBuilder
        Returns:
        The lastfix.
      • hasIpservice

        public boolean hasIpservice()
         Service or provider used to determine geolocation from IP
         address if applicable (i.e., type = 2).
         
        optional .com.google.openrtb.LocationService ipservice = 13;
        Specified by:
        hasIpservice in interface OpenRtb.BidRequest.GeoOrBuilder
        Returns:
        Whether the ipservice field is set.
      • hasUtcoffset

        public boolean hasUtcoffset()
         Local time as the number +/- of minutes from UTC.
         
        optional int32 utcoffset = 10;
        Specified by:
        hasUtcoffset in interface OpenRtb.BidRequest.GeoOrBuilder
        Returns:
        Whether the utcoffset field is set.
      • getUtcoffset

        public int getUtcoffset()
         Local time as the number +/- of minutes from UTC.
         
        optional int32 utcoffset = 10;
        Specified by:
        getUtcoffset in interface OpenRtb.BidRequest.GeoOrBuilder
        Returns:
        The utcoffset.
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.ExtendableMessage<OpenRtb.BidRequest.Geo>
      • writeTo

        public void writeTo​(com.google.protobuf.CodedOutputStream output)
                     throws IOException
        Specified by:
        writeTo in interface com.google.protobuf.MessageLite
        Overrides:
        writeTo in class com.google.protobuf.GeneratedMessageV3
        Throws:
        IOException
      • getSerializedSize

        public int getSerializedSize()
        Specified by:
        getSerializedSize in interface com.google.protobuf.MessageLite
        Overrides:
        getSerializedSize in class com.google.protobuf.GeneratedMessageV3
      • equals

        public boolean equals​(Object obj)
        Specified by:
        equals in interface com.google.protobuf.Message
        Overrides:
        equals in class com.google.protobuf.AbstractMessage
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface com.google.protobuf.Message
        Overrides:
        hashCode in class com.google.protobuf.AbstractMessage
      • parseFrom

        public static OpenRtb.BidRequest.Geo parseFrom​(ByteBuffer data)
                                                throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static OpenRtb.BidRequest.Geo parseFrom​(ByteBuffer data,
                                                       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static OpenRtb.BidRequest.Geo parseFrom​(com.google.protobuf.ByteString data)
                                                throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static OpenRtb.BidRequest.Geo parseFrom​(com.google.protobuf.ByteString data,
                                                       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static OpenRtb.BidRequest.Geo parseFrom​(byte[] data)
                                                throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static OpenRtb.BidRequest.Geo parseFrom​(byte[] data,
                                                       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • newBuilderForType

        public OpenRtb.BidRequest.Geo.Builder newBuilderForType()
        Specified by:
        newBuilderForType in interface com.google.protobuf.Message
        Specified by:
        newBuilderForType in interface com.google.protobuf.MessageLite
      • toBuilder

        public OpenRtb.BidRequest.Geo.Builder toBuilder()
        Specified by:
        toBuilder in interface com.google.protobuf.Message
        Specified by:
        toBuilder in interface com.google.protobuf.MessageLite
      • newBuilderForType

        protected OpenRtb.BidRequest.Geo.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        Specified by:
        newBuilderForType in class com.google.protobuf.GeneratedMessageV3
      • getParserForType

        public com.google.protobuf.Parser<OpenRtb.BidRequest.Geo> getParserForType()
        Specified by:
        getParserForType in interface com.google.protobuf.Message
        Specified by:
        getParserForType in interface com.google.protobuf.MessageLite
        Overrides:
        getParserForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstanceForType

        public OpenRtb.BidRequest.Geo getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<OpenRtb.BidRequest.Geo>
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder