Enum Class ChangeClientTypeEnum.ChangeClientType
java.lang.Object
java.lang.Enum<ChangeClientTypeEnum.ChangeClientType>
com.google.ads.googleads.v18.enums.ChangeClientTypeEnum.ChangeClientType
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<ChangeClientTypeEnum.ChangeClientType>,Constable
- Enclosing class:
- ChangeClientTypeEnum
public static enum ChangeClientTypeEnum.ChangeClientType
extends Enum<ChangeClientTypeEnum.ChangeClientType>
implements com.google.protobuf.ProtocolMessageEnum
The source that the change_event resource was made through.Protobuf enum
google.ads.googleads.v18.enums.ChangeClientTypeEnum.ChangeClientType-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionChanges made by Google Ads API.Changes made through Google Ads automated rules.Changes made by Google Ads bulk upload.Changes made by Google Ads Editor.Changes made by Google Ads mobile app.Changes made through Google Ads recommendations.Changes made by subscribing to Google Ads recommendations.Changes made through Google Ads scripts.Changes made through the "ads.google.com".Changes made through internal tools.Types of changes that are not categorized, for example, changes made by coupon redemption through Google Ads.Changes made through Search Ads 360 Post.Changes made through Search Ads 360 Sync.Used for return value only.No value has been specified. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intChanges made by Google Ads API.static final intChanges made through Google Ads automated rules.static final intChanges made by Google Ads bulk upload.static final intChanges made by Google Ads Editor.static final intChanges made by Google Ads mobile app.static final intChanges made by subscribing to Google Ads recommendations.static final intChanges made through Google Ads recommendations.static final intChanges made through Google Ads scripts.static final intChanges made through the "ads.google.com".static final intChanges made through internal tools.static final intTypes of changes that are not categorized, for example, changes made by coupon redemption through Google Ads.static final intChanges made through Search Ads 360 Post.static final intChanges made through Search Ads 360 Sync.static final intUsed for return value only.static final intNo value has been specified. -
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<ChangeClientTypeEnum.ChangeClientType>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
No value has been specified.
UNSPECIFIED = 0; -
UNKNOWN
Used for return value only. Represents an unclassified client type unknown in this version.
UNKNOWN = 1; -
GOOGLE_ADS_WEB_CLIENT
Changes made through the "ads.google.com". For example, changes made through campaign management.
GOOGLE_ADS_WEB_CLIENT = 2; -
GOOGLE_ADS_AUTOMATED_RULE
Changes made through Google Ads automated rules.
GOOGLE_ADS_AUTOMATED_RULE = 3; -
GOOGLE_ADS_SCRIPTS
Changes made through Google Ads scripts.
GOOGLE_ADS_SCRIPTS = 4; -
GOOGLE_ADS_BULK_UPLOAD
Changes made by Google Ads bulk upload.
GOOGLE_ADS_BULK_UPLOAD = 5; -
GOOGLE_ADS_API
Changes made by Google Ads API.
GOOGLE_ADS_API = 6; -
GOOGLE_ADS_EDITOR
Changes made by Google Ads Editor. This value is a placeholder. The API does not return these changes.
GOOGLE_ADS_EDITOR = 7; -
GOOGLE_ADS_MOBILE_APP
Changes made by Google Ads mobile app.
GOOGLE_ADS_MOBILE_APP = 8; -
GOOGLE_ADS_RECOMMENDATIONS
Changes made through Google Ads recommendations.
GOOGLE_ADS_RECOMMENDATIONS = 9; -
SEARCH_ADS_360_SYNC
Changes made through Search Ads 360 Sync.
SEARCH_ADS_360_SYNC = 10; -
SEARCH_ADS_360_POST
Changes made through Search Ads 360 Post.
SEARCH_ADS_360_POST = 11; -
INTERNAL_TOOL
Changes made through internal tools. For example, when a user sets a URL template on an entity like a Campaign, it's automatically wrapped with the SA360 Clickserver URL.
INTERNAL_TOOL = 12; -
OTHER
Types of changes that are not categorized, for example, changes made by coupon redemption through Google Ads.
OTHER = 13; -
GOOGLE_ADS_RECOMMENDATIONS_SUBSCRIPTION
Changes made by subscribing to Google Ads recommendations.
GOOGLE_ADS_RECOMMENDATIONS_SUBSCRIPTION = 14; -
UNRECOGNIZED
-
-
Field Details
-
UNSPECIFIED_VALUE
public static final int UNSPECIFIED_VALUENo value has been specified.
UNSPECIFIED = 0;- See Also:
-
UNKNOWN_VALUE
public static final int UNKNOWN_VALUEUsed for return value only. Represents an unclassified client type unknown in this version.
UNKNOWN = 1;- See Also:
-
GOOGLE_ADS_WEB_CLIENT_VALUE
public static final int GOOGLE_ADS_WEB_CLIENT_VALUEChanges made through the "ads.google.com". For example, changes made through campaign management.
GOOGLE_ADS_WEB_CLIENT = 2;- See Also:
-
GOOGLE_ADS_AUTOMATED_RULE_VALUE
public static final int GOOGLE_ADS_AUTOMATED_RULE_VALUEChanges made through Google Ads automated rules.
GOOGLE_ADS_AUTOMATED_RULE = 3;- See Also:
-
GOOGLE_ADS_SCRIPTS_VALUE
public static final int GOOGLE_ADS_SCRIPTS_VALUEChanges made through Google Ads scripts.
GOOGLE_ADS_SCRIPTS = 4;- See Also:
-
GOOGLE_ADS_BULK_UPLOAD_VALUE
public static final int GOOGLE_ADS_BULK_UPLOAD_VALUEChanges made by Google Ads bulk upload.
GOOGLE_ADS_BULK_UPLOAD = 5;- See Also:
-
GOOGLE_ADS_API_VALUE
public static final int GOOGLE_ADS_API_VALUEChanges made by Google Ads API.
GOOGLE_ADS_API = 6;- See Also:
-
GOOGLE_ADS_EDITOR_VALUE
public static final int GOOGLE_ADS_EDITOR_VALUEChanges made by Google Ads Editor. This value is a placeholder. The API does not return these changes.
GOOGLE_ADS_EDITOR = 7;- See Also:
-
GOOGLE_ADS_MOBILE_APP_VALUE
public static final int GOOGLE_ADS_MOBILE_APP_VALUEChanges made by Google Ads mobile app.
GOOGLE_ADS_MOBILE_APP = 8;- See Also:
-
GOOGLE_ADS_RECOMMENDATIONS_VALUE
public static final int GOOGLE_ADS_RECOMMENDATIONS_VALUEChanges made through Google Ads recommendations.
GOOGLE_ADS_RECOMMENDATIONS = 9;- See Also:
-
SEARCH_ADS_360_SYNC_VALUE
public static final int SEARCH_ADS_360_SYNC_VALUEChanges made through Search Ads 360 Sync.
SEARCH_ADS_360_SYNC = 10;- See Also:
-
SEARCH_ADS_360_POST_VALUE
public static final int SEARCH_ADS_360_POST_VALUEChanges made through Search Ads 360 Post.
SEARCH_ADS_360_POST = 11;- See Also:
-
INTERNAL_TOOL_VALUE
public static final int INTERNAL_TOOL_VALUEChanges made through internal tools. For example, when a user sets a URL template on an entity like a Campaign, it's automatically wrapped with the SA360 Clickserver URL.
INTERNAL_TOOL = 12;- See Also:
-
OTHER_VALUE
public static final int OTHER_VALUETypes of changes that are not categorized, for example, changes made by coupon redemption through Google Ads.
OTHER = 13;- See Also:
-
GOOGLE_ADS_RECOMMENDATIONS_SUBSCRIPTION_VALUE
public static final int GOOGLE_ADS_RECOMMENDATIONS_SUBSCRIPTION_VALUEChanges made by subscribing to Google Ads recommendations.
GOOGLE_ADS_RECOMMENDATIONS_SUBSCRIPTION = 14;- 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
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.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
- 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<ChangeClientTypeEnum.ChangeClientType> 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 ChangeClientTypeEnum.ChangeClientType 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
-