Class CommonGeoipProviderConfig.GeolocationHeadersToAdd
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- io.envoyproxy.envoy.extensions.geoip_providers.common.v3.CommonGeoipProviderConfig.GeolocationHeadersToAdd
-
- All Implemented Interfaces:
com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,CommonGeoipProviderConfig.GeolocationHeadersToAddOrBuilder,Serializable
- Enclosing class:
- CommonGeoipProviderConfig
public static final class CommonGeoipProviderConfig.GeolocationHeadersToAdd extends com.google.protobuf.GeneratedMessageV3 implements CommonGeoipProviderConfig.GeolocationHeadersToAddOrBuilder
The set of geolocation headers to add to request. If any of the configured headers is present in the incoming request, it will be overridden by the :ref:`Geoip filter <config_http_filters_geoip>`. [#next-free-field: 10]
Protobuf typeenvoy.extensions.geoip_providers.common.v3.CommonGeoipProviderConfig.GeolocationHeadersToAdd- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCommonGeoipProviderConfig.GeolocationHeadersToAdd.BuilderThe set of geolocation headers to add to request.-
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
-
-
Field Summary
Fields Modifier and Type Field Description static intANON_HOSTING_FIELD_NUMBERstatic intANON_PROXY_FIELD_NUMBERstatic intANON_TOR_FIELD_NUMBERstatic intANON_VPN_FIELD_NUMBERstatic intASN_FIELD_NUMBERstatic intCITY_FIELD_NUMBERstatic intCOUNTRY_FIELD_NUMBERstatic intIS_ANON_FIELD_NUMBERstatic intREGION_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetAnonHosting()If set, the IP address will be checked if it belongs to a hosting provider and header will be populated with the check result.com.google.protobuf.ByteStringgetAnonHostingBytes()If set, the IP address will be checked if it belongs to a hosting provider and header will be populated with the check result.StringgetAnonProxy()If set, the IP address will be checked if it belongs to a public proxy and header will be populated with the check result.com.google.protobuf.ByteStringgetAnonProxyBytes()If set, the IP address will be checked if it belongs to a public proxy and header will be populated with the check result.StringgetAnonTor()If set, the IP address will be checked if it belongs to a TOR exit node and header will be populated with the check result.com.google.protobuf.ByteStringgetAnonTorBytes()If set, the IP address will be checked if it belongs to a TOR exit node and header will be populated with the check result.StringgetAnonVpn()If set, the IP address will be checked if it belongs to a VPN and header will be populated with the check result.com.google.protobuf.ByteStringgetAnonVpnBytes()If set, the IP address will be checked if it belongs to a VPN and header will be populated with the check result.StringgetAsn()If set, the header will be used to populate the ASN associated with the IP address.com.google.protobuf.ByteStringgetAsnBytes()If set, the header will be used to populate the ASN associated with the IP address.StringgetCity()If set, the header will be used to populate the city associated with the IP address.com.google.protobuf.ByteStringgetCityBytes()If set, the header will be used to populate the city associated with the IP address.StringgetCountry()If set, the header will be used to populate the country ISO code associated with the IP address.com.google.protobuf.ByteStringgetCountryBytes()If set, the header will be used to populate the country ISO code associated with the IP address.static CommonGeoipProviderConfig.GeolocationHeadersToAddgetDefaultInstance()CommonGeoipProviderConfig.GeolocationHeadersToAddgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()StringgetIsAnon()If set, the IP address will be checked if it belongs to any type of anonymization network (e.g.com.google.protobuf.ByteStringgetIsAnonBytes()If set, the IP address will be checked if it belongs to any type of anonymization network (e.g.com.google.protobuf.Parser<CommonGeoipProviderConfig.GeolocationHeadersToAdd>getParserForType()StringgetRegion()If set, the header will be used to populate the region ISO code associated with the IP address.com.google.protobuf.ByteStringgetRegionBytes()If set, the header will be used to populate the region ISO code associated with the IP address.intgetSerializedSize()com.google.protobuf.UnknownFieldSetgetUnknownFields()inthashCode()protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()static CommonGeoipProviderConfig.GeolocationHeadersToAdd.BuildernewBuilder()static CommonGeoipProviderConfig.GeolocationHeadersToAdd.BuildernewBuilder(CommonGeoipProviderConfig.GeolocationHeadersToAdd prototype)CommonGeoipProviderConfig.GeolocationHeadersToAdd.BuildernewBuilderForType()protected CommonGeoipProviderConfig.GeolocationHeadersToAdd.BuildernewBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)protected ObjectnewInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)static CommonGeoipProviderConfig.GeolocationHeadersToAddparseDelimitedFrom(InputStream input)static CommonGeoipProviderConfig.GeolocationHeadersToAddparseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CommonGeoipProviderConfig.GeolocationHeadersToAddparseFrom(byte[] data)static CommonGeoipProviderConfig.GeolocationHeadersToAddparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CommonGeoipProviderConfig.GeolocationHeadersToAddparseFrom(com.google.protobuf.ByteString data)static CommonGeoipProviderConfig.GeolocationHeadersToAddparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CommonGeoipProviderConfig.GeolocationHeadersToAddparseFrom(com.google.protobuf.CodedInputStream input)static CommonGeoipProviderConfig.GeolocationHeadersToAddparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CommonGeoipProviderConfig.GeolocationHeadersToAddparseFrom(InputStream input)static CommonGeoipProviderConfig.GeolocationHeadersToAddparseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CommonGeoipProviderConfig.GeolocationHeadersToAddparseFrom(ByteBuffer data)static CommonGeoipProviderConfig.GeolocationHeadersToAddparseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<CommonGeoipProviderConfig.GeolocationHeadersToAdd>parser()CommonGeoipProviderConfig.GeolocationHeadersToAdd.BuildertoBuilder()voidwriteTo(com.google.protobuf.CodedOutputStream output)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, 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 class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
COUNTRY_FIELD_NUMBER
public static final int COUNTRY_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CITY_FIELD_NUMBER
public static final int CITY_FIELD_NUMBER
- See Also:
- Constant Field Values
-
REGION_FIELD_NUMBER
public static final int REGION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ASN_FIELD_NUMBER
public static final int ASN_FIELD_NUMBER
- See Also:
- Constant Field Values
-
IS_ANON_FIELD_NUMBER
public static final int IS_ANON_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ANON_VPN_FIELD_NUMBER
public static final int ANON_VPN_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ANON_HOSTING_FIELD_NUMBER
public static final int ANON_HOSTING_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ANON_TOR_FIELD_NUMBER
public static final int ANON_TOR_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ANON_PROXY_FIELD_NUMBER
public static final int ANON_PROXY_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstancein classcom.google.protobuf.GeneratedMessageV3
-
getUnknownFields
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
- Specified by:
getUnknownFieldsin interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3
-
getCountry
public String getCountry()
If set, the header will be used to populate the country ISO code associated with the IP address.
string country = 1 [(.validate.rules) = { ... }- Specified by:
getCountryin interfaceCommonGeoipProviderConfig.GeolocationHeadersToAddOrBuilder- Returns:
- The country.
-
getCountryBytes
public com.google.protobuf.ByteString getCountryBytes()
If set, the header will be used to populate the country ISO code associated with the IP address.
string country = 1 [(.validate.rules) = { ... }- Specified by:
getCountryBytesin interfaceCommonGeoipProviderConfig.GeolocationHeadersToAddOrBuilder- Returns:
- The bytes for country.
-
getCity
public String getCity()
If set, the header will be used to populate the city associated with the IP address.
string city = 2 [(.validate.rules) = { ... }- Specified by:
getCityin interfaceCommonGeoipProviderConfig.GeolocationHeadersToAddOrBuilder- Returns:
- The city.
-
getCityBytes
public com.google.protobuf.ByteString getCityBytes()
If set, the header will be used to populate the city associated with the IP address.
string city = 2 [(.validate.rules) = { ... }- Specified by:
getCityBytesin interfaceCommonGeoipProviderConfig.GeolocationHeadersToAddOrBuilder- Returns:
- The bytes for city.
-
getRegion
public String getRegion()
If set, the header will be used to populate the region ISO code associated with the IP address. The least specific subdivision will be selected as region value.
string region = 3 [(.validate.rules) = { ... }- Specified by:
getRegionin interfaceCommonGeoipProviderConfig.GeolocationHeadersToAddOrBuilder- Returns:
- The region.
-
getRegionBytes
public com.google.protobuf.ByteString getRegionBytes()
If set, the header will be used to populate the region ISO code associated with the IP address. The least specific subdivision will be selected as region value.
string region = 3 [(.validate.rules) = { ... }- Specified by:
getRegionBytesin interfaceCommonGeoipProviderConfig.GeolocationHeadersToAddOrBuilder- Returns:
- The bytes for region.
-
getAsn
public String getAsn()
If set, the header will be used to populate the ASN associated with the IP address.
string asn = 4 [(.validate.rules) = { ... }- Specified by:
getAsnin interfaceCommonGeoipProviderConfig.GeolocationHeadersToAddOrBuilder- Returns:
- The asn.
-
getAsnBytes
public com.google.protobuf.ByteString getAsnBytes()
If set, the header will be used to populate the ASN associated with the IP address.
string asn = 4 [(.validate.rules) = { ... }- Specified by:
getAsnBytesin interfaceCommonGeoipProviderConfig.GeolocationHeadersToAddOrBuilder- Returns:
- The bytes for asn.
-
getIsAnon
public String getIsAnon()
If set, the IP address will be checked if it belongs to any type of anonymization network (e.g. VPN, public proxy etc) and header will be populated with the check result. Header value will be set to either "true" or "false" depending on the check result.
string is_anon = 5 [(.validate.rules) = { ... }- Specified by:
getIsAnonin interfaceCommonGeoipProviderConfig.GeolocationHeadersToAddOrBuilder- Returns:
- The isAnon.
-
getIsAnonBytes
public com.google.protobuf.ByteString getIsAnonBytes()
If set, the IP address will be checked if it belongs to any type of anonymization network (e.g. VPN, public proxy etc) and header will be populated with the check result. Header value will be set to either "true" or "false" depending on the check result.
string is_anon = 5 [(.validate.rules) = { ... }- Specified by:
getIsAnonBytesin interfaceCommonGeoipProviderConfig.GeolocationHeadersToAddOrBuilder- Returns:
- The bytes for isAnon.
-
getAnonVpn
public String getAnonVpn()
If set, the IP address will be checked if it belongs to a VPN and header will be populated with the check result. Header value will be set to either "true" or "false" depending on the check result.
string anon_vpn = 6 [(.validate.rules) = { ... }- Specified by:
getAnonVpnin interfaceCommonGeoipProviderConfig.GeolocationHeadersToAddOrBuilder- Returns:
- The anonVpn.
-
getAnonVpnBytes
public com.google.protobuf.ByteString getAnonVpnBytes()
If set, the IP address will be checked if it belongs to a VPN and header will be populated with the check result. Header value will be set to either "true" or "false" depending on the check result.
string anon_vpn = 6 [(.validate.rules) = { ... }- Specified by:
getAnonVpnBytesin interfaceCommonGeoipProviderConfig.GeolocationHeadersToAddOrBuilder- Returns:
- The bytes for anonVpn.
-
getAnonHosting
public String getAnonHosting()
If set, the IP address will be checked if it belongs to a hosting provider and header will be populated with the check result. Header value will be set to either "true" or "false" depending on the check result.
string anon_hosting = 7 [(.validate.rules) = { ... }- Specified by:
getAnonHostingin interfaceCommonGeoipProviderConfig.GeolocationHeadersToAddOrBuilder- Returns:
- The anonHosting.
-
getAnonHostingBytes
public com.google.protobuf.ByteString getAnonHostingBytes()
If set, the IP address will be checked if it belongs to a hosting provider and header will be populated with the check result. Header value will be set to either "true" or "false" depending on the check result.
string anon_hosting = 7 [(.validate.rules) = { ... }- Specified by:
getAnonHostingBytesin interfaceCommonGeoipProviderConfig.GeolocationHeadersToAddOrBuilder- Returns:
- The bytes for anonHosting.
-
getAnonTor
public String getAnonTor()
If set, the IP address will be checked if it belongs to a TOR exit node and header will be populated with the check result. Header value will be set to either "true" or "false" depending on the check result.
string anon_tor = 8 [(.validate.rules) = { ... }- Specified by:
getAnonTorin interfaceCommonGeoipProviderConfig.GeolocationHeadersToAddOrBuilder- Returns:
- The anonTor.
-
getAnonTorBytes
public com.google.protobuf.ByteString getAnonTorBytes()
If set, the IP address will be checked if it belongs to a TOR exit node and header will be populated with the check result. Header value will be set to either "true" or "false" depending on the check result.
string anon_tor = 8 [(.validate.rules) = { ... }- Specified by:
getAnonTorBytesin interfaceCommonGeoipProviderConfig.GeolocationHeadersToAddOrBuilder- Returns:
- The bytes for anonTor.
-
getAnonProxy
public String getAnonProxy()
If set, the IP address will be checked if it belongs to a public proxy and header will be populated with the check result. Header value will be set to either "true" or "false" depending on the check result.
string anon_proxy = 9 [(.validate.rules) = { ... }- Specified by:
getAnonProxyin interfaceCommonGeoipProviderConfig.GeolocationHeadersToAddOrBuilder- Returns:
- The anonProxy.
-
getAnonProxyBytes
public com.google.protobuf.ByteString getAnonProxyBytes()
If set, the IP address will be checked if it belongs to a public proxy and header will be populated with the check result. Header value will be set to either "true" or "false" depending on the check result.
string anon_proxy = 9 [(.validate.rules) = { ... }- Specified by:
getAnonProxyBytesin interfaceCommonGeoipProviderConfig.GeolocationHeadersToAddOrBuilder- Returns:
- The bytes for anonProxy.
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessageV3- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein classcom.google.protobuf.AbstractMessage
-
parseFrom
public static CommonGeoipProviderConfig.GeolocationHeadersToAdd parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static CommonGeoipProviderConfig.GeolocationHeadersToAdd parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static CommonGeoipProviderConfig.GeolocationHeadersToAdd parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static CommonGeoipProviderConfig.GeolocationHeadersToAdd parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static CommonGeoipProviderConfig.GeolocationHeadersToAdd parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static CommonGeoipProviderConfig.GeolocationHeadersToAdd parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static CommonGeoipProviderConfig.GeolocationHeadersToAdd parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static CommonGeoipProviderConfig.GeolocationHeadersToAdd parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static CommonGeoipProviderConfig.GeolocationHeadersToAdd parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static CommonGeoipProviderConfig.GeolocationHeadersToAdd parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static CommonGeoipProviderConfig.GeolocationHeadersToAdd parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static CommonGeoipProviderConfig.GeolocationHeadersToAdd parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public CommonGeoipProviderConfig.GeolocationHeadersToAdd.Builder newBuilderForType()
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
public static CommonGeoipProviderConfig.GeolocationHeadersToAdd.Builder newBuilder()
-
newBuilder
public static CommonGeoipProviderConfig.GeolocationHeadersToAdd.Builder newBuilder(CommonGeoipProviderConfig.GeolocationHeadersToAdd prototype)
-
toBuilder
public CommonGeoipProviderConfig.GeolocationHeadersToAdd.Builder toBuilder()
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected CommonGeoipProviderConfig.GeolocationHeadersToAdd.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static CommonGeoipProviderConfig.GeolocationHeadersToAdd getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<CommonGeoipProviderConfig.GeolocationHeadersToAdd> parser()
-
getParserForType
public com.google.protobuf.Parser<CommonGeoipProviderConfig.GeolocationHeadersToAdd> getParserForType()
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public CommonGeoipProviderConfig.GeolocationHeadersToAdd getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
-