Class ChangeStatus.Builder

  • All Implemented Interfaces:
    ChangeStatusOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, java.lang.Cloneable
    Enclosing class:
    ChangeStatus

    public static final class ChangeStatus.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<ChangeStatus.Builder>
    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.v10.resources.ChangeStatus
    • Method Detail

      • 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.Builder<ChangeStatus.Builder>
      • clear

        public ChangeStatus.Builder clear()
        Specified by:
        clear in interface com.google.protobuf.Message.Builder
        Specified by:
        clear in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clear in class com.google.protobuf.GeneratedMessageV3.Builder<ChangeStatus.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<ChangeStatus.Builder>
      • getDefaultInstanceForType

        public ChangeStatus getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

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

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

        public ChangeStatus.Builder clone()
        Specified by:
        clone in interface com.google.protobuf.Message.Builder
        Specified by:
        clone in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<ChangeStatus.Builder>
      • setField

        public ChangeStatus.Builder setField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                             java.lang.Object value)
        Specified by:
        setField in interface com.google.protobuf.Message.Builder
        Overrides:
        setField in class com.google.protobuf.GeneratedMessageV3.Builder<ChangeStatus.Builder>
      • clearField

        public ChangeStatus.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface com.google.protobuf.Message.Builder
        Overrides:
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<ChangeStatus.Builder>
      • clearOneof

        public ChangeStatus.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface com.google.protobuf.Message.Builder
        Overrides:
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<ChangeStatus.Builder>
      • setRepeatedField

        public ChangeStatus.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                     int index,
                                                     java.lang.Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ChangeStatus.Builder>
      • addRepeatedField

        public ChangeStatus.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                     java.lang.Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ChangeStatus.Builder>
      • mergeFrom

        public ChangeStatus.Builder mergeFrom​(com.google.protobuf.Message other)
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<ChangeStatus.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ChangeStatus.Builder>
      • mergeFrom

        public ChangeStatus.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                              com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                       throws java.io.IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<ChangeStatus.Builder>
        Throws:
        java.io.IOException
      • getResourceName

        public java.lang.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.
      • setResourceName

        public ChangeStatus.Builder setResourceName​(java.lang.String value)
         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) = { ... }
        Parameters:
        value - The resourceName to set.
        Returns:
        This builder for chaining.
      • clearResourceName

        public ChangeStatus.Builder clearResourceName()
         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) = { ... }
        Returns:
        This builder for chaining.
      • setResourceNameBytes

        public ChangeStatus.Builder setResourceNameBytes​(com.google.protobuf.ByteString value)
         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) = { ... }
        Parameters:
        value - The bytes for resourceName to set.
        Returns:
        This builder for chaining.
      • 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 java.lang.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.
      • setLastChangeDateTime

        public ChangeStatus.Builder setLastChangeDateTime​(java.lang.String value)
         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];
        Parameters:
        value - The lastChangeDateTime to set.
        Returns:
        This builder for chaining.
      • clearLastChangeDateTime

        public ChangeStatus.Builder clearLastChangeDateTime()
         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];
        Returns:
        This builder for chaining.
      • setLastChangeDateTimeBytes

        public ChangeStatus.Builder setLastChangeDateTimeBytes​(com.google.protobuf.ByteString value)
         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];
        Parameters:
        value - The bytes for lastChangeDateTime to set.
        Returns:
        This builder for chaining.
      • 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.v10.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.
      • setResourceTypeValue

        public ChangeStatus.Builder setResourceTypeValue​(int value)
         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.v10.enums.ChangeStatusResourceTypeEnum.ChangeStatusResourceType resource_type = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The enum numeric value on the wire for resourceType to set.
        Returns:
        This builder for chaining.
      • getResourceType

        public ChangeStatusResourceTypeEnum.ChangeStatusResourceType 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.v10.enums.ChangeStatusResourceTypeEnum.ChangeStatusResourceType resource_type = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getResourceType in interface ChangeStatusOrBuilder
        Returns:
        The resourceType.
      • setResourceType

        public ChangeStatus.Builder setResourceType​(ChangeStatusResourceTypeEnum.ChangeStatusResourceType value)
         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.v10.enums.ChangeStatusResourceTypeEnum.ChangeStatusResourceType resource_type = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The resourceType to set.
        Returns:
        This builder for chaining.
      • clearResourceType

        public ChangeStatus.Builder clearResourceType()
         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.v10.enums.ChangeStatusResourceTypeEnum.ChangeStatusResourceType resource_type = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        This builder for chaining.
      • 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 java.lang.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.
      • setCampaign

        public ChangeStatus.Builder setCampaign​(java.lang.String value)
         Output only. The Campaign affected by this change.
         
        optional string campaign = 17 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The campaign to set.
        Returns:
        This builder for chaining.
      • clearCampaign

        public ChangeStatus.Builder clearCampaign()
         Output only. The Campaign affected by this change.
         
        optional string campaign = 17 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Returns:
        This builder for chaining.
      • setCampaignBytes

        public ChangeStatus.Builder setCampaignBytes​(com.google.protobuf.ByteString value)
         Output only. The Campaign affected by this change.
         
        optional string campaign = 17 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The bytes for campaign to set.
        Returns:
        This builder for chaining.
      • 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 java.lang.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.
      • setAdGroup

        public ChangeStatus.Builder setAdGroup​(java.lang.String value)
         Output only. The AdGroup affected by this change.
         
        optional string ad_group = 18 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The adGroup to set.
        Returns:
        This builder for chaining.
      • clearAdGroup

        public ChangeStatus.Builder clearAdGroup()
         Output only. The AdGroup affected by this change.
         
        optional string ad_group = 18 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Returns:
        This builder for chaining.
      • setAdGroupBytes

        public ChangeStatus.Builder setAdGroupBytes​(com.google.protobuf.ByteString value)
         Output only. The AdGroup affected by this change.
         
        optional string ad_group = 18 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The bytes for adGroup to set.
        Returns:
        This builder for chaining.
      • getResourceStatusValue

        public int getResourceStatusValue()
         Output only. Represents the status of the changed resource.
         
        .google.ads.googleads.v10.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.
      • setResourceStatusValue

        public ChangeStatus.Builder setResourceStatusValue​(int value)
         Output only. Represents the status of the changed resource.
         
        .google.ads.googleads.v10.enums.ChangeStatusOperationEnum.ChangeStatusOperation resource_status = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The enum numeric value on the wire for resourceStatus to set.
        Returns:
        This builder for chaining.
      • setResourceStatus

        public ChangeStatus.Builder setResourceStatus​(ChangeStatusOperationEnum.ChangeStatusOperation value)
         Output only. Represents the status of the changed resource.
         
        .google.ads.googleads.v10.enums.ChangeStatusOperationEnum.ChangeStatusOperation resource_status = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The resourceStatus to set.
        Returns:
        This builder for chaining.
      • clearResourceStatus

        public ChangeStatus.Builder clearResourceStatus()
         Output only. Represents the status of the changed resource.
         
        .google.ads.googleads.v10.enums.ChangeStatusOperationEnum.ChangeStatusOperation resource_status = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        This builder for chaining.
      • 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 java.lang.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.
      • setAdGroupAd

        public ChangeStatus.Builder setAdGroupAd​(java.lang.String value)
         Output only. The AdGroupAd affected by this change.
         
        optional string ad_group_ad = 25 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The adGroupAd to set.
        Returns:
        This builder for chaining.
      • clearAdGroupAd

        public ChangeStatus.Builder clearAdGroupAd()
         Output only. The AdGroupAd affected by this change.
         
        optional string ad_group_ad = 25 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Returns:
        This builder for chaining.
      • setAdGroupAdBytes

        public ChangeStatus.Builder setAdGroupAdBytes​(com.google.protobuf.ByteString value)
         Output only. The AdGroupAd affected by this change.
         
        optional string ad_group_ad = 25 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The bytes for adGroupAd to set.
        Returns:
        This builder for chaining.
      • 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 java.lang.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.
      • setAdGroupCriterion

        public ChangeStatus.Builder setAdGroupCriterion​(java.lang.String value)
         Output only. The AdGroupCriterion affected by this change.
         
        optional string ad_group_criterion = 26 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The adGroupCriterion to set.
        Returns:
        This builder for chaining.
      • clearAdGroupCriterion

        public ChangeStatus.Builder clearAdGroupCriterion()
         Output only. The AdGroupCriterion affected by this change.
         
        optional string ad_group_criterion = 26 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Returns:
        This builder for chaining.
      • setAdGroupCriterionBytes

        public ChangeStatus.Builder setAdGroupCriterionBytes​(com.google.protobuf.ByteString value)
         Output only. The AdGroupCriterion affected by this change.
         
        optional string ad_group_criterion = 26 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The bytes for adGroupCriterion to set.
        Returns:
        This builder for chaining.
      • 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 java.lang.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.
      • setCampaignCriterion

        public ChangeStatus.Builder setCampaignCriterion​(java.lang.String value)
         Output only. The CampaignCriterion affected by this change.
         
        optional string campaign_criterion = 27 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The campaignCriterion to set.
        Returns:
        This builder for chaining.
      • clearCampaignCriterion

        public ChangeStatus.Builder clearCampaignCriterion()
         Output only. The CampaignCriterion affected by this change.
         
        optional string campaign_criterion = 27 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Returns:
        This builder for chaining.
      • setCampaignCriterionBytes

        public ChangeStatus.Builder setCampaignCriterionBytes​(com.google.protobuf.ByteString value)
         Output only. The CampaignCriterion affected by this change.
         
        optional string campaign_criterion = 27 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The bytes for campaignCriterion to set.
        Returns:
        This builder for chaining.
      • 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 java.lang.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.
      • setFeed

        public ChangeStatus.Builder setFeed​(java.lang.String value)
         Output only. The Feed affected by this change.
         
        optional string feed = 28 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The feed to set.
        Returns:
        This builder for chaining.
      • clearFeed

        public ChangeStatus.Builder clearFeed()
         Output only. The Feed affected by this change.
         
        optional string feed = 28 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Returns:
        This builder for chaining.
      • setFeedBytes

        public ChangeStatus.Builder setFeedBytes​(com.google.protobuf.ByteString value)
         Output only. The Feed affected by this change.
         
        optional string feed = 28 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The bytes for feed to set.
        Returns:
        This builder for chaining.
      • 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 java.lang.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.
      • setFeedItem

        public ChangeStatus.Builder setFeedItem​(java.lang.String value)
         Output only. The FeedItem affected by this change.
         
        optional string feed_item = 29 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The feedItem to set.
        Returns:
        This builder for chaining.
      • clearFeedItem

        public ChangeStatus.Builder clearFeedItem()
         Output only. The FeedItem affected by this change.
         
        optional string feed_item = 29 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Returns:
        This builder for chaining.
      • setFeedItemBytes

        public ChangeStatus.Builder setFeedItemBytes​(com.google.protobuf.ByteString value)
         Output only. The FeedItem affected by this change.
         
        optional string feed_item = 29 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The bytes for feedItem to set.
        Returns:
        This builder for chaining.
      • 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 java.lang.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.
      • setAdGroupFeed

        public ChangeStatus.Builder setAdGroupFeed​(java.lang.String value)
         Output only. The AdGroupFeed affected by this change.
         
        optional string ad_group_feed = 30 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The adGroupFeed to set.
        Returns:
        This builder for chaining.
      • clearAdGroupFeed

        public ChangeStatus.Builder clearAdGroupFeed()
         Output only. The AdGroupFeed affected by this change.
         
        optional string ad_group_feed = 30 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Returns:
        This builder for chaining.
      • setAdGroupFeedBytes

        public ChangeStatus.Builder setAdGroupFeedBytes​(com.google.protobuf.ByteString value)
         Output only. The AdGroupFeed affected by this change.
         
        optional string ad_group_feed = 30 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The bytes for adGroupFeed to set.
        Returns:
        This builder for chaining.
      • 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 java.lang.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.
      • setCampaignFeed

        public ChangeStatus.Builder setCampaignFeed​(java.lang.String value)
         Output only. The CampaignFeed affected by this change.
         
        optional string campaign_feed = 31 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The campaignFeed to set.
        Returns:
        This builder for chaining.
      • clearCampaignFeed

        public ChangeStatus.Builder clearCampaignFeed()
         Output only. The CampaignFeed affected by this change.
         
        optional string campaign_feed = 31 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Returns:
        This builder for chaining.
      • setCampaignFeedBytes

        public ChangeStatus.Builder setCampaignFeedBytes​(com.google.protobuf.ByteString value)
         Output only. The CampaignFeed affected by this change.
         
        optional string campaign_feed = 31 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The bytes for campaignFeed to set.
        Returns:
        This builder for chaining.
      • 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 java.lang.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.
      • setAdGroupBidModifier

        public ChangeStatus.Builder setAdGroupBidModifier​(java.lang.String value)
         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) = { ... }
        Parameters:
        value - The adGroupBidModifier to set.
        Returns:
        This builder for chaining.
      • clearAdGroupBidModifier

        public ChangeStatus.Builder clearAdGroupBidModifier()
         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) = { ... }
        Returns:
        This builder for chaining.
      • setAdGroupBidModifierBytes

        public ChangeStatus.Builder setAdGroupBidModifierBytes​(com.google.protobuf.ByteString value)
         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) = { ... }
        Parameters:
        value - The bytes for adGroupBidModifier to set.
        Returns:
        This builder for chaining.
      • getSharedSet

        public java.lang.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.
      • setSharedSet

        public ChangeStatus.Builder setSharedSet​(java.lang.String value)
         Output only. The SharedSet affected by this change.
         
        string shared_set = 33 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The sharedSet to set.
        Returns:
        This builder for chaining.
      • clearSharedSet

        public ChangeStatus.Builder clearSharedSet()
         Output only. The SharedSet affected by this change.
         
        string shared_set = 33 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Returns:
        This builder for chaining.
      • setSharedSetBytes

        public ChangeStatus.Builder setSharedSetBytes​(com.google.protobuf.ByteString value)
         Output only. The SharedSet affected by this change.
         
        string shared_set = 33 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The bytes for sharedSet to set.
        Returns:
        This builder for chaining.
      • getCampaignSharedSet

        public java.lang.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.
      • setCampaignSharedSet

        public ChangeStatus.Builder setCampaignSharedSet​(java.lang.String value)
         Output only. The CampaignSharedSet affected by this change.
         
        string campaign_shared_set = 34 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The campaignSharedSet to set.
        Returns:
        This builder for chaining.
      • clearCampaignSharedSet

        public ChangeStatus.Builder clearCampaignSharedSet()
         Output only. The CampaignSharedSet affected by this change.
         
        string campaign_shared_set = 34 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Returns:
        This builder for chaining.
      • setCampaignSharedSetBytes

        public ChangeStatus.Builder setCampaignSharedSetBytes​(com.google.protobuf.ByteString value)
         Output only. The CampaignSharedSet affected by this change.
         
        string campaign_shared_set = 34 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The bytes for campaignSharedSet to set.
        Returns:
        This builder for chaining.
      • getAsset

        public java.lang.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.
      • setAsset

        public ChangeStatus.Builder setAsset​(java.lang.String value)
         Output only. The Asset affected by this change.
         
        string asset = 35 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The asset to set.
        Returns:
        This builder for chaining.
      • clearAsset

        public ChangeStatus.Builder clearAsset()
         Output only. The Asset affected by this change.
         
        string asset = 35 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Returns:
        This builder for chaining.
      • setAssetBytes

        public ChangeStatus.Builder setAssetBytes​(com.google.protobuf.ByteString value)
         Output only. The Asset affected by this change.
         
        string asset = 35 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The bytes for asset to set.
        Returns:
        This builder for chaining.
      • getCustomerAsset

        public java.lang.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.
      • setCustomerAsset

        public ChangeStatus.Builder setCustomerAsset​(java.lang.String value)
         Output only. The CustomerAsset affected by this change.
         
        string customer_asset = 36 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The customerAsset to set.
        Returns:
        This builder for chaining.
      • clearCustomerAsset

        public ChangeStatus.Builder clearCustomerAsset()
         Output only. The CustomerAsset affected by this change.
         
        string customer_asset = 36 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Returns:
        This builder for chaining.
      • setCustomerAssetBytes

        public ChangeStatus.Builder setCustomerAssetBytes​(com.google.protobuf.ByteString value)
         Output only. The CustomerAsset affected by this change.
         
        string customer_asset = 36 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The bytes for customerAsset to set.
        Returns:
        This builder for chaining.
      • getCampaignAsset

        public java.lang.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.
      • setCampaignAsset

        public ChangeStatus.Builder setCampaignAsset​(java.lang.String value)
         Output only. The CampaignAsset affected by this change.
         
        string campaign_asset = 37 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The campaignAsset to set.
        Returns:
        This builder for chaining.
      • clearCampaignAsset

        public ChangeStatus.Builder clearCampaignAsset()
         Output only. The CampaignAsset affected by this change.
         
        string campaign_asset = 37 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Returns:
        This builder for chaining.
      • setCampaignAssetBytes

        public ChangeStatus.Builder setCampaignAssetBytes​(com.google.protobuf.ByteString value)
         Output only. The CampaignAsset affected by this change.
         
        string campaign_asset = 37 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The bytes for campaignAsset to set.
        Returns:
        This builder for chaining.
      • getAdGroupAsset

        public java.lang.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.
      • setAdGroupAsset

        public ChangeStatus.Builder setAdGroupAsset​(java.lang.String value)
         Output only. The AdGroupAsset affected by this change.
         
        string ad_group_asset = 38 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The adGroupAsset to set.
        Returns:
        This builder for chaining.
      • clearAdGroupAsset

        public ChangeStatus.Builder clearAdGroupAsset()
         Output only. The AdGroupAsset affected by this change.
         
        string ad_group_asset = 38 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Returns:
        This builder for chaining.
      • setAdGroupAssetBytes

        public ChangeStatus.Builder setAdGroupAssetBytes​(com.google.protobuf.ByteString value)
         Output only. The AdGroupAsset affected by this change.
         
        string ad_group_asset = 38 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The bytes for adGroupAsset to set.
        Returns:
        This builder for chaining.
      • setUnknownFields

        public final ChangeStatus.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ChangeStatus.Builder>
      • mergeUnknownFields

        public final ChangeStatus.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ChangeStatus.Builder>