All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.ads.googleads.v17.resources.ChangeStatusOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/ads/googleads/v17/resources/change_status.proto

// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.resources;

public interface ChangeStatusOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.resources.ChangeStatus)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * 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) = { ... } * @return The resourceName. */ 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) = { ... } * @return The bytes for resourceName. */ com.google.protobuf.ByteString getResourceNameBytes(); /** *
   * 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]; * @return Whether the lastChangeDateTime field is set. */ 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]; * @return The lastChangeDateTime. */ 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]; * @return The bytes for lastChangeDateTime. */ com.google.protobuf.ByteString getLastChangeDateTimeBytes(); /** *
   * 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.v17.enums.ChangeStatusResourceTypeEnum.ChangeStatusResourceType resource_type = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The enum numeric value on the wire for resourceType. */ 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.v17.enums.ChangeStatusResourceTypeEnum.ChangeStatusResourceType resource_type = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The resourceType. */ com.google.ads.googleads.v17.enums.ChangeStatusResourceTypeEnum.ChangeStatusResourceType getResourceType(); /** *
   * Output only. The Campaign affected by this change.
   * 
* * optional string campaign = 17 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... } * @return Whether the campaign field is set. */ boolean hasCampaign(); /** *
   * Output only. The Campaign affected by this change.
   * 
* * optional string campaign = 17 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... } * @return The campaign. */ 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) = { ... } * @return The bytes for campaign. */ com.google.protobuf.ByteString getCampaignBytes(); /** *
   * Output only. The AdGroup affected by this change.
   * 
* * optional string ad_group = 18 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... } * @return Whether the adGroup field is set. */ 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) = { ... } * @return The adGroup. */ 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) = { ... } * @return The bytes for adGroup. */ com.google.protobuf.ByteString getAdGroupBytes(); /** *
   * Output only. Represents the status of the changed resource.
   * 
* * .google.ads.googleads.v17.enums.ChangeStatusOperationEnum.ChangeStatusOperation resource_status = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The enum numeric value on the wire for resourceStatus. */ int getResourceStatusValue(); /** *
   * Output only. Represents the status of the changed resource.
   * 
* * .google.ads.googleads.v17.enums.ChangeStatusOperationEnum.ChangeStatusOperation resource_status = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The resourceStatus. */ com.google.ads.googleads.v17.enums.ChangeStatusOperationEnum.ChangeStatusOperation getResourceStatus(); /** *
   * Output only. The AdGroupAd affected by this change.
   * 
* * optional string ad_group_ad = 25 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... } * @return Whether the adGroupAd field is set. */ 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) = { ... } * @return The adGroupAd. */ 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) = { ... } * @return The bytes for adGroupAd. */ com.google.protobuf.ByteString getAdGroupAdBytes(); /** *
   * Output only. The AdGroupCriterion affected by this change.
   * 
* * optional string ad_group_criterion = 26 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... } * @return Whether the adGroupCriterion field is set. */ 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) = { ... } * @return The adGroupCriterion. */ 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) = { ... } * @return The bytes for adGroupCriterion. */ com.google.protobuf.ByteString getAdGroupCriterionBytes(); /** *
   * Output only. The CampaignCriterion affected by this change.
   * 
* * optional string campaign_criterion = 27 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... } * @return Whether the campaignCriterion field is set. */ 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) = { ... } * @return The campaignCriterion. */ 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) = { ... } * @return The bytes for campaignCriterion. */ com.google.protobuf.ByteString getCampaignCriterionBytes(); /** *
   * Output only. The Feed affected by this change.
   * 
* * optional string feed = 28 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... } * @return Whether the feed field is set. */ boolean hasFeed(); /** *
   * Output only. The Feed affected by this change.
   * 
* * optional string feed = 28 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... } * @return The feed. */ 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) = { ... } * @return The bytes for feed. */ com.google.protobuf.ByteString getFeedBytes(); /** *
   * Output only. The FeedItem affected by this change.
   * 
* * optional string feed_item = 29 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... } * @return Whether the feedItem field is set. */ 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) = { ... } * @return The feedItem. */ 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) = { ... } * @return The bytes for feedItem. */ com.google.protobuf.ByteString getFeedItemBytes(); /** *
   * Output only. The AdGroupFeed affected by this change.
   * 
* * optional string ad_group_feed = 30 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... } * @return Whether the adGroupFeed field is set. */ 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) = { ... } * @return The adGroupFeed. */ 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) = { ... } * @return The bytes for adGroupFeed. */ com.google.protobuf.ByteString getAdGroupFeedBytes(); /** *
   * Output only. The CampaignFeed affected by this change.
   * 
* * optional string campaign_feed = 31 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... } * @return Whether the campaignFeed field is set. */ 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) = { ... } * @return The campaignFeed. */ 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) = { ... } * @return The bytes for campaignFeed. */ com.google.protobuf.ByteString getCampaignFeedBytes(); /** *
   * 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) = { ... } * @return Whether the adGroupBidModifier field is set. */ 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) = { ... } * @return The adGroupBidModifier. */ 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) = { ... } * @return The bytes for adGroupBidModifier. */ com.google.protobuf.ByteString getAdGroupBidModifierBytes(); /** *
   * Output only. The SharedSet affected by this change.
   * 
* * string shared_set = 33 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... } * @return The sharedSet. */ 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) = { ... } * @return The bytes for sharedSet. */ com.google.protobuf.ByteString getSharedSetBytes(); /** *
   * Output only. The CampaignSharedSet affected by this change.
   * 
* * string campaign_shared_set = 34 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... } * @return The campaignSharedSet. */ 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) = { ... } * @return The bytes for campaignSharedSet. */ com.google.protobuf.ByteString getCampaignSharedSetBytes(); /** *
   * Output only. The Asset affected by this change.
   * 
* * string asset = 35 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... } * @return The asset. */ 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) = { ... } * @return The bytes for asset. */ com.google.protobuf.ByteString getAssetBytes(); /** *
   * Output only. The CustomerAsset affected by this change.
   * 
* * string customer_asset = 36 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... } * @return The customerAsset. */ 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) = { ... } * @return The bytes for customerAsset. */ com.google.protobuf.ByteString getCustomerAssetBytes(); /** *
   * Output only. The CampaignAsset affected by this change.
   * 
* * string campaign_asset = 37 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... } * @return The campaignAsset. */ 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) = { ... } * @return The bytes for campaignAsset. */ com.google.protobuf.ByteString getCampaignAssetBytes(); /** *
   * Output only. The AdGroupAsset affected by this change.
   * 
* * string ad_group_asset = 38 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... } * @return The adGroupAsset. */ 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) = { ... } * @return The bytes for adGroupAsset. */ com.google.protobuf.ByteString getAdGroupAssetBytes(); /** *
   * Output only. The CombinedAudience affected by this change.
   * 
* * string combined_audience = 40 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... } * @return The combinedAudience. */ java.lang.String getCombinedAudience(); /** *
   * Output only. The CombinedAudience affected by this change.
   * 
* * string combined_audience = 40 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... } * @return The bytes for combinedAudience. */ com.google.protobuf.ByteString getCombinedAudienceBytes(); /** *
   * Output only. The AssetGroup affected by this change.
   * 
* * string asset_group = 41 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... } * @return The assetGroup. */ java.lang.String getAssetGroup(); /** *
   * Output only. The AssetGroup affected by this change.
   * 
* * string asset_group = 41 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... } * @return The bytes for assetGroup. */ com.google.protobuf.ByteString getAssetGroupBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy