Enum ChangeStatusResourceTypeEnum.ChangeStatusResourceType

    • Field Detail

      • UNSPECIFIED_VALUE

        public static final int UNSPECIFIED_VALUE
         No value has been specified.
         
        UNSPECIFIED = 0;
        See Also:
        Constant Field Values
      • UNKNOWN_VALUE

        public static final int UNKNOWN_VALUE
         Used for return value only. Represents an unclassified resource unknown
         in this version.
         
        UNKNOWN = 1;
        See Also:
        Constant Field Values
      • AD_GROUP_VALUE

        public static final int AD_GROUP_VALUE
         An AdGroup resource change.
         
        AD_GROUP = 3;
        See Also:
        Constant Field Values
      • AD_GROUP_AD_VALUE

        public static final int AD_GROUP_AD_VALUE
         An AdGroupAd resource change.
         
        AD_GROUP_AD = 4;
        See Also:
        Constant Field Values
      • AD_GROUP_CRITERION_VALUE

        public static final int AD_GROUP_CRITERION_VALUE
         An AdGroupCriterion resource change.
         
        AD_GROUP_CRITERION = 5;
        See Also:
        Constant Field Values
      • CAMPAIGN_VALUE

        public static final int CAMPAIGN_VALUE
         A Campaign resource change.
         
        CAMPAIGN = 6;
        See Also:
        Constant Field Values
      • CAMPAIGN_CRITERION_VALUE

        public static final int CAMPAIGN_CRITERION_VALUE
         A CampaignCriterion resource change.
         
        CAMPAIGN_CRITERION = 7;
        See Also:
        Constant Field Values
      • FEED_VALUE

        public static final int FEED_VALUE
         A Feed resource change.
         
        FEED = 9;
        See Also:
        Constant Field Values
      • FEED_ITEM_VALUE

        public static final int FEED_ITEM_VALUE
         A FeedItem resource change.
         
        FEED_ITEM = 10;
        See Also:
        Constant Field Values
      • AD_GROUP_FEED_VALUE

        public static final int AD_GROUP_FEED_VALUE
         An AdGroupFeed resource change.
         
        AD_GROUP_FEED = 11;
        See Also:
        Constant Field Values
      • CAMPAIGN_FEED_VALUE

        public static final int CAMPAIGN_FEED_VALUE
         A CampaignFeed resource change.
         
        CAMPAIGN_FEED = 12;
        See Also:
        Constant Field Values
      • AD_GROUP_BID_MODIFIER_VALUE

        public static final int AD_GROUP_BID_MODIFIER_VALUE
         An AdGroupBidModifier resource change.
         
        AD_GROUP_BID_MODIFIER = 13;
        See Also:
        Constant Field Values
      • SHARED_SET_VALUE

        public static final int SHARED_SET_VALUE
         A SharedSet resource change.
         
        SHARED_SET = 14;
        See Also:
        Constant Field Values
      • CAMPAIGN_SHARED_SET_VALUE

        public static final int CAMPAIGN_SHARED_SET_VALUE
         A CampaignSharedSet resource change.
         
        CAMPAIGN_SHARED_SET = 15;
        See Also:
        Constant Field Values
      • ASSET_VALUE

        public static final int ASSET_VALUE
         An Asset resource change.
         
        ASSET = 16;
        See Also:
        Constant Field Values
      • CUSTOMER_ASSET_VALUE

        public static final int CUSTOMER_ASSET_VALUE
         A CustomerAsset resource change.
         
        CUSTOMER_ASSET = 17;
        See Also:
        Constant Field Values
      • CAMPAIGN_ASSET_VALUE

        public static final int CAMPAIGN_ASSET_VALUE
         A CampaignAsset resource change.
         
        CAMPAIGN_ASSET = 18;
        See Also:
        Constant Field Values
      • AD_GROUP_ASSET_VALUE

        public static final int AD_GROUP_ASSET_VALUE
         An AdGroupAsset resource change.
         
        AD_GROUP_ASSET = 19;
        See Also:
        Constant Field Values
    • Method Detail

      • values

        public static ChangeStatusResourceTypeEnum.ChangeStatusResourceType[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (ChangeStatusResourceTypeEnum.ChangeStatusResourceType c : ChangeStatusResourceTypeEnum.ChangeStatusResourceType.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static ChangeStatusResourceTypeEnum.ChangeStatusResourceType valueOf​(java.lang.String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null
      • getNumber

        public final int getNumber()
        Specified by:
        getNumber in interface com.google.protobuf.Internal.EnumLite
        Specified by:
        getNumber in interface com.google.protobuf.ProtocolMessageEnum
      • valueOf

        @Deprecated
        public static ChangeStatusResourceTypeEnum.ChangeStatusResourceType valueOf​(int value)
        Deprecated.
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null
      • getValueDescriptor

        public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
        Specified by:
        getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnum
      • getDescriptorForType

        public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnum
      • getDescriptor

        public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
      • valueOf

        public static ChangeStatusResourceTypeEnum.ChangeStatusResourceType valueOf​(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null