Class ChangeStatus

  • All Implemented Interfaces:
    ChangeStatusOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, java.io.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.v10.resources.ChangeStatus
    See Also:
    Serialized Form
    • Field Detail

      • RESOURCE_NAME_FIELD_NUMBER

        public static final int RESOURCE_NAME_FIELD_NUMBER
        See Also:
        Constant Field Values
      • LAST_CHANGE_DATE_TIME_FIELD_NUMBER

        public static final int LAST_CHANGE_DATE_TIME_FIELD_NUMBER
        See Also:
        Constant Field Values
      • RESOURCE_TYPE_FIELD_NUMBER

        public static final int RESOURCE_TYPE_FIELD_NUMBER
        See Also:
        Constant Field Values
      • RESOURCE_STATUS_FIELD_NUMBER

        public static final int RESOURCE_STATUS_FIELD_NUMBER
        See Also:
        Constant Field Values
      • AD_GROUP_AD_FIELD_NUMBER

        public static final int AD_GROUP_AD_FIELD_NUMBER
        See Also:
        Constant Field Values
      • AD_GROUP_CRITERION_FIELD_NUMBER

        public static final int AD_GROUP_CRITERION_FIELD_NUMBER
        See Also:
        Constant Field Values
      • CAMPAIGN_CRITERION_FIELD_NUMBER

        public static final int CAMPAIGN_CRITERION_FIELD_NUMBER
        See Also:
        Constant Field Values
      • AD_GROUP_FEED_FIELD_NUMBER

        public static final int AD_GROUP_FEED_FIELD_NUMBER
        See Also:
        Constant Field Values
      • CAMPAIGN_FEED_FIELD_NUMBER

        public static final int CAMPAIGN_FEED_FIELD_NUMBER
        See Also:
        Constant Field Values
      • AD_GROUP_BID_MODIFIER_FIELD_NUMBER

        public static final int AD_GROUP_BID_MODIFIER_FIELD_NUMBER
        See Also:
        Constant Field Values
      • SHARED_SET_FIELD_NUMBER

        public static final int SHARED_SET_FIELD_NUMBER
        See Also:
        Constant Field Values
      • CAMPAIGN_SHARED_SET_FIELD_NUMBER

        public static final int CAMPAIGN_SHARED_SET_FIELD_NUMBER
        See Also:
        Constant Field Values
      • CUSTOMER_ASSET_FIELD_NUMBER

        public static final int CUSTOMER_ASSET_FIELD_NUMBER
        See Also:
        Constant Field Values
      • CAMPAIGN_ASSET_FIELD_NUMBER

        public static final int CAMPAIGN_ASSET_FIELD_NUMBER
        See Also:
        Constant Field Values
      • AD_GROUP_ASSET_FIELD_NUMBER

        public static final int AD_GROUP_ASSET_FIELD_NUMBER
        See Also:
        Constant Field Values
    • Method Detail

      • newInstance

        protected java.lang.Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        Overrides:
        newInstance in class com.google.protobuf.GeneratedMessageV3
      • getUnknownFields

        public final com.google.protobuf.UnknownFieldSet getUnknownFields()
        Specified by:
        getUnknownFields in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getUnknownFields 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 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.
      • 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.
      • 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.
      • 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.
      • 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.
      • 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.
      • 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.
      • 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.
      • 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.
      • 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.
      • 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.
      • 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.
      • 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.
      • 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.
      • 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.
      • 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.
      • 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.
      • 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.
      • 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.
      • 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.
      • 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.
      • 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 java.io.IOException
        Specified by:
        writeTo in interface com.google.protobuf.MessageLite
        Overrides:
        writeTo in class com.google.protobuf.GeneratedMessageV3
        Throws:
        java.io.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​(java.lang.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​(java.nio.ByteBuffer data)
                                      throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static ChangeStatus parseFrom​(java.nio.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​(java.io.InputStream input)
                                      throws java.io.IOException
        Throws:
        java.io.IOException
      • parseFrom

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

        public static ChangeStatus parseDelimitedFrom​(java.io.InputStream input)
                                               throws java.io.IOException
        Throws:
        java.io.IOException
      • parseDelimitedFrom

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

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

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

        public ChangeStatus.Builder newBuilderForType()
        Specified by:
        newBuilderForType in interface com.google.protobuf.Message
        Specified by:
        newBuilderForType in interface com.google.protobuf.MessageLite
      • 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