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
Modifier and TypeMethodDescriptionOutput only.Output only.com.google.protobuf.ByteStringOutput only.Output only.com.google.protobuf.ByteStringOutput only.Output only.com.google.protobuf.ByteStringOutput only.com.google.protobuf.ByteStringOutput only.Output only.com.google.protobuf.ByteStringOutput only.Output only.com.google.protobuf.ByteStringOutput only.getAsset()Output only.com.google.protobuf.ByteStringOutput only.Output only.com.google.protobuf.ByteStringOutput only.Output only.Output only.com.google.protobuf.ByteStringOutput only.com.google.protobuf.ByteStringOutput only.Output only.com.google.protobuf.ByteStringOutput only.Output only.com.google.protobuf.ByteStringOutput only.Output only.com.google.protobuf.ByteStringOutput only.Output only.com.google.protobuf.ByteStringOutput only.Output only.com.google.protobuf.ByteStringOutput only.getFeed()Output only.com.google.protobuf.ByteStringOutput only.Output only.com.google.protobuf.ByteStringOutput only.Output only.com.google.protobuf.ByteStringOutput only.Output only.com.google.protobuf.ByteStringOutput only.Output only.intOutput only.Output only.intOutput only.Output only.com.google.protobuf.ByteStringOutput only.booleanOutput only.booleanOutput only.booleanOutput only.booleanOutput only.booleanOutput only.booleanOutput only.booleanOutput only.booleanOutput only.booleanhasFeed()Output only.booleanOutput only.booleanOutput only.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getResourceName
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
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.v18.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.v18.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
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
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.v18.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.v18.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
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
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
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
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
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
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
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
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.
-
getAsset
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
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
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
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.
-
getCombinedAudience
String getCombinedAudience()Output only. The CombinedAudience affected by this change.
string combined_audience = 40 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }- Returns:
- The combinedAudience.
-
getCombinedAudienceBytes
com.google.protobuf.ByteString getCombinedAudienceBytes()Output only. The CombinedAudience affected by this change.
string combined_audience = 40 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }- Returns:
- The bytes for combinedAudience.
-
getAssetGroup
String getAssetGroup()Output only. The AssetGroup affected by this change.
string asset_group = 41 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }- Returns:
- The assetGroup.
-
getAssetGroupBytes
com.google.protobuf.ByteString getAssetGroupBytes()Output only. The AssetGroup affected by this change.
string asset_group = 41 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }- Returns:
- The bytes for assetGroup.
-