Enum Class ThirdPartyReachIntegrationPartnerEnum.ThirdPartyReachIntegrationPartner
java.lang.Object
java.lang.Enum<ThirdPartyReachIntegrationPartnerEnum.ThirdPartyReachIntegrationPartner>
com.google.ads.googleads.v21.enums.ThirdPartyReachIntegrationPartnerEnum.ThirdPartyReachIntegrationPartner
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<ThirdPartyReachIntegrationPartnerEnum.ThirdPartyReachIntegrationPartner>,Constable
- Enclosing class:
- ThirdPartyReachIntegrationPartnerEnum
public static enum ThirdPartyReachIntegrationPartnerEnum.ThirdPartyReachIntegrationPartner
extends Enum<ThirdPartyReachIntegrationPartnerEnum.ThirdPartyReachIntegrationPartner>
implements com.google.protobuf.ProtocolMessageEnum
Enum describing available third party integration partners for reach verification.Protobuf enum
google.ads.googleads.v21.enums.ThirdPartyReachIntegrationPartnerEnum.ThirdPartyReachIntegrationPartner-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionAudienceProjectComscore.Gemius.iSpot.tvKantar.MediaScope.Nielsen.Used for return value only.Not specified.VideoAmpVideo Research. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intAudienceProjectstatic final intComscore.static final intGemius.static final intiSpot.tvstatic final intKantar.static final intMediaScope.static final intNielsen.static final intUsed for return value only.static final intNot specified.static final intVideoAmpstatic final intVideo Research. -
Method Summary
Modifier and TypeMethodDescriptionforNumber(int value) static final com.google.protobuf.Descriptors.EnumDescriptorfinal com.google.protobuf.Descriptors.EnumDescriptorfinal intfinal com.google.protobuf.Descriptors.EnumValueDescriptorstatic com.google.protobuf.Internal.EnumLiteMap<ThirdPartyReachIntegrationPartnerEnum.ThirdPartyReachIntegrationPartner>valueOf(int value) Deprecated.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.Returns the enum constant of this class with the specified name.values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
UNSPECIFIED
public static final ThirdPartyReachIntegrationPartnerEnum.ThirdPartyReachIntegrationPartner UNSPECIFIEDNot specified.
UNSPECIFIED = 0; -
UNKNOWN
Used for return value only. Represents value unknown in this version.
UNKNOWN = 1; -
NIELSEN
Nielsen.
NIELSEN = 2; -
COMSCORE
public static final ThirdPartyReachIntegrationPartnerEnum.ThirdPartyReachIntegrationPartner COMSCOREComscore.
COMSCORE = 3; -
KANTAR_MILLWARD_BROWN
public static final ThirdPartyReachIntegrationPartnerEnum.ThirdPartyReachIntegrationPartner KANTAR_MILLWARD_BROWNKantar.
KANTAR_MILLWARD_BROWN = 4; -
VIDEO_RESEARCH
public static final ThirdPartyReachIntegrationPartnerEnum.ThirdPartyReachIntegrationPartner VIDEO_RESEARCHVideo Research.
VIDEO_RESEARCH = 5; -
GEMIUS
Gemius.
GEMIUS = 6; -
MEDIA_SCOPE
public static final ThirdPartyReachIntegrationPartnerEnum.ThirdPartyReachIntegrationPartner MEDIA_SCOPEMediaScope.
MEDIA_SCOPE = 7; -
AUDIENCE_PROJECT
public static final ThirdPartyReachIntegrationPartnerEnum.ThirdPartyReachIntegrationPartner AUDIENCE_PROJECTAudienceProject
AUDIENCE_PROJECT = 8; -
VIDEO_AMP
public static final ThirdPartyReachIntegrationPartnerEnum.ThirdPartyReachIntegrationPartner VIDEO_AMPVideoAmp
VIDEO_AMP = 9; -
ISPOT_TV
public static final ThirdPartyReachIntegrationPartnerEnum.ThirdPartyReachIntegrationPartner ISPOT_TViSpot.tv
ISPOT_TV = 10; -
UNRECOGNIZED
public static final ThirdPartyReachIntegrationPartnerEnum.ThirdPartyReachIntegrationPartner UNRECOGNIZED
-
-
Field Details
-
UNSPECIFIED_VALUE
public static final int UNSPECIFIED_VALUENot specified.
UNSPECIFIED = 0;- See Also:
-
UNKNOWN_VALUE
public static final int UNKNOWN_VALUEUsed for return value only. Represents value unknown in this version.
UNKNOWN = 1;- See Also:
-
NIELSEN_VALUE
public static final int NIELSEN_VALUENielsen.
NIELSEN = 2;- See Also:
-
COMSCORE_VALUE
public static final int COMSCORE_VALUEComscore.
COMSCORE = 3;- See Also:
-
KANTAR_MILLWARD_BROWN_VALUE
public static final int KANTAR_MILLWARD_BROWN_VALUEKantar.
KANTAR_MILLWARD_BROWN = 4;- See Also:
-
VIDEO_RESEARCH_VALUE
public static final int VIDEO_RESEARCH_VALUEVideo Research.
VIDEO_RESEARCH = 5;- See Also:
-
GEMIUS_VALUE
public static final int GEMIUS_VALUEGemius.
GEMIUS = 6;- See Also:
-
MEDIA_SCOPE_VALUE
public static final int MEDIA_SCOPE_VALUEMediaScope.
MEDIA_SCOPE = 7;- See Also:
-
AUDIENCE_PROJECT_VALUE
public static final int AUDIENCE_PROJECT_VALUEAudienceProject
AUDIENCE_PROJECT = 8;- See Also:
-
VIDEO_AMP_VALUE
public static final int VIDEO_AMP_VALUEVideoAmp
VIDEO_AMP = 9;- See Also:
-
ISPOT_TV_VALUE
public static final int ISPOT_TV_VALUEiSpot.tv
ISPOT_TV = 10;- See Also:
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
public static ThirdPartyReachIntegrationPartnerEnum.ThirdPartyReachIntegrationPartner valueOf(String name) Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getNumber
public final int getNumber()- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
@Deprecated public static ThirdPartyReachIntegrationPartnerEnum.ThirdPartyReachIntegrationPartner valueOf(int value) Deprecated.Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
value- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
forNumber
public static ThirdPartyReachIntegrationPartnerEnum.ThirdPartyReachIntegrationPartner forNumber(int value) - Parameters:
value- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<ThirdPartyReachIntegrationPartnerEnum.ThirdPartyReachIntegrationPartner> internalGetValueMap() -
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()- Specified by:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() -
valueOf
public static ThirdPartyReachIntegrationPartnerEnum.ThirdPartyReachIntegrationPartner valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
desc- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-