Interface ChangeStatusOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ChangeStatus,ChangeStatus.Builder
public interface ChangeStatusOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetAdGroup()Output only.java.lang.StringgetAdGroupAd()Output only.com.google.protobuf.ByteStringgetAdGroupAdBytes()Output only.java.lang.StringgetAdGroupAsset()Output only.com.google.protobuf.ByteStringgetAdGroupAssetBytes()Output only.java.lang.StringgetAdGroupBidModifier()Output only.com.google.protobuf.ByteStringgetAdGroupBidModifierBytes()Output only.com.google.protobuf.ByteStringgetAdGroupBytes()Output only.java.lang.StringgetAdGroupCriterion()Output only.com.google.protobuf.ByteStringgetAdGroupCriterionBytes()Output only.java.lang.StringgetAdGroupFeed()Output only.com.google.protobuf.ByteStringgetAdGroupFeedBytes()Output only.java.lang.StringgetAsset()Output only.com.google.protobuf.ByteStringgetAssetBytes()Output only.java.lang.StringgetCampaign()Output only.java.lang.StringgetCampaignAsset()Output only.com.google.protobuf.ByteStringgetCampaignAssetBytes()Output only.com.google.protobuf.ByteStringgetCampaignBytes()Output only.java.lang.StringgetCampaignCriterion()Output only.com.google.protobuf.ByteStringgetCampaignCriterionBytes()Output only.java.lang.StringgetCampaignFeed()Output only.com.google.protobuf.ByteStringgetCampaignFeedBytes()Output only.java.lang.StringgetCampaignSharedSet()Output only.com.google.protobuf.ByteStringgetCampaignSharedSetBytes()Output only.java.lang.StringgetCustomerAsset()Output only.com.google.protobuf.ByteStringgetCustomerAssetBytes()Output only.java.lang.StringgetFeed()Output only.com.google.protobuf.ByteStringgetFeedBytes()Output only.java.lang.StringgetFeedItem()Output only.com.google.protobuf.ByteStringgetFeedItemBytes()Output only.java.lang.StringgetLastChangeDateTime()Output only.com.google.protobuf.ByteStringgetLastChangeDateTimeBytes()Output only.java.lang.StringgetResourceName()Output only.com.google.protobuf.ByteStringgetResourceNameBytes()Output only.ChangeStatusOperationEnum.ChangeStatusOperationgetResourceStatus()Output only.intgetResourceStatusValue()Output only.ChangeStatusResourceTypeEnum.ChangeStatusResourceTypegetResourceType()Output only.intgetResourceTypeValue()Output only.java.lang.StringgetSharedSet()Output only.com.google.protobuf.ByteStringgetSharedSetBytes()Output only.booleanhasAdGroup()Output only.booleanhasAdGroupAd()Output only.booleanhasAdGroupBidModifier()Output only.booleanhasAdGroupCriterion()Output only.booleanhasAdGroupFeed()Output only.booleanhasCampaign()Output only.booleanhasCampaignCriterion()Output only.booleanhasCampaignFeed()Output only.booleanhasFeed()Output only.booleanhasFeedItem()Output only.booleanhasLastChangeDateTime()Output only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getResourceName
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) = { ... }- Returns:
- The resourceName.
-
getResourceNameBytes
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) = { ... }- Returns:
- The bytes for resourceName.
-
hasLastChangeDateTime
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];- Returns:
- Whether the lastChangeDateTime field is set.
-
getLastChangeDateTime
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];- Returns:
- The lastChangeDateTime.
-
getLastChangeDateTimeBytes
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];- Returns:
- The bytes for lastChangeDateTime.
-
getResourceTypeValue
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];- Returns:
- The enum numeric value on the wire for resourceType.
-
getResourceType
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];- Returns:
- The resourceType.
-
hasCampaign
boolean hasCampaign()
Output only. The Campaign affected by this change.
optional string campaign = 17 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }- Returns:
- Whether the campaign field is set.
-
getCampaign
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) = { ... }- Returns:
- The campaign.
-
getCampaignBytes
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) = { ... }- Returns:
- The bytes for campaign.
-
hasAdGroup
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) = { ... }- Returns:
- Whether the adGroup field is set.
-
getAdGroup
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) = { ... }- Returns:
- The adGroup.
-
getAdGroupBytes
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) = { ... }- Returns:
- The bytes for adGroup.
-
getResourceStatusValue
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];- Returns:
- The enum numeric value on the wire for resourceStatus.
-
getResourceStatus
ChangeStatusOperationEnum.ChangeStatusOperation getResourceStatus()
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:
- The resourceStatus.
-
hasAdGroupAd
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) = { ... }- Returns:
- Whether the adGroupAd field is set.
-
getAdGroupAd
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) = { ... }- Returns:
- The adGroupAd.
-
getAdGroupAdBytes
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) = { ... }- Returns:
- The bytes for adGroupAd.
-
hasAdGroupCriterion
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) = { ... }- Returns:
- Whether the adGroupCriterion field is set.
-
getAdGroupCriterion
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) = { ... }- Returns:
- The adGroupCriterion.
-
getAdGroupCriterionBytes
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) = { ... }- Returns:
- The bytes for adGroupCriterion.
-
hasCampaignCriterion
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) = { ... }- Returns:
- Whether the campaignCriterion field is set.
-
getCampaignCriterion
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) = { ... }- Returns:
- The campaignCriterion.
-
getCampaignCriterionBytes
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) = { ... }- Returns:
- The bytes for campaignCriterion.
-
hasFeed
boolean hasFeed()
Output only. The Feed affected by this change.
optional string feed = 28 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }- Returns:
- Whether the feed field is set.
-
getFeed
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) = { ... }- Returns:
- The feed.
-
getFeedBytes
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) = { ... }- Returns:
- The bytes for feed.
-
hasFeedItem
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) = { ... }- Returns:
- Whether the feedItem field is set.
-
getFeedItem
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) = { ... }- Returns:
- The feedItem.
-
getFeedItemBytes
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) = { ... }- Returns:
- The bytes for feedItem.
-
hasAdGroupFeed
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) = { ... }- Returns:
- Whether the adGroupFeed field is set.
-
getAdGroupFeed
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) = { ... }- Returns:
- The adGroupFeed.
-
getAdGroupFeedBytes
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) = { ... }- Returns:
- The bytes for adGroupFeed.
-
hasCampaignFeed
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) = { ... }- Returns:
- Whether the campaignFeed field is set.
-
getCampaignFeed
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) = { ... }- Returns:
- The campaignFeed.
-
getCampaignFeedBytes
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) = { ... }- Returns:
- The bytes for campaignFeed.
-
hasAdGroupBidModifier
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) = { ... }- Returns:
- Whether the adGroupBidModifier field is set.
-
getAdGroupBidModifier
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) = { ... }- Returns:
- The adGroupBidModifier.
-
getAdGroupBidModifierBytes
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) = { ... }- Returns:
- The bytes for adGroupBidModifier.
-
getSharedSet
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) = { ... }- Returns:
- The sharedSet.
-
getSharedSetBytes
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) = { ... }- Returns:
- The bytes for sharedSet.
-
getCampaignSharedSet
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) = { ... }- Returns:
- The campaignSharedSet.
-
getCampaignSharedSetBytes
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) = { ... }- Returns:
- The bytes for campaignSharedSet.
-
getAsset
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) = { ... }- Returns:
- The asset.
-
getAssetBytes
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) = { ... }- Returns:
- The bytes for asset.
-
getCustomerAsset
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) = { ... }- Returns:
- The customerAsset.
-
getCustomerAssetBytes
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) = { ... }- Returns:
- The bytes for customerAsset.
-
getCampaignAsset
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) = { ... }- Returns:
- The campaignAsset.
-
getCampaignAssetBytes
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) = { ... }- Returns:
- The bytes for campaignAsset.
-
getAdGroupAsset
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) = { ... }- Returns:
- The adGroupAsset.
-
getAdGroupAssetBytes
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) = { ... }- Returns:
- The bytes for adGroupAsset.
-
-