Class ChangeStatus

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
com.google.ads.googleads.v18.resources.ChangeStatus
All Implemented Interfaces:
ChangeStatusOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable

public final class ChangeStatus extends com.google.protobuf.GeneratedMessageV3 implements ChangeStatusOrBuilder
 Describes the status of returned resource. ChangeStatus could have up to 3
 minutes delay to reflect a new change.
 
Protobuf type google.ads.googleads.v18.resources.ChangeStatus
See Also:
  • Field Details

    • RESOURCE_NAME_FIELD_NUMBER

      public static final int RESOURCE_NAME_FIELD_NUMBER
      See Also:
    • LAST_CHANGE_DATE_TIME_FIELD_NUMBER

      public static final int LAST_CHANGE_DATE_TIME_FIELD_NUMBER
      See Also:
    • RESOURCE_TYPE_FIELD_NUMBER

      public static final int RESOURCE_TYPE_FIELD_NUMBER
      See Also:
    • CAMPAIGN_FIELD_NUMBER

      public static final int CAMPAIGN_FIELD_NUMBER
      See Also:
    • AD_GROUP_FIELD_NUMBER

      public static final int AD_GROUP_FIELD_NUMBER
      See Also:
    • RESOURCE_STATUS_FIELD_NUMBER

      public static final int RESOURCE_STATUS_FIELD_NUMBER
      See Also:
    • AD_GROUP_AD_FIELD_NUMBER

      public static final int AD_GROUP_AD_FIELD_NUMBER
      See Also:
    • AD_GROUP_CRITERION_FIELD_NUMBER

      public static final int AD_GROUP_CRITERION_FIELD_NUMBER
      See Also:
    • CAMPAIGN_CRITERION_FIELD_NUMBER

      public static final int CAMPAIGN_CRITERION_FIELD_NUMBER
      See Also:
    • FEED_FIELD_NUMBER

      public static final int FEED_FIELD_NUMBER
      See Also:
    • FEED_ITEM_FIELD_NUMBER

      public static final int FEED_ITEM_FIELD_NUMBER
      See Also:
    • AD_GROUP_FEED_FIELD_NUMBER

      public static final int AD_GROUP_FEED_FIELD_NUMBER
      See Also:
    • CAMPAIGN_FEED_FIELD_NUMBER

      public static final int CAMPAIGN_FEED_FIELD_NUMBER
      See Also:
    • AD_GROUP_BID_MODIFIER_FIELD_NUMBER

      public static final int AD_GROUP_BID_MODIFIER_FIELD_NUMBER
      See Also:
    • SHARED_SET_FIELD_NUMBER

      public static final int SHARED_SET_FIELD_NUMBER
      See Also:
    • CAMPAIGN_SHARED_SET_FIELD_NUMBER

      public static final int CAMPAIGN_SHARED_SET_FIELD_NUMBER
      See Also:
    • ASSET_FIELD_NUMBER

      public static final int ASSET_FIELD_NUMBER
      See Also:
    • CUSTOMER_ASSET_FIELD_NUMBER

      public static final int CUSTOMER_ASSET_FIELD_NUMBER
      See Also:
    • CAMPAIGN_ASSET_FIELD_NUMBER

      public static final int CAMPAIGN_ASSET_FIELD_NUMBER
      See Also:
    • AD_GROUP_ASSET_FIELD_NUMBER

      public static final int AD_GROUP_ASSET_FIELD_NUMBER
      See Also:
    • COMBINED_AUDIENCE_FIELD_NUMBER

      public static final int COMBINED_AUDIENCE_FIELD_NUMBER
      See Also:
    • ASSET_GROUP_FIELD_NUMBER

      public static final int ASSET_GROUP_FIELD_NUMBER
      See Also:
  • Method Details

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      Overrides:
      newInstance 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
    • getResourceName

      public String getResourceName()
       Output only. The resource name of the change status.
       Change status resource names have the form:
      
       `customers/{customer_id}/changeStatus/{change_status_id}`
       
      string resource_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
      Specified by:
      getResourceName in interface ChangeStatusOrBuilder
      Returns:
      The resourceName.
    • getResourceNameBytes

      public com.google.protobuf.ByteString getResourceNameBytes()
       Output only. The resource name of the change status.
       Change status resource names have the form:
      
       `customers/{customer_id}/changeStatus/{change_status_id}`
       
      string resource_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
      Specified by:
      getResourceNameBytes in interface ChangeStatusOrBuilder
      Returns:
      The bytes for resourceName.
    • hasLastChangeDateTime

      public boolean hasLastChangeDateTime()
       Output only. Time at which the most recent change has occurred on this
       resource.
       
      optional string last_change_date_time = 24 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      hasLastChangeDateTime in interface ChangeStatusOrBuilder
      Returns:
      Whether the lastChangeDateTime field is set.
    • getLastChangeDateTime

      public String getLastChangeDateTime()
       Output only. Time at which the most recent change has occurred on this
       resource.
       
      optional string last_change_date_time = 24 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getLastChangeDateTime in interface ChangeStatusOrBuilder
      Returns:
      The lastChangeDateTime.
    • getLastChangeDateTimeBytes

      public com.google.protobuf.ByteString getLastChangeDateTimeBytes()
       Output only. Time at which the most recent change has occurred on this
       resource.
       
      optional string last_change_date_time = 24 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getLastChangeDateTimeBytes in interface ChangeStatusOrBuilder
      Returns:
      The bytes for lastChangeDateTime.
    • getResourceTypeValue

      public int getResourceTypeValue()
       Output only. Represents the type of the changed resource. This dictates
       what fields will be set. For example, for AD_GROUP, campaign and ad_group
       fields will be set.
       
      .google.ads.googleads.v18.enums.ChangeStatusResourceTypeEnum.ChangeStatusResourceType resource_type = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getResourceTypeValue in interface ChangeStatusOrBuilder
      Returns:
      The enum numeric value on the wire for resourceType.
    • getResourceType

       Output only. Represents the type of the changed resource. This dictates
       what fields will be set. For example, for AD_GROUP, campaign and ad_group
       fields will be set.
       
      .google.ads.googleads.v18.enums.ChangeStatusResourceTypeEnum.ChangeStatusResourceType resource_type = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getResourceType in interface ChangeStatusOrBuilder
      Returns:
      The resourceType.
    • hasCampaign

      public boolean hasCampaign()
       Output only. The Campaign affected by this change.
       
      optional string campaign = 17 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
      Specified by:
      hasCampaign in interface ChangeStatusOrBuilder
      Returns:
      Whether the campaign field is set.
    • getCampaign

      public String getCampaign()
       Output only. The Campaign affected by this change.
       
      optional string campaign = 17 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
      Specified by:
      getCampaign in interface ChangeStatusOrBuilder
      Returns:
      The campaign.
    • getCampaignBytes

      public com.google.protobuf.ByteString getCampaignBytes()
       Output only. The Campaign affected by this change.
       
      optional string campaign = 17 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
      Specified by:
      getCampaignBytes in interface ChangeStatusOrBuilder
      Returns:
      The bytes for campaign.
    • hasAdGroup

      public boolean hasAdGroup()
       Output only. The AdGroup affected by this change.
       
      optional string ad_group = 18 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
      Specified by:
      hasAdGroup in interface ChangeStatusOrBuilder
      Returns:
      Whether the adGroup field is set.
    • getAdGroup

      public String getAdGroup()
       Output only. The AdGroup affected by this change.
       
      optional string ad_group = 18 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
      Specified by:
      getAdGroup in interface ChangeStatusOrBuilder
      Returns:
      The adGroup.
    • getAdGroupBytes

      public com.google.protobuf.ByteString getAdGroupBytes()
       Output only. The AdGroup affected by this change.
       
      optional string ad_group = 18 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
      Specified by:
      getAdGroupBytes in interface ChangeStatusOrBuilder
      Returns:
      The bytes for adGroup.
    • getResourceStatusValue

      public int getResourceStatusValue()
       Output only. Represents the status of the changed resource.
       
      .google.ads.googleads.v18.enums.ChangeStatusOperationEnum.ChangeStatusOperation resource_status = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getResourceStatusValue in interface ChangeStatusOrBuilder
      Returns:
      The enum numeric value on the wire for resourceStatus.
    • getResourceStatus

       Output only. Represents the status of the changed resource.
       
      .google.ads.googleads.v18.enums.ChangeStatusOperationEnum.ChangeStatusOperation resource_status = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getResourceStatus in interface ChangeStatusOrBuilder
      Returns:
      The resourceStatus.
    • hasAdGroupAd

      public boolean hasAdGroupAd()
       Output only. The AdGroupAd affected by this change.
       
      optional string ad_group_ad = 25 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
      Specified by:
      hasAdGroupAd in interface ChangeStatusOrBuilder
      Returns:
      Whether the adGroupAd field is set.
    • getAdGroupAd

      public String getAdGroupAd()
       Output only. The AdGroupAd affected by this change.
       
      optional string ad_group_ad = 25 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
      Specified by:
      getAdGroupAd in interface ChangeStatusOrBuilder
      Returns:
      The adGroupAd.
    • getAdGroupAdBytes

      public com.google.protobuf.ByteString getAdGroupAdBytes()
       Output only. The AdGroupAd affected by this change.
       
      optional string ad_group_ad = 25 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
      Specified by:
      getAdGroupAdBytes in interface ChangeStatusOrBuilder
      Returns:
      The bytes for adGroupAd.
    • hasAdGroupCriterion

      public boolean hasAdGroupCriterion()
       Output only. The AdGroupCriterion affected by this change.
       
      optional string ad_group_criterion = 26 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
      Specified by:
      hasAdGroupCriterion in interface ChangeStatusOrBuilder
      Returns:
      Whether the adGroupCriterion field is set.
    • getAdGroupCriterion

      public String getAdGroupCriterion()
       Output only. The AdGroupCriterion affected by this change.
       
      optional string ad_group_criterion = 26 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
      Specified by:
      getAdGroupCriterion in interface ChangeStatusOrBuilder
      Returns:
      The adGroupCriterion.
    • getAdGroupCriterionBytes

      public com.google.protobuf.ByteString getAdGroupCriterionBytes()
       Output only. The AdGroupCriterion affected by this change.
       
      optional string ad_group_criterion = 26 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
      Specified by:
      getAdGroupCriterionBytes in interface ChangeStatusOrBuilder
      Returns:
      The bytes for adGroupCriterion.
    • hasCampaignCriterion

      public boolean hasCampaignCriterion()
       Output only. The CampaignCriterion affected by this change.
       
      optional string campaign_criterion = 27 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
      Specified by:
      hasCampaignCriterion in interface ChangeStatusOrBuilder
      Returns:
      Whether the campaignCriterion field is set.
    • getCampaignCriterion

      public String getCampaignCriterion()
       Output only. The CampaignCriterion affected by this change.
       
      optional string campaign_criterion = 27 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
      Specified by:
      getCampaignCriterion in interface ChangeStatusOrBuilder
      Returns:
      The campaignCriterion.
    • getCampaignCriterionBytes

      public com.google.protobuf.ByteString getCampaignCriterionBytes()
       Output only. The CampaignCriterion affected by this change.
       
      optional string campaign_criterion = 27 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
      Specified by:
      getCampaignCriterionBytes in interface ChangeStatusOrBuilder
      Returns:
      The bytes for campaignCriterion.
    • hasFeed

      public boolean hasFeed()
       Output only. The Feed affected by this change.
       
      optional string feed = 28 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
      Specified by:
      hasFeed in interface ChangeStatusOrBuilder
      Returns:
      Whether the feed field is set.
    • getFeed

      public String getFeed()
       Output only. The Feed affected by this change.
       
      optional string feed = 28 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
      Specified by:
      getFeed in interface ChangeStatusOrBuilder
      Returns:
      The feed.
    • getFeedBytes

      public com.google.protobuf.ByteString getFeedBytes()
       Output only. The Feed affected by this change.
       
      optional string feed = 28 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
      Specified by:
      getFeedBytes in interface ChangeStatusOrBuilder
      Returns:
      The bytes for feed.
    • hasFeedItem

      public boolean hasFeedItem()
       Output only. The FeedItem affected by this change.
       
      optional string feed_item = 29 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
      Specified by:
      hasFeedItem in interface ChangeStatusOrBuilder
      Returns:
      Whether the feedItem field is set.
    • getFeedItem

      public String getFeedItem()
       Output only. The FeedItem affected by this change.
       
      optional string feed_item = 29 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
      Specified by:
      getFeedItem in interface ChangeStatusOrBuilder
      Returns:
      The feedItem.
    • getFeedItemBytes

      public com.google.protobuf.ByteString getFeedItemBytes()
       Output only. The FeedItem affected by this change.
       
      optional string feed_item = 29 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
      Specified by:
      getFeedItemBytes in interface ChangeStatusOrBuilder
      Returns:
      The bytes for feedItem.
    • hasAdGroupFeed

      public boolean hasAdGroupFeed()
       Output only. The AdGroupFeed affected by this change.
       
      optional string ad_group_feed = 30 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
      Specified by:
      hasAdGroupFeed in interface ChangeStatusOrBuilder
      Returns:
      Whether the adGroupFeed field is set.
    • getAdGroupFeed

      public String getAdGroupFeed()
       Output only. The AdGroupFeed affected by this change.
       
      optional string ad_group_feed = 30 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
      Specified by:
      getAdGroupFeed in interface ChangeStatusOrBuilder
      Returns:
      The adGroupFeed.
    • getAdGroupFeedBytes

      public com.google.protobuf.ByteString getAdGroupFeedBytes()
       Output only. The AdGroupFeed affected by this change.
       
      optional string ad_group_feed = 30 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
      Specified by:
      getAdGroupFeedBytes in interface ChangeStatusOrBuilder
      Returns:
      The bytes for adGroupFeed.
    • hasCampaignFeed

      public boolean hasCampaignFeed()
       Output only. The CampaignFeed affected by this change.
       
      optional string campaign_feed = 31 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
      Specified by:
      hasCampaignFeed in interface ChangeStatusOrBuilder
      Returns:
      Whether the campaignFeed field is set.
    • getCampaignFeed

      public String getCampaignFeed()
       Output only. The CampaignFeed affected by this change.
       
      optional string campaign_feed = 31 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
      Specified by:
      getCampaignFeed in interface ChangeStatusOrBuilder
      Returns:
      The campaignFeed.
    • getCampaignFeedBytes

      public com.google.protobuf.ByteString getCampaignFeedBytes()
       Output only. The CampaignFeed affected by this change.
       
      optional string campaign_feed = 31 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
      Specified by:
      getCampaignFeedBytes in interface ChangeStatusOrBuilder
      Returns:
      The bytes for campaignFeed.
    • hasAdGroupBidModifier

      public boolean hasAdGroupBidModifier()
       Output only. The AdGroupBidModifier affected by this change.
       
      optional string ad_group_bid_modifier = 32 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
      Specified by:
      hasAdGroupBidModifier in interface ChangeStatusOrBuilder
      Returns:
      Whether the adGroupBidModifier field is set.
    • getAdGroupBidModifier

      public String getAdGroupBidModifier()
       Output only. The AdGroupBidModifier affected by this change.
       
      optional string ad_group_bid_modifier = 32 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
      Specified by:
      getAdGroupBidModifier in interface ChangeStatusOrBuilder
      Returns:
      The adGroupBidModifier.
    • getAdGroupBidModifierBytes

      public com.google.protobuf.ByteString getAdGroupBidModifierBytes()
       Output only. The AdGroupBidModifier affected by this change.
       
      optional string ad_group_bid_modifier = 32 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
      Specified by:
      getAdGroupBidModifierBytes in interface ChangeStatusOrBuilder
      Returns:
      The bytes for adGroupBidModifier.
    • getSharedSet

      public String getSharedSet()
       Output only. The SharedSet affected by this change.
       
      string shared_set = 33 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
      Specified by:
      getSharedSet in interface ChangeStatusOrBuilder
      Returns:
      The sharedSet.
    • getSharedSetBytes

      public com.google.protobuf.ByteString getSharedSetBytes()
       Output only. The SharedSet affected by this change.
       
      string shared_set = 33 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
      Specified by:
      getSharedSetBytes in interface ChangeStatusOrBuilder
      Returns:
      The bytes for sharedSet.
    • getCampaignSharedSet

      public String getCampaignSharedSet()
       Output only. The CampaignSharedSet affected by this change.
       
      string campaign_shared_set = 34 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
      Specified by:
      getCampaignSharedSet in interface ChangeStatusOrBuilder
      Returns:
      The campaignSharedSet.
    • getCampaignSharedSetBytes

      public com.google.protobuf.ByteString getCampaignSharedSetBytes()
       Output only. The CampaignSharedSet affected by this change.
       
      string campaign_shared_set = 34 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
      Specified by:
      getCampaignSharedSetBytes in interface ChangeStatusOrBuilder
      Returns:
      The bytes for campaignSharedSet.
    • getAsset

      public String getAsset()
       Output only. The Asset affected by this change.
       
      string asset = 35 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
      Specified by:
      getAsset in interface ChangeStatusOrBuilder
      Returns:
      The asset.
    • getAssetBytes

      public com.google.protobuf.ByteString getAssetBytes()
       Output only. The Asset affected by this change.
       
      string asset = 35 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
      Specified by:
      getAssetBytes in interface ChangeStatusOrBuilder
      Returns:
      The bytes for asset.
    • getCustomerAsset

      public String getCustomerAsset()
       Output only. The CustomerAsset affected by this change.
       
      string customer_asset = 36 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
      Specified by:
      getCustomerAsset in interface ChangeStatusOrBuilder
      Returns:
      The customerAsset.
    • getCustomerAssetBytes

      public com.google.protobuf.ByteString getCustomerAssetBytes()
       Output only. The CustomerAsset affected by this change.
       
      string customer_asset = 36 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
      Specified by:
      getCustomerAssetBytes in interface ChangeStatusOrBuilder
      Returns:
      The bytes for customerAsset.
    • getCampaignAsset

      public String getCampaignAsset()
       Output only. The CampaignAsset affected by this change.
       
      string campaign_asset = 37 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
      Specified by:
      getCampaignAsset in interface ChangeStatusOrBuilder
      Returns:
      The campaignAsset.
    • getCampaignAssetBytes

      public com.google.protobuf.ByteString getCampaignAssetBytes()
       Output only. The CampaignAsset affected by this change.
       
      string campaign_asset = 37 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
      Specified by:
      getCampaignAssetBytes in interface ChangeStatusOrBuilder
      Returns:
      The bytes for campaignAsset.
    • getAdGroupAsset

      public String getAdGroupAsset()
       Output only. The AdGroupAsset affected by this change.
       
      string ad_group_asset = 38 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
      Specified by:
      getAdGroupAsset in interface ChangeStatusOrBuilder
      Returns:
      The adGroupAsset.
    • getAdGroupAssetBytes

      public com.google.protobuf.ByteString getAdGroupAssetBytes()
       Output only. The AdGroupAsset affected by this change.
       
      string ad_group_asset = 38 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
      Specified by:
      getAdGroupAssetBytes in interface ChangeStatusOrBuilder
      Returns:
      The bytes for adGroupAsset.
    • getCombinedAudience

      public String getCombinedAudience()
       Output only. The CombinedAudience affected by this change.
       
      string combined_audience = 40 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
      Specified by:
      getCombinedAudience in interface ChangeStatusOrBuilder
      Returns:
      The combinedAudience.
    • getCombinedAudienceBytes

      public com.google.protobuf.ByteString getCombinedAudienceBytes()
       Output only. The CombinedAudience affected by this change.
       
      string combined_audience = 40 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
      Specified by:
      getCombinedAudienceBytes in interface ChangeStatusOrBuilder
      Returns:
      The bytes for combinedAudience.
    • getAssetGroup

      public String getAssetGroup()
       Output only. The AssetGroup affected by this change.
       
      string asset_group = 41 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
      Specified by:
      getAssetGroup in interface ChangeStatusOrBuilder
      Returns:
      The assetGroup.
    • getAssetGroupBytes

      public com.google.protobuf.ByteString getAssetGroupBytes()
       Output only. The AssetGroup affected by this change.
       
      string asset_group = 41 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
      Specified by:
      getAssetGroupBytes in interface ChangeStatusOrBuilder
      Returns:
      The bytes for assetGroup.
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3
    • 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 ChangeStatus parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ChangeStatus parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ChangeStatus parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ChangeStatus parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ChangeStatus parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ChangeStatus parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ChangeStatus parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static ChangeStatus parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static ChangeStatus parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static ChangeStatus parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static ChangeStatus parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static ChangeStatus parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public ChangeStatus.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static ChangeStatus.Builder newBuilder()
    • newBuilder

      public static ChangeStatus.Builder newBuilder(ChangeStatus prototype)
    • toBuilder

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

      protected ChangeStatus.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static ChangeStatus getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<ChangeStatus> parser()
    • getParserForType

      public com.google.protobuf.Parser<ChangeStatus> 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 ChangeStatus getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder