enums

package
v0.0.0-...-0b04860 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 4, 2020 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	AccessReasonEnum_AccessReason_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "OWNED",
		3: "SHARED",
		4: "LICENSED",
		5: "SUBSCRIBED",
		6: "AFFILIATED",
	}
	AccessReasonEnum_AccessReason_value = map[string]int32{
		"UNSPECIFIED": 0,
		"UNKNOWN":     1,
		"OWNED":       2,
		"SHARED":      3,
		"LICENSED":    4,
		"SUBSCRIBED":  5,
		"AFFILIATED":  6,
	}
)

Enum value maps for AccessReasonEnum_AccessReason.

View Source
var (
	AccountBudgetProposalStatusEnum_AccountBudgetProposalStatus_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "PENDING",
		3: "APPROVED_HELD",
		4: "APPROVED",
		5: "CANCELLED",
		6: "REJECTED",
	}
	AccountBudgetProposalStatusEnum_AccountBudgetProposalStatus_value = map[string]int32{
		"UNSPECIFIED":   0,
		"UNKNOWN":       1,
		"PENDING":       2,
		"APPROVED_HELD": 3,
		"APPROVED":      4,
		"CANCELLED":     5,
		"REJECTED":      6,
	}
)

Enum value maps for AccountBudgetProposalStatusEnum_AccountBudgetProposalStatus.

View Source
var (
	AccountBudgetProposalTypeEnum_AccountBudgetProposalType_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "CREATE",
		3: "UPDATE",
		4: "END",
		5: "REMOVE",
	}
	AccountBudgetProposalTypeEnum_AccountBudgetProposalType_value = map[string]int32{
		"UNSPECIFIED": 0,
		"UNKNOWN":     1,
		"CREATE":      2,
		"UPDATE":      3,
		"END":         4,
		"REMOVE":      5,
	}
)

Enum value maps for AccountBudgetProposalTypeEnum_AccountBudgetProposalType.

View Source
var (
	AccountBudgetStatusEnum_AccountBudgetStatus_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "PENDING",
		3: "APPROVED",
		4: "CANCELLED",
	}
	AccountBudgetStatusEnum_AccountBudgetStatus_value = map[string]int32{
		"UNSPECIFIED": 0,
		"UNKNOWN":     1,
		"PENDING":     2,
		"APPROVED":    3,
		"CANCELLED":   4,
	}
)

Enum value maps for AccountBudgetStatusEnum_AccountBudgetStatus.

View Source
var (
	AdCustomizerPlaceholderFieldEnum_AdCustomizerPlaceholderField_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "INTEGER",
		3: "PRICE",
		4: "DATE",
		5: "STRING",
	}
	AdCustomizerPlaceholderFieldEnum_AdCustomizerPlaceholderField_value = map[string]int32{
		"UNSPECIFIED": 0,
		"UNKNOWN":     1,
		"INTEGER":     2,
		"PRICE":       3,
		"DATE":        4,
		"STRING":      5,
	}
)

Enum value maps for AdCustomizerPlaceholderFieldEnum_AdCustomizerPlaceholderField.

View Source
var (
	AdGroupAdRotationModeEnum_AdGroupAdRotationMode_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "OPTIMIZE",
		3: "ROTATE_FOREVER",
	}
	AdGroupAdRotationModeEnum_AdGroupAdRotationMode_value = map[string]int32{
		"UNSPECIFIED":    0,
		"UNKNOWN":        1,
		"OPTIMIZE":       2,
		"ROTATE_FOREVER": 3,
	}
)

Enum value maps for AdGroupAdRotationModeEnum_AdGroupAdRotationMode.

View Source
var (
	AdGroupAdStatusEnum_AdGroupAdStatus_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "ENABLED",
		3: "PAUSED",
		4: "REMOVED",
	}
	AdGroupAdStatusEnum_AdGroupAdStatus_value = map[string]int32{
		"UNSPECIFIED": 0,
		"UNKNOWN":     1,
		"ENABLED":     2,
		"PAUSED":      3,
		"REMOVED":     4,
	}
)

Enum value maps for AdGroupAdStatusEnum_AdGroupAdStatus.

View Source
var (
	AdGroupCriterionApprovalStatusEnum_AdGroupCriterionApprovalStatus_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "APPROVED",
		3: "DISAPPROVED",
		4: "PENDING_REVIEW",
		5: "UNDER_REVIEW",
	}
	AdGroupCriterionApprovalStatusEnum_AdGroupCriterionApprovalStatus_value = map[string]int32{
		"UNSPECIFIED":    0,
		"UNKNOWN":        1,
		"APPROVED":       2,
		"DISAPPROVED":    3,
		"PENDING_REVIEW": 4,
		"UNDER_REVIEW":   5,
	}
)

Enum value maps for AdGroupCriterionApprovalStatusEnum_AdGroupCriterionApprovalStatus.

View Source
var (
	AdGroupCriterionStatusEnum_AdGroupCriterionStatus_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "ENABLED",
		3: "PAUSED",
		4: "REMOVED",
	}
	AdGroupCriterionStatusEnum_AdGroupCriterionStatus_value = map[string]int32{
		"UNSPECIFIED": 0,
		"UNKNOWN":     1,
		"ENABLED":     2,
		"PAUSED":      3,
		"REMOVED":     4,
	}
)

Enum value maps for AdGroupCriterionStatusEnum_AdGroupCriterionStatus.

View Source
var (
	AdGroupStatusEnum_AdGroupStatus_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "ENABLED",
		3: "PAUSED",
		4: "REMOVED",
	}
	AdGroupStatusEnum_AdGroupStatus_value = map[string]int32{
		"UNSPECIFIED": 0,
		"UNKNOWN":     1,
		"ENABLED":     2,
		"PAUSED":      3,
		"REMOVED":     4,
	}
)

Enum value maps for AdGroupStatusEnum_AdGroupStatus.

View Source
var (
	AdGroupTypeEnum_AdGroupType_name = map[int32]string{
		0:  "UNSPECIFIED",
		1:  "UNKNOWN",
		2:  "SEARCH_STANDARD",
		3:  "DISPLAY_STANDARD",
		4:  "SHOPPING_PRODUCT_ADS",
		6:  "HOTEL_ADS",
		7:  "SHOPPING_SMART_ADS",
		8:  "VIDEO_BUMPER",
		9:  "VIDEO_TRUE_VIEW_IN_STREAM",
		10: "VIDEO_TRUE_VIEW_IN_DISPLAY",
		11: "VIDEO_NON_SKIPPABLE_IN_STREAM",
		12: "VIDEO_OUTSTREAM",
		13: "SEARCH_DYNAMIC_ADS",
		14: "SHOPPING_COMPARISON_LISTING_ADS",
	}
	AdGroupTypeEnum_AdGroupType_value = map[string]int32{
		"UNSPECIFIED":                     0,
		"UNKNOWN":                         1,
		"SEARCH_STANDARD":                 2,
		"DISPLAY_STANDARD":                3,
		"SHOPPING_PRODUCT_ADS":            4,
		"HOTEL_ADS":                       6,
		"SHOPPING_SMART_ADS":              7,
		"VIDEO_BUMPER":                    8,
		"VIDEO_TRUE_VIEW_IN_STREAM":       9,
		"VIDEO_TRUE_VIEW_IN_DISPLAY":      10,
		"VIDEO_NON_SKIPPABLE_IN_STREAM":   11,
		"VIDEO_OUTSTREAM":                 12,
		"SEARCH_DYNAMIC_ADS":              13,
		"SHOPPING_COMPARISON_LISTING_ADS": 14,
	}
)

Enum value maps for AdGroupTypeEnum_AdGroupType.

View Source
var (
	AdNetworkTypeEnum_AdNetworkType_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "SEARCH",
		3: "SEARCH_PARTNERS",
		4: "CONTENT",
		5: "YOUTUBE_SEARCH",
		6: "YOUTUBE_WATCH",
		7: "MIXED",
	}
	AdNetworkTypeEnum_AdNetworkType_value = map[string]int32{
		"UNSPECIFIED":     0,
		"UNKNOWN":         1,
		"SEARCH":          2,
		"SEARCH_PARTNERS": 3,
		"CONTENT":         4,
		"YOUTUBE_SEARCH":  5,
		"YOUTUBE_WATCH":   6,
		"MIXED":           7,
	}
)

Enum value maps for AdNetworkTypeEnum_AdNetworkType.

View Source
var (
	AdServingOptimizationStatusEnum_AdServingOptimizationStatus_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "OPTIMIZE",
		3: "CONVERSION_OPTIMIZE",
		4: "ROTATE",
		5: "ROTATE_INDEFINITELY",
		6: "UNAVAILABLE",
	}
	AdServingOptimizationStatusEnum_AdServingOptimizationStatus_value = map[string]int32{
		"UNSPECIFIED":         0,
		"UNKNOWN":             1,
		"OPTIMIZE":            2,
		"CONVERSION_OPTIMIZE": 3,
		"ROTATE":              4,
		"ROTATE_INDEFINITELY": 5,
		"UNAVAILABLE":         6,
	}
)

Enum value maps for AdServingOptimizationStatusEnum_AdServingOptimizationStatus.

View Source
var (
	AdStrengthEnum_AdStrength_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "PENDING",
		3: "NO_ADS",
		4: "POOR",
		5: "AVERAGE",
		6: "GOOD",
		7: "EXCELLENT",
	}
	AdStrengthEnum_AdStrength_value = map[string]int32{
		"UNSPECIFIED": 0,
		"UNKNOWN":     1,
		"PENDING":     2,
		"NO_ADS":      3,
		"POOR":        4,
		"AVERAGE":     5,
		"GOOD":        6,
		"EXCELLENT":   7,
	}
)

Enum value maps for AdStrengthEnum_AdStrength.

View Source
var (
	AdTypeEnum_AdType_name = map[int32]string{
		0:  "UNSPECIFIED",
		1:  "UNKNOWN",
		2:  "TEXT_AD",
		3:  "EXPANDED_TEXT_AD",
		6:  "CALL_ONLY_AD",
		7:  "EXPANDED_DYNAMIC_SEARCH_AD",
		8:  "HOTEL_AD",
		9:  "SHOPPING_SMART_AD",
		10: "SHOPPING_PRODUCT_AD",
		12: "VIDEO_AD",
		13: "GMAIL_AD",
		14: "IMAGE_AD",
		15: "RESPONSIVE_SEARCH_AD",
		16: "LEGACY_RESPONSIVE_DISPLAY_AD",
		17: "APP_AD",
		18: "LEGACY_APP_INSTALL_AD",
		19: "RESPONSIVE_DISPLAY_AD",
		21: "HTML5_UPLOAD_AD",
		22: "DYNAMIC_HTML5_AD",
		23: "APP_ENGAGEMENT_AD",
		24: "SHOPPING_COMPARISON_LISTING_AD",
	}
	AdTypeEnum_AdType_value = map[string]int32{
		"UNSPECIFIED":                    0,
		"UNKNOWN":                        1,
		"TEXT_AD":                        2,
		"EXPANDED_TEXT_AD":               3,
		"CALL_ONLY_AD":                   6,
		"EXPANDED_DYNAMIC_SEARCH_AD":     7,
		"HOTEL_AD":                       8,
		"SHOPPING_SMART_AD":              9,
		"SHOPPING_PRODUCT_AD":            10,
		"VIDEO_AD":                       12,
		"GMAIL_AD":                       13,
		"IMAGE_AD":                       14,
		"RESPONSIVE_SEARCH_AD":           15,
		"LEGACY_RESPONSIVE_DISPLAY_AD":   16,
		"APP_AD":                         17,
		"LEGACY_APP_INSTALL_AD":          18,
		"RESPONSIVE_DISPLAY_AD":          19,
		"HTML5_UPLOAD_AD":                21,
		"DYNAMIC_HTML5_AD":               22,
		"APP_ENGAGEMENT_AD":              23,
		"SHOPPING_COMPARISON_LISTING_AD": 24,
	}
)

Enum value maps for AdTypeEnum_AdType.

View Source
var (
	AdvertisingChannelSubTypeEnum_AdvertisingChannelSubType_name = map[int32]string{
		0:  "UNSPECIFIED",
		1:  "UNKNOWN",
		2:  "SEARCH_MOBILE_APP",
		3:  "DISPLAY_MOBILE_APP",
		4:  "SEARCH_EXPRESS",
		5:  "DISPLAY_EXPRESS",
		6:  "SHOPPING_SMART_ADS",
		7:  "DISPLAY_GMAIL_AD",
		8:  "DISPLAY_SMART_CAMPAIGN",
		9:  "VIDEO_OUTSTREAM",
		10: "VIDEO_ACTION",
		11: "VIDEO_NON_SKIPPABLE",
		12: "APP_CAMPAIGN",
		13: "APP_CAMPAIGN_FOR_ENGAGEMENT",
		15: "SHOPPING_COMPARISON_LISTING_ADS",
	}
	AdvertisingChannelSubTypeEnum_AdvertisingChannelSubType_value = map[string]int32{
		"UNSPECIFIED":                     0,
		"UNKNOWN":                         1,
		"SEARCH_MOBILE_APP":               2,
		"DISPLAY_MOBILE_APP":              3,
		"SEARCH_EXPRESS":                  4,
		"DISPLAY_EXPRESS":                 5,
		"SHOPPING_SMART_ADS":              6,
		"DISPLAY_GMAIL_AD":                7,
		"DISPLAY_SMART_CAMPAIGN":          8,
		"VIDEO_OUTSTREAM":                 9,
		"VIDEO_ACTION":                    10,
		"VIDEO_NON_SKIPPABLE":             11,
		"APP_CAMPAIGN":                    12,
		"APP_CAMPAIGN_FOR_ENGAGEMENT":     13,
		"SHOPPING_COMPARISON_LISTING_ADS": 15,
	}
)

Enum value maps for AdvertisingChannelSubTypeEnum_AdvertisingChannelSubType.

View Source
var (
	AdvertisingChannelTypeEnum_AdvertisingChannelType_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "SEARCH",
		3: "DISPLAY",
		4: "SHOPPING",
		5: "HOTEL",
		6: "VIDEO",
		7: "MULTI_CHANNEL",
	}
	AdvertisingChannelTypeEnum_AdvertisingChannelType_value = map[string]int32{
		"UNSPECIFIED":   0,
		"UNKNOWN":       1,
		"SEARCH":        2,
		"DISPLAY":       3,
		"SHOPPING":      4,
		"HOTEL":         5,
		"VIDEO":         6,
		"MULTI_CHANNEL": 7,
	}
)

Enum value maps for AdvertisingChannelTypeEnum_AdvertisingChannelType.

View Source
var (
	AffiliateLocationFeedRelationshipTypeEnum_AffiliateLocationFeedRelationshipType_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "GENERAL_RETAILER",
	}
	AffiliateLocationFeedRelationshipTypeEnum_AffiliateLocationFeedRelationshipType_value = map[string]int32{
		"UNSPECIFIED":      0,
		"UNKNOWN":          1,
		"GENERAL_RETAILER": 2,
	}
)

Enum value maps for AffiliateLocationFeedRelationshipTypeEnum_AffiliateLocationFeedRelationshipType.

View Source
var (
	AffiliateLocationPlaceholderFieldEnum_AffiliateLocationPlaceholderField_name = map[int32]string{
		0:  "UNSPECIFIED",
		1:  "UNKNOWN",
		2:  "BUSINESS_NAME",
		3:  "ADDRESS_LINE_1",
		4:  "ADDRESS_LINE_2",
		5:  "CITY",
		6:  "PROVINCE",
		7:  "POSTAL_CODE",
		8:  "COUNTRY_CODE",
		9:  "PHONE_NUMBER",
		10: "LANGUAGE_CODE",
		11: "CHAIN_ID",
		12: "CHAIN_NAME",
	}
	AffiliateLocationPlaceholderFieldEnum_AffiliateLocationPlaceholderField_value = map[string]int32{
		"UNSPECIFIED":    0,
		"UNKNOWN":        1,
		"BUSINESS_NAME":  2,
		"ADDRESS_LINE_1": 3,
		"ADDRESS_LINE_2": 4,
		"CITY":           5,
		"PROVINCE":       6,
		"POSTAL_CODE":    7,
		"COUNTRY_CODE":   8,
		"PHONE_NUMBER":   9,
		"LANGUAGE_CODE":  10,
		"CHAIN_ID":       11,
		"CHAIN_NAME":     12,
	}
)

Enum value maps for AffiliateLocationPlaceholderFieldEnum_AffiliateLocationPlaceholderField.

View Source
var (
	AgeRangeTypeEnum_AgeRangeType_name = map[int32]string{
		0:      "UNSPECIFIED",
		1:      "UNKNOWN",
		503001: "AGE_RANGE_18_24",
		503002: "AGE_RANGE_25_34",
		503003: "AGE_RANGE_35_44",
		503004: "AGE_RANGE_45_54",
		503005: "AGE_RANGE_55_64",
		503006: "AGE_RANGE_65_UP",
		503999: "AGE_RANGE_UNDETERMINED",
	}
	AgeRangeTypeEnum_AgeRangeType_value = map[string]int32{
		"UNSPECIFIED":            0,
		"UNKNOWN":                1,
		"AGE_RANGE_18_24":        503001,
		"AGE_RANGE_25_34":        503002,
		"AGE_RANGE_35_44":        503003,
		"AGE_RANGE_45_54":        503004,
		"AGE_RANGE_55_64":        503005,
		"AGE_RANGE_65_UP":        503006,
		"AGE_RANGE_UNDETERMINED": 503999,
	}
)

Enum value maps for AgeRangeTypeEnum_AgeRangeType.

View Source
var (
	AppCampaignAppStoreEnum_AppCampaignAppStore_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "APPLE_APP_STORE",
		3: "GOOGLE_APP_STORE",
	}
	AppCampaignAppStoreEnum_AppCampaignAppStore_value = map[string]int32{
		"UNSPECIFIED":      0,
		"UNKNOWN":          1,
		"APPLE_APP_STORE":  2,
		"GOOGLE_APP_STORE": 3,
	}
)

Enum value maps for AppCampaignAppStoreEnum_AppCampaignAppStore.

View Source
var (
	AppCampaignBiddingStrategyGoalTypeEnum_AppCampaignBiddingStrategyGoalType_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "OPTIMIZE_INSTALLS_TARGET_INSTALL_COST",
		3: "OPTIMIZE_IN_APP_CONVERSIONS_TARGET_INSTALL_COST",
		4: "OPTIMIZE_IN_APP_CONVERSIONS_TARGET_CONVERSION_COST",
		5: "OPTIMIZE_RETURN_ON_ADVERTISING_SPEND",
	}
	AppCampaignBiddingStrategyGoalTypeEnum_AppCampaignBiddingStrategyGoalType_value = map[string]int32{
		"UNSPECIFIED":                           0,
		"UNKNOWN":                               1,
		"OPTIMIZE_INSTALLS_TARGET_INSTALL_COST": 2,
		"OPTIMIZE_IN_APP_CONVERSIONS_TARGET_INSTALL_COST":    3,
		"OPTIMIZE_IN_APP_CONVERSIONS_TARGET_CONVERSION_COST": 4,
		"OPTIMIZE_RETURN_ON_ADVERTISING_SPEND":               5,
	}
)

Enum value maps for AppCampaignBiddingStrategyGoalTypeEnum_AppCampaignBiddingStrategyGoalType.

View Source
var (
	AppPaymentModelTypeEnum_AppPaymentModelType_name = map[int32]string{
		0:  "UNSPECIFIED",
		1:  "UNKNOWN",
		30: "PAID",
	}
	AppPaymentModelTypeEnum_AppPaymentModelType_value = map[string]int32{
		"UNSPECIFIED": 0,
		"UNKNOWN":     1,
		"PAID":        30,
	}
)

Enum value maps for AppPaymentModelTypeEnum_AppPaymentModelType.

View Source
var (
	AppPlaceholderFieldEnum_AppPlaceholderField_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "STORE",
		3: "ID",
		4: "LINK_TEXT",
		5: "URL",
		6: "FINAL_URLS",
		7: "FINAL_MOBILE_URLS",
		8: "TRACKING_URL",
		9: "FINAL_URL_SUFFIX",
	}
	AppPlaceholderFieldEnum_AppPlaceholderField_value = map[string]int32{
		"UNSPECIFIED":       0,
		"UNKNOWN":           1,
		"STORE":             2,
		"ID":                3,
		"LINK_TEXT":         4,
		"URL":               5,
		"FINAL_URLS":        6,
		"FINAL_MOBILE_URLS": 7,
		"TRACKING_URL":      8,
		"FINAL_URL_SUFFIX":  9,
	}
)

Enum value maps for AppPlaceholderFieldEnum_AppPlaceholderField.

View Source
var (
	AppStoreEnum_AppStore_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "APPLE_ITUNES",
		3: "GOOGLE_PLAY",
	}
	AppStoreEnum_AppStore_value = map[string]int32{
		"UNSPECIFIED":  0,
		"UNKNOWN":      1,
		"APPLE_ITUNES": 2,
		"GOOGLE_PLAY":  3,
	}
)

Enum value maps for AppStoreEnum_AppStore.

View Source
var (
	AppUrlOperatingSystemTypeEnum_AppUrlOperatingSystemType_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "IOS",
		3: "ANDROID",
	}
	AppUrlOperatingSystemTypeEnum_AppUrlOperatingSystemType_value = map[string]int32{
		"UNSPECIFIED": 0,
		"UNKNOWN":     1,
		"IOS":         2,
		"ANDROID":     3,
	}
)

Enum value maps for AppUrlOperatingSystemTypeEnum_AppUrlOperatingSystemType.

View Source
var (
	AssetTypeEnum_AssetType_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "YOUTUBE_VIDEO",
		3: "MEDIA_BUNDLE",
		4: "IMAGE",
		5: "TEXT",
	}
	AssetTypeEnum_AssetType_value = map[string]int32{
		"UNSPECIFIED":   0,
		"UNKNOWN":       1,
		"YOUTUBE_VIDEO": 2,
		"MEDIA_BUNDLE":  3,
		"IMAGE":         4,
		"TEXT":          5,
	}
)

Enum value maps for AssetTypeEnum_AssetType.

View Source
var (
	AttributionModelEnum_AttributionModel_name = map[int32]string{
		0:   "UNSPECIFIED",
		1:   "UNKNOWN",
		100: "EXTERNAL",
		101: "GOOGLE_ADS_LAST_CLICK",
		102: "GOOGLE_SEARCH_ATTRIBUTION_FIRST_CLICK",
		103: "GOOGLE_SEARCH_ATTRIBUTION_LINEAR",
		104: "GOOGLE_SEARCH_ATTRIBUTION_TIME_DECAY",
		105: "GOOGLE_SEARCH_ATTRIBUTION_POSITION_BASED",
		106: "GOOGLE_SEARCH_ATTRIBUTION_DATA_DRIVEN",
	}
	AttributionModelEnum_AttributionModel_value = map[string]int32{
		"UNSPECIFIED":                              0,
		"UNKNOWN":                                  1,
		"EXTERNAL":                                 100,
		"GOOGLE_ADS_LAST_CLICK":                    101,
		"GOOGLE_SEARCH_ATTRIBUTION_FIRST_CLICK":    102,
		"GOOGLE_SEARCH_ATTRIBUTION_LINEAR":         103,
		"GOOGLE_SEARCH_ATTRIBUTION_TIME_DECAY":     104,
		"GOOGLE_SEARCH_ATTRIBUTION_POSITION_BASED": 105,
		"GOOGLE_SEARCH_ATTRIBUTION_DATA_DRIVEN":    106,
	}
)

Enum value maps for AttributionModelEnum_AttributionModel.

View Source
var (
	BidModifierSourceEnum_BidModifierSource_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "CAMPAIGN",
		3: "AD_GROUP",
	}
	BidModifierSourceEnum_BidModifierSource_value = map[string]int32{
		"UNSPECIFIED": 0,
		"UNKNOWN":     1,
		"CAMPAIGN":    2,
		"AD_GROUP":    3,
	}
)

Enum value maps for BidModifierSourceEnum_BidModifierSource.

View Source
var (
	BiddingSourceEnum_BiddingSource_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		5: "CAMPAIGN_BIDDING_STRATEGY",
		6: "AD_GROUP",
		7: "AD_GROUP_CRITERION",
	}
	BiddingSourceEnum_BiddingSource_value = map[string]int32{
		"UNSPECIFIED":               0,
		"UNKNOWN":                   1,
		"CAMPAIGN_BIDDING_STRATEGY": 5,
		"AD_GROUP":                  6,
		"AD_GROUP_CRITERION":        7,
	}
)

Enum value maps for BiddingSourceEnum_BiddingSource.

View Source
var (
	BiddingStrategyStatusEnum_BiddingStrategyStatus_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "ENABLED",
		4: "REMOVED",
	}
	BiddingStrategyStatusEnum_BiddingStrategyStatus_value = map[string]int32{
		"UNSPECIFIED": 0,
		"UNKNOWN":     1,
		"ENABLED":     2,
		"REMOVED":     4,
	}
)

Enum value maps for BiddingStrategyStatusEnum_BiddingStrategyStatus.

View Source
var (
	BiddingStrategyTypeEnum_BiddingStrategyType_name = map[int32]string{
		0:  "UNSPECIFIED",
		1:  "UNKNOWN",
		16: "COMMISSION",
		2:  "ENHANCED_CPC",
		3:  "MANUAL_CPC",
		4:  "MANUAL_CPM",
		13: "MANUAL_CPV",
		10: "MAXIMIZE_CONVERSIONS",
		11: "MAXIMIZE_CONVERSION_VALUE",
		5:  "PAGE_ONE_PROMOTED",
		12: "PERCENT_CPC",
		6:  "TARGET_CPA",
		14: "TARGET_CPM",
		15: "TARGET_IMPRESSION_SHARE",
		7:  "TARGET_OUTRANK_SHARE",
		8:  "TARGET_ROAS",
		9:  "TARGET_SPEND",
	}
	BiddingStrategyTypeEnum_BiddingStrategyType_value = map[string]int32{
		"UNSPECIFIED":               0,
		"UNKNOWN":                   1,
		"COMMISSION":                16,
		"ENHANCED_CPC":              2,
		"MANUAL_CPC":                3,
		"MANUAL_CPM":                4,
		"MANUAL_CPV":                13,
		"MAXIMIZE_CONVERSIONS":      10,
		"MAXIMIZE_CONVERSION_VALUE": 11,
		"PAGE_ONE_PROMOTED":         5,
		"PERCENT_CPC":               12,
		"TARGET_CPA":                6,
		"TARGET_CPM":                14,
		"TARGET_IMPRESSION_SHARE":   15,
		"TARGET_OUTRANK_SHARE":      7,
		"TARGET_ROAS":               8,
		"TARGET_SPEND":              9,
	}
)

Enum value maps for BiddingStrategyTypeEnum_BiddingStrategyType.

View Source
var (
	BillingSetupStatusEnum_BillingSetupStatus_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "PENDING",
		3: "APPROVED_HELD",
		4: "APPROVED",
		5: "CANCELLED",
	}
	BillingSetupStatusEnum_BillingSetupStatus_value = map[string]int32{
		"UNSPECIFIED":   0,
		"UNKNOWN":       1,
		"PENDING":       2,
		"APPROVED_HELD": 3,
		"APPROVED":      4,
		"CANCELLED":     5,
	}
)

Enum value maps for BillingSetupStatusEnum_BillingSetupStatus.

View Source
var (
	BrandSafetySuitabilityEnum_BrandSafetySuitability_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "EXPANDED_INVENTORY",
		3: "STANDARD_INVENTORY",
		4: "LIMITED_INVENTORY",
	}
	BrandSafetySuitabilityEnum_BrandSafetySuitability_value = map[string]int32{
		"UNSPECIFIED":        0,
		"UNKNOWN":            1,
		"EXPANDED_INVENTORY": 2,
		"STANDARD_INVENTORY": 3,
		"LIMITED_INVENTORY":  4,
	}
)

Enum value maps for BrandSafetySuitabilityEnum_BrandSafetySuitability.

View Source
var (
	BudgetDeliveryMethodEnum_BudgetDeliveryMethod_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "STANDARD",
		3: "ACCELERATED",
	}
	BudgetDeliveryMethodEnum_BudgetDeliveryMethod_value = map[string]int32{
		"UNSPECIFIED": 0,
		"UNKNOWN":     1,
		"STANDARD":    2,
		"ACCELERATED": 3,
	}
)

Enum value maps for BudgetDeliveryMethodEnum_BudgetDeliveryMethod.

View Source
var (
	BudgetPeriodEnum_BudgetPeriod_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "DAILY",
		3: "CUSTOM",
		4: "FIXED_DAILY",
	}
	BudgetPeriodEnum_BudgetPeriod_value = map[string]int32{
		"UNSPECIFIED": 0,
		"UNKNOWN":     1,
		"DAILY":       2,
		"CUSTOM":      3,
		"FIXED_DAILY": 4,
	}
)

Enum value maps for BudgetPeriodEnum_BudgetPeriod.

View Source
var (
	BudgetStatusEnum_BudgetStatus_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "ENABLED",
		3: "REMOVED",
	}
	BudgetStatusEnum_BudgetStatus_value = map[string]int32{
		"UNSPECIFIED": 0,
		"UNKNOWN":     1,
		"ENABLED":     2,
		"REMOVED":     3,
	}
)

Enum value maps for BudgetStatusEnum_BudgetStatus.

View Source
var (
	BudgetTypeEnum_BudgetType_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "STANDARD",
		3: "HOTEL_ADS_COMMISSION",
		4: "FIXED_CPA",
	}
	BudgetTypeEnum_BudgetType_value = map[string]int32{
		"UNSPECIFIED":          0,
		"UNKNOWN":              1,
		"STANDARD":             2,
		"HOTEL_ADS_COMMISSION": 3,
		"FIXED_CPA":            4,
	}
)

Enum value maps for BudgetTypeEnum_BudgetType.

View Source
var (
	CallConversionReportingStateEnum_CallConversionReportingState_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "DISABLED",
		3: "USE_ACCOUNT_LEVEL_CALL_CONVERSION_ACTION",
		4: "USE_RESOURCE_LEVEL_CALL_CONVERSION_ACTION",
	}
	CallConversionReportingStateEnum_CallConversionReportingState_value = map[string]int32{
		"UNSPECIFIED": 0,
		"UNKNOWN":     1,
		"DISABLED":    2,
		"USE_ACCOUNT_LEVEL_CALL_CONVERSION_ACTION":  3,
		"USE_RESOURCE_LEVEL_CALL_CONVERSION_ACTION": 4,
	}
)

Enum value maps for CallConversionReportingStateEnum_CallConversionReportingState.

View Source
var (
	CallPlaceholderFieldEnum_CallPlaceholderField_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "PHONE_NUMBER",
		3: "COUNTRY_CODE",
		4: "TRACKED",
		5: "CONVERSION_TYPE_ID",
		6: "CONVERSION_REPORTING_STATE",
	}
	CallPlaceholderFieldEnum_CallPlaceholderField_value = map[string]int32{
		"UNSPECIFIED":                0,
		"UNKNOWN":                    1,
		"PHONE_NUMBER":               2,
		"COUNTRY_CODE":               3,
		"TRACKED":                    4,
		"CONVERSION_TYPE_ID":         5,
		"CONVERSION_REPORTING_STATE": 6,
	}
)

Enum value maps for CallPlaceholderFieldEnum_CallPlaceholderField.

View Source
var (
	CalloutPlaceholderFieldEnum_CalloutPlaceholderField_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "CALLOUT_TEXT",
	}
	CalloutPlaceholderFieldEnum_CalloutPlaceholderField_value = map[string]int32{
		"UNSPECIFIED":  0,
		"UNKNOWN":      1,
		"CALLOUT_TEXT": 2,
	}
)

Enum value maps for CalloutPlaceholderFieldEnum_CalloutPlaceholderField.

View Source
var (
	CampaignCriterionStatusEnum_CampaignCriterionStatus_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "ENABLED",
		3: "PAUSED",
		4: "REMOVED",
	}
	CampaignCriterionStatusEnum_CampaignCriterionStatus_value = map[string]int32{
		"UNSPECIFIED": 0,
		"UNKNOWN":     1,
		"ENABLED":     2,
		"PAUSED":      3,
		"REMOVED":     4,
	}
)

Enum value maps for CampaignCriterionStatusEnum_CampaignCriterionStatus.

View Source
var (
	CampaignDraftStatusEnum_CampaignDraftStatus_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "PROPOSED",
		3: "REMOVED",
		5: "PROMOTING",
		4: "PROMOTED",
		6: "PROMOTE_FAILED",
	}
	CampaignDraftStatusEnum_CampaignDraftStatus_value = map[string]int32{
		"UNSPECIFIED":    0,
		"UNKNOWN":        1,
		"PROPOSED":       2,
		"REMOVED":        3,
		"PROMOTING":      5,
		"PROMOTED":       4,
		"PROMOTE_FAILED": 6,
	}
)

Enum value maps for CampaignDraftStatusEnum_CampaignDraftStatus.

View Source
var (
	CampaignExperimentStatusEnum_CampaignExperimentStatus_name = map[int32]string{
		0:  "UNSPECIFIED",
		1:  "UNKNOWN",
		2:  "INITIALIZING",
		8:  "INITIALIZATION_FAILED",
		3:  "ENABLED",
		4:  "GRADUATED",
		5:  "REMOVED",
		6:  "PROMOTING",
		9:  "PROMOTION_FAILED",
		7:  "PROMOTED",
		10: "ENDED_MANUALLY",
	}
	CampaignExperimentStatusEnum_CampaignExperimentStatus_value = map[string]int32{
		"UNSPECIFIED":           0,
		"UNKNOWN":               1,
		"INITIALIZING":          2,
		"INITIALIZATION_FAILED": 8,
		"ENABLED":               3,
		"GRADUATED":             4,
		"REMOVED":               5,
		"PROMOTING":             6,
		"PROMOTION_FAILED":      9,
		"PROMOTED":              7,
		"ENDED_MANUALLY":        10,
	}
)

Enum value maps for CampaignExperimentStatusEnum_CampaignExperimentStatus.

View Source
var (
	CampaignExperimentTrafficSplitTypeEnum_CampaignExperimentTrafficSplitType_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "RANDOM_QUERY",
		3: "COOKIE",
	}
	CampaignExperimentTrafficSplitTypeEnum_CampaignExperimentTrafficSplitType_value = map[string]int32{
		"UNSPECIFIED":  0,
		"UNKNOWN":      1,
		"RANDOM_QUERY": 2,
		"COOKIE":       3,
	}
)

Enum value maps for CampaignExperimentTrafficSplitTypeEnum_CampaignExperimentTrafficSplitType.

View Source
var (
	CampaignExperimentTypeEnum_CampaignExperimentType_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "BASE",
		3: "DRAFT",
		4: "EXPERIMENT",
	}
	CampaignExperimentTypeEnum_CampaignExperimentType_value = map[string]int32{
		"UNSPECIFIED": 0,
		"UNKNOWN":     1,
		"BASE":        2,
		"DRAFT":       3,
		"EXPERIMENT":  4,
	}
)

Enum value maps for CampaignExperimentTypeEnum_CampaignExperimentType.

View Source
var (
	CampaignServingStatusEnum_CampaignServingStatus_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "SERVING",
		3: "NONE",
		4: "ENDED",
		5: "PENDING",
		6: "SUSPENDED",
	}
	CampaignServingStatusEnum_CampaignServingStatus_value = map[string]int32{
		"UNSPECIFIED": 0,
		"UNKNOWN":     1,
		"SERVING":     2,
		"NONE":        3,
		"ENDED":       4,
		"PENDING":     5,
		"SUSPENDED":   6,
	}
)

Enum value maps for CampaignServingStatusEnum_CampaignServingStatus.

View Source
var (
	CampaignSharedSetStatusEnum_CampaignSharedSetStatus_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "ENABLED",
		3: "REMOVED",
	}
	CampaignSharedSetStatusEnum_CampaignSharedSetStatus_value = map[string]int32{
		"UNSPECIFIED": 0,
		"UNKNOWN":     1,
		"ENABLED":     2,
		"REMOVED":     3,
	}
)

Enum value maps for CampaignSharedSetStatusEnum_CampaignSharedSetStatus.

View Source
var (
	CampaignStatusEnum_CampaignStatus_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "ENABLED",
		3: "PAUSED",
		4: "REMOVED",
	}
	CampaignStatusEnum_CampaignStatus_value = map[string]int32{
		"UNSPECIFIED": 0,
		"UNKNOWN":     1,
		"ENABLED":     2,
		"PAUSED":      3,
		"REMOVED":     4,
	}
)

Enum value maps for CampaignStatusEnum_CampaignStatus.

View Source
var (
	ChangeStatusOperationEnum_ChangeStatusOperation_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "ADDED",
		3: "CHANGED",
		4: "REMOVED",
	}
	ChangeStatusOperationEnum_ChangeStatusOperation_value = map[string]int32{
		"UNSPECIFIED": 0,
		"UNKNOWN":     1,
		"ADDED":       2,
		"CHANGED":     3,
		"REMOVED":     4,
	}
)

Enum value maps for ChangeStatusOperationEnum_ChangeStatusOperation.

View Source
var (
	ChangeStatusResourceTypeEnum_ChangeStatusResourceType_name = map[int32]string{
		0:  "UNSPECIFIED",
		1:  "UNKNOWN",
		3:  "AD_GROUP",
		4:  "AD_GROUP_AD",
		5:  "AD_GROUP_CRITERION",
		6:  "CAMPAIGN",
		7:  "CAMPAIGN_CRITERION",
		9:  "FEED",
		10: "FEED_ITEM",
		11: "AD_GROUP_FEED",
		12: "CAMPAIGN_FEED",
		13: "AD_GROUP_BID_MODIFIER",
	}
	ChangeStatusResourceTypeEnum_ChangeStatusResourceType_value = map[string]int32{
		"UNSPECIFIED":           0,
		"UNKNOWN":               1,
		"AD_GROUP":              3,
		"AD_GROUP_AD":           4,
		"AD_GROUP_CRITERION":    5,
		"CAMPAIGN":              6,
		"CAMPAIGN_CRITERION":    7,
		"FEED":                  9,
		"FEED_ITEM":             10,
		"AD_GROUP_FEED":         11,
		"CAMPAIGN_FEED":         12,
		"AD_GROUP_BID_MODIFIER": 13,
	}
)

Enum value maps for ChangeStatusResourceTypeEnum_ChangeStatusResourceType.

View Source
var (
	ClickTypeEnum_ClickType_name = map[int32]string{
		0:  "UNSPECIFIED",
		1:  "UNKNOWN",
		2:  "APP_DEEPLINK",
		3:  "BREADCRUMBS",
		4:  "BROADBAND_PLAN",
		5:  "CALL_TRACKING",
		6:  "CALLS",
		7:  "CLICK_ON_ENGAGEMENT_AD",
		8:  "GET_DIRECTIONS",
		9:  "LOCATION_EXPANSION",
		10: "LOCATION_FORMAT_CALL",
		11: "LOCATION_FORMAT_DIRECTIONS",
		12: "LOCATION_FORMAT_IMAGE",
		13: "LOCATION_FORMAT_LANDING_PAGE",
		14: "LOCATION_FORMAT_MAP",
		15: "LOCATION_FORMAT_STORE_INFO",
		16: "LOCATION_FORMAT_TEXT",
		17: "MOBILE_CALL_TRACKING",
		18: "OFFER_PRINTS",
		19: "OTHER",
		20: "PRODUCT_EXTENSION_CLICKS",
		21: "PRODUCT_LISTING_AD_CLICKS",
		22: "SITELINKS",
		23: "STORE_LOCATOR",
		25: "URL_CLICKS",
		26: "VIDEO_APP_STORE_CLICKS",
		27: "VIDEO_CALL_TO_ACTION_CLICKS",
		28: "VIDEO_CARD_ACTION_HEADLINE_CLICKS",
		29: "VIDEO_END_CAP_CLICKS",
		30: "VIDEO_WEBSITE_CLICKS",
		31: "VISUAL_SITELINKS",
		32: "WIRELESS_PLAN",
		33: "PRODUCT_LISTING_AD_LOCAL",
		34: "PRODUCT_LISTING_AD_MULTICHANNEL_LOCAL",
		35: "PRODUCT_LISTING_AD_MULTICHANNEL_ONLINE",
		36: "PRODUCT_LISTING_ADS_COUPON",
		37: "PRODUCT_LISTING_AD_TRANSACTABLE",
		38: "PRODUCT_AD_APP_DEEPLINK",
		39: "SHOWCASE_AD_CATEGORY_LINK",
		40: "SHOWCASE_AD_LOCAL_STOREFRONT_LINK",
		42: "SHOWCASE_AD_ONLINE_PRODUCT_LINK",
		43: "SHOWCASE_AD_LOCAL_PRODUCT_LINK",
		44: "PROMOTION_EXTENSION",
		45: "SWIPEABLE_GALLERY_AD_HEADLINE",
		46: "SWIPEABLE_GALLERY_AD_SWIPES",
		47: "SWIPEABLE_GALLERY_AD_SEE_MORE",
		48: "SWIPEABLE_GALLERY_AD_SITELINK_ONE",
		49: "SWIPEABLE_GALLERY_AD_SITELINK_TWO",
		50: "SWIPEABLE_GALLERY_AD_SITELINK_THREE",
		51: "SWIPEABLE_GALLERY_AD_SITELINK_FOUR",
		52: "SWIPEABLE_GALLERY_AD_SITELINK_FIVE",
		53: "HOTEL_PRICE",
		54: "PRICE_EXTENSION",
		55: "HOTEL_BOOK_ON_GOOGLE_ROOM_SELECTION",
		56: "SHOPPING_COMPARISON_LISTING",
	}
	ClickTypeEnum_ClickType_value = map[string]int32{
		"UNSPECIFIED":                            0,
		"UNKNOWN":                                1,
		"APP_DEEPLINK":                           2,
		"BREADCRUMBS":                            3,
		"BROADBAND_PLAN":                         4,
		"CALL_TRACKING":                          5,
		"CALLS":                                  6,
		"CLICK_ON_ENGAGEMENT_AD":                 7,
		"GET_DIRECTIONS":                         8,
		"LOCATION_EXPANSION":                     9,
		"LOCATION_FORMAT_CALL":                   10,
		"LOCATION_FORMAT_DIRECTIONS":             11,
		"LOCATION_FORMAT_IMAGE":                  12,
		"LOCATION_FORMAT_LANDING_PAGE":           13,
		"LOCATION_FORMAT_MAP":                    14,
		"LOCATION_FORMAT_STORE_INFO":             15,
		"LOCATION_FORMAT_TEXT":                   16,
		"MOBILE_CALL_TRACKING":                   17,
		"OFFER_PRINTS":                           18,
		"OTHER":                                  19,
		"PRODUCT_EXTENSION_CLICKS":               20,
		"PRODUCT_LISTING_AD_CLICKS":              21,
		"SITELINKS":                              22,
		"STORE_LOCATOR":                          23,
		"URL_CLICKS":                             25,
		"VIDEO_APP_STORE_CLICKS":                 26,
		"VIDEO_CALL_TO_ACTION_CLICKS":            27,
		"VIDEO_CARD_ACTION_HEADLINE_CLICKS":      28,
		"VIDEO_END_CAP_CLICKS":                   29,
		"VIDEO_WEBSITE_CLICKS":                   30,
		"VISUAL_SITELINKS":                       31,
		"WIRELESS_PLAN":                          32,
		"PRODUCT_LISTING_AD_LOCAL":               33,
		"PRODUCT_LISTING_AD_MULTICHANNEL_LOCAL":  34,
		"PRODUCT_LISTING_AD_MULTICHANNEL_ONLINE": 35,
		"PRODUCT_LISTING_ADS_COUPON":             36,
		"PRODUCT_LISTING_AD_TRANSACTABLE":        37,
		"PRODUCT_AD_APP_DEEPLINK":                38,
		"SHOWCASE_AD_CATEGORY_LINK":              39,
		"SHOWCASE_AD_LOCAL_STOREFRONT_LINK":      40,
		"SHOWCASE_AD_ONLINE_PRODUCT_LINK":        42,
		"SHOWCASE_AD_LOCAL_PRODUCT_LINK":         43,
		"PROMOTION_EXTENSION":                    44,
		"SWIPEABLE_GALLERY_AD_HEADLINE":          45,
		"SWIPEABLE_GALLERY_AD_SWIPES":            46,
		"SWIPEABLE_GALLERY_AD_SEE_MORE":          47,
		"SWIPEABLE_GALLERY_AD_SITELINK_ONE":      48,
		"SWIPEABLE_GALLERY_AD_SITELINK_TWO":      49,
		"SWIPEABLE_GALLERY_AD_SITELINK_THREE":    50,
		"SWIPEABLE_GALLERY_AD_SITELINK_FOUR":     51,
		"SWIPEABLE_GALLERY_AD_SITELINK_FIVE":     52,
		"HOTEL_PRICE":                            53,
		"PRICE_EXTENSION":                        54,
		"HOTEL_BOOK_ON_GOOGLE_ROOM_SELECTION":    55,
		"SHOPPING_COMPARISON_LISTING":            56,
	}
)

Enum value maps for ClickTypeEnum_ClickType.

View Source
var (
	ContentLabelTypeEnum_ContentLabelType_name = map[int32]string{
		0:  "UNSPECIFIED",
		1:  "UNKNOWN",
		2:  "SEXUALLY_SUGGESTIVE",
		3:  "BELOW_THE_FOLD",
		4:  "PARKED_DOMAIN",
		5:  "GAME",
		6:  "JUVENILE",
		7:  "PROFANITY",
		8:  "TRAGEDY",
		9:  "VIDEO",
		10: "VIDEO_RATING_DV_G",
		11: "VIDEO_RATING_DV_PG",
		12: "VIDEO_RATING_DV_T",
		13: "VIDEO_RATING_DV_MA",
		14: "VIDEO_NOT_YET_RATED",
		15: "EMBEDDED_VIDEO",
		16: "LIVE_STREAMING_VIDEO",
	}
	ContentLabelTypeEnum_ContentLabelType_value = map[string]int32{
		"UNSPECIFIED":          0,
		"UNKNOWN":              1,
		"SEXUALLY_SUGGESTIVE":  2,
		"BELOW_THE_FOLD":       3,
		"PARKED_DOMAIN":        4,
		"GAME":                 5,
		"JUVENILE":             6,
		"PROFANITY":            7,
		"TRAGEDY":              8,
		"VIDEO":                9,
		"VIDEO_RATING_DV_G":    10,
		"VIDEO_RATING_DV_PG":   11,
		"VIDEO_RATING_DV_T":    12,
		"VIDEO_RATING_DV_MA":   13,
		"VIDEO_NOT_YET_RATED":  14,
		"EMBEDDED_VIDEO":       15,
		"LIVE_STREAMING_VIDEO": 16,
	}
)

Enum value maps for ContentLabelTypeEnum_ContentLabelType.

View Source
var (
	ConversionActionCategoryEnum_ConversionActionCategory_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "DEFAULT",
		3: "PAGE_VIEW",
		4: "PURCHASE",
		5: "SIGNUP",
		6: "LEAD",
		7: "DOWNLOAD",
	}
	ConversionActionCategoryEnum_ConversionActionCategory_value = map[string]int32{
		"UNSPECIFIED": 0,
		"UNKNOWN":     1,
		"DEFAULT":     2,
		"PAGE_VIEW":   3,
		"PURCHASE":    4,
		"SIGNUP":      5,
		"LEAD":        6,
		"DOWNLOAD":    7,
	}
)

Enum value maps for ConversionActionCategoryEnum_ConversionActionCategory.

View Source
var (
	ConversionActionCountingTypeEnum_ConversionActionCountingType_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "ONE_PER_CLICK",
		3: "MANY_PER_CLICK",
	}
	ConversionActionCountingTypeEnum_ConversionActionCountingType_value = map[string]int32{
		"UNSPECIFIED":    0,
		"UNKNOWN":        1,
		"ONE_PER_CLICK":  2,
		"MANY_PER_CLICK": 3,
	}
)

Enum value maps for ConversionActionCountingTypeEnum_ConversionActionCountingType.

View Source
var (
	ConversionActionStatusEnum_ConversionActionStatus_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "ENABLED",
		3: "REMOVED",
		4: "HIDDEN",
	}
	ConversionActionStatusEnum_ConversionActionStatus_value = map[string]int32{
		"UNSPECIFIED": 0,
		"UNKNOWN":     1,
		"ENABLED":     2,
		"REMOVED":     3,
		"HIDDEN":      4,
	}
)

Enum value maps for ConversionActionStatusEnum_ConversionActionStatus.

View Source
var (
	ConversionActionTypeEnum_ConversionActionType_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "AD_CALL",
		3: "CLICK_TO_CALL",
		4: "GOOGLE_PLAY_DOWNLOAD",
		5: "GOOGLE_PLAY_IN_APP_PURCHASE",
		6: "UPLOAD_CALLS",
		7: "UPLOAD_CLICKS",
		8: "WEBPAGE",
		9: "WEBSITE_CALL",
	}
	ConversionActionTypeEnum_ConversionActionType_value = map[string]int32{
		"UNSPECIFIED":                 0,
		"UNKNOWN":                     1,
		"AD_CALL":                     2,
		"CLICK_TO_CALL":               3,
		"GOOGLE_PLAY_DOWNLOAD":        4,
		"GOOGLE_PLAY_IN_APP_PURCHASE": 5,
		"UPLOAD_CALLS":                6,
		"UPLOAD_CLICKS":               7,
		"WEBPAGE":                     8,
		"WEBSITE_CALL":                9,
	}
)

Enum value maps for ConversionActionTypeEnum_ConversionActionType.

View Source
var (
	ConversionAdjustmentTypeEnum_ConversionAdjustmentType_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "RETRACTION",
		3: "RESTATEMENT",
	}
	ConversionAdjustmentTypeEnum_ConversionAdjustmentType_value = map[string]int32{
		"UNSPECIFIED": 0,
		"UNKNOWN":     1,
		"RETRACTION":  2,
		"RESTATEMENT": 3,
	}
)

Enum value maps for ConversionAdjustmentTypeEnum_ConversionAdjustmentType.

View Source
var (
	ConversionAttributionEventTypeEnum_ConversionAttributionEventType_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "IMPRESSION",
		3: "INTERACTION",
	}
	ConversionAttributionEventTypeEnum_ConversionAttributionEventType_value = map[string]int32{
		"UNSPECIFIED": 0,
		"UNKNOWN":     1,
		"IMPRESSION":  2,
		"INTERACTION": 3,
	}
)

Enum value maps for ConversionAttributionEventTypeEnum_ConversionAttributionEventType.

View Source
var (
	ConversionLagBucketEnum_ConversionLagBucket_name = map[int32]string{
		0:  "UNSPECIFIED",
		1:  "UNKNOWN",
		2:  "LESS_THAN_ONE_DAY",
		3:  "ONE_TO_TWO_DAYS",
		4:  "TWO_TO_THREE_DAYS",
		5:  "THREE_TO_FOUR_DAYS",
		6:  "FOUR_TO_FIVE_DAYS",
		7:  "FIVE_TO_SIX_DAYS",
		8:  "SIX_TO_SEVEN_DAYS",
		9:  "SEVEN_TO_EIGHT_DAYS",
		10: "EIGHT_TO_NINE_DAYS",
		11: "NINE_TO_TEN_DAYS",
		12: "TEN_TO_ELEVEN_DAYS",
		13: "ELEVEN_TO_TWELVE_DAYS",
		14: "TWELVE_TO_THIRTEEN_DAYS",
		15: "THIRTEEN_TO_FOURTEEN_DAYS",
		16: "FOURTEEN_TO_TWENTY_ONE_DAYS",
		17: "TWENTY_ONE_TO_THIRTY_DAYS",
		18: "THIRTY_TO_FORTY_FIVE_DAYS",
		19: "FORTY_FIVE_TO_SIXTY_DAYS",
		20: "SIXTY_TO_NINETY_DAYS",
	}
	ConversionLagBucketEnum_ConversionLagBucket_value = map[string]int32{
		"UNSPECIFIED":                 0,
		"UNKNOWN":                     1,
		"LESS_THAN_ONE_DAY":           2,
		"ONE_TO_TWO_DAYS":             3,
		"TWO_TO_THREE_DAYS":           4,
		"THREE_TO_FOUR_DAYS":          5,
		"FOUR_TO_FIVE_DAYS":           6,
		"FIVE_TO_SIX_DAYS":            7,
		"SIX_TO_SEVEN_DAYS":           8,
		"SEVEN_TO_EIGHT_DAYS":         9,
		"EIGHT_TO_NINE_DAYS":          10,
		"NINE_TO_TEN_DAYS":            11,
		"TEN_TO_ELEVEN_DAYS":          12,
		"ELEVEN_TO_TWELVE_DAYS":       13,
		"TWELVE_TO_THIRTEEN_DAYS":     14,
		"THIRTEEN_TO_FOURTEEN_DAYS":   15,
		"FOURTEEN_TO_TWENTY_ONE_DAYS": 16,
		"TWENTY_ONE_TO_THIRTY_DAYS":   17,
		"THIRTY_TO_FORTY_FIVE_DAYS":   18,
		"FORTY_FIVE_TO_SIXTY_DAYS":    19,
		"SIXTY_TO_NINETY_DAYS":        20,
	}
)

Enum value maps for ConversionLagBucketEnum_ConversionLagBucket.

View Source
var (
	ConversionOrAdjustmentLagBucketEnum_ConversionOrAdjustmentLagBucket_name = map[int32]string{
		0:  "UNSPECIFIED",
		1:  "UNKNOWN",
		2:  "CONVERSION_LESS_THAN_ONE_DAY",
		3:  "CONVERSION_ONE_TO_TWO_DAYS",
		4:  "CONVERSION_TWO_TO_THREE_DAYS",
		5:  "CONVERSION_THREE_TO_FOUR_DAYS",
		6:  "CONVERSION_FOUR_TO_FIVE_DAYS",
		7:  "CONVERSION_FIVE_TO_SIX_DAYS",
		8:  "CONVERSION_SIX_TO_SEVEN_DAYS",
		9:  "CONVERSION_SEVEN_TO_EIGHT_DAYS",
		10: "CONVERSION_EIGHT_TO_NINE_DAYS",
		11: "CONVERSION_NINE_TO_TEN_DAYS",
		12: "CONVERSION_TEN_TO_ELEVEN_DAYS",
		13: "CONVERSION_ELEVEN_TO_TWELVE_DAYS",
		14: "CONVERSION_TWELVE_TO_THIRTEEN_DAYS",
		15: "CONVERSION_THIRTEEN_TO_FOURTEEN_DAYS",
		16: "CONVERSION_FOURTEEN_TO_TWENTY_ONE_DAYS",
		17: "CONVERSION_TWENTY_ONE_TO_THIRTY_DAYS",
		18: "CONVERSION_THIRTY_TO_FORTY_FIVE_DAYS",
		19: "CONVERSION_FORTY_FIVE_TO_SIXTY_DAYS",
		20: "CONVERSION_SIXTY_TO_NINETY_DAYS",
		21: "ADJUSTMENT_LESS_THAN_ONE_DAY",
		22: "ADJUSTMENT_ONE_TO_TWO_DAYS",
		23: "ADJUSTMENT_TWO_TO_THREE_DAYS",
		24: "ADJUSTMENT_THREE_TO_FOUR_DAYS",
		25: "ADJUSTMENT_FOUR_TO_FIVE_DAYS",
		26: "ADJUSTMENT_FIVE_TO_SIX_DAYS",
		27: "ADJUSTMENT_SIX_TO_SEVEN_DAYS",
		28: "ADJUSTMENT_SEVEN_TO_EIGHT_DAYS",
		29: "ADJUSTMENT_EIGHT_TO_NINE_DAYS",
		30: "ADJUSTMENT_NINE_TO_TEN_DAYS",
		31: "ADJUSTMENT_TEN_TO_ELEVEN_DAYS",
		32: "ADJUSTMENT_ELEVEN_TO_TWELVE_DAYS",
		33: "ADJUSTMENT_TWELVE_TO_THIRTEEN_DAYS",
		34: "ADJUSTMENT_THIRTEEN_TO_FOURTEEN_DAYS",
		35: "ADJUSTMENT_FOURTEEN_TO_TWENTY_ONE_DAYS",
		36: "ADJUSTMENT_TWENTY_ONE_TO_THIRTY_DAYS",
		37: "ADJUSTMENT_THIRTY_TO_FORTY_FIVE_DAYS",
		38: "ADJUSTMENT_FORTY_FIVE_TO_SIXTY_DAYS",
		39: "ADJUSTMENT_SIXTY_TO_NINETY_DAYS",
		40: "ADJUSTMENT_NINETY_TO_ONE_HUNDRED_AND_FORTY_FIVE_DAYS",
		41: "CONVERSION_UNKNOWN",
		42: "ADJUSTMENT_UNKNOWN",
	}
	ConversionOrAdjustmentLagBucketEnum_ConversionOrAdjustmentLagBucket_value = map[string]int32{
		"UNSPECIFIED":                                          0,
		"UNKNOWN":                                              1,
		"CONVERSION_LESS_THAN_ONE_DAY":                         2,
		"CONVERSION_ONE_TO_TWO_DAYS":                           3,
		"CONVERSION_TWO_TO_THREE_DAYS":                         4,
		"CONVERSION_THREE_TO_FOUR_DAYS":                        5,
		"CONVERSION_FOUR_TO_FIVE_DAYS":                         6,
		"CONVERSION_FIVE_TO_SIX_DAYS":                          7,
		"CONVERSION_SIX_TO_SEVEN_DAYS":                         8,
		"CONVERSION_SEVEN_TO_EIGHT_DAYS":                       9,
		"CONVERSION_EIGHT_TO_NINE_DAYS":                        10,
		"CONVERSION_NINE_TO_TEN_DAYS":                          11,
		"CONVERSION_TEN_TO_ELEVEN_DAYS":                        12,
		"CONVERSION_ELEVEN_TO_TWELVE_DAYS":                     13,
		"CONVERSION_TWELVE_TO_THIRTEEN_DAYS":                   14,
		"CONVERSION_THIRTEEN_TO_FOURTEEN_DAYS":                 15,
		"CONVERSION_FOURTEEN_TO_TWENTY_ONE_DAYS":               16,
		"CONVERSION_TWENTY_ONE_TO_THIRTY_DAYS":                 17,
		"CONVERSION_THIRTY_TO_FORTY_FIVE_DAYS":                 18,
		"CONVERSION_FORTY_FIVE_TO_SIXTY_DAYS":                  19,
		"CONVERSION_SIXTY_TO_NINETY_DAYS":                      20,
		"ADJUSTMENT_LESS_THAN_ONE_DAY":                         21,
		"ADJUSTMENT_ONE_TO_TWO_DAYS":                           22,
		"ADJUSTMENT_TWO_TO_THREE_DAYS":                         23,
		"ADJUSTMENT_THREE_TO_FOUR_DAYS":                        24,
		"ADJUSTMENT_FOUR_TO_FIVE_DAYS":                         25,
		"ADJUSTMENT_FIVE_TO_SIX_DAYS":                          26,
		"ADJUSTMENT_SIX_TO_SEVEN_DAYS":                         27,
		"ADJUSTMENT_SEVEN_TO_EIGHT_DAYS":                       28,
		"ADJUSTMENT_EIGHT_TO_NINE_DAYS":                        29,
		"ADJUSTMENT_NINE_TO_TEN_DAYS":                          30,
		"ADJUSTMENT_TEN_TO_ELEVEN_DAYS":                        31,
		"ADJUSTMENT_ELEVEN_TO_TWELVE_DAYS":                     32,
		"ADJUSTMENT_TWELVE_TO_THIRTEEN_DAYS":                   33,
		"ADJUSTMENT_THIRTEEN_TO_FOURTEEN_DAYS":                 34,
		"ADJUSTMENT_FOURTEEN_TO_TWENTY_ONE_DAYS":               35,
		"ADJUSTMENT_TWENTY_ONE_TO_THIRTY_DAYS":                 36,
		"ADJUSTMENT_THIRTY_TO_FORTY_FIVE_DAYS":                 37,
		"ADJUSTMENT_FORTY_FIVE_TO_SIXTY_DAYS":                  38,
		"ADJUSTMENT_SIXTY_TO_NINETY_DAYS":                      39,
		"ADJUSTMENT_NINETY_TO_ONE_HUNDRED_AND_FORTY_FIVE_DAYS": 40,
		"CONVERSION_UNKNOWN":                                   41,
		"ADJUSTMENT_UNKNOWN":                                   42,
	}
)

Enum value maps for ConversionOrAdjustmentLagBucketEnum_ConversionOrAdjustmentLagBucket.

View Source
var (
	CriterionCategoryChannelAvailabilityModeEnum_CriterionCategoryChannelAvailabilityMode_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "ALL_CHANNELS",
		3: "CHANNEL_TYPE_AND_ALL_SUBTYPES",
		4: "CHANNEL_TYPE_AND_SUBSET_SUBTYPES",
	}
	CriterionCategoryChannelAvailabilityModeEnum_CriterionCategoryChannelAvailabilityMode_value = map[string]int32{
		"UNSPECIFIED":                      0,
		"UNKNOWN":                          1,
		"ALL_CHANNELS":                     2,
		"CHANNEL_TYPE_AND_ALL_SUBTYPES":    3,
		"CHANNEL_TYPE_AND_SUBSET_SUBTYPES": 4,
	}
)

Enum value maps for CriterionCategoryChannelAvailabilityModeEnum_CriterionCategoryChannelAvailabilityMode.

View Source
var (
	CriterionCategoryLocaleAvailabilityModeEnum_CriterionCategoryLocaleAvailabilityMode_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "ALL_LOCALES",
		3: "COUNTRY_AND_ALL_LANGUAGES",
		4: "LANGUAGE_AND_ALL_COUNTRIES",
		5: "COUNTRY_AND_LANGUAGE",
	}
	CriterionCategoryLocaleAvailabilityModeEnum_CriterionCategoryLocaleAvailabilityMode_value = map[string]int32{
		"UNSPECIFIED":                0,
		"UNKNOWN":                    1,
		"ALL_LOCALES":                2,
		"COUNTRY_AND_ALL_LANGUAGES":  3,
		"LANGUAGE_AND_ALL_COUNTRIES": 4,
		"COUNTRY_AND_LANGUAGE":       5,
	}
)

Enum value maps for CriterionCategoryLocaleAvailabilityModeEnum_CriterionCategoryLocaleAvailabilityMode.

View Source
var (
	CriterionSystemServingStatusEnum_CriterionSystemServingStatus_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "ELIGIBLE",
		3: "RARELY_SERVED",
	}
	CriterionSystemServingStatusEnum_CriterionSystemServingStatus_value = map[string]int32{
		"UNSPECIFIED":   0,
		"UNKNOWN":       1,
		"ELIGIBLE":      2,
		"RARELY_SERVED": 3,
	}
)

Enum value maps for CriterionSystemServingStatusEnum_CriterionSystemServingStatus.

View Source
var (
	CriterionTypeEnum_CriterionType_name = map[int32]string{
		0:  "UNSPECIFIED",
		1:  "UNKNOWN",
		2:  "KEYWORD",
		3:  "PLACEMENT",
		4:  "MOBILE_APP_CATEGORY",
		5:  "MOBILE_APPLICATION",
		6:  "DEVICE",
		7:  "LOCATION",
		8:  "LISTING_GROUP",
		9:  "AD_SCHEDULE",
		10: "AGE_RANGE",
		11: "GENDER",
		12: "INCOME_RANGE",
		13: "PARENTAL_STATUS",
		14: "YOUTUBE_VIDEO",
		15: "YOUTUBE_CHANNEL",
		16: "USER_LIST",
		17: "PROXIMITY",
		18: "TOPIC",
		19: "LISTING_SCOPE",
		20: "LANGUAGE",
		21: "IP_BLOCK",
		22: "CONTENT_LABEL",
		23: "CARRIER",
		24: "USER_INTEREST",
		25: "WEBPAGE",
		26: "OPERATING_SYSTEM_VERSION",
		27: "APP_PAYMENT_MODEL",
		28: "MOBILE_DEVICE",
		29: "CUSTOM_AFFINITY",
		30: "CUSTOM_INTENT",
		31: "LOCATION_GROUP",
	}
	CriterionTypeEnum_CriterionType_value = map[string]int32{
		"UNSPECIFIED":              0,
		"UNKNOWN":                  1,
		"KEYWORD":                  2,
		"PLACEMENT":                3,
		"MOBILE_APP_CATEGORY":      4,
		"MOBILE_APPLICATION":       5,
		"DEVICE":                   6,
		"LOCATION":                 7,
		"LISTING_GROUP":            8,
		"AD_SCHEDULE":              9,
		"AGE_RANGE":                10,
		"GENDER":                   11,
		"INCOME_RANGE":             12,
		"PARENTAL_STATUS":          13,
		"YOUTUBE_VIDEO":            14,
		"YOUTUBE_CHANNEL":          15,
		"USER_LIST":                16,
		"PROXIMITY":                17,
		"TOPIC":                    18,
		"LISTING_SCOPE":            19,
		"LANGUAGE":                 20,
		"IP_BLOCK":                 21,
		"CONTENT_LABEL":            22,
		"CARRIER":                  23,
		"USER_INTEREST":            24,
		"WEBPAGE":                  25,
		"OPERATING_SYSTEM_VERSION": 26,
		"APP_PAYMENT_MODEL":        27,
		"MOBILE_DEVICE":            28,
		"CUSTOM_AFFINITY":          29,
		"CUSTOM_INTENT":            30,
		"LOCATION_GROUP":           31,
	}
)

Enum value maps for CriterionTypeEnum_CriterionType.

View Source
var (
	CustomInterestMemberTypeEnum_CustomInterestMemberType_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "KEYWORD",
		3: "URL",
	}
	CustomInterestMemberTypeEnum_CustomInterestMemberType_value = map[string]int32{
		"UNSPECIFIED": 0,
		"UNKNOWN":     1,
		"KEYWORD":     2,
		"URL":         3,
	}
)

Enum value maps for CustomInterestMemberTypeEnum_CustomInterestMemberType.

View Source
var (
	CustomInterestStatusEnum_CustomInterestStatus_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "ENABLED",
		3: "REMOVED",
	}
	CustomInterestStatusEnum_CustomInterestStatus_value = map[string]int32{
		"UNSPECIFIED": 0,
		"UNKNOWN":     1,
		"ENABLED":     2,
		"REMOVED":     3,
	}
)

Enum value maps for CustomInterestStatusEnum_CustomInterestStatus.

View Source
var (
	CustomInterestTypeEnum_CustomInterestType_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "CUSTOM_AFFINITY",
		3: "CUSTOM_INTENT",
	}
	CustomInterestTypeEnum_CustomInterestType_value = map[string]int32{
		"UNSPECIFIED":     0,
		"UNKNOWN":         1,
		"CUSTOM_AFFINITY": 2,
		"CUSTOM_INTENT":   3,
	}
)

Enum value maps for CustomInterestTypeEnum_CustomInterestType.

View Source
var (
	CustomPlaceholderFieldEnum_CustomPlaceholderField_name = map[int32]string{
		0:  "UNSPECIFIED",
		1:  "UNKNOWN",
		2:  "ID",
		3:  "ID2",
		4:  "ITEM_TITLE",
		5:  "ITEM_SUBTITLE",
		6:  "ITEM_DESCRIPTION",
		7:  "ITEM_ADDRESS",
		8:  "PRICE",
		9:  "FORMATTED_PRICE",
		10: "SALE_PRICE",
		11: "FORMATTED_SALE_PRICE",
		12: "IMAGE_URL",
		13: "ITEM_CATEGORY",
		14: "FINAL_URLS",
		15: "FINAL_MOBILE_URLS",
		16: "TRACKING_URL",
		17: "CONTEXTUAL_KEYWORDS",
		18: "ANDROID_APP_LINK",
		19: "SIMILAR_IDS",
		20: "IOS_APP_LINK",
		21: "IOS_APP_STORE_ID",
	}
	CustomPlaceholderFieldEnum_CustomPlaceholderField_value = map[string]int32{
		"UNSPECIFIED":          0,
		"UNKNOWN":              1,
		"ID":                   2,
		"ID2":                  3,
		"ITEM_TITLE":           4,
		"ITEM_SUBTITLE":        5,
		"ITEM_DESCRIPTION":     6,
		"ITEM_ADDRESS":         7,
		"PRICE":                8,
		"FORMATTED_PRICE":      9,
		"SALE_PRICE":           10,
		"FORMATTED_SALE_PRICE": 11,
		"IMAGE_URL":            12,
		"ITEM_CATEGORY":        13,
		"FINAL_URLS":           14,
		"FINAL_MOBILE_URLS":    15,
		"TRACKING_URL":         16,
		"CONTEXTUAL_KEYWORDS":  17,
		"ANDROID_APP_LINK":     18,
		"SIMILAR_IDS":          19,
		"IOS_APP_LINK":         20,
		"IOS_APP_STORE_ID":     21,
	}
)

Enum value maps for CustomPlaceholderFieldEnum_CustomPlaceholderField.

View Source
var (
	CustomerMatchUploadKeyTypeEnum_CustomerMatchUploadKeyType_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "CONTACT_INFO",
		3: "CRM_ID",
		4: "MOBILE_ADVERTISING_ID",
	}
	CustomerMatchUploadKeyTypeEnum_CustomerMatchUploadKeyType_value = map[string]int32{
		"UNSPECIFIED":           0,
		"UNKNOWN":               1,
		"CONTACT_INFO":          2,
		"CRM_ID":                3,
		"MOBILE_ADVERTISING_ID": 4,
	}
)

Enum value maps for CustomerMatchUploadKeyTypeEnum_CustomerMatchUploadKeyType.

View Source
var (
	CustomerPayPerConversionEligibilityFailureReasonEnum_CustomerPayPerConversionEligibilityFailureReason_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "NOT_ENOUGH_CONVERSIONS",
		3: "CONVERSION_LAG_TOO_HIGH",
		4: "HAS_CAMPAIGN_WITH_SHARED_BUDGET",
		5: "HAS_UPLOAD_CLICKS_CONVERSION",
		6: "AVERAGE_DAILY_SPEND_TOO_HIGH",
		7: "ANALYSIS_NOT_COMPLETE",
		8: "OTHER",
	}
	CustomerPayPerConversionEligibilityFailureReasonEnum_CustomerPayPerConversionEligibilityFailureReason_value = map[string]int32{
		"UNSPECIFIED":                     0,
		"UNKNOWN":                         1,
		"NOT_ENOUGH_CONVERSIONS":          2,
		"CONVERSION_LAG_TOO_HIGH":         3,
		"HAS_CAMPAIGN_WITH_SHARED_BUDGET": 4,
		"HAS_UPLOAD_CLICKS_CONVERSION":    5,
		"AVERAGE_DAILY_SPEND_TOO_HIGH":    6,
		"ANALYSIS_NOT_COMPLETE":           7,
		"OTHER":                           8,
	}
)

Enum value maps for CustomerPayPerConversionEligibilityFailureReasonEnum_CustomerPayPerConversionEligibilityFailureReason.

View Source
var (
	DataDrivenModelStatusEnum_DataDrivenModelStatus_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "AVAILABLE",
		3: "STALE",
		4: "EXPIRED",
		5: "NEVER_GENERATED",
	}
	DataDrivenModelStatusEnum_DataDrivenModelStatus_value = map[string]int32{
		"UNSPECIFIED":     0,
		"UNKNOWN":         1,
		"AVAILABLE":       2,
		"STALE":           3,
		"EXPIRED":         4,
		"NEVER_GENERATED": 5,
	}
)

Enum value maps for DataDrivenModelStatusEnum_DataDrivenModelStatus.

View Source
var (
	DayOfWeekEnum_DayOfWeek_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "MONDAY",
		3: "TUESDAY",
		4: "WEDNESDAY",
		5: "THURSDAY",
		6: "FRIDAY",
		7: "SATURDAY",
		8: "SUNDAY",
	}
	DayOfWeekEnum_DayOfWeek_value = map[string]int32{
		"UNSPECIFIED": 0,
		"UNKNOWN":     1,
		"MONDAY":      2,
		"TUESDAY":     3,
		"WEDNESDAY":   4,
		"THURSDAY":    5,
		"FRIDAY":      6,
		"SATURDAY":    7,
		"SUNDAY":      8,
	}
)

Enum value maps for DayOfWeekEnum_DayOfWeek.

View Source
var (
	DeviceEnum_Device_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "MOBILE",
		3: "TABLET",
		4: "DESKTOP",
		6: "CONNECTED_TV",
		5: "OTHER",
	}
	DeviceEnum_Device_value = map[string]int32{
		"UNSPECIFIED":  0,
		"UNKNOWN":      1,
		"MOBILE":       2,
		"TABLET":       3,
		"DESKTOP":      4,
		"CONNECTED_TV": 6,
		"OTHER":        5,
	}
)

Enum value maps for DeviceEnum_Device.

View Source
var (
	DisplayAdFormatSettingEnum_DisplayAdFormatSetting_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "ALL_FORMATS",
		3: "NON_NATIVE",
		4: "NATIVE",
	}
	DisplayAdFormatSettingEnum_DisplayAdFormatSetting_value = map[string]int32{
		"UNSPECIFIED": 0,
		"UNKNOWN":     1,
		"ALL_FORMATS": 2,
		"NON_NATIVE":  3,
		"NATIVE":      4,
	}
)

Enum value maps for DisplayAdFormatSettingEnum_DisplayAdFormatSetting.

View Source
var (
	DisplayUploadProductTypeEnum_DisplayUploadProductType_name = map[int32]string{
		0:  "UNSPECIFIED",
		1:  "UNKNOWN",
		2:  "HTML5_UPLOAD_AD",
		3:  "DYNAMIC_HTML5_EDUCATION_AD",
		4:  "DYNAMIC_HTML5_FLIGHT_AD",
		5:  "DYNAMIC_HTML5_HOTEL_RENTAL_AD",
		6:  "DYNAMIC_HTML5_JOB_AD",
		7:  "DYNAMIC_HTML5_LOCAL_AD",
		8:  "DYNAMIC_HTML5_REAL_ESTATE_AD",
		9:  "DYNAMIC_HTML5_CUSTOM_AD",
		10: "DYNAMIC_HTML5_TRAVEL_AD",
		11: "DYNAMIC_HTML5_HOTEL_AD",
	}
	DisplayUploadProductTypeEnum_DisplayUploadProductType_value = map[string]int32{
		"UNSPECIFIED":                   0,
		"UNKNOWN":                       1,
		"HTML5_UPLOAD_AD":               2,
		"DYNAMIC_HTML5_EDUCATION_AD":    3,
		"DYNAMIC_HTML5_FLIGHT_AD":       4,
		"DYNAMIC_HTML5_HOTEL_RENTAL_AD": 5,
		"DYNAMIC_HTML5_JOB_AD":          6,
		"DYNAMIC_HTML5_LOCAL_AD":        7,
		"DYNAMIC_HTML5_REAL_ESTATE_AD":  8,
		"DYNAMIC_HTML5_CUSTOM_AD":       9,
		"DYNAMIC_HTML5_TRAVEL_AD":       10,
		"DYNAMIC_HTML5_HOTEL_AD":        11,
	}
)

Enum value maps for DisplayUploadProductTypeEnum_DisplayUploadProductType.

View Source
var (
	DsaPageFeedCriterionFieldEnum_DsaPageFeedCriterionField_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "PAGE_URL",
		3: "LABEL",
	}
	DsaPageFeedCriterionFieldEnum_DsaPageFeedCriterionField_value = map[string]int32{
		"UNSPECIFIED": 0,
		"UNKNOWN":     1,
		"PAGE_URL":    2,
		"LABEL":       3,
	}
)

Enum value maps for DsaPageFeedCriterionFieldEnum_DsaPageFeedCriterionField.

View Source
var (
	EducationPlaceholderFieldEnum_EducationPlaceholderField_name = map[int32]string{
		0:  "UNSPECIFIED",
		1:  "UNKNOWN",
		2:  "PROGRAM_ID",
		3:  "LOCATION_ID",
		4:  "PROGRAM_NAME",
		5:  "AREA_OF_STUDY",
		6:  "PROGRAM_DESCRIPTION",
		7:  "SCHOOL_NAME",
		8:  "ADDRESS",
		9:  "THUMBNAIL_IMAGE_URL",
		10: "ALTERNATIVE_THUMBNAIL_IMAGE_URL",
		11: "FINAL_URLS",
		12: "FINAL_MOBILE_URLS",
		13: "TRACKING_URL",
		14: "CONTEXTUAL_KEYWORDS",
		15: "ANDROID_APP_LINK",
		16: "SIMILAR_PROGRAM_IDS",
		17: "IOS_APP_LINK",
		18: "IOS_APP_STORE_ID",
	}
	EducationPlaceholderFieldEnum_EducationPlaceholderField_value = map[string]int32{
		"UNSPECIFIED":                     0,
		"UNKNOWN":                         1,
		"PROGRAM_ID":                      2,
		"LOCATION_ID":                     3,
		"PROGRAM_NAME":                    4,
		"AREA_OF_STUDY":                   5,
		"PROGRAM_DESCRIPTION":             6,
		"SCHOOL_NAME":                     7,
		"ADDRESS":                         8,
		"THUMBNAIL_IMAGE_URL":             9,
		"ALTERNATIVE_THUMBNAIL_IMAGE_URL": 10,
		"FINAL_URLS":                      11,
		"FINAL_MOBILE_URLS":               12,
		"TRACKING_URL":                    13,
		"CONTEXTUAL_KEYWORDS":             14,
		"ANDROID_APP_LINK":                15,
		"SIMILAR_PROGRAM_IDS":             16,
		"IOS_APP_LINK":                    17,
		"IOS_APP_STORE_ID":                18,
	}
)

Enum value maps for EducationPlaceholderFieldEnum_EducationPlaceholderField.

View Source
var (
	ExtensionSettingDeviceEnum_ExtensionSettingDevice_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "MOBILE",
		3: "DESKTOP",
	}
	ExtensionSettingDeviceEnum_ExtensionSettingDevice_value = map[string]int32{
		"UNSPECIFIED": 0,
		"UNKNOWN":     1,
		"MOBILE":      2,
		"DESKTOP":     3,
	}
)

Enum value maps for ExtensionSettingDeviceEnum_ExtensionSettingDevice.

View Source
var (
	ExtensionTypeEnum_ExtensionType_name = map[int32]string{
		0:  "UNSPECIFIED",
		1:  "UNKNOWN",
		2:  "NONE",
		3:  "APP",
		4:  "CALL",
		5:  "CALLOUT",
		6:  "MESSAGE",
		7:  "PRICE",
		8:  "PROMOTION",
		9:  "REVIEW",
		10: "SITELINK",
		11: "STRUCTURED_SNIPPET",
		12: "LOCATION",
		13: "AFFILIATE_LOCATION",
	}
	ExtensionTypeEnum_ExtensionType_value = map[string]int32{
		"UNSPECIFIED":        0,
		"UNKNOWN":            1,
		"NONE":               2,
		"APP":                3,
		"CALL":               4,
		"CALLOUT":            5,
		"MESSAGE":            6,
		"PRICE":              7,
		"PROMOTION":          8,
		"REVIEW":             9,
		"SITELINK":           10,
		"STRUCTURED_SNIPPET": 11,
		"LOCATION":           12,
		"AFFILIATE_LOCATION": 13,
	}
)

Enum value maps for ExtensionTypeEnum_ExtensionType.

View Source
var (
	ExternalConversionSourceEnum_ExternalConversionSource_name = map[int32]string{
		0:  "UNSPECIFIED",
		1:  "UNKNOWN",
		2:  "WEBPAGE",
		3:  "ANALYTICS",
		4:  "UPLOAD",
		5:  "AD_CALL_METRICS",
		6:  "WEBSITE_CALL_METRICS",
		7:  "STORE_VISITS",
		8:  "ANDROID_IN_APP",
		9:  "IOS_IN_APP",
		10: "IOS_FIRST_OPEN",
		11: "APP_UNSPECIFIED",
		12: "ANDROID_FIRST_OPEN",
		13: "UPLOAD_CALLS",
		14: "FIREBASE",
		15: "CLICK_TO_CALL",
		16: "SALESFORCE",
		17: "STORE_SALES_CRM",
		18: "STORE_SALES_PAYMENT_NETWORK",
		19: "GOOGLE_PLAY",
		20: "THIRD_PARTY_APP_ANALYTICS",
		21: "GOOGLE_ATTRIBUTION",
		22: "STORE_SALES_DIRECT",
	}
	ExternalConversionSourceEnum_ExternalConversionSource_value = map[string]int32{
		"UNSPECIFIED":                 0,
		"UNKNOWN":                     1,
		"WEBPAGE":                     2,
		"ANALYTICS":                   3,
		"UPLOAD":                      4,
		"AD_CALL_METRICS":             5,
		"WEBSITE_CALL_METRICS":        6,
		"STORE_VISITS":                7,
		"ANDROID_IN_APP":              8,
		"IOS_IN_APP":                  9,
		"IOS_FIRST_OPEN":              10,
		"APP_UNSPECIFIED":             11,
		"ANDROID_FIRST_OPEN":          12,
		"UPLOAD_CALLS":                13,
		"FIREBASE":                    14,
		"CLICK_TO_CALL":               15,
		"SALESFORCE":                  16,
		"STORE_SALES_CRM":             17,
		"STORE_SALES_PAYMENT_NETWORK": 18,
		"GOOGLE_PLAY":                 19,
		"THIRD_PARTY_APP_ANALYTICS":   20,
		"GOOGLE_ATTRIBUTION":          21,
		"STORE_SALES_DIRECT":          22,
	}
)

Enum value maps for ExternalConversionSourceEnum_ExternalConversionSource.

View Source
var (
	FeedAttributeTypeEnum_FeedAttributeType_name = map[int32]string{
		0:  "UNSPECIFIED",
		1:  "UNKNOWN",
		2:  "INT64",
		3:  "DOUBLE",
		4:  "STRING",
		5:  "BOOLEAN",
		6:  "URL",
		7:  "DATE_TIME",
		8:  "INT64_LIST",
		9:  "DOUBLE_LIST",
		10: "STRING_LIST",
		11: "BOOLEAN_LIST",
		12: "URL_LIST",
		13: "DATE_TIME_LIST",
		14: "PRICE",
	}
	FeedAttributeTypeEnum_FeedAttributeType_value = map[string]int32{
		"UNSPECIFIED":    0,
		"UNKNOWN":        1,
		"INT64":          2,
		"DOUBLE":         3,
		"STRING":         4,
		"BOOLEAN":        5,
		"URL":            6,
		"DATE_TIME":      7,
		"INT64_LIST":     8,
		"DOUBLE_LIST":    9,
		"STRING_LIST":    10,
		"BOOLEAN_LIST":   11,
		"URL_LIST":       12,
		"DATE_TIME_LIST": 13,
		"PRICE":          14,
	}
)

Enum value maps for FeedAttributeTypeEnum_FeedAttributeType.

View Source
var (
	FeedItemQualityApprovalStatusEnum_FeedItemQualityApprovalStatus_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "APPROVED",
		3: "DISAPPROVED",
	}
	FeedItemQualityApprovalStatusEnum_FeedItemQualityApprovalStatus_value = map[string]int32{
		"UNSPECIFIED": 0,
		"UNKNOWN":     1,
		"APPROVED":    2,
		"DISAPPROVED": 3,
	}
)

Enum value maps for FeedItemQualityApprovalStatusEnum_FeedItemQualityApprovalStatus.

View Source
var (
	FeedItemQualityDisapprovalReasonEnum_FeedItemQualityDisapprovalReason_name = map[int32]string{
		0:  "UNSPECIFIED",
		1:  "UNKNOWN",
		2:  "PRICE_TABLE_REPETITIVE_HEADERS",
		3:  "PRICE_TABLE_REPETITIVE_DESCRIPTION",
		4:  "PRICE_TABLE_INCONSISTENT_ROWS",
		5:  "PRICE_DESCRIPTION_HAS_PRICE_QUALIFIERS",
		6:  "PRICE_UNSUPPORTED_LANGUAGE",
		7:  "PRICE_TABLE_ROW_HEADER_TABLE_TYPE_MISMATCH",
		8:  "PRICE_TABLE_ROW_HEADER_HAS_PROMOTIONAL_TEXT",
		9:  "PRICE_TABLE_ROW_DESCRIPTION_NOT_RELEVANT",
		10: "PRICE_TABLE_ROW_DESCRIPTION_HAS_PROMOTIONAL_TEXT",
		11: "PRICE_TABLE_ROW_HEADER_DESCRIPTION_REPETITIVE",
		12: "PRICE_TABLE_ROW_UNRATEABLE",
		13: "PRICE_TABLE_ROW_PRICE_INVALID",
		14: "PRICE_TABLE_ROW_URL_INVALID",
		15: "PRICE_HEADER_OR_DESCRIPTION_HAS_PRICE",
		16: "STRUCTURED_SNIPPETS_HEADER_POLICY_VIOLATED",
		17: "STRUCTURED_SNIPPETS_REPEATED_VALUES",
		18: "STRUCTURED_SNIPPETS_EDITORIAL_GUIDELINES",
		19: "STRUCTURED_SNIPPETS_HAS_PROMOTIONAL_TEXT",
	}
	FeedItemQualityDisapprovalReasonEnum_FeedItemQualityDisapprovalReason_value = map[string]int32{
		"UNSPECIFIED":                                      0,
		"UNKNOWN":                                          1,
		"PRICE_TABLE_REPETITIVE_HEADERS":                   2,
		"PRICE_TABLE_REPETITIVE_DESCRIPTION":               3,
		"PRICE_TABLE_INCONSISTENT_ROWS":                    4,
		"PRICE_DESCRIPTION_HAS_PRICE_QUALIFIERS":           5,
		"PRICE_UNSUPPORTED_LANGUAGE":                       6,
		"PRICE_TABLE_ROW_HEADER_TABLE_TYPE_MISMATCH":       7,
		"PRICE_TABLE_ROW_HEADER_HAS_PROMOTIONAL_TEXT":      8,
		"PRICE_TABLE_ROW_DESCRIPTION_NOT_RELEVANT":         9,
		"PRICE_TABLE_ROW_DESCRIPTION_HAS_PROMOTIONAL_TEXT": 10,
		"PRICE_TABLE_ROW_HEADER_DESCRIPTION_REPETITIVE":    11,
		"PRICE_TABLE_ROW_UNRATEABLE":                       12,
		"PRICE_TABLE_ROW_PRICE_INVALID":                    13,
		"PRICE_TABLE_ROW_URL_INVALID":                      14,
		"PRICE_HEADER_OR_DESCRIPTION_HAS_PRICE":            15,
		"STRUCTURED_SNIPPETS_HEADER_POLICY_VIOLATED":       16,
		"STRUCTURED_SNIPPETS_REPEATED_VALUES":              17,
		"STRUCTURED_SNIPPETS_EDITORIAL_GUIDELINES":         18,
		"STRUCTURED_SNIPPETS_HAS_PROMOTIONAL_TEXT":         19,
	}
)

Enum value maps for FeedItemQualityDisapprovalReasonEnum_FeedItemQualityDisapprovalReason.

View Source
var (
	FeedItemStatusEnum_FeedItemStatus_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "ENABLED",
		3: "REMOVED",
	}
	FeedItemStatusEnum_FeedItemStatus_value = map[string]int32{
		"UNSPECIFIED": 0,
		"UNKNOWN":     1,
		"ENABLED":     2,
		"REMOVED":     3,
	}
)

Enum value maps for FeedItemStatusEnum_FeedItemStatus.

View Source
var (
	FeedItemTargetDeviceEnum_FeedItemTargetDevice_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "MOBILE",
	}
	FeedItemTargetDeviceEnum_FeedItemTargetDevice_value = map[string]int32{
		"UNSPECIFIED": 0,
		"UNKNOWN":     1,
		"MOBILE":      2,
	}
)

Enum value maps for FeedItemTargetDeviceEnum_FeedItemTargetDevice.

View Source
var (
	FeedItemTargetTypeEnum_FeedItemTargetType_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "CAMPAIGN",
		3: "AD_GROUP",
		4: "CRITERION",
	}
	FeedItemTargetTypeEnum_FeedItemTargetType_value = map[string]int32{
		"UNSPECIFIED": 0,
		"UNKNOWN":     1,
		"CAMPAIGN":    2,
		"AD_GROUP":    3,
		"CRITERION":   4,
	}
)

Enum value maps for FeedItemTargetTypeEnum_FeedItemTargetType.

View Source
var (
	FeedItemValidationStatusEnum_FeedItemValidationStatus_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "PENDING",
		3: "INVALID",
		4: "VALID",
	}
	FeedItemValidationStatusEnum_FeedItemValidationStatus_value = map[string]int32{
		"UNSPECIFIED": 0,
		"UNKNOWN":     1,
		"PENDING":     2,
		"INVALID":     3,
		"VALID":       4,
	}
)

Enum value maps for FeedItemValidationStatusEnum_FeedItemValidationStatus.

View Source
var (
	FeedLinkStatusEnum_FeedLinkStatus_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "ENABLED",
		3: "REMOVED",
	}
	FeedLinkStatusEnum_FeedLinkStatus_value = map[string]int32{
		"UNSPECIFIED": 0,
		"UNKNOWN":     1,
		"ENABLED":     2,
		"REMOVED":     3,
	}
)

Enum value maps for FeedLinkStatusEnum_FeedLinkStatus.

View Source
var (
	FeedMappingCriterionTypeEnum_FeedMappingCriterionType_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		4: "LOCATION_EXTENSION_TARGETING",
		3: "DSA_PAGE_FEED",
	}
	FeedMappingCriterionTypeEnum_FeedMappingCriterionType_value = map[string]int32{
		"UNSPECIFIED":                  0,
		"UNKNOWN":                      1,
		"LOCATION_EXTENSION_TARGETING": 4,
		"DSA_PAGE_FEED":                3,
	}
)

Enum value maps for FeedMappingCriterionTypeEnum_FeedMappingCriterionType.

View Source
var (
	FeedMappingStatusEnum_FeedMappingStatus_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "ENABLED",
		3: "REMOVED",
	}
	FeedMappingStatusEnum_FeedMappingStatus_value = map[string]int32{
		"UNSPECIFIED": 0,
		"UNKNOWN":     1,
		"ENABLED":     2,
		"REMOVED":     3,
	}
)

Enum value maps for FeedMappingStatusEnum_FeedMappingStatus.

View Source
var (
	FeedOriginEnum_FeedOrigin_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "USER",
		3: "GOOGLE",
	}
	FeedOriginEnum_FeedOrigin_value = map[string]int32{
		"UNSPECIFIED": 0,
		"UNKNOWN":     1,
		"USER":        2,
		"GOOGLE":      3,
	}
)

Enum value maps for FeedOriginEnum_FeedOrigin.

View Source
var (
	FeedStatusEnum_FeedStatus_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "ENABLED",
		3: "REMOVED",
	}
	FeedStatusEnum_FeedStatus_value = map[string]int32{
		"UNSPECIFIED": 0,
		"UNKNOWN":     1,
		"ENABLED":     2,
		"REMOVED":     3,
	}
)

Enum value maps for FeedStatusEnum_FeedStatus.

View Source
var (
	FlightPlaceholderFieldEnum_FlightPlaceholderField_name = map[int32]string{
		0:  "UNSPECIFIED",
		1:  "UNKNOWN",
		2:  "DESTINATION_ID",
		3:  "ORIGIN_ID",
		4:  "FLIGHT_DESCRIPTION",
		5:  "ORIGIN_NAME",
		6:  "DESTINATION_NAME",
		7:  "FLIGHT_PRICE",
		8:  "FORMATTED_PRICE",
		9:  "FLIGHT_SALE_PRICE",
		10: "FORMATTED_SALE_PRICE",
		11: "IMAGE_URL",
		12: "FINAL_URLS",
		13: "FINAL_MOBILE_URLS",
		14: "TRACKING_URL",
		15: "ANDROID_APP_LINK",
		16: "SIMILAR_DESTINATION_IDS",
		17: "IOS_APP_LINK",
		18: "IOS_APP_STORE_ID",
	}
	FlightPlaceholderFieldEnum_FlightPlaceholderField_value = map[string]int32{
		"UNSPECIFIED":             0,
		"UNKNOWN":                 1,
		"DESTINATION_ID":          2,
		"ORIGIN_ID":               3,
		"FLIGHT_DESCRIPTION":      4,
		"ORIGIN_NAME":             5,
		"DESTINATION_NAME":        6,
		"FLIGHT_PRICE":            7,
		"FORMATTED_PRICE":         8,
		"FLIGHT_SALE_PRICE":       9,
		"FORMATTED_SALE_PRICE":    10,
		"IMAGE_URL":               11,
		"FINAL_URLS":              12,
		"FINAL_MOBILE_URLS":       13,
		"TRACKING_URL":            14,
		"ANDROID_APP_LINK":        15,
		"SIMILAR_DESTINATION_IDS": 16,
		"IOS_APP_LINK":            17,
		"IOS_APP_STORE_ID":        18,
	}
)

Enum value maps for FlightPlaceholderFieldEnum_FlightPlaceholderField.

View Source
var (
	FrequencyCapEventTypeEnum_FrequencyCapEventType_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "IMPRESSION",
		3: "VIDEO_VIEW",
	}
	FrequencyCapEventTypeEnum_FrequencyCapEventType_value = map[string]int32{
		"UNSPECIFIED": 0,
		"UNKNOWN":     1,
		"IMPRESSION":  2,
		"VIDEO_VIEW":  3,
	}
)

Enum value maps for FrequencyCapEventTypeEnum_FrequencyCapEventType.

View Source
var (
	FrequencyCapLevelEnum_FrequencyCapLevel_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "AD_GROUP_AD",
		3: "AD_GROUP",
		4: "CAMPAIGN",
	}
	FrequencyCapLevelEnum_FrequencyCapLevel_value = map[string]int32{
		"UNSPECIFIED": 0,
		"UNKNOWN":     1,
		"AD_GROUP_AD": 2,
		"AD_GROUP":    3,
		"CAMPAIGN":    4,
	}
)

Enum value maps for FrequencyCapLevelEnum_FrequencyCapLevel.

View Source
var (
	FrequencyCapTimeUnitEnum_FrequencyCapTimeUnit_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "DAY",
		3: "WEEK",
		4: "MONTH",
	}
	FrequencyCapTimeUnitEnum_FrequencyCapTimeUnit_value = map[string]int32{
		"UNSPECIFIED": 0,
		"UNKNOWN":     1,
		"DAY":         2,
		"WEEK":        3,
		"MONTH":       4,
	}
)

Enum value maps for FrequencyCapTimeUnitEnum_FrequencyCapTimeUnit.

View Source
var (
	GenderTypeEnum_GenderType_name = map[int32]string{
		0:  "UNSPECIFIED",
		1:  "UNKNOWN",
		10: "MALE",
		11: "FEMALE",
		20: "UNDETERMINED",
	}
	GenderTypeEnum_GenderType_value = map[string]int32{
		"UNSPECIFIED":  0,
		"UNKNOWN":      1,
		"MALE":         10,
		"FEMALE":       11,
		"UNDETERMINED": 20,
	}
)

Enum value maps for GenderTypeEnum_GenderType.

View Source
var (
	GeoTargetConstantStatusEnum_GeoTargetConstantStatus_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "ENABLED",
		3: "REMOVAL_PLANNED",
	}
	GeoTargetConstantStatusEnum_GeoTargetConstantStatus_value = map[string]int32{
		"UNSPECIFIED":     0,
		"UNKNOWN":         1,
		"ENABLED":         2,
		"REMOVAL_PLANNED": 3,
	}
)

Enum value maps for GeoTargetConstantStatusEnum_GeoTargetConstantStatus.

View Source
var (
	GeoTargetingRestrictionEnum_GeoTargetingRestriction_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "LOCATION_OF_PRESENCE",
	}
	GeoTargetingRestrictionEnum_GeoTargetingRestriction_value = map[string]int32{
		"UNSPECIFIED":          0,
		"UNKNOWN":              1,
		"LOCATION_OF_PRESENCE": 2,
	}
)

Enum value maps for GeoTargetingRestrictionEnum_GeoTargetingRestriction.

View Source
var (
	GeoTargetingTypeEnum_GeoTargetingType_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "AREA_OF_INTEREST",
		3: "LOCATION_OF_PRESENCE",
	}
	GeoTargetingTypeEnum_GeoTargetingType_value = map[string]int32{
		"UNSPECIFIED":          0,
		"UNKNOWN":              1,
		"AREA_OF_INTEREST":     2,
		"LOCATION_OF_PRESENCE": 3,
	}
)

Enum value maps for GeoTargetingTypeEnum_GeoTargetingType.

View Source
var (
	GoogleAdsFieldCategoryEnum_GoogleAdsFieldCategory_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "RESOURCE",
		3: "ATTRIBUTE",
		5: "SEGMENT",
		6: "METRIC",
	}
	GoogleAdsFieldCategoryEnum_GoogleAdsFieldCategory_value = map[string]int32{
		"UNSPECIFIED": 0,
		"UNKNOWN":     1,
		"RESOURCE":    2,
		"ATTRIBUTE":   3,
		"SEGMENT":     5,
		"METRIC":      6,
	}
)

Enum value maps for GoogleAdsFieldCategoryEnum_GoogleAdsFieldCategory.

View Source
var (
	GoogleAdsFieldDataTypeEnum_GoogleAdsFieldDataType_name = map[int32]string{
		0:  "UNSPECIFIED",
		1:  "UNKNOWN",
		2:  "BOOLEAN",
		3:  "DATE",
		4:  "DOUBLE",
		5:  "ENUM",
		6:  "FLOAT",
		7:  "INT32",
		8:  "INT64",
		9:  "MESSAGE",
		10: "RESOURCE_NAME",
		11: "STRING",
		12: "UINT64",
	}
	GoogleAdsFieldDataTypeEnum_GoogleAdsFieldDataType_value = map[string]int32{
		"UNSPECIFIED":   0,
		"UNKNOWN":       1,
		"BOOLEAN":       2,
		"DATE":          3,
		"DOUBLE":        4,
		"ENUM":          5,
		"FLOAT":         6,
		"INT32":         7,
		"INT64":         8,
		"MESSAGE":       9,
		"RESOURCE_NAME": 10,
		"STRING":        11,
		"UINT64":        12,
	}
)

Enum value maps for GoogleAdsFieldDataTypeEnum_GoogleAdsFieldDataType.

View Source
var (
	HotelDateSelectionTypeEnum_HotelDateSelectionType_name = map[int32]string{
		0:  "UNSPECIFIED",
		1:  "UNKNOWN",
		50: "DEFAULT_SELECTION",
		51: "USER_SELECTED",
	}
	HotelDateSelectionTypeEnum_HotelDateSelectionType_value = map[string]int32{
		"UNSPECIFIED":       0,
		"UNKNOWN":           1,
		"DEFAULT_SELECTION": 50,
		"USER_SELECTED":     51,
	}
)

Enum value maps for HotelDateSelectionTypeEnum_HotelDateSelectionType.

View Source
var (
	HotelPlaceholderFieldEnum_HotelPlaceholderField_name = map[int32]string{
		0:  "UNSPECIFIED",
		1:  "UNKNOWN",
		2:  "PROPERTY_ID",
		3:  "PROPERTY_NAME",
		4:  "DESTINATION_NAME",
		5:  "DESCRIPTION",
		6:  "ADDRESS",
		7:  "PRICE",
		8:  "FORMATTED_PRICE",
		9:  "SALE_PRICE",
		10: "FORMATTED_SALE_PRICE",
		11: "IMAGE_URL",
		12: "CATEGORY",
		13: "STAR_RATING",
		14: "CONTEXTUAL_KEYWORDS",
		15: "FINAL_URLS",
		16: "FINAL_MOBILE_URLS",
		17: "TRACKING_URL",
		18: "ANDROID_APP_LINK",
		19: "SIMILAR_PROPERTY_IDS",
		20: "IOS_APP_LINK",
		21: "IOS_APP_STORE_ID",
	}
	HotelPlaceholderFieldEnum_HotelPlaceholderField_value = map[string]int32{
		"UNSPECIFIED":          0,
		"UNKNOWN":              1,
		"PROPERTY_ID":          2,
		"PROPERTY_NAME":        3,
		"DESTINATION_NAME":     4,
		"DESCRIPTION":          5,
		"ADDRESS":              6,
		"PRICE":                7,
		"FORMATTED_PRICE":      8,
		"SALE_PRICE":           9,
		"FORMATTED_SALE_PRICE": 10,
		"IMAGE_URL":            11,
		"CATEGORY":             12,
		"STAR_RATING":          13,
		"CONTEXTUAL_KEYWORDS":  14,
		"FINAL_URLS":           15,
		"FINAL_MOBILE_URLS":    16,
		"TRACKING_URL":         17,
		"ANDROID_APP_LINK":     18,
		"SIMILAR_PROPERTY_IDS": 19,
		"IOS_APP_LINK":         20,
		"IOS_APP_STORE_ID":     21,
	}
)

Enum value maps for HotelPlaceholderFieldEnum_HotelPlaceholderField.

View Source
var (
	HotelRateTypeEnum_HotelRateType_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "UNAVAILABLE",
		3: "PUBLIC_RATE",
		4: "QUALIFIED_RATE",
		5: "PRIVATE_RATE",
	}
	HotelRateTypeEnum_HotelRateType_value = map[string]int32{
		"UNSPECIFIED":    0,
		"UNKNOWN":        1,
		"UNAVAILABLE":    2,
		"PUBLIC_RATE":    3,
		"QUALIFIED_RATE": 4,
		"PRIVATE_RATE":   5,
	}
)

Enum value maps for HotelRateTypeEnum_HotelRateType.

View Source
var (
	IncomeRangeTypeEnum_IncomeRangeType_name = map[int32]string{
		0:      "UNSPECIFIED",
		1:      "UNKNOWN",
		510001: "INCOME_RANGE_0_50",
		510002: "INCOME_RANGE_50_60",
		510003: "INCOME_RANGE_60_70",
		510004: "INCOME_RANGE_70_80",
		510005: "INCOME_RANGE_80_90",
		510006: "INCOME_RANGE_90_UP",
		510000: "INCOME_RANGE_UNDETERMINED",
	}
	IncomeRangeTypeEnum_IncomeRangeType_value = map[string]int32{
		"UNSPECIFIED":               0,
		"UNKNOWN":                   1,
		"INCOME_RANGE_0_50":         510001,
		"INCOME_RANGE_50_60":        510002,
		"INCOME_RANGE_60_70":        510003,
		"INCOME_RANGE_70_80":        510004,
		"INCOME_RANGE_80_90":        510005,
		"INCOME_RANGE_90_UP":        510006,
		"INCOME_RANGE_UNDETERMINED": 510000,
	}
)

Enum value maps for IncomeRangeTypeEnum_IncomeRangeType.

View Source
var (
	InteractionEventTypeEnum_InteractionEventType_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "CLICK",
		3: "ENGAGEMENT",
		4: "VIDEO_VIEW",
		5: "NONE",
	}
	InteractionEventTypeEnum_InteractionEventType_value = map[string]int32{
		"UNSPECIFIED": 0,
		"UNKNOWN":     1,
		"CLICK":       2,
		"ENGAGEMENT":  3,
		"VIDEO_VIEW":  4,
		"NONE":        5,
	}
)

Enum value maps for InteractionEventTypeEnum_InteractionEventType.

View Source
var (
	InteractionTypeEnum_InteractionType_name = map[int32]string{
		0:    "UNSPECIFIED",
		1:    "UNKNOWN",
		8000: "CALLS",
	}
	InteractionTypeEnum_InteractionType_value = map[string]int32{
		"UNSPECIFIED": 0,
		"UNKNOWN":     1,
		"CALLS":       8000,
	}
)

Enum value maps for InteractionTypeEnum_InteractionType.

View Source
var (
	JobPlaceholderFieldEnum_JobPlaceholderField_name = map[int32]string{
		0:  "UNSPECIFIED",
		1:  "UNKNOWN",
		2:  "JOB_ID",
		3:  "LOCATION_ID",
		4:  "TITLE",
		5:  "SUBTITLE",
		6:  "DESCRIPTION",
		7:  "IMAGE_URL",
		8:  "CATEGORY",
		9:  "CONTEXTUAL_KEYWORDS",
		10: "ADDRESS",
		11: "SALARY",
		12: "FINAL_URLS",
		14: "FINAL_MOBILE_URLS",
		15: "TRACKING_URL",
		16: "ANDROID_APP_LINK",
		17: "SIMILAR_JOB_IDS",
		18: "IOS_APP_LINK",
		19: "IOS_APP_STORE_ID",
	}
	JobPlaceholderFieldEnum_JobPlaceholderField_value = map[string]int32{
		"UNSPECIFIED":         0,
		"UNKNOWN":             1,
		"JOB_ID":              2,
		"LOCATION_ID":         3,
		"TITLE":               4,
		"SUBTITLE":            5,
		"DESCRIPTION":         6,
		"IMAGE_URL":           7,
		"CATEGORY":            8,
		"CONTEXTUAL_KEYWORDS": 9,
		"ADDRESS":             10,
		"SALARY":              11,
		"FINAL_URLS":          12,
		"FINAL_MOBILE_URLS":   14,
		"TRACKING_URL":        15,
		"ANDROID_APP_LINK":    16,
		"SIMILAR_JOB_IDS":     17,
		"IOS_APP_LINK":        18,
		"IOS_APP_STORE_ID":    19,
	}
)

Enum value maps for JobPlaceholderFieldEnum_JobPlaceholderField.

View Source
var (
	KeywordMatchTypeEnum_KeywordMatchType_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "EXACT",
		3: "PHRASE",
		4: "BROAD",
	}
	KeywordMatchTypeEnum_KeywordMatchType_value = map[string]int32{
		"UNSPECIFIED": 0,
		"UNKNOWN":     1,
		"EXACT":       2,
		"PHRASE":      3,
		"BROAD":       4,
	}
)

Enum value maps for KeywordMatchTypeEnum_KeywordMatchType.

View Source
var (
	KeywordPlanCompetitionLevelEnum_KeywordPlanCompetitionLevel_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "LOW",
		3: "MEDIUM",
		4: "HIGH",
	}
	KeywordPlanCompetitionLevelEnum_KeywordPlanCompetitionLevel_value = map[string]int32{
		"UNSPECIFIED": 0,
		"UNKNOWN":     1,
		"LOW":         2,
		"MEDIUM":      3,
		"HIGH":        4,
	}
)

Enum value maps for KeywordPlanCompetitionLevelEnum_KeywordPlanCompetitionLevel.

View Source
var (
	KeywordPlanForecastIntervalEnum_KeywordPlanForecastInterval_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		3: "NEXT_WEEK",
		4: "NEXT_MONTH",
		5: "NEXT_QUARTER",
	}
	KeywordPlanForecastIntervalEnum_KeywordPlanForecastInterval_value = map[string]int32{
		"UNSPECIFIED":  0,
		"UNKNOWN":      1,
		"NEXT_WEEK":    3,
		"NEXT_MONTH":   4,
		"NEXT_QUARTER": 5,
	}
)

Enum value maps for KeywordPlanForecastIntervalEnum_KeywordPlanForecastInterval.

View Source
var (
	KeywordPlanNetworkEnum_KeywordPlanNetwork_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "GOOGLE_SEARCH",
		3: "GOOGLE_SEARCH_AND_PARTNERS",
	}
	KeywordPlanNetworkEnum_KeywordPlanNetwork_value = map[string]int32{
		"UNSPECIFIED":                0,
		"UNKNOWN":                    1,
		"GOOGLE_SEARCH":              2,
		"GOOGLE_SEARCH_AND_PARTNERS": 3,
	}
)

Enum value maps for KeywordPlanNetworkEnum_KeywordPlanNetwork.

View Source
var (
	LabelStatusEnum_LabelStatus_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "ENABLED",
		3: "REMOVED",
	}
	LabelStatusEnum_LabelStatus_value = map[string]int32{
		"UNSPECIFIED": 0,
		"UNKNOWN":     1,
		"ENABLED":     2,
		"REMOVED":     3,
	}
)

Enum value maps for LabelStatusEnum_LabelStatus.

View Source
var (
	LegacyAppInstallAdAppStoreEnum_LegacyAppInstallAdAppStore_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "APPLE_APP_STORE",
		3: "GOOGLE_PLAY",
		4: "WINDOWS_STORE",
		5: "WINDOWS_PHONE_STORE",
		6: "CN_APP_STORE",
	}
	LegacyAppInstallAdAppStoreEnum_LegacyAppInstallAdAppStore_value = map[string]int32{
		"UNSPECIFIED":         0,
		"UNKNOWN":             1,
		"APPLE_APP_STORE":     2,
		"GOOGLE_PLAY":         3,
		"WINDOWS_STORE":       4,
		"WINDOWS_PHONE_STORE": 5,
		"CN_APP_STORE":        6,
	}
)

Enum value maps for LegacyAppInstallAdAppStoreEnum_LegacyAppInstallAdAppStore.

View Source
var (
	ListingCustomAttributeIndexEnum_ListingCustomAttributeIndex_name = map[int32]string{
		0:  "UNSPECIFIED",
		1:  "UNKNOWN",
		7:  "INDEX0",
		8:  "INDEX1",
		9:  "INDEX2",
		10: "INDEX3",
		11: "INDEX4",
	}
	ListingCustomAttributeIndexEnum_ListingCustomAttributeIndex_value = map[string]int32{
		"UNSPECIFIED": 0,
		"UNKNOWN":     1,
		"INDEX0":      7,
		"INDEX1":      8,
		"INDEX2":      9,
		"INDEX3":      10,
		"INDEX4":      11,
	}
)

Enum value maps for ListingCustomAttributeIndexEnum_ListingCustomAttributeIndex.

View Source
var (
	ListingGroupTypeEnum_ListingGroupType_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "SUBDIVISION",
		3: "UNIT",
	}
	ListingGroupTypeEnum_ListingGroupType_value = map[string]int32{
		"UNSPECIFIED": 0,
		"UNKNOWN":     1,
		"SUBDIVISION": 2,
		"UNIT":        3,
	}
)

Enum value maps for ListingGroupTypeEnum_ListingGroupType.

View Source
var (
	LocalPlaceholderFieldEnum_LocalPlaceholderField_name = map[int32]string{
		0:  "UNSPECIFIED",
		1:  "UNKNOWN",
		2:  "DEAL_ID",
		3:  "DEAL_NAME",
		4:  "SUBTITLE",
		5:  "DESCRIPTION",
		6:  "PRICE",
		7:  "FORMATTED_PRICE",
		8:  "SALE_PRICE",
		9:  "FORMATTED_SALE_PRICE",
		10: "IMAGE_URL",
		11: "ADDRESS",
		12: "CATEGORY",
		13: "CONTEXTUAL_KEYWORDS",
		14: "FINAL_URLS",
		15: "FINAL_MOBILE_URLS",
		16: "TRACKING_URL",
		17: "ANDROID_APP_LINK",
		18: "SIMILAR_DEAL_IDS",
		19: "IOS_APP_LINK",
		20: "IOS_APP_STORE_ID",
	}
	LocalPlaceholderFieldEnum_LocalPlaceholderField_value = map[string]int32{
		"UNSPECIFIED":          0,
		"UNKNOWN":              1,
		"DEAL_ID":              2,
		"DEAL_NAME":            3,
		"SUBTITLE":             4,
		"DESCRIPTION":          5,
		"PRICE":                6,
		"FORMATTED_PRICE":      7,
		"SALE_PRICE":           8,
		"FORMATTED_SALE_PRICE": 9,
		"IMAGE_URL":            10,
		"ADDRESS":              11,
		"CATEGORY":             12,
		"CONTEXTUAL_KEYWORDS":  13,
		"FINAL_URLS":           14,
		"FINAL_MOBILE_URLS":    15,
		"TRACKING_URL":         16,
		"ANDROID_APP_LINK":     17,
		"SIMILAR_DEAL_IDS":     18,
		"IOS_APP_LINK":         19,
		"IOS_APP_STORE_ID":     20,
	}
)

Enum value maps for LocalPlaceholderFieldEnum_LocalPlaceholderField.

View Source
var (
	LocationExtensionTargetingCriterionFieldEnum_LocationExtensionTargetingCriterionField_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "ADDRESS_LINE_1",
		3: "ADDRESS_LINE_2",
		4: "CITY",
		5: "PROVINCE",
		6: "POSTAL_CODE",
		7: "COUNTRY_CODE",
	}
	LocationExtensionTargetingCriterionFieldEnum_LocationExtensionTargetingCriterionField_value = map[string]int32{
		"UNSPECIFIED":    0,
		"UNKNOWN":        1,
		"ADDRESS_LINE_1": 2,
		"ADDRESS_LINE_2": 3,
		"CITY":           4,
		"PROVINCE":       5,
		"POSTAL_CODE":    6,
		"COUNTRY_CODE":   7,
	}
)

Enum value maps for LocationExtensionTargetingCriterionFieldEnum_LocationExtensionTargetingCriterionField.

View Source
var (
	LocationGroupRadiusUnitsEnum_LocationGroupRadiusUnits_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "METERS",
		3: "MILES",
	}
	LocationGroupRadiusUnitsEnum_LocationGroupRadiusUnits_value = map[string]int32{
		"UNSPECIFIED": 0,
		"UNKNOWN":     1,
		"METERS":      2,
		"MILES":       3,
	}
)

Enum value maps for LocationGroupRadiusUnitsEnum_LocationGroupRadiusUnits.

View Source
var (
	LocationPlaceholderFieldEnum_LocationPlaceholderField_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "BUSINESS_NAME",
		3: "ADDRESS_LINE_1",
		4: "ADDRESS_LINE_2",
		5: "CITY",
		6: "PROVINCE",
		7: "POSTAL_CODE",
		8: "COUNTRY_CODE",
		9: "PHONE_NUMBER",
	}
	LocationPlaceholderFieldEnum_LocationPlaceholderField_value = map[string]int32{
		"UNSPECIFIED":    0,
		"UNKNOWN":        1,
		"BUSINESS_NAME":  2,
		"ADDRESS_LINE_1": 3,
		"ADDRESS_LINE_2": 4,
		"CITY":           5,
		"PROVINCE":       6,
		"POSTAL_CODE":    7,
		"COUNTRY_CODE":   8,
		"PHONE_NUMBER":   9,
	}
)

Enum value maps for LocationPlaceholderFieldEnum_LocationPlaceholderField.

View Source
var (
	ManagerLinkStatusEnum_ManagerLinkStatus_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "ACTIVE",
		3: "INACTIVE",
		4: "PENDING",
		5: "REFUSED",
		6: "CANCELED",
	}
	ManagerLinkStatusEnum_ManagerLinkStatus_value = map[string]int32{
		"UNSPECIFIED": 0,
		"UNKNOWN":     1,
		"ACTIVE":      2,
		"INACTIVE":    3,
		"PENDING":     4,
		"REFUSED":     5,
		"CANCELED":    6,
	}
)

Enum value maps for ManagerLinkStatusEnum_ManagerLinkStatus.

View Source
var (
	MatchingFunctionContextTypeEnum_MatchingFunctionContextType_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "FEED_ITEM_ID",
		3: "DEVICE_NAME",
	}
	MatchingFunctionContextTypeEnum_MatchingFunctionContextType_value = map[string]int32{
		"UNSPECIFIED":  0,
		"UNKNOWN":      1,
		"FEED_ITEM_ID": 2,
		"DEVICE_NAME":  3,
	}
)

Enum value maps for MatchingFunctionContextTypeEnum_MatchingFunctionContextType.

View Source
var (
	MatchingFunctionOperatorEnum_MatchingFunctionOperator_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "IN",
		3: "IDENTITY",
		4: "EQUALS",
		5: "AND",
		6: "CONTAINS_ANY",
	}
	MatchingFunctionOperatorEnum_MatchingFunctionOperator_value = map[string]int32{
		"UNSPECIFIED":  0,
		"UNKNOWN":      1,
		"IN":           2,
		"IDENTITY":     3,
		"EQUALS":       4,
		"AND":          5,
		"CONTAINS_ANY": 6,
	}
)

Enum value maps for MatchingFunctionOperatorEnum_MatchingFunctionOperator.

View Source
var (
	MediaTypeEnum_MediaType_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "IMAGE",
		3: "ICON",
		4: "MEDIA_BUNDLE",
		5: "AUDIO",
		6: "VIDEO",
		7: "DYNAMIC_IMAGE",
	}
	MediaTypeEnum_MediaType_value = map[string]int32{
		"UNSPECIFIED":   0,
		"UNKNOWN":       1,
		"IMAGE":         2,
		"ICON":          3,
		"MEDIA_BUNDLE":  4,
		"AUDIO":         5,
		"VIDEO":         6,
		"DYNAMIC_IMAGE": 7,
	}
)

Enum value maps for MediaTypeEnum_MediaType.

View Source
var (
	MerchantCenterLinkStatusEnum_MerchantCenterLinkStatus_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "ENABLED",
		3: "PENDING",
	}
	MerchantCenterLinkStatusEnum_MerchantCenterLinkStatus_value = map[string]int32{
		"UNSPECIFIED": 0,
		"UNKNOWN":     1,
		"ENABLED":     2,
		"PENDING":     3,
	}
)

Enum value maps for MerchantCenterLinkStatusEnum_MerchantCenterLinkStatus.

View Source
var (
	MessagePlaceholderFieldEnum_MessagePlaceholderField_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "BUSINESS_NAME",
		3: "COUNTRY_CODE",
		4: "PHONE_NUMBER",
		5: "MESSAGE_EXTENSION_TEXT",
		6: "MESSAGE_TEXT",
	}
	MessagePlaceholderFieldEnum_MessagePlaceholderField_value = map[string]int32{
		"UNSPECIFIED":            0,
		"UNKNOWN":                1,
		"BUSINESS_NAME":          2,
		"COUNTRY_CODE":           3,
		"PHONE_NUMBER":           4,
		"MESSAGE_EXTENSION_TEXT": 5,
		"MESSAGE_TEXT":           6,
	}
)

Enum value maps for MessagePlaceholderFieldEnum_MessagePlaceholderField.

View Source
var (
	MimeTypeEnum_MimeType_name = map[int32]string{
		0:  "UNSPECIFIED",
		1:  "UNKNOWN",
		2:  "IMAGE_JPEG",
		3:  "IMAGE_GIF",
		4:  "IMAGE_PNG",
		5:  "FLASH",
		6:  "TEXT_HTML",
		7:  "PDF",
		8:  "MSWORD",
		9:  "MSEXCEL",
		10: "RTF",
		11: "AUDIO_WAV",
		12: "AUDIO_MP3",
		13: "HTML5_AD_ZIP",
	}
	MimeTypeEnum_MimeType_value = map[string]int32{
		"UNSPECIFIED":  0,
		"UNKNOWN":      1,
		"IMAGE_JPEG":   2,
		"IMAGE_GIF":    3,
		"IMAGE_PNG":    4,
		"FLASH":        5,
		"TEXT_HTML":    6,
		"PDF":          7,
		"MSWORD":       8,
		"MSEXCEL":      9,
		"RTF":          10,
		"AUDIO_WAV":    11,
		"AUDIO_MP3":    12,
		"HTML5_AD_ZIP": 13,
	}
)

Enum value maps for MimeTypeEnum_MimeType.

View Source
var (
	MinuteOfHourEnum_MinuteOfHour_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "ZERO",
		3: "FIFTEEN",
		4: "THIRTY",
		5: "FORTY_FIVE",
	}
	MinuteOfHourEnum_MinuteOfHour_value = map[string]int32{
		"UNSPECIFIED": 0,
		"UNKNOWN":     1,
		"ZERO":        2,
		"FIFTEEN":     3,
		"THIRTY":      4,
		"FORTY_FIVE":  5,
	}
)

Enum value maps for MinuteOfHourEnum_MinuteOfHour.

View Source
var (
	MobileDeviceTypeEnum_MobileDeviceType_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "MOBILE",
		3: "TABLET",
	}
	MobileDeviceTypeEnum_MobileDeviceType_value = map[string]int32{
		"UNSPECIFIED": 0,
		"UNKNOWN":     1,
		"MOBILE":      2,
		"TABLET":      3,
	}
)

Enum value maps for MobileDeviceTypeEnum_MobileDeviceType.

View Source
var (
	MonthOfYearEnum_MonthOfYear_name = map[int32]string{
		0:  "UNSPECIFIED",
		1:  "UNKNOWN",
		2:  "JANUARY",
		3:  "FEBRUARY",
		4:  "MARCH",
		5:  "APRIL",
		6:  "MAY",
		7:  "JUNE",
		8:  "JULY",
		9:  "AUGUST",
		10: "SEPTEMBER",
		11: "OCTOBER",
		12: "NOVEMBER",
		13: "DECEMBER",
	}
	MonthOfYearEnum_MonthOfYear_value = map[string]int32{
		"UNSPECIFIED": 0,
		"UNKNOWN":     1,
		"JANUARY":     2,
		"FEBRUARY":    3,
		"MARCH":       4,
		"APRIL":       5,
		"MAY":         6,
		"JUNE":        7,
		"JULY":        8,
		"AUGUST":      9,
		"SEPTEMBER":   10,
		"OCTOBER":     11,
		"NOVEMBER":    12,
		"DECEMBER":    13,
	}
)

Enum value maps for MonthOfYearEnum_MonthOfYear.

View Source
var (
	MutateJobStatusEnum_MutateJobStatus_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "PENDING",
		3: "RUNNING",
		4: "DONE",
	}
	MutateJobStatusEnum_MutateJobStatus_value = map[string]int32{
		"UNSPECIFIED": 0,
		"UNKNOWN":     1,
		"PENDING":     2,
		"RUNNING":     3,
		"DONE":        4,
	}
)

Enum value maps for MutateJobStatusEnum_MutateJobStatus.

View Source
var (
	NegativeGeoTargetTypeEnum_NegativeGeoTargetType_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "DONT_CARE",
		3: "LOCATION_OF_PRESENCE",
	}
	NegativeGeoTargetTypeEnum_NegativeGeoTargetType_value = map[string]int32{
		"UNSPECIFIED":          0,
		"UNKNOWN":              1,
		"DONT_CARE":            2,
		"LOCATION_OF_PRESENCE": 3,
	}
)

Enum value maps for NegativeGeoTargetTypeEnum_NegativeGeoTargetType.

View Source
var (
	OperatingSystemVersionOperatorTypeEnum_OperatingSystemVersionOperatorType_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "EQUALS_TO",
		4: "GREATER_THAN_EQUALS_TO",
	}
	OperatingSystemVersionOperatorTypeEnum_OperatingSystemVersionOperatorType_value = map[string]int32{
		"UNSPECIFIED":            0,
		"UNKNOWN":                1,
		"EQUALS_TO":              2,
		"GREATER_THAN_EQUALS_TO": 4,
	}
)

Enum value maps for OperatingSystemVersionOperatorTypeEnum_OperatingSystemVersionOperatorType.

View Source
var (
	PageOnePromotedStrategyGoalEnum_PageOnePromotedStrategyGoal_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "FIRST_PAGE",
		3: "FIRST_PAGE_PROMOTED",
	}
	PageOnePromotedStrategyGoalEnum_PageOnePromotedStrategyGoal_value = map[string]int32{
		"UNSPECIFIED":         0,
		"UNKNOWN":             1,
		"FIRST_PAGE":          2,
		"FIRST_PAGE_PROMOTED": 3,
	}
)

Enum value maps for PageOnePromotedStrategyGoalEnum_PageOnePromotedStrategyGoal.

View Source
var (
	ParentalStatusTypeEnum_ParentalStatusType_name = map[int32]string{
		0:   "UNSPECIFIED",
		1:   "UNKNOWN",
		300: "PARENT",
		301: "NOT_A_PARENT",
		302: "UNDETERMINED",
	}
	ParentalStatusTypeEnum_ParentalStatusType_value = map[string]int32{
		"UNSPECIFIED":  0,
		"UNKNOWN":      1,
		"PARENT":       300,
		"NOT_A_PARENT": 301,
		"UNDETERMINED": 302,
	}
)

Enum value maps for ParentalStatusTypeEnum_ParentalStatusType.

View Source
var (
	PaymentModeEnum_PaymentMode_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		4: "CLICKS",
		5: "CONVERSION_VALUE",
		6: "CONVERSIONS",
	}
	PaymentModeEnum_PaymentMode_value = map[string]int32{
		"UNSPECIFIED":      0,
		"UNKNOWN":          1,
		"CLICKS":           4,
		"CONVERSION_VALUE": 5,
		"CONVERSIONS":      6,
	}
)

Enum value maps for PaymentModeEnum_PaymentMode.

View Source
var (
	PlaceholderTypeEnum_PlaceholderType_name = map[int32]string{
		0:  "UNSPECIFIED",
		1:  "UNKNOWN",
		2:  "SITELINK",
		3:  "CALL",
		4:  "APP",
		5:  "LOCATION",
		6:  "AFFILIATE_LOCATION",
		7:  "CALLOUT",
		8:  "STRUCTURED_SNIPPET",
		9:  "MESSAGE",
		10: "PRICE",
		11: "PROMOTION",
		12: "AD_CUSTOMIZER",
		13: "DYNAMIC_EDUCATION",
		14: "DYNAMIC_FLIGHT",
		15: "DYNAMIC_CUSTOM",
		16: "DYNAMIC_HOTEL",
		17: "DYNAMIC_REAL_ESTATE",
		18: "DYNAMIC_TRAVEL",
		19: "DYNAMIC_LOCAL",
		20: "DYNAMIC_JOB",
	}
	PlaceholderTypeEnum_PlaceholderType_value = map[string]int32{
		"UNSPECIFIED":         0,
		"UNKNOWN":             1,
		"SITELINK":            2,
		"CALL":                3,
		"APP":                 4,
		"LOCATION":            5,
		"AFFILIATE_LOCATION":  6,
		"CALLOUT":             7,
		"STRUCTURED_SNIPPET":  8,
		"MESSAGE":             9,
		"PRICE":               10,
		"PROMOTION":           11,
		"AD_CUSTOMIZER":       12,
		"DYNAMIC_EDUCATION":   13,
		"DYNAMIC_FLIGHT":      14,
		"DYNAMIC_CUSTOM":      15,
		"DYNAMIC_HOTEL":       16,
		"DYNAMIC_REAL_ESTATE": 17,
		"DYNAMIC_TRAVEL":      18,
		"DYNAMIC_LOCAL":       19,
		"DYNAMIC_JOB":         20,
	}
)

Enum value maps for PlaceholderTypeEnum_PlaceholderType.

View Source
var (
	PlacementTypeEnum_PlacementType_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "WEBSITE",
		3: "MOBILE_APP_CATEGORY",
		4: "MOBILE_APPLICATION",
		5: "YOUTUBE_VIDEO",
		6: "YOUTUBE_CHANNEL",
	}
	PlacementTypeEnum_PlacementType_value = map[string]int32{
		"UNSPECIFIED":         0,
		"UNKNOWN":             1,
		"WEBSITE":             2,
		"MOBILE_APP_CATEGORY": 3,
		"MOBILE_APPLICATION":  4,
		"YOUTUBE_VIDEO":       5,
		"YOUTUBE_CHANNEL":     6,
	}
)

Enum value maps for PlacementTypeEnum_PlacementType.

View Source
var (
	PolicyApprovalStatusEnum_PolicyApprovalStatus_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "DISAPPROVED",
		3: "APPROVED_LIMITED",
		4: "APPROVED",
		5: "AREA_OF_INTEREST_ONLY",
	}
	PolicyApprovalStatusEnum_PolicyApprovalStatus_value = map[string]int32{
		"UNSPECIFIED":           0,
		"UNKNOWN":               1,
		"DISAPPROVED":           2,
		"APPROVED_LIMITED":      3,
		"APPROVED":              4,
		"AREA_OF_INTEREST_ONLY": 5,
	}
)

Enum value maps for PolicyApprovalStatusEnum_PolicyApprovalStatus.

View Source
var (
	PolicyReviewStatusEnum_PolicyReviewStatus_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "REVIEW_IN_PROGRESS",
		3: "REVIEWED",
		4: "UNDER_APPEAL",
	}
	PolicyReviewStatusEnum_PolicyReviewStatus_value = map[string]int32{
		"UNSPECIFIED":        0,
		"UNKNOWN":            1,
		"REVIEW_IN_PROGRESS": 2,
		"REVIEWED":           3,
		"UNDER_APPEAL":       4,
	}
)

Enum value maps for PolicyReviewStatusEnum_PolicyReviewStatus.

View Source
var (
	PolicyTopicEntryTypeEnum_PolicyTopicEntryType_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "PROHIBITED",
		4: "LIMITED",
		8: "FULLY_LIMITED",
		5: "DESCRIPTIVE",
		6: "BROADENING",
		7: "AREA_OF_INTEREST_ONLY",
	}
	PolicyTopicEntryTypeEnum_PolicyTopicEntryType_value = map[string]int32{
		"UNSPECIFIED":           0,
		"UNKNOWN":               1,
		"PROHIBITED":            2,
		"LIMITED":               4,
		"FULLY_LIMITED":         8,
		"DESCRIPTIVE":           5,
		"BROADENING":            6,
		"AREA_OF_INTEREST_ONLY": 7,
	}
)

Enum value maps for PolicyTopicEntryTypeEnum_PolicyTopicEntryType.

View Source
var (
	PolicyTopicEvidenceDestinationMismatchUrlTypeEnum_PolicyTopicEvidenceDestinationMismatchUrlType_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "DISPLAY_URL",
		3: "FINAL_URL",
		4: "FINAL_MOBILE_URL",
		5: "TRACKING_URL",
		6: "MOBILE_TRACKING_URL",
	}
	PolicyTopicEvidenceDestinationMismatchUrlTypeEnum_PolicyTopicEvidenceDestinationMismatchUrlType_value = map[string]int32{
		"UNSPECIFIED":         0,
		"UNKNOWN":             1,
		"DISPLAY_URL":         2,
		"FINAL_URL":           3,
		"FINAL_MOBILE_URL":    4,
		"TRACKING_URL":        5,
		"MOBILE_TRACKING_URL": 6,
	}
)

Enum value maps for PolicyTopicEvidenceDestinationMismatchUrlTypeEnum_PolicyTopicEvidenceDestinationMismatchUrlType.

View Source
var (
	PolicyTopicEvidenceDestinationNotWorkingDeviceEnum_PolicyTopicEvidenceDestinationNotWorkingDevice_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "DESKTOP",
		3: "ANDROID",
		4: "IOS",
	}
	PolicyTopicEvidenceDestinationNotWorkingDeviceEnum_PolicyTopicEvidenceDestinationNotWorkingDevice_value = map[string]int32{
		"UNSPECIFIED": 0,
		"UNKNOWN":     1,
		"DESKTOP":     2,
		"ANDROID":     3,
		"IOS":         4,
	}
)

Enum value maps for PolicyTopicEvidenceDestinationNotWorkingDeviceEnum_PolicyTopicEvidenceDestinationNotWorkingDevice.

View Source
var (
	PositiveGeoTargetTypeEnum_PositiveGeoTargetType_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "DONT_CARE",
		3: "AREA_OF_INTEREST",
		4: "LOCATION_OF_PRESENCE",
	}
	PositiveGeoTargetTypeEnum_PositiveGeoTargetType_value = map[string]int32{
		"UNSPECIFIED":          0,
		"UNKNOWN":              1,
		"DONT_CARE":            2,
		"AREA_OF_INTEREST":     3,
		"LOCATION_OF_PRESENCE": 4,
	}
)

Enum value maps for PositiveGeoTargetTypeEnum_PositiveGeoTargetType.

View Source
var (
	PreferredContentTypeEnum_PreferredContentType_name = map[int32]string{
		0:   "UNSPECIFIED",
		1:   "UNKNOWN",
		400: "YOUTUBE_TOP_CONTENT",
	}
	PreferredContentTypeEnum_PreferredContentType_value = map[string]int32{
		"UNSPECIFIED":         0,
		"UNKNOWN":             1,
		"YOUTUBE_TOP_CONTENT": 400,
	}
)

Enum value maps for PreferredContentTypeEnum_PreferredContentType.

View Source
var (
	PriceExtensionPriceQualifierEnum_PriceExtensionPriceQualifier_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "FROM",
		3: "UP_TO",
		4: "AVERAGE",
	}
	PriceExtensionPriceQualifierEnum_PriceExtensionPriceQualifier_value = map[string]int32{
		"UNSPECIFIED": 0,
		"UNKNOWN":     1,
		"FROM":        2,
		"UP_TO":       3,
		"AVERAGE":     4,
	}
)

Enum value maps for PriceExtensionPriceQualifierEnum_PriceExtensionPriceQualifier.

View Source
var (
	PriceExtensionPriceUnitEnum_PriceExtensionPriceUnit_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "PER_HOUR",
		3: "PER_DAY",
		4: "PER_WEEK",
		5: "PER_MONTH",
		6: "PER_YEAR",
		7: "PER_NIGHT",
	}
	PriceExtensionPriceUnitEnum_PriceExtensionPriceUnit_value = map[string]int32{
		"UNSPECIFIED": 0,
		"UNKNOWN":     1,
		"PER_HOUR":    2,
		"PER_DAY":     3,
		"PER_WEEK":    4,
		"PER_MONTH":   5,
		"PER_YEAR":    6,
		"PER_NIGHT":   7,
	}
)

Enum value maps for PriceExtensionPriceUnitEnum_PriceExtensionPriceUnit.

View Source
var (
	PriceExtensionTypeEnum_PriceExtensionType_name = map[int32]string{
		0:  "UNSPECIFIED",
		1:  "UNKNOWN",
		2:  "BRANDS",
		3:  "EVENTS",
		4:  "LOCATIONS",
		5:  "NEIGHBORHOODS",
		6:  "PRODUCT_CATEGORIES",
		7:  "PRODUCT_TIERS",
		8:  "SERVICES",
		9:  "SERVICE_CATEGORIES",
		10: "SERVICE_TIERS",
	}
	PriceExtensionTypeEnum_PriceExtensionType_value = map[string]int32{
		"UNSPECIFIED":        0,
		"UNKNOWN":            1,
		"BRANDS":             2,
		"EVENTS":             3,
		"LOCATIONS":          4,
		"NEIGHBORHOODS":      5,
		"PRODUCT_CATEGORIES": 6,
		"PRODUCT_TIERS":      7,
		"SERVICES":           8,
		"SERVICE_CATEGORIES": 9,
		"SERVICE_TIERS":      10,
	}
)

Enum value maps for PriceExtensionTypeEnum_PriceExtensionType.

View Source
var (
	PricePlaceholderFieldEnum_PricePlaceholderField_name = map[int32]string{
		0:   "UNSPECIFIED",
		1:   "UNKNOWN",
		2:   "TYPE",
		3:   "PRICE_QUALIFIER",
		4:   "TRACKING_TEMPLATE",
		5:   "LANGUAGE",
		6:   "FINAL_URL_SUFFIX",
		100: "ITEM_1_HEADER",
		101: "ITEM_1_DESCRIPTION",
		102: "ITEM_1_PRICE",
		103: "ITEM_1_UNIT",
		104: "ITEM_1_FINAL_URLS",
		105: "ITEM_1_FINAL_MOBILE_URLS",
		200: "ITEM_2_HEADER",
		201: "ITEM_2_DESCRIPTION",
		202: "ITEM_2_PRICE",
		203: "ITEM_2_UNIT",
		204: "ITEM_2_FINAL_URLS",
		205: "ITEM_2_FINAL_MOBILE_URLS",
		300: "ITEM_3_HEADER",
		301: "ITEM_3_DESCRIPTION",
		302: "ITEM_3_PRICE",
		303: "ITEM_3_UNIT",
		304: "ITEM_3_FINAL_URLS",
		305: "ITEM_3_FINAL_MOBILE_URLS",
		400: "ITEM_4_HEADER",
		401: "ITEM_4_DESCRIPTION",
		402: "ITEM_4_PRICE",
		403: "ITEM_4_UNIT",
		404: "ITEM_4_FINAL_URLS",
		405: "ITEM_4_FINAL_MOBILE_URLS",
		500: "ITEM_5_HEADER",
		501: "ITEM_5_DESCRIPTION",
		502: "ITEM_5_PRICE",
		503: "ITEM_5_UNIT",
		504: "ITEM_5_FINAL_URLS",
		505: "ITEM_5_FINAL_MOBILE_URLS",
		600: "ITEM_6_HEADER",
		601: "ITEM_6_DESCRIPTION",
		602: "ITEM_6_PRICE",
		603: "ITEM_6_UNIT",
		604: "ITEM_6_FINAL_URLS",
		605: "ITEM_6_FINAL_MOBILE_URLS",
		700: "ITEM_7_HEADER",
		701: "ITEM_7_DESCRIPTION",
		702: "ITEM_7_PRICE",
		703: "ITEM_7_UNIT",
		704: "ITEM_7_FINAL_URLS",
		705: "ITEM_7_FINAL_MOBILE_URLS",
		800: "ITEM_8_HEADER",
		801: "ITEM_8_DESCRIPTION",
		802: "ITEM_8_PRICE",
		803: "ITEM_8_UNIT",
		804: "ITEM_8_FINAL_URLS",
		805: "ITEM_8_FINAL_MOBILE_URLS",
	}
	PricePlaceholderFieldEnum_PricePlaceholderField_value = map[string]int32{
		"UNSPECIFIED":              0,
		"UNKNOWN":                  1,
		"TYPE":                     2,
		"PRICE_QUALIFIER":          3,
		"TRACKING_TEMPLATE":        4,
		"LANGUAGE":                 5,
		"FINAL_URL_SUFFIX":         6,
		"ITEM_1_HEADER":            100,
		"ITEM_1_DESCRIPTION":       101,
		"ITEM_1_PRICE":             102,
		"ITEM_1_UNIT":              103,
		"ITEM_1_FINAL_URLS":        104,
		"ITEM_1_FINAL_MOBILE_URLS": 105,
		"ITEM_2_HEADER":            200,
		"ITEM_2_DESCRIPTION":       201,
		"ITEM_2_PRICE":             202,
		"ITEM_2_UNIT":              203,
		"ITEM_2_FINAL_URLS":        204,
		"ITEM_2_FINAL_MOBILE_URLS": 205,
		"ITEM_3_HEADER":            300,
		"ITEM_3_DESCRIPTION":       301,
		"ITEM_3_PRICE":             302,
		"ITEM_3_UNIT":              303,
		"ITEM_3_FINAL_URLS":        304,
		"ITEM_3_FINAL_MOBILE_URLS": 305,
		"ITEM_4_HEADER":            400,
		"ITEM_4_DESCRIPTION":       401,
		"ITEM_4_PRICE":             402,
		"ITEM_4_UNIT":              403,
		"ITEM_4_FINAL_URLS":        404,
		"ITEM_4_FINAL_MOBILE_URLS": 405,
		"ITEM_5_HEADER":            500,
		"ITEM_5_DESCRIPTION":       501,
		"ITEM_5_PRICE":             502,
		"ITEM_5_UNIT":              503,
		"ITEM_5_FINAL_URLS":        504,
		"ITEM_5_FINAL_MOBILE_URLS": 505,
		"ITEM_6_HEADER":            600,
		"ITEM_6_DESCRIPTION":       601,
		"ITEM_6_PRICE":             602,
		"ITEM_6_UNIT":              603,
		"ITEM_6_FINAL_URLS":        604,
		"ITEM_6_FINAL_MOBILE_URLS": 605,
		"ITEM_7_HEADER":            700,
		"ITEM_7_DESCRIPTION":       701,
		"ITEM_7_PRICE":             702,
		"ITEM_7_UNIT":              703,
		"ITEM_7_FINAL_URLS":        704,
		"ITEM_7_FINAL_MOBILE_URLS": 705,
		"ITEM_8_HEADER":            800,
		"ITEM_8_DESCRIPTION":       801,
		"ITEM_8_PRICE":             802,
		"ITEM_8_UNIT":              803,
		"ITEM_8_FINAL_URLS":        804,
		"ITEM_8_FINAL_MOBILE_URLS": 805,
	}
)

Enum value maps for PricePlaceholderFieldEnum_PricePlaceholderField.

View Source
var (
	ProductBiddingCategoryLevelEnum_ProductBiddingCategoryLevel_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "LEVEL1",
		3: "LEVEL2",
		4: "LEVEL3",
		5: "LEVEL4",
		6: "LEVEL5",
	}
	ProductBiddingCategoryLevelEnum_ProductBiddingCategoryLevel_value = map[string]int32{
		"UNSPECIFIED": 0,
		"UNKNOWN":     1,
		"LEVEL1":      2,
		"LEVEL2":      3,
		"LEVEL3":      4,
		"LEVEL4":      5,
		"LEVEL5":      6,
	}
)

Enum value maps for ProductBiddingCategoryLevelEnum_ProductBiddingCategoryLevel.

View Source
var (
	ProductBiddingCategoryStatusEnum_ProductBiddingCategoryStatus_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "ACTIVE",
		3: "OBSOLETE",
	}
	ProductBiddingCategoryStatusEnum_ProductBiddingCategoryStatus_value = map[string]int32{
		"UNSPECIFIED": 0,
		"UNKNOWN":     1,
		"ACTIVE":      2,
		"OBSOLETE":    3,
	}
)

Enum value maps for ProductBiddingCategoryStatusEnum_ProductBiddingCategoryStatus.

View Source
var (
	ProductChannelEnum_ProductChannel_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "ONLINE",
		3: "LOCAL",
	}
	ProductChannelEnum_ProductChannel_value = map[string]int32{
		"UNSPECIFIED": 0,
		"UNKNOWN":     1,
		"ONLINE":      2,
		"LOCAL":       3,
	}
)

Enum value maps for ProductChannelEnum_ProductChannel.

View Source
var (
	ProductChannelExclusivityEnum_ProductChannelExclusivity_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "SINGLE_CHANNEL",
		3: "MULTI_CHANNEL",
	}
	ProductChannelExclusivityEnum_ProductChannelExclusivity_value = map[string]int32{
		"UNSPECIFIED":    0,
		"UNKNOWN":        1,
		"SINGLE_CHANNEL": 2,
		"MULTI_CHANNEL":  3,
	}
)

Enum value maps for ProductChannelExclusivityEnum_ProductChannelExclusivity.

View Source
var (
	ProductConditionEnum_ProductCondition_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		3: "NEW",
		4: "REFURBISHED",
		5: "USED",
	}
	ProductConditionEnum_ProductCondition_value = map[string]int32{
		"UNSPECIFIED": 0,
		"UNKNOWN":     1,
		"NEW":         3,
		"REFURBISHED": 4,
		"USED":        5,
	}
)

Enum value maps for ProductConditionEnum_ProductCondition.

View Source
var (
	ProductTypeLevelEnum_ProductTypeLevel_name = map[int32]string{
		0:  "UNSPECIFIED",
		1:  "UNKNOWN",
		7:  "LEVEL1",
		8:  "LEVEL2",
		9:  "LEVEL3",
		10: "LEVEL4",
		11: "LEVEL5",
	}
	ProductTypeLevelEnum_ProductTypeLevel_value = map[string]int32{
		"UNSPECIFIED": 0,
		"UNKNOWN":     1,
		"LEVEL1":      7,
		"LEVEL2":      8,
		"LEVEL3":      9,
		"LEVEL4":      10,
		"LEVEL5":      11,
	}
)

Enum value maps for ProductTypeLevelEnum_ProductTypeLevel.

View Source
var (
	PromotionExtensionDiscountModifierEnum_PromotionExtensionDiscountModifier_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "UP_TO",
	}
	PromotionExtensionDiscountModifierEnum_PromotionExtensionDiscountModifier_value = map[string]int32{
		"UNSPECIFIED": 0,
		"UNKNOWN":     1,
		"UP_TO":       2,
	}
)

Enum value maps for PromotionExtensionDiscountModifierEnum_PromotionExtensionDiscountModifier.

View Source
var (
	PromotionExtensionOccasionEnum_PromotionExtensionOccasion_name = map[int32]string{
		0:  "UNSPECIFIED",
		1:  "UNKNOWN",
		2:  "NEW_YEARS",
		3:  "CHINESE_NEW_YEAR",
		4:  "VALENTINES_DAY",
		5:  "EASTER",
		6:  "MOTHERS_DAY",
		7:  "FATHERS_DAY",
		8:  "LABOR_DAY",
		9:  "BACK_TO_SCHOOL",
		10: "HALLOWEEN",
		11: "BLACK_FRIDAY",
		12: "CYBER_MONDAY",
		13: "CHRISTMAS",
		14: "BOXING_DAY",
		15: "INDEPENDENCE_DAY",
		16: "NATIONAL_DAY",
		17: "END_OF_SEASON",
		18: "WINTER_SALE",
		19: "SUMMER_SALE",
		20: "FALL_SALE",
		21: "SPRING_SALE",
		22: "RAMADAN",
		23: "EID_AL_FITR",
		24: "EID_AL_ADHA",
		25: "SINGLES_DAY",
		26: "WOMENS_DAY",
		27: "HOLI",
		28: "PARENTS_DAY",
		29: "ST_NICHOLAS_DAY",
		30: "CARNIVAL",
		31: "EPIPHANY",
		32: "ROSH_HASHANAH",
		33: "PASSOVER",
		34: "HANUKKAH",
		35: "DIWALI",
		36: "NAVRATRI",
		37: "SONGKRAN",
		38: "YEAR_END_GIFT",
	}
	PromotionExtensionOccasionEnum_PromotionExtensionOccasion_value = map[string]int32{
		"UNSPECIFIED":      0,
		"UNKNOWN":          1,
		"NEW_YEARS":        2,
		"CHINESE_NEW_YEAR": 3,
		"VALENTINES_DAY":   4,
		"EASTER":           5,
		"MOTHERS_DAY":      6,
		"FATHERS_DAY":      7,
		"LABOR_DAY":        8,
		"BACK_TO_SCHOOL":   9,
		"HALLOWEEN":        10,
		"BLACK_FRIDAY":     11,
		"CYBER_MONDAY":     12,
		"CHRISTMAS":        13,
		"BOXING_DAY":       14,
		"INDEPENDENCE_DAY": 15,
		"NATIONAL_DAY":     16,
		"END_OF_SEASON":    17,
		"WINTER_SALE":      18,
		"SUMMER_SALE":      19,
		"FALL_SALE":        20,
		"SPRING_SALE":      21,
		"RAMADAN":          22,
		"EID_AL_FITR":      23,
		"EID_AL_ADHA":      24,
		"SINGLES_DAY":      25,
		"WOMENS_DAY":       26,
		"HOLI":             27,
		"PARENTS_DAY":      28,
		"ST_NICHOLAS_DAY":  29,
		"CARNIVAL":         30,
		"EPIPHANY":         31,
		"ROSH_HASHANAH":    32,
		"PASSOVER":         33,
		"HANUKKAH":         34,
		"DIWALI":           35,
		"NAVRATRI":         36,
		"SONGKRAN":         37,
		"YEAR_END_GIFT":    38,
	}
)

Enum value maps for PromotionExtensionOccasionEnum_PromotionExtensionOccasion.

View Source
var (
	PromotionPlaceholderFieldEnum_PromotionPlaceholderField_name = map[int32]string{
		0:  "UNSPECIFIED",
		1:  "UNKNOWN",
		2:  "PROMOTION_TARGET",
		3:  "DISCOUNT_MODIFIER",
		4:  "PERCENT_OFF",
		5:  "MONEY_AMOUNT_OFF",
		6:  "PROMOTION_CODE",
		7:  "ORDERS_OVER_AMOUNT",
		8:  "PROMOTION_START",
		9:  "PROMOTION_END",
		10: "OCCASION",
		11: "FINAL_URLS",
		12: "FINAL_MOBILE_URLS",
		13: "TRACKING_URL",
		14: "LANGUAGE",
		15: "FINAL_URL_SUFFIX",
	}
	PromotionPlaceholderFieldEnum_PromotionPlaceholderField_value = map[string]int32{
		"UNSPECIFIED":        0,
		"UNKNOWN":            1,
		"PROMOTION_TARGET":   2,
		"DISCOUNT_MODIFIER":  3,
		"PERCENT_OFF":        4,
		"MONEY_AMOUNT_OFF":   5,
		"PROMOTION_CODE":     6,
		"ORDERS_OVER_AMOUNT": 7,
		"PROMOTION_START":    8,
		"PROMOTION_END":      9,
		"OCCASION":           10,
		"FINAL_URLS":         11,
		"FINAL_MOBILE_URLS":  12,
		"TRACKING_URL":       13,
		"LANGUAGE":           14,
		"FINAL_URL_SUFFIX":   15,
	}
)

Enum value maps for PromotionPlaceholderFieldEnum_PromotionPlaceholderField.

View Source
var (
	ProximityRadiusUnitsEnum_ProximityRadiusUnits_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "MILES",
		3: "KILOMETERS",
	}
	ProximityRadiusUnitsEnum_ProximityRadiusUnits_value = map[string]int32{
		"UNSPECIFIED": 0,
		"UNKNOWN":     1,
		"MILES":       2,
		"KILOMETERS":  3,
	}
)

Enum value maps for ProximityRadiusUnitsEnum_ProximityRadiusUnits.

View Source
var (
	QualityScoreBucketEnum_QualityScoreBucket_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "BELOW_AVERAGE",
		3: "AVERAGE",
		4: "ABOVE_AVERAGE",
	}
	QualityScoreBucketEnum_QualityScoreBucket_value = map[string]int32{
		"UNSPECIFIED":   0,
		"UNKNOWN":       1,
		"BELOW_AVERAGE": 2,
		"AVERAGE":       3,
		"ABOVE_AVERAGE": 4,
	}
)

Enum value maps for QualityScoreBucketEnum_QualityScoreBucket.

View Source
var (
	RealEstatePlaceholderFieldEnum_RealEstatePlaceholderField_name = map[int32]string{
		0:  "UNSPECIFIED",
		1:  "UNKNOWN",
		2:  "LISTING_ID",
		3:  "LISTING_NAME",
		4:  "CITY_NAME",
		5:  "DESCRIPTION",
		6:  "ADDRESS",
		7:  "PRICE",
		8:  "FORMATTED_PRICE",
		9:  "IMAGE_URL",
		10: "PROPERTY_TYPE",
		11: "LISTING_TYPE",
		12: "CONTEXTUAL_KEYWORDS",
		13: "FINAL_URLS",
		14: "FINAL_MOBILE_URLS",
		15: "TRACKING_URL",
		16: "ANDROID_APP_LINK",
		17: "SIMILAR_LISTING_IDS",
		18: "IOS_APP_LINK",
		19: "IOS_APP_STORE_ID",
	}
	RealEstatePlaceholderFieldEnum_RealEstatePlaceholderField_value = map[string]int32{
		"UNSPECIFIED":         0,
		"UNKNOWN":             1,
		"LISTING_ID":          2,
		"LISTING_NAME":        3,
		"CITY_NAME":           4,
		"DESCRIPTION":         5,
		"ADDRESS":             6,
		"PRICE":               7,
		"FORMATTED_PRICE":     8,
		"IMAGE_URL":           9,
		"PROPERTY_TYPE":       10,
		"LISTING_TYPE":        11,
		"CONTEXTUAL_KEYWORDS": 12,
		"FINAL_URLS":          13,
		"FINAL_MOBILE_URLS":   14,
		"TRACKING_URL":        15,
		"ANDROID_APP_LINK":    16,
		"SIMILAR_LISTING_IDS": 17,
		"IOS_APP_LINK":        18,
		"IOS_APP_STORE_ID":    19,
	}
)

Enum value maps for RealEstatePlaceholderFieldEnum_RealEstatePlaceholderField.

View Source
var (
	RecommendationTypeEnum_RecommendationType_name = map[int32]string{
		0:  "UNSPECIFIED",
		1:  "UNKNOWN",
		2:  "CAMPAIGN_BUDGET",
		3:  "KEYWORD",
		4:  "TEXT_AD",
		5:  "TARGET_CPA_OPT_IN",
		6:  "MAXIMIZE_CONVERSIONS_OPT_IN",
		7:  "ENHANCED_CPC_OPT_IN",
		8:  "SEARCH_PARTNERS_OPT_IN",
		9:  "MAXIMIZE_CLICKS_OPT_IN",
		10: "OPTIMIZE_AD_ROTATION",
		11: "CALLOUT_EXTENSION",
		12: "SITELINK_EXTENSION",
		13: "CALL_EXTENSION",
		14: "KEYWORD_MATCH_TYPE",
		15: "MOVE_UNUSED_BUDGET",
	}
	RecommendationTypeEnum_RecommendationType_value = map[string]int32{
		"UNSPECIFIED":                 0,
		"UNKNOWN":                     1,
		"CAMPAIGN_BUDGET":             2,
		"KEYWORD":                     3,
		"TEXT_AD":                     4,
		"TARGET_CPA_OPT_IN":           5,
		"MAXIMIZE_CONVERSIONS_OPT_IN": 6,
		"ENHANCED_CPC_OPT_IN":         7,
		"SEARCH_PARTNERS_OPT_IN":      8,
		"MAXIMIZE_CLICKS_OPT_IN":      9,
		"OPTIMIZE_AD_ROTATION":        10,
		"CALLOUT_EXTENSION":           11,
		"SITELINK_EXTENSION":          12,
		"CALL_EXTENSION":              13,
		"KEYWORD_MATCH_TYPE":          14,
		"MOVE_UNUSED_BUDGET":          15,
	}
)

Enum value maps for RecommendationTypeEnum_RecommendationType.

View Source
var (
	SearchEngineResultsPageTypeEnum_SearchEngineResultsPageType_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "ADS_ONLY",
		3: "ORGANIC_ONLY",
		4: "ADS_AND_ORGANIC",
	}
	SearchEngineResultsPageTypeEnum_SearchEngineResultsPageType_value = map[string]int32{
		"UNSPECIFIED":     0,
		"UNKNOWN":         1,
		"ADS_ONLY":        2,
		"ORGANIC_ONLY":    3,
		"ADS_AND_ORGANIC": 4,
	}
)

Enum value maps for SearchEngineResultsPageTypeEnum_SearchEngineResultsPageType.

View Source
var (
	SearchTermMatchTypeEnum_SearchTermMatchType_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "BROAD",
		3: "EXACT",
		4: "PHRASE",
		5: "NEAR_EXACT",
		6: "NEAR_PHRASE",
	}
	SearchTermMatchTypeEnum_SearchTermMatchType_value = map[string]int32{
		"UNSPECIFIED": 0,
		"UNKNOWN":     1,
		"BROAD":       2,
		"EXACT":       3,
		"PHRASE":      4,
		"NEAR_EXACT":  5,
		"NEAR_PHRASE": 6,
	}
)

Enum value maps for SearchTermMatchTypeEnum_SearchTermMatchType.

View Source
var (
	SearchTermTargetingStatusEnum_SearchTermTargetingStatus_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "ADDED",
		3: "EXCLUDED",
		4: "ADDED_EXCLUDED",
		5: "NONE",
	}
	SearchTermTargetingStatusEnum_SearchTermTargetingStatus_value = map[string]int32{
		"UNSPECIFIED":    0,
		"UNKNOWN":        1,
		"ADDED":          2,
		"EXCLUDED":       3,
		"ADDED_EXCLUDED": 4,
		"NONE":           5,
	}
)

Enum value maps for SearchTermTargetingStatusEnum_SearchTermTargetingStatus.

View Source
var (
	ServedAssetFieldTypeEnum_ServedAssetFieldType_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "HEADLINE_1",
		3: "HEADLINE_2",
		4: "HEADLINE_3",
		5: "DESCRIPTION_1",
		6: "DESCRIPTION_2",
	}
	ServedAssetFieldTypeEnum_ServedAssetFieldType_value = map[string]int32{
		"UNSPECIFIED":   0,
		"UNKNOWN":       1,
		"HEADLINE_1":    2,
		"HEADLINE_2":    3,
		"HEADLINE_3":    4,
		"DESCRIPTION_1": 5,
		"DESCRIPTION_2": 6,
	}
)

Enum value maps for ServedAssetFieldTypeEnum_ServedAssetFieldType.

View Source
var (
	SharedSetStatusEnum_SharedSetStatus_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "ENABLED",
		3: "REMOVED",
	}
	SharedSetStatusEnum_SharedSetStatus_value = map[string]int32{
		"UNSPECIFIED": 0,
		"UNKNOWN":     1,
		"ENABLED":     2,
		"REMOVED":     3,
	}
)

Enum value maps for SharedSetStatusEnum_SharedSetStatus.

View Source
var (
	SharedSetTypeEnum_SharedSetType_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "NEGATIVE_KEYWORDS",
		3: "NEGATIVE_PLACEMENTS",
	}
	SharedSetTypeEnum_SharedSetType_value = map[string]int32{
		"UNSPECIFIED":         0,
		"UNKNOWN":             1,
		"NEGATIVE_KEYWORDS":   2,
		"NEGATIVE_PLACEMENTS": 3,
	}
)

Enum value maps for SharedSetTypeEnum_SharedSetType.

View Source
var (
	SimulationModificationMethodEnum_SimulationModificationMethod_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "UNIFORM",
		3: "DEFAULT",
	}
	SimulationModificationMethodEnum_SimulationModificationMethod_value = map[string]int32{
		"UNSPECIFIED": 0,
		"UNKNOWN":     1,
		"UNIFORM":     2,
		"DEFAULT":     3,
	}
)

Enum value maps for SimulationModificationMethodEnum_SimulationModificationMethod.

View Source
var (
	SimulationTypeEnum_SimulationType_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "CPC_BID",
		3: "CPV_BID",
		4: "TARGET_CPA",
		5: "BID_MODIFIER",
	}
	SimulationTypeEnum_SimulationType_value = map[string]int32{
		"UNSPECIFIED":  0,
		"UNKNOWN":      1,
		"CPC_BID":      2,
		"CPV_BID":      3,
		"TARGET_CPA":   4,
		"BID_MODIFIER": 5,
	}
)

Enum value maps for SimulationTypeEnum_SimulationType.

View Source
var (
	SitelinkPlaceholderFieldEnum_SitelinkPlaceholderField_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "TEXT",
		3: "LINE_1",
		4: "LINE_2",
		5: "FINAL_URLS",
		6: "FINAL_MOBILE_URLS",
		7: "TRACKING_URL",
		8: "FINAL_URL_SUFFIX",
	}
	SitelinkPlaceholderFieldEnum_SitelinkPlaceholderField_value = map[string]int32{
		"UNSPECIFIED":       0,
		"UNKNOWN":           1,
		"TEXT":              2,
		"LINE_1":            3,
		"LINE_2":            4,
		"FINAL_URLS":        5,
		"FINAL_MOBILE_URLS": 6,
		"TRACKING_URL":      7,
		"FINAL_URL_SUFFIX":  8,
	}
)

Enum value maps for SitelinkPlaceholderFieldEnum_SitelinkPlaceholderField.

View Source
var (
	SlotEnum_Slot_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "SEARCH_SIDE",
		3: "SEARCH_TOP",
		4: "SEARCH_OTHER",
		5: "CONTENT",
		6: "SEARCH_PARTNER_TOP",
		7: "SEARCH_PARTNER_OTHER",
		8: "MIXED",
	}
	SlotEnum_Slot_value = map[string]int32{
		"UNSPECIFIED":          0,
		"UNKNOWN":              1,
		"SEARCH_SIDE":          2,
		"SEARCH_TOP":           3,
		"SEARCH_OTHER":         4,
		"CONTENT":              5,
		"SEARCH_PARTNER_TOP":   6,
		"SEARCH_PARTNER_OTHER": 7,
		"MIXED":                8,
	}
)

Enum value maps for SlotEnum_Slot.

View Source
var (
	SpendingLimitTypeEnum_SpendingLimitType_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "INFINITE",
	}
	SpendingLimitTypeEnum_SpendingLimitType_value = map[string]int32{
		"UNSPECIFIED": 0,
		"UNKNOWN":     1,
		"INFINITE":    2,
	}
)

Enum value maps for SpendingLimitTypeEnum_SpendingLimitType.

View Source
var (
	StructuredSnippetPlaceholderFieldEnum_StructuredSnippetPlaceholderField_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "HEADER",
		3: "SNIPPETS",
	}
	StructuredSnippetPlaceholderFieldEnum_StructuredSnippetPlaceholderField_value = map[string]int32{
		"UNSPECIFIED": 0,
		"UNKNOWN":     1,
		"HEADER":      2,
		"SNIPPETS":    3,
	}
)

Enum value maps for StructuredSnippetPlaceholderFieldEnum_StructuredSnippetPlaceholderField.

View Source
var (
	SystemManagedResourceSourceEnum_SystemManagedResourceSource_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "AD_VARIATIONS",
	}
	SystemManagedResourceSourceEnum_SystemManagedResourceSource_value = map[string]int32{
		"UNSPECIFIED":   0,
		"UNKNOWN":       1,
		"AD_VARIATIONS": 2,
	}
)

Enum value maps for SystemManagedResourceSourceEnum_SystemManagedResourceSource.

View Source
var (
	TargetCpaOptInRecommendationGoalEnum_TargetCpaOptInRecommendationGoal_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "SAME_COST",
		3: "SAME_CONVERSIONS",
		4: "SAME_CPA",
		5: "CLOSEST_CPA",
	}
	TargetCpaOptInRecommendationGoalEnum_TargetCpaOptInRecommendationGoal_value = map[string]int32{
		"UNSPECIFIED":      0,
		"UNKNOWN":          1,
		"SAME_COST":        2,
		"SAME_CONVERSIONS": 3,
		"SAME_CPA":         4,
		"CLOSEST_CPA":      5,
	}
)

Enum value maps for TargetCpaOptInRecommendationGoalEnum_TargetCpaOptInRecommendationGoal.

View Source
var (
	TargetImpressionShareLocationEnum_TargetImpressionShareLocation_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "ANYWHERE_ON_PAGE",
		3: "TOP_OF_PAGE",
		4: "ABSOLUTE_TOP_OF_PAGE",
	}
	TargetImpressionShareLocationEnum_TargetImpressionShareLocation_value = map[string]int32{
		"UNSPECIFIED":          0,
		"UNKNOWN":              1,
		"ANYWHERE_ON_PAGE":     2,
		"TOP_OF_PAGE":          3,
		"ABSOLUTE_TOP_OF_PAGE": 4,
	}
)

Enum value maps for TargetImpressionShareLocationEnum_TargetImpressionShareLocation.

View Source
var (
	TargetingDimensionEnum_TargetingDimension_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "KEYWORD",
		3: "AUDIENCE",
		4: "TOPIC",
		5: "GENDER",
		6: "AGE_RANGE",
		7: "PLACEMENT",
		8: "PARENTAL_STATUS",
		9: "INCOME_RANGE",
	}
	TargetingDimensionEnum_TargetingDimension_value = map[string]int32{
		"UNSPECIFIED":     0,
		"UNKNOWN":         1,
		"KEYWORD":         2,
		"AUDIENCE":        3,
		"TOPIC":           4,
		"GENDER":          5,
		"AGE_RANGE":       6,
		"PLACEMENT":       7,
		"PARENTAL_STATUS": 8,
		"INCOME_RANGE":    9,
	}
)

Enum value maps for TargetingDimensionEnum_TargetingDimension.

View Source
var (
	TimeTypeEnum_TimeType_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "NOW",
		3: "FOREVER",
	}
	TimeTypeEnum_TimeType_value = map[string]int32{
		"UNSPECIFIED": 0,
		"UNKNOWN":     1,
		"NOW":         2,
		"FOREVER":     3,
	}
)

Enum value maps for TimeTypeEnum_TimeType.

View Source
var (
	TrackingCodePageFormatEnum_TrackingCodePageFormat_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "HTML",
		3: "AMP",
	}
	TrackingCodePageFormatEnum_TrackingCodePageFormat_value = map[string]int32{
		"UNSPECIFIED": 0,
		"UNKNOWN":     1,
		"HTML":        2,
		"AMP":         3,
	}
)

Enum value maps for TrackingCodePageFormatEnum_TrackingCodePageFormat.

View Source
var (
	TrackingCodeTypeEnum_TrackingCodeType_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "WEBPAGE",
		3: "WEBPAGE_ONCLICK",
		4: "CLICK_TO_CALL",
	}
	TrackingCodeTypeEnum_TrackingCodeType_value = map[string]int32{
		"UNSPECIFIED":     0,
		"UNKNOWN":         1,
		"WEBPAGE":         2,
		"WEBPAGE_ONCLICK": 3,
		"CLICK_TO_CALL":   4,
	}
)

Enum value maps for TrackingCodeTypeEnum_TrackingCodeType.

View Source
var (
	TravelPlaceholderFieldEnum_TravelPlaceholderField_name = map[int32]string{
		0:  "UNSPECIFIED",
		1:  "UNKNOWN",
		2:  "DESTINATION_ID",
		3:  "ORIGIN_ID",
		4:  "TITLE",
		5:  "DESTINATION_NAME",
		6:  "ORIGIN_NAME",
		7:  "PRICE",
		8:  "FORMATTED_PRICE",
		9:  "SALE_PRICE",
		10: "FORMATTED_SALE_PRICE",
		11: "IMAGE_URL",
		12: "CATEGORY",
		13: "CONTEXTUAL_KEYWORDS",
		14: "DESTINATION_ADDRESS",
		15: "FINAL_URL",
		16: "FINAL_MOBILE_URLS",
		17: "TRACKING_URL",
		18: "ANDROID_APP_LINK",
		19: "SIMILAR_DESTINATION_IDS",
		20: "IOS_APP_LINK",
		21: "IOS_APP_STORE_ID",
	}
	TravelPlaceholderFieldEnum_TravelPlaceholderField_value = map[string]int32{
		"UNSPECIFIED":             0,
		"UNKNOWN":                 1,
		"DESTINATION_ID":          2,
		"ORIGIN_ID":               3,
		"TITLE":                   4,
		"DESTINATION_NAME":        5,
		"ORIGIN_NAME":             6,
		"PRICE":                   7,
		"FORMATTED_PRICE":         8,
		"SALE_PRICE":              9,
		"FORMATTED_SALE_PRICE":    10,
		"IMAGE_URL":               11,
		"CATEGORY":                12,
		"CONTEXTUAL_KEYWORDS":     13,
		"DESTINATION_ADDRESS":     14,
		"FINAL_URL":               15,
		"FINAL_MOBILE_URLS":       16,
		"TRACKING_URL":            17,
		"ANDROID_APP_LINK":        18,
		"SIMILAR_DESTINATION_IDS": 19,
		"IOS_APP_LINK":            20,
		"IOS_APP_STORE_ID":        21,
	}
)

Enum value maps for TravelPlaceholderFieldEnum_TravelPlaceholderField.

View Source
var (
	UserInterestTaxonomyTypeEnum_UserInterestTaxonomyType_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "AFFINITY",
		3: "IN_MARKET",
		4: "MOBILE_APP_INSTALL_USER",
		5: "VERTICAL_GEO",
		6: "NEW_SMART_PHONE_USER",
	}
	UserInterestTaxonomyTypeEnum_UserInterestTaxonomyType_value = map[string]int32{
		"UNSPECIFIED":             0,
		"UNKNOWN":                 1,
		"AFFINITY":                2,
		"IN_MARKET":               3,
		"MOBILE_APP_INSTALL_USER": 4,
		"VERTICAL_GEO":            5,
		"NEW_SMART_PHONE_USER":    6,
	}
)

Enum value maps for UserInterestTaxonomyTypeEnum_UserInterestTaxonomyType.

View Source
var (
	UserListAccessStatusEnum_UserListAccessStatus_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "ENABLED",
		3: "DISABLED",
	}
	UserListAccessStatusEnum_UserListAccessStatus_value = map[string]int32{
		"UNSPECIFIED": 0,
		"UNKNOWN":     1,
		"ENABLED":     2,
		"DISABLED":    3,
	}
)

Enum value maps for UserListAccessStatusEnum_UserListAccessStatus.

View Source
var (
	UserListClosingReasonEnum_UserListClosingReason_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "UNUSED",
	}
	UserListClosingReasonEnum_UserListClosingReason_value = map[string]int32{
		"UNSPECIFIED": 0,
		"UNKNOWN":     1,
		"UNUSED":      2,
	}
)

Enum value maps for UserListClosingReasonEnum_UserListClosingReason.

View Source
var (
	UserListCombinedRuleOperatorEnum_UserListCombinedRuleOperator_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "AND",
		3: "AND_NOT",
	}
	UserListCombinedRuleOperatorEnum_UserListCombinedRuleOperator_value = map[string]int32{
		"UNSPECIFIED": 0,
		"UNKNOWN":     1,
		"AND":         2,
		"AND_NOT":     3,
	}
)

Enum value maps for UserListCombinedRuleOperatorEnum_UserListCombinedRuleOperator.

View Source
var (
	UserListCrmDataSourceTypeEnum_UserListCrmDataSourceType_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "FIRST_PARTY",
		3: "THIRD_PARTY_CREDIT_BUREAU",
		4: "THIRD_PARTY_VOTER_FILE",
	}
	UserListCrmDataSourceTypeEnum_UserListCrmDataSourceType_value = map[string]int32{
		"UNSPECIFIED":               0,
		"UNKNOWN":                   1,
		"FIRST_PARTY":               2,
		"THIRD_PARTY_CREDIT_BUREAU": 3,
		"THIRD_PARTY_VOTER_FILE":    4,
	}
)

Enum value maps for UserListCrmDataSourceTypeEnum_UserListCrmDataSourceType.

View Source
var (
	UserListDateRuleItemOperatorEnum_UserListDateRuleItemOperator_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "EQUALS",
		3: "NOT_EQUALS",
		4: "BEFORE",
		5: "AFTER",
	}
	UserListDateRuleItemOperatorEnum_UserListDateRuleItemOperator_value = map[string]int32{
		"UNSPECIFIED": 0,
		"UNKNOWN":     1,
		"EQUALS":      2,
		"NOT_EQUALS":  3,
		"BEFORE":      4,
		"AFTER":       5,
	}
)

Enum value maps for UserListDateRuleItemOperatorEnum_UserListDateRuleItemOperator.

View Source
var (
	UserListLogicalRuleOperatorEnum_UserListLogicalRuleOperator_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "ALL",
		3: "ANY",
		4: "NONE",
	}
	UserListLogicalRuleOperatorEnum_UserListLogicalRuleOperator_value = map[string]int32{
		"UNSPECIFIED": 0,
		"UNKNOWN":     1,
		"ALL":         2,
		"ANY":         3,
		"NONE":        4,
	}
)

Enum value maps for UserListLogicalRuleOperatorEnum_UserListLogicalRuleOperator.

View Source
var (
	UserListMembershipStatusEnum_UserListMembershipStatus_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "OPEN",
		3: "CLOSED",
	}
	UserListMembershipStatusEnum_UserListMembershipStatus_value = map[string]int32{
		"UNSPECIFIED": 0,
		"UNKNOWN":     1,
		"OPEN":        2,
		"CLOSED":      3,
	}
)

Enum value maps for UserListMembershipStatusEnum_UserListMembershipStatus.

View Source
var (
	UserListNumberRuleItemOperatorEnum_UserListNumberRuleItemOperator_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "GREATER_THAN",
		3: "GREATER_THAN_OR_EQUAL",
		4: "EQUALS",
		5: "NOT_EQUALS",
		6: "LESS_THAN",
		7: "LESS_THAN_OR_EQUAL",
	}
	UserListNumberRuleItemOperatorEnum_UserListNumberRuleItemOperator_value = map[string]int32{
		"UNSPECIFIED":           0,
		"UNKNOWN":               1,
		"GREATER_THAN":          2,
		"GREATER_THAN_OR_EQUAL": 3,
		"EQUALS":                4,
		"NOT_EQUALS":            5,
		"LESS_THAN":             6,
		"LESS_THAN_OR_EQUAL":    7,
	}
)

Enum value maps for UserListNumberRuleItemOperatorEnum_UserListNumberRuleItemOperator.

View Source
var (
	UserListPrepopulationStatusEnum_UserListPrepopulationStatus_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "REQUESTED",
		3: "FINISHED",
		4: "FAILED",
	}
	UserListPrepopulationStatusEnum_UserListPrepopulationStatus_value = map[string]int32{
		"UNSPECIFIED": 0,
		"UNKNOWN":     1,
		"REQUESTED":   2,
		"FINISHED":    3,
		"FAILED":      4,
	}
)

Enum value maps for UserListPrepopulationStatusEnum_UserListPrepopulationStatus.

View Source
var (
	UserListRuleTypeEnum_UserListRuleType_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "AND_OF_ORS",
		3: "OR_OF_ANDS",
	}
	UserListRuleTypeEnum_UserListRuleType_value = map[string]int32{
		"UNSPECIFIED": 0,
		"UNKNOWN":     1,
		"AND_OF_ORS":  2,
		"OR_OF_ANDS":  3,
	}
)

Enum value maps for UserListRuleTypeEnum_UserListRuleType.

View Source
var (
	UserListSizeRangeEnum_UserListSizeRange_name = map[int32]string{
		0:  "UNSPECIFIED",
		1:  "UNKNOWN",
		2:  "LESS_THAN_FIVE_HUNDRED",
		3:  "LESS_THAN_ONE_THOUSAND",
		4:  "ONE_THOUSAND_TO_TEN_THOUSAND",
		5:  "TEN_THOUSAND_TO_FIFTY_THOUSAND",
		6:  "FIFTY_THOUSAND_TO_ONE_HUNDRED_THOUSAND",
		7:  "ONE_HUNDRED_THOUSAND_TO_THREE_HUNDRED_THOUSAND",
		8:  "THREE_HUNDRED_THOUSAND_TO_FIVE_HUNDRED_THOUSAND",
		9:  "FIVE_HUNDRED_THOUSAND_TO_ONE_MILLION",
		10: "ONE_MILLION_TO_TWO_MILLION",
		11: "TWO_MILLION_TO_THREE_MILLION",
		12: "THREE_MILLION_TO_FIVE_MILLION",
		13: "FIVE_MILLION_TO_TEN_MILLION",
		14: "TEN_MILLION_TO_TWENTY_MILLION",
		15: "TWENTY_MILLION_TO_THIRTY_MILLION",
		16: "THIRTY_MILLION_TO_FIFTY_MILLION",
		17: "OVER_FIFTY_MILLION",
	}
	UserListSizeRangeEnum_UserListSizeRange_value = map[string]int32{
		"UNSPECIFIED":                                     0,
		"UNKNOWN":                                         1,
		"LESS_THAN_FIVE_HUNDRED":                          2,
		"LESS_THAN_ONE_THOUSAND":                          3,
		"ONE_THOUSAND_TO_TEN_THOUSAND":                    4,
		"TEN_THOUSAND_TO_FIFTY_THOUSAND":                  5,
		"FIFTY_THOUSAND_TO_ONE_HUNDRED_THOUSAND":          6,
		"ONE_HUNDRED_THOUSAND_TO_THREE_HUNDRED_THOUSAND":  7,
		"THREE_HUNDRED_THOUSAND_TO_FIVE_HUNDRED_THOUSAND": 8,
		"FIVE_HUNDRED_THOUSAND_TO_ONE_MILLION":            9,
		"ONE_MILLION_TO_TWO_MILLION":                      10,
		"TWO_MILLION_TO_THREE_MILLION":                    11,
		"THREE_MILLION_TO_FIVE_MILLION":                   12,
		"FIVE_MILLION_TO_TEN_MILLION":                     13,
		"TEN_MILLION_TO_TWENTY_MILLION":                   14,
		"TWENTY_MILLION_TO_THIRTY_MILLION":                15,
		"THIRTY_MILLION_TO_FIFTY_MILLION":                 16,
		"OVER_FIFTY_MILLION":                              17,
	}
)

Enum value maps for UserListSizeRangeEnum_UserListSizeRange.

View Source
var (
	UserListStringRuleItemOperatorEnum_UserListStringRuleItemOperator_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "CONTAINS",
		3: "EQUALS",
		4: "STARTS_WITH",
		5: "ENDS_WITH",
		6: "NOT_EQUALS",
		7: "NOT_CONTAINS",
		8: "NOT_STARTS_WITH",
		9: "NOT_ENDS_WITH",
	}
	UserListStringRuleItemOperatorEnum_UserListStringRuleItemOperator_value = map[string]int32{
		"UNSPECIFIED":     0,
		"UNKNOWN":         1,
		"CONTAINS":        2,
		"EQUALS":          3,
		"STARTS_WITH":     4,
		"ENDS_WITH":       5,
		"NOT_EQUALS":      6,
		"NOT_CONTAINS":    7,
		"NOT_STARTS_WITH": 8,
		"NOT_ENDS_WITH":   9,
	}
)

Enum value maps for UserListStringRuleItemOperatorEnum_UserListStringRuleItemOperator.

View Source
var (
	UserListTypeEnum_UserListType_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "REMARKETING",
		3: "LOGICAL",
		4: "EXTERNAL_REMARKETING",
		5: "RULE_BASED",
		6: "SIMILAR",
		7: "CRM_BASED",
	}
	UserListTypeEnum_UserListType_value = map[string]int32{
		"UNSPECIFIED":          0,
		"UNKNOWN":              1,
		"REMARKETING":          2,
		"LOGICAL":              3,
		"EXTERNAL_REMARKETING": 4,
		"RULE_BASED":           5,
		"SIMILAR":              6,
		"CRM_BASED":            7,
	}
)

Enum value maps for UserListTypeEnum_UserListType.

View Source
var (
	VanityPharmaDisplayUrlModeEnum_VanityPharmaDisplayUrlMode_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "MANUFACTURER_WEBSITE_URL",
		3: "WEBSITE_DESCRIPTION",
	}
	VanityPharmaDisplayUrlModeEnum_VanityPharmaDisplayUrlMode_value = map[string]int32{
		"UNSPECIFIED":              0,
		"UNKNOWN":                  1,
		"MANUFACTURER_WEBSITE_URL": 2,
		"WEBSITE_DESCRIPTION":      3,
	}
)

Enum value maps for VanityPharmaDisplayUrlModeEnum_VanityPharmaDisplayUrlMode.

View Source
var (
	VanityPharmaTextEnum_VanityPharmaText_name = map[int32]string{
		0:  "UNSPECIFIED",
		1:  "UNKNOWN",
		2:  "PRESCRIPTION_TREATMENT_WEBSITE_EN",
		3:  "PRESCRIPTION_TREATMENT_WEBSITE_ES",
		4:  "PRESCRIPTION_DEVICE_WEBSITE_EN",
		5:  "PRESCRIPTION_DEVICE_WEBSITE_ES",
		6:  "MEDICAL_DEVICE_WEBSITE_EN",
		7:  "MEDICAL_DEVICE_WEBSITE_ES",
		8:  "PREVENTATIVE_TREATMENT_WEBSITE_EN",
		9:  "PREVENTATIVE_TREATMENT_WEBSITE_ES",
		10: "PRESCRIPTION_CONTRACEPTION_WEBSITE_EN",
		11: "PRESCRIPTION_CONTRACEPTION_WEBSITE_ES",
		12: "PRESCRIPTION_VACCINE_WEBSITE_EN",
		13: "PRESCRIPTION_VACCINE_WEBSITE_ES",
	}
	VanityPharmaTextEnum_VanityPharmaText_value = map[string]int32{
		"UNSPECIFIED":                           0,
		"UNKNOWN":                               1,
		"PRESCRIPTION_TREATMENT_WEBSITE_EN":     2,
		"PRESCRIPTION_TREATMENT_WEBSITE_ES":     3,
		"PRESCRIPTION_DEVICE_WEBSITE_EN":        4,
		"PRESCRIPTION_DEVICE_WEBSITE_ES":        5,
		"MEDICAL_DEVICE_WEBSITE_EN":             6,
		"MEDICAL_DEVICE_WEBSITE_ES":             7,
		"PREVENTATIVE_TREATMENT_WEBSITE_EN":     8,
		"PREVENTATIVE_TREATMENT_WEBSITE_ES":     9,
		"PRESCRIPTION_CONTRACEPTION_WEBSITE_EN": 10,
		"PRESCRIPTION_CONTRACEPTION_WEBSITE_ES": 11,
		"PRESCRIPTION_VACCINE_WEBSITE_EN":       12,
		"PRESCRIPTION_VACCINE_WEBSITE_ES":       13,
	}
)

Enum value maps for VanityPharmaTextEnum_VanityPharmaText.

View Source
var (
	WebpageConditionOperandEnum_WebpageConditionOperand_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "URL",
		3: "CATEGORY",
		4: "PAGE_TITLE",
		5: "PAGE_CONTENT",
		6: "CUSTOM_LABEL",
	}
	WebpageConditionOperandEnum_WebpageConditionOperand_value = map[string]int32{
		"UNSPECIFIED":  0,
		"UNKNOWN":      1,
		"URL":          2,
		"CATEGORY":     3,
		"PAGE_TITLE":   4,
		"PAGE_CONTENT": 5,
		"CUSTOM_LABEL": 6,
	}
)

Enum value maps for WebpageConditionOperandEnum_WebpageConditionOperand.

View Source
var (
	WebpageConditionOperatorEnum_WebpageConditionOperator_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "EQUALS",
		3: "CONTAINS",
	}
	WebpageConditionOperatorEnum_WebpageConditionOperator_value = map[string]int32{
		"UNSPECIFIED": 0,
		"UNKNOWN":     1,
		"EQUALS":      2,
		"CONTAINS":    3,
	}
)

Enum value maps for WebpageConditionOperatorEnum_WebpageConditionOperator.

View Source
var File_google_ads_googleads_v1_enums_access_reason_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_account_budget_proposal_status_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_account_budget_proposal_type_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_account_budget_status_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_ad_customizer_placeholder_field_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_ad_group_ad_rotation_mode_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_ad_group_ad_status_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_ad_group_criterion_approval_status_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_ad_group_criterion_status_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_ad_group_status_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_ad_group_type_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_ad_network_type_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_ad_serving_optimization_status_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_ad_strength_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_ad_type_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_advertising_channel_sub_type_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_advertising_channel_type_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_affiliate_location_feed_relationship_type_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_affiliate_location_placeholder_field_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_age_range_type_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_app_campaign_app_store_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_app_campaign_bidding_strategy_goal_type_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_app_payment_model_type_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_app_placeholder_field_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_app_store_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_app_url_operating_system_type_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_asset_type_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_attribution_model_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_bid_modifier_source_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_bidding_source_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_bidding_strategy_status_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_bidding_strategy_type_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_billing_setup_status_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_brand_safety_suitability_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_budget_delivery_method_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_budget_period_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_budget_status_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_budget_type_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_call_conversion_reporting_state_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_call_placeholder_field_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_callout_placeholder_field_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_campaign_criterion_status_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_campaign_draft_status_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_campaign_experiment_status_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_campaign_experiment_traffic_split_type_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_campaign_experiment_type_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_campaign_serving_status_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_campaign_shared_set_status_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_campaign_status_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_change_status_operation_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_change_status_resource_type_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_click_type_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_content_label_type_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_conversion_action_category_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_conversion_action_counting_type_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_conversion_action_status_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_conversion_action_type_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_conversion_adjustment_type_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_conversion_attribution_event_type_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_conversion_lag_bucket_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_conversion_or_adjustment_lag_bucket_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_criterion_category_channel_availability_mode_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_criterion_category_locale_availability_mode_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_criterion_system_serving_status_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_criterion_type_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_custom_interest_member_type_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_custom_interest_status_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_custom_interest_type_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_custom_placeholder_field_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_customer_match_upload_key_type_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_customer_pay_per_conversion_eligibility_failure_reason_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_data_driven_model_status_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_day_of_week_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_device_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_display_ad_format_setting_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_display_upload_product_type_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_dsa_page_feed_criterion_field_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_education_placeholder_field_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_extension_setting_device_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_extension_type_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_external_conversion_source_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_feed_attribute_type_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_feed_item_quality_approval_status_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_feed_item_quality_disapproval_reason_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_feed_item_status_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_feed_item_target_device_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_feed_item_target_type_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_feed_item_validation_status_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_feed_link_status_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_feed_mapping_criterion_type_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_feed_mapping_status_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_feed_origin_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_feed_status_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_flight_placeholder_field_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_frequency_cap_event_type_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_frequency_cap_level_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_frequency_cap_time_unit_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_gender_type_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_geo_target_constant_status_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_geo_targeting_restriction_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_geo_targeting_type_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_google_ads_field_category_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_google_ads_field_data_type_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_hotel_date_selection_type_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_hotel_placeholder_field_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_hotel_rate_type_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_income_range_type_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_interaction_event_type_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_interaction_type_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_job_placeholder_field_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_keyword_match_type_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_keyword_plan_competition_level_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_keyword_plan_forecast_interval_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_keyword_plan_network_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_label_status_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_legacy_app_install_ad_app_store_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_listing_custom_attribute_index_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_listing_group_type_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_local_placeholder_field_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_location_extension_targeting_criterion_field_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_location_group_radius_units_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_location_placeholder_field_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_manager_link_status_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_matching_function_context_type_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_matching_function_operator_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_media_type_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_merchant_center_link_status_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_message_placeholder_field_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_mime_type_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_minute_of_hour_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_mobile_device_type_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_month_of_year_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_mutate_job_status_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_negative_geo_target_type_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_operating_system_version_operator_type_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_page_one_promoted_strategy_goal_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_parental_status_type_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_payment_mode_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_placeholder_type_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_placement_type_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_policy_approval_status_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_policy_review_status_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_policy_topic_entry_type_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_policy_topic_evidence_destination_mismatch_url_type_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_policy_topic_evidence_destination_not_working_device_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_positive_geo_target_type_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_preferred_content_type_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_price_extension_price_qualifier_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_price_extension_price_unit_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_price_extension_type_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_price_placeholder_field_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_product_bidding_category_level_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_product_bidding_category_status_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_product_channel_exclusivity_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_product_channel_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_product_condition_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_product_type_level_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_promotion_extension_discount_modifier_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_promotion_extension_occasion_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_promotion_placeholder_field_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_proximity_radius_units_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_quality_score_bucket_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_real_estate_placeholder_field_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_recommendation_type_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_search_engine_results_page_type_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_search_term_match_type_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_search_term_targeting_status_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_served_asset_field_type_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_shared_set_status_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_shared_set_type_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_simulation_modification_method_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_simulation_type_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_sitelink_placeholder_field_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_slot_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_spending_limit_type_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_structured_snippet_placeholder_field_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_system_managed_entity_source_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_target_cpa_opt_in_recommendation_goal_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_target_impression_share_location_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_targeting_dimension_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_time_type_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_tracking_code_page_format_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_tracking_code_type_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_travel_placeholder_field_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_user_interest_taxonomy_type_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_user_list_access_status_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_user_list_closing_reason_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_user_list_combined_rule_operator_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_user_list_crm_data_source_type_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_user_list_date_rule_item_operator_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_user_list_logical_rule_operator_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_user_list_membership_status_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_user_list_number_rule_item_operator_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_user_list_prepopulation_status_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_user_list_rule_type_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_user_list_size_range_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_user_list_string_rule_item_operator_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_user_list_type_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_vanity_pharma_display_url_mode_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_vanity_pharma_text_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_webpage_condition_operand_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v1_enums_webpage_condition_operator_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type AccessReasonEnum

type AccessReasonEnum struct {
	// contains filtered or unexported fields
}

Indicates the way the resource such as user list is related to a user.

func (*AccessReasonEnum) Descriptor deprecated

func (*AccessReasonEnum) Descriptor() ([]byte, []int)

Deprecated: Use AccessReasonEnum.ProtoReflect.Descriptor instead.

func (*AccessReasonEnum) ProtoMessage

func (*AccessReasonEnum) ProtoMessage()

func (*AccessReasonEnum) ProtoReflect

func (x *AccessReasonEnum) ProtoReflect() protoreflect.Message

func (*AccessReasonEnum) Reset

func (x *AccessReasonEnum) Reset()

func (*AccessReasonEnum) String

func (x *AccessReasonEnum) String() string

type AccessReasonEnum_AccessReason

type AccessReasonEnum_AccessReason int32

Enum describing possible access reasons.

const (
	// Not specified.
	AccessReasonEnum_UNSPECIFIED AccessReasonEnum_AccessReason = 0
	// Used for return value only. Represents value unknown in this version.
	AccessReasonEnum_UNKNOWN AccessReasonEnum_AccessReason = 1
	// The resource is owned by the user.
	AccessReasonEnum_OWNED AccessReasonEnum_AccessReason = 2
	// The resource is shared to the user.
	AccessReasonEnum_SHARED AccessReasonEnum_AccessReason = 3
	// The resource is licensed to the user.
	AccessReasonEnum_LICENSED AccessReasonEnum_AccessReason = 4
	// The user subscribed to the resource.
	AccessReasonEnum_SUBSCRIBED AccessReasonEnum_AccessReason = 5
	// The resource is accessible to the user.
	AccessReasonEnum_AFFILIATED AccessReasonEnum_AccessReason = 6
)

func (AccessReasonEnum_AccessReason) Descriptor

func (AccessReasonEnum_AccessReason) Enum

func (AccessReasonEnum_AccessReason) EnumDescriptor deprecated

func (AccessReasonEnum_AccessReason) EnumDescriptor() ([]byte, []int)

Deprecated: Use AccessReasonEnum_AccessReason.Descriptor instead.

func (AccessReasonEnum_AccessReason) Number

func (AccessReasonEnum_AccessReason) String

func (AccessReasonEnum_AccessReason) Type

type AccountBudgetProposalStatusEnum

type AccountBudgetProposalStatusEnum struct {
	// contains filtered or unexported fields
}

Message describing AccountBudgetProposal statuses.

func (*AccountBudgetProposalStatusEnum) Descriptor deprecated

func (*AccountBudgetProposalStatusEnum) Descriptor() ([]byte, []int)

Deprecated: Use AccountBudgetProposalStatusEnum.ProtoReflect.Descriptor instead.

func (*AccountBudgetProposalStatusEnum) ProtoMessage

func (*AccountBudgetProposalStatusEnum) ProtoMessage()

func (*AccountBudgetProposalStatusEnum) ProtoReflect

func (*AccountBudgetProposalStatusEnum) Reset

func (*AccountBudgetProposalStatusEnum) String

type AccountBudgetProposalStatusEnum_AccountBudgetProposalStatus

type AccountBudgetProposalStatusEnum_AccountBudgetProposalStatus int32

The possible statuses of an AccountBudgetProposal.

const (
	// Not specified.
	AccountBudgetProposalStatusEnum_UNSPECIFIED AccountBudgetProposalStatusEnum_AccountBudgetProposalStatus = 0
	// Used for return value only. Represents value unknown in this version.
	AccountBudgetProposalStatusEnum_UNKNOWN AccountBudgetProposalStatusEnum_AccountBudgetProposalStatus = 1
	// The proposal is pending approval.
	AccountBudgetProposalStatusEnum_PENDING AccountBudgetProposalStatusEnum_AccountBudgetProposalStatus = 2
	// The proposal has been approved but the corresponding billing setup
	// has not.  This can occur for proposals that set up the first budget
	// when signing up for billing or when performing a change of bill-to
	// operation.
	AccountBudgetProposalStatusEnum_APPROVED_HELD AccountBudgetProposalStatusEnum_AccountBudgetProposalStatus = 3
	// The proposal has been approved.
	AccountBudgetProposalStatusEnum_APPROVED AccountBudgetProposalStatusEnum_AccountBudgetProposalStatus = 4
	// The proposal has been cancelled by the user.
	AccountBudgetProposalStatusEnum_CANCELLED AccountBudgetProposalStatusEnum_AccountBudgetProposalStatus = 5
	// The proposal has been rejected by the user, e.g. by rejecting an
	// acceptance email.
	AccountBudgetProposalStatusEnum_REJECTED AccountBudgetProposalStatusEnum_AccountBudgetProposalStatus = 6
)

func (AccountBudgetProposalStatusEnum_AccountBudgetProposalStatus) Descriptor

func (AccountBudgetProposalStatusEnum_AccountBudgetProposalStatus) Enum

func (AccountBudgetProposalStatusEnum_AccountBudgetProposalStatus) EnumDescriptor deprecated

Deprecated: Use AccountBudgetProposalStatusEnum_AccountBudgetProposalStatus.Descriptor instead.

func (AccountBudgetProposalStatusEnum_AccountBudgetProposalStatus) Number

func (AccountBudgetProposalStatusEnum_AccountBudgetProposalStatus) String

func (AccountBudgetProposalStatusEnum_AccountBudgetProposalStatus) Type

type AccountBudgetProposalTypeEnum

type AccountBudgetProposalTypeEnum struct {
	// contains filtered or unexported fields
}

Message describing AccountBudgetProposal types.

func (*AccountBudgetProposalTypeEnum) Descriptor deprecated

func (*AccountBudgetProposalTypeEnum) Descriptor() ([]byte, []int)

Deprecated: Use AccountBudgetProposalTypeEnum.ProtoReflect.Descriptor instead.

func (*AccountBudgetProposalTypeEnum) ProtoMessage

func (*AccountBudgetProposalTypeEnum) ProtoMessage()

func (*AccountBudgetProposalTypeEnum) ProtoReflect

func (*AccountBudgetProposalTypeEnum) Reset

func (x *AccountBudgetProposalTypeEnum) Reset()

func (*AccountBudgetProposalTypeEnum) String

type AccountBudgetProposalTypeEnum_AccountBudgetProposalType

type AccountBudgetProposalTypeEnum_AccountBudgetProposalType int32

The possible types of an AccountBudgetProposal.

const (
	// Not specified.
	AccountBudgetProposalTypeEnum_UNSPECIFIED AccountBudgetProposalTypeEnum_AccountBudgetProposalType = 0
	// Used for return value only. Represents value unknown in this version.
	AccountBudgetProposalTypeEnum_UNKNOWN AccountBudgetProposalTypeEnum_AccountBudgetProposalType = 1
	// Identifies a request to create a new budget.
	AccountBudgetProposalTypeEnum_CREATE AccountBudgetProposalTypeEnum_AccountBudgetProposalType = 2
	// Identifies a request to edit an existing budget.
	AccountBudgetProposalTypeEnum_UPDATE AccountBudgetProposalTypeEnum_AccountBudgetProposalType = 3
	// Identifies a request to end a budget that has already started.
	AccountBudgetProposalTypeEnum_END AccountBudgetProposalTypeEnum_AccountBudgetProposalType = 4
	// Identifies a request to remove a budget that hasn't started yet.
	AccountBudgetProposalTypeEnum_REMOVE AccountBudgetProposalTypeEnum_AccountBudgetProposalType = 5
)

func (AccountBudgetProposalTypeEnum_AccountBudgetProposalType) Descriptor

func (AccountBudgetProposalTypeEnum_AccountBudgetProposalType) Enum

func (AccountBudgetProposalTypeEnum_AccountBudgetProposalType) EnumDescriptor deprecated

Deprecated: Use AccountBudgetProposalTypeEnum_AccountBudgetProposalType.Descriptor instead.

func (AccountBudgetProposalTypeEnum_AccountBudgetProposalType) Number

func (AccountBudgetProposalTypeEnum_AccountBudgetProposalType) String

func (AccountBudgetProposalTypeEnum_AccountBudgetProposalType) Type

type AccountBudgetStatusEnum

type AccountBudgetStatusEnum struct {
	// contains filtered or unexported fields
}

Message describing AccountBudget statuses.

func (*AccountBudgetStatusEnum) Descriptor deprecated

func (*AccountBudgetStatusEnum) Descriptor() ([]byte, []int)

Deprecated: Use AccountBudgetStatusEnum.ProtoReflect.Descriptor instead.

func (*AccountBudgetStatusEnum) ProtoMessage

func (*AccountBudgetStatusEnum) ProtoMessage()

func (*AccountBudgetStatusEnum) ProtoReflect

func (x *AccountBudgetStatusEnum) ProtoReflect() protoreflect.Message

func (*AccountBudgetStatusEnum) Reset

func (x *AccountBudgetStatusEnum) Reset()

func (*AccountBudgetStatusEnum) String

func (x *AccountBudgetStatusEnum) String() string

type AccountBudgetStatusEnum_AccountBudgetStatus

type AccountBudgetStatusEnum_AccountBudgetStatus int32

The possible statuses of an AccountBudget.

const (
	// Not specified.
	AccountBudgetStatusEnum_UNSPECIFIED AccountBudgetStatusEnum_AccountBudgetStatus = 0
	// Used for return value only. Represents value unknown in this version.
	AccountBudgetStatusEnum_UNKNOWN AccountBudgetStatusEnum_AccountBudgetStatus = 1
	// The account budget is pending approval.
	AccountBudgetStatusEnum_PENDING AccountBudgetStatusEnum_AccountBudgetStatus = 2
	// The account budget has been approved.
	AccountBudgetStatusEnum_APPROVED AccountBudgetStatusEnum_AccountBudgetStatus = 3
	// The account budget has been cancelled by the user.
	AccountBudgetStatusEnum_CANCELLED AccountBudgetStatusEnum_AccountBudgetStatus = 4
)

func (AccountBudgetStatusEnum_AccountBudgetStatus) Descriptor

func (AccountBudgetStatusEnum_AccountBudgetStatus) Enum

func (AccountBudgetStatusEnum_AccountBudgetStatus) EnumDescriptor deprecated

func (AccountBudgetStatusEnum_AccountBudgetStatus) EnumDescriptor() ([]byte, []int)

Deprecated: Use AccountBudgetStatusEnum_AccountBudgetStatus.Descriptor instead.

func (AccountBudgetStatusEnum_AccountBudgetStatus) Number

func (AccountBudgetStatusEnum_AccountBudgetStatus) String

func (AccountBudgetStatusEnum_AccountBudgetStatus) Type

type AdCustomizerPlaceholderFieldEnum

type AdCustomizerPlaceholderFieldEnum struct {
	// contains filtered or unexported fields
}

Values for Ad Customizer placeholder fields.

func (*AdCustomizerPlaceholderFieldEnum) Descriptor deprecated

func (*AdCustomizerPlaceholderFieldEnum) Descriptor() ([]byte, []int)

Deprecated: Use AdCustomizerPlaceholderFieldEnum.ProtoReflect.Descriptor instead.

func (*AdCustomizerPlaceholderFieldEnum) ProtoMessage

func (*AdCustomizerPlaceholderFieldEnum) ProtoMessage()

func (*AdCustomizerPlaceholderFieldEnum) ProtoReflect

func (*AdCustomizerPlaceholderFieldEnum) Reset

func (*AdCustomizerPlaceholderFieldEnum) String

type AdCustomizerPlaceholderFieldEnum_AdCustomizerPlaceholderField

type AdCustomizerPlaceholderFieldEnum_AdCustomizerPlaceholderField int32

Possible values for Ad Customizers placeholder fields.

const (
	// Not specified.
	AdCustomizerPlaceholderFieldEnum_UNSPECIFIED AdCustomizerPlaceholderFieldEnum_AdCustomizerPlaceholderField = 0
	// Used for return value only. Represents value unknown in this version.
	AdCustomizerPlaceholderFieldEnum_UNKNOWN AdCustomizerPlaceholderFieldEnum_AdCustomizerPlaceholderField = 1
	// Data Type: INT64. Integer value to be inserted.
	AdCustomizerPlaceholderFieldEnum_INTEGER AdCustomizerPlaceholderFieldEnum_AdCustomizerPlaceholderField = 2
	// Data Type: STRING. Price value to be inserted.
	AdCustomizerPlaceholderFieldEnum_PRICE AdCustomizerPlaceholderFieldEnum_AdCustomizerPlaceholderField = 3
	// Data Type: DATE_TIME. Date value to be inserted.
	AdCustomizerPlaceholderFieldEnum_DATE AdCustomizerPlaceholderFieldEnum_AdCustomizerPlaceholderField = 4
	// Data Type: STRING. String value to be inserted.
	AdCustomizerPlaceholderFieldEnum_STRING AdCustomizerPlaceholderFieldEnum_AdCustomizerPlaceholderField = 5
)

func (AdCustomizerPlaceholderFieldEnum_AdCustomizerPlaceholderField) Descriptor

func (AdCustomizerPlaceholderFieldEnum_AdCustomizerPlaceholderField) Enum

func (AdCustomizerPlaceholderFieldEnum_AdCustomizerPlaceholderField) EnumDescriptor deprecated

Deprecated: Use AdCustomizerPlaceholderFieldEnum_AdCustomizerPlaceholderField.Descriptor instead.

func (AdCustomizerPlaceholderFieldEnum_AdCustomizerPlaceholderField) Number

func (AdCustomizerPlaceholderFieldEnum_AdCustomizerPlaceholderField) String

func (AdCustomizerPlaceholderFieldEnum_AdCustomizerPlaceholderField) Type

type AdGroupAdRotationModeEnum

type AdGroupAdRotationModeEnum struct {
	// contains filtered or unexported fields
}

Container for enum describing possible ad rotation modes of ads within an ad group.

func (*AdGroupAdRotationModeEnum) Descriptor deprecated

func (*AdGroupAdRotationModeEnum) Descriptor() ([]byte, []int)

Deprecated: Use AdGroupAdRotationModeEnum.ProtoReflect.Descriptor instead.

func (*AdGroupAdRotationModeEnum) ProtoMessage

func (*AdGroupAdRotationModeEnum) ProtoMessage()

func (*AdGroupAdRotationModeEnum) ProtoReflect

func (*AdGroupAdRotationModeEnum) Reset

func (x *AdGroupAdRotationModeEnum) Reset()

func (*AdGroupAdRotationModeEnum) String

func (x *AdGroupAdRotationModeEnum) String() string

type AdGroupAdRotationModeEnum_AdGroupAdRotationMode

type AdGroupAdRotationModeEnum_AdGroupAdRotationMode int32

The possible ad rotation modes of an ad group.

const (
	// The ad rotation mode has not been specified.
	AdGroupAdRotationModeEnum_UNSPECIFIED AdGroupAdRotationModeEnum_AdGroupAdRotationMode = 0
	// The received value is not known in this version.
	//
	// This is a response-only value.
	AdGroupAdRotationModeEnum_UNKNOWN AdGroupAdRotationModeEnum_AdGroupAdRotationMode = 1
	// Optimize ad group ads based on clicks or conversions.
	AdGroupAdRotationModeEnum_OPTIMIZE AdGroupAdRotationModeEnum_AdGroupAdRotationMode = 2
	// Rotate evenly forever.
	AdGroupAdRotationModeEnum_ROTATE_FOREVER AdGroupAdRotationModeEnum_AdGroupAdRotationMode = 3
)

func (AdGroupAdRotationModeEnum_AdGroupAdRotationMode) Descriptor

func (AdGroupAdRotationModeEnum_AdGroupAdRotationMode) Enum

func (AdGroupAdRotationModeEnum_AdGroupAdRotationMode) EnumDescriptor deprecated

Deprecated: Use AdGroupAdRotationModeEnum_AdGroupAdRotationMode.Descriptor instead.

func (AdGroupAdRotationModeEnum_AdGroupAdRotationMode) Number

func (AdGroupAdRotationModeEnum_AdGroupAdRotationMode) String

func (AdGroupAdRotationModeEnum_AdGroupAdRotationMode) Type

type AdGroupAdStatusEnum

type AdGroupAdStatusEnum struct {
	// contains filtered or unexported fields
}

Container for enum describing possible statuses of an AdGroupAd.

func (*AdGroupAdStatusEnum) Descriptor deprecated

func (*AdGroupAdStatusEnum) Descriptor() ([]byte, []int)

Deprecated: Use AdGroupAdStatusEnum.ProtoReflect.Descriptor instead.

func (*AdGroupAdStatusEnum) ProtoMessage

func (*AdGroupAdStatusEnum) ProtoMessage()

func (*AdGroupAdStatusEnum) ProtoReflect

func (x *AdGroupAdStatusEnum) ProtoReflect() protoreflect.Message

func (*AdGroupAdStatusEnum) Reset

func (x *AdGroupAdStatusEnum) Reset()

func (*AdGroupAdStatusEnum) String

func (x *AdGroupAdStatusEnum) String() string

type AdGroupAdStatusEnum_AdGroupAdStatus

type AdGroupAdStatusEnum_AdGroupAdStatus int32

The possible statuses of an AdGroupAd.

const (
	// No value has been specified.
	AdGroupAdStatusEnum_UNSPECIFIED AdGroupAdStatusEnum_AdGroupAdStatus = 0
	// The received value is not known in this version.
	//
	// This is a response-only value.
	AdGroupAdStatusEnum_UNKNOWN AdGroupAdStatusEnum_AdGroupAdStatus = 1
	// The ad group ad is enabled.
	AdGroupAdStatusEnum_ENABLED AdGroupAdStatusEnum_AdGroupAdStatus = 2
	// The ad group ad is paused.
	AdGroupAdStatusEnum_PAUSED AdGroupAdStatusEnum_AdGroupAdStatus = 3
	// The ad group ad is removed.
	AdGroupAdStatusEnum_REMOVED AdGroupAdStatusEnum_AdGroupAdStatus = 4
)

func (AdGroupAdStatusEnum_AdGroupAdStatus) Descriptor

func (AdGroupAdStatusEnum_AdGroupAdStatus) Enum

func (AdGroupAdStatusEnum_AdGroupAdStatus) EnumDescriptor deprecated

func (AdGroupAdStatusEnum_AdGroupAdStatus) EnumDescriptor() ([]byte, []int)

Deprecated: Use AdGroupAdStatusEnum_AdGroupAdStatus.Descriptor instead.

func (AdGroupAdStatusEnum_AdGroupAdStatus) Number

func (AdGroupAdStatusEnum_AdGroupAdStatus) String

func (AdGroupAdStatusEnum_AdGroupAdStatus) Type

type AdGroupCriterionApprovalStatusEnum

type AdGroupCriterionApprovalStatusEnum struct {
	// contains filtered or unexported fields
}

Container for enum describing possible AdGroupCriterion approval statuses.

func (*AdGroupCriterionApprovalStatusEnum) Descriptor deprecated

func (*AdGroupCriterionApprovalStatusEnum) Descriptor() ([]byte, []int)

Deprecated: Use AdGroupCriterionApprovalStatusEnum.ProtoReflect.Descriptor instead.

func (*AdGroupCriterionApprovalStatusEnum) ProtoMessage

func (*AdGroupCriterionApprovalStatusEnum) ProtoMessage()

func (*AdGroupCriterionApprovalStatusEnum) ProtoReflect

func (*AdGroupCriterionApprovalStatusEnum) Reset

func (*AdGroupCriterionApprovalStatusEnum) String

type AdGroupCriterionApprovalStatusEnum_AdGroupCriterionApprovalStatus

type AdGroupCriterionApprovalStatusEnum_AdGroupCriterionApprovalStatus int32

Enumerates AdGroupCriterion approval statuses.

const (
	// Not specified.
	AdGroupCriterionApprovalStatusEnum_UNSPECIFIED AdGroupCriterionApprovalStatusEnum_AdGroupCriterionApprovalStatus = 0
	// The value is unknown in this version.
	AdGroupCriterionApprovalStatusEnum_UNKNOWN AdGroupCriterionApprovalStatusEnum_AdGroupCriterionApprovalStatus = 1
	// Approved.
	AdGroupCriterionApprovalStatusEnum_APPROVED AdGroupCriterionApprovalStatusEnum_AdGroupCriterionApprovalStatus = 2
	// Disapproved.
	AdGroupCriterionApprovalStatusEnum_DISAPPROVED AdGroupCriterionApprovalStatusEnum_AdGroupCriterionApprovalStatus = 3
	// Pending Review.
	AdGroupCriterionApprovalStatusEnum_PENDING_REVIEW AdGroupCriterionApprovalStatusEnum_AdGroupCriterionApprovalStatus = 4
	// Under review.
	AdGroupCriterionApprovalStatusEnum_UNDER_REVIEW AdGroupCriterionApprovalStatusEnum_AdGroupCriterionApprovalStatus = 5
)

func (AdGroupCriterionApprovalStatusEnum_AdGroupCriterionApprovalStatus) Descriptor

func (AdGroupCriterionApprovalStatusEnum_AdGroupCriterionApprovalStatus) Enum

func (AdGroupCriterionApprovalStatusEnum_AdGroupCriterionApprovalStatus) EnumDescriptor deprecated

Deprecated: Use AdGroupCriterionApprovalStatusEnum_AdGroupCriterionApprovalStatus.Descriptor instead.

func (AdGroupCriterionApprovalStatusEnum_AdGroupCriterionApprovalStatus) Number

func (AdGroupCriterionApprovalStatusEnum_AdGroupCriterionApprovalStatus) String

func (AdGroupCriterionApprovalStatusEnum_AdGroupCriterionApprovalStatus) Type

type AdGroupCriterionStatusEnum

type AdGroupCriterionStatusEnum struct {
	// contains filtered or unexported fields
}

Message describing AdGroupCriterion statuses.

func (*AdGroupCriterionStatusEnum) Descriptor deprecated

func (*AdGroupCriterionStatusEnum) Descriptor() ([]byte, []int)

Deprecated: Use AdGroupCriterionStatusEnum.ProtoReflect.Descriptor instead.

func (*AdGroupCriterionStatusEnum) ProtoMessage

func (*AdGroupCriterionStatusEnum) ProtoMessage()

func (*AdGroupCriterionStatusEnum) ProtoReflect

func (*AdGroupCriterionStatusEnum) Reset

func (x *AdGroupCriterionStatusEnum) Reset()

func (*AdGroupCriterionStatusEnum) String

func (x *AdGroupCriterionStatusEnum) String() string

type AdGroupCriterionStatusEnum_AdGroupCriterionStatus

type AdGroupCriterionStatusEnum_AdGroupCriterionStatus int32

The possible statuses of an AdGroupCriterion.

const (
	// No value has been specified.
	AdGroupCriterionStatusEnum_UNSPECIFIED AdGroupCriterionStatusEnum_AdGroupCriterionStatus = 0
	// The received value is not known in this version.
	//
	// This is a response-only value.
	AdGroupCriterionStatusEnum_UNKNOWN AdGroupCriterionStatusEnum_AdGroupCriterionStatus = 1
	// The ad group criterion is enabled.
	AdGroupCriterionStatusEnum_ENABLED AdGroupCriterionStatusEnum_AdGroupCriterionStatus = 2
	// The ad group criterion is paused.
	AdGroupCriterionStatusEnum_PAUSED AdGroupCriterionStatusEnum_AdGroupCriterionStatus = 3
	// The ad group criterion is removed.
	AdGroupCriterionStatusEnum_REMOVED AdGroupCriterionStatusEnum_AdGroupCriterionStatus = 4
)

func (AdGroupCriterionStatusEnum_AdGroupCriterionStatus) Descriptor

func (AdGroupCriterionStatusEnum_AdGroupCriterionStatus) Enum

func (AdGroupCriterionStatusEnum_AdGroupCriterionStatus) EnumDescriptor deprecated

Deprecated: Use AdGroupCriterionStatusEnum_AdGroupCriterionStatus.Descriptor instead.

func (AdGroupCriterionStatusEnum_AdGroupCriterionStatus) Number

func (AdGroupCriterionStatusEnum_AdGroupCriterionStatus) String

func (AdGroupCriterionStatusEnum_AdGroupCriterionStatus) Type

type AdGroupStatusEnum

type AdGroupStatusEnum struct {
	// contains filtered or unexported fields
}

Container for enum describing possible statuses of an ad group.

func (*AdGroupStatusEnum) Descriptor deprecated

func (*AdGroupStatusEnum) Descriptor() ([]byte, []int)

Deprecated: Use AdGroupStatusEnum.ProtoReflect.Descriptor instead.

func (*AdGroupStatusEnum) ProtoMessage

func (*AdGroupStatusEnum) ProtoMessage()

func (*AdGroupStatusEnum) ProtoReflect

func (x *AdGroupStatusEnum) ProtoReflect() protoreflect.Message

func (*AdGroupStatusEnum) Reset

func (x *AdGroupStatusEnum) Reset()

func (*AdGroupStatusEnum) String

func (x *AdGroupStatusEnum) String() string

type AdGroupStatusEnum_AdGroupStatus

type AdGroupStatusEnum_AdGroupStatus int32

The possible statuses of an ad group.

const (
	// The status has not been specified.
	AdGroupStatusEnum_UNSPECIFIED AdGroupStatusEnum_AdGroupStatus = 0
	// The received value is not known in this version.
	//
	// This is a response-only value.
	AdGroupStatusEnum_UNKNOWN AdGroupStatusEnum_AdGroupStatus = 1
	// The ad group is enabled.
	AdGroupStatusEnum_ENABLED AdGroupStatusEnum_AdGroupStatus = 2
	// The ad group is paused.
	AdGroupStatusEnum_PAUSED AdGroupStatusEnum_AdGroupStatus = 3
	// The ad group is removed.
	AdGroupStatusEnum_REMOVED AdGroupStatusEnum_AdGroupStatus = 4
)

func (AdGroupStatusEnum_AdGroupStatus) Descriptor

func (AdGroupStatusEnum_AdGroupStatus) Enum

func (AdGroupStatusEnum_AdGroupStatus) EnumDescriptor deprecated

func (AdGroupStatusEnum_AdGroupStatus) EnumDescriptor() ([]byte, []int)

Deprecated: Use AdGroupStatusEnum_AdGroupStatus.Descriptor instead.

func (AdGroupStatusEnum_AdGroupStatus) Number

func (AdGroupStatusEnum_AdGroupStatus) String

func (AdGroupStatusEnum_AdGroupStatus) Type

type AdGroupTypeEnum

type AdGroupTypeEnum struct {
	// contains filtered or unexported fields
}

Defines types of an ad group, specific to a particular campaign channel type. This type drives validations that restrict which entities can be added to the ad group.

func (*AdGroupTypeEnum) Descriptor deprecated

func (*AdGroupTypeEnum) Descriptor() ([]byte, []int)

Deprecated: Use AdGroupTypeEnum.ProtoReflect.Descriptor instead.

func (*AdGroupTypeEnum) ProtoMessage

func (*AdGroupTypeEnum) ProtoMessage()

func (*AdGroupTypeEnum) ProtoReflect

func (x *AdGroupTypeEnum) ProtoReflect() protoreflect.Message

func (*AdGroupTypeEnum) Reset

func (x *AdGroupTypeEnum) Reset()

func (*AdGroupTypeEnum) String

func (x *AdGroupTypeEnum) String() string

type AdGroupTypeEnum_AdGroupType

type AdGroupTypeEnum_AdGroupType int32

Enum listing the possible types of an ad group.

const (
	// The type has not been specified.
	AdGroupTypeEnum_UNSPECIFIED AdGroupTypeEnum_AdGroupType = 0
	// The received value is not known in this version.
	//
	// This is a response-only value.
	AdGroupTypeEnum_UNKNOWN AdGroupTypeEnum_AdGroupType = 1
	// The default ad group type for Search campaigns.
	AdGroupTypeEnum_SEARCH_STANDARD AdGroupTypeEnum_AdGroupType = 2
	// The default ad group type for Display campaigns.
	AdGroupTypeEnum_DISPLAY_STANDARD AdGroupTypeEnum_AdGroupType = 3
	// The ad group type for Shopping campaigns serving standard product ads.
	AdGroupTypeEnum_SHOPPING_PRODUCT_ADS AdGroupTypeEnum_AdGroupType = 4
	// The default ad group type for Hotel campaigns.
	AdGroupTypeEnum_HOTEL_ADS AdGroupTypeEnum_AdGroupType = 6
	// The type for ad groups in Smart Shopping campaigns.
	AdGroupTypeEnum_SHOPPING_SMART_ADS AdGroupTypeEnum_AdGroupType = 7
	// Short unskippable in-stream video ads.
	AdGroupTypeEnum_VIDEO_BUMPER AdGroupTypeEnum_AdGroupType = 8
	// TrueView (skippable) in-stream video ads.
	AdGroupTypeEnum_VIDEO_TRUE_VIEW_IN_STREAM AdGroupTypeEnum_AdGroupType = 9
	// TrueView in-display video ads.
	AdGroupTypeEnum_VIDEO_TRUE_VIEW_IN_DISPLAY AdGroupTypeEnum_AdGroupType = 10
	// Unskippable in-stream video ads.
	AdGroupTypeEnum_VIDEO_NON_SKIPPABLE_IN_STREAM AdGroupTypeEnum_AdGroupType = 11
	// Outstream video ads.
	AdGroupTypeEnum_VIDEO_OUTSTREAM AdGroupTypeEnum_AdGroupType = 12
	// Ad group type for Dynamic Search Ads ad groups.
	AdGroupTypeEnum_SEARCH_DYNAMIC_ADS AdGroupTypeEnum_AdGroupType = 13
	// The type for ad groups in Shopping Comparison Listing campaigns.
	AdGroupTypeEnum_SHOPPING_COMPARISON_LISTING_ADS AdGroupTypeEnum_AdGroupType = 14
)

func (AdGroupTypeEnum_AdGroupType) Descriptor

func (AdGroupTypeEnum_AdGroupType) Enum

func (AdGroupTypeEnum_AdGroupType) EnumDescriptor deprecated

func (AdGroupTypeEnum_AdGroupType) EnumDescriptor() ([]byte, []int)

Deprecated: Use AdGroupTypeEnum_AdGroupType.Descriptor instead.

func (AdGroupTypeEnum_AdGroupType) Number

func (AdGroupTypeEnum_AdGroupType) String

func (AdGroupTypeEnum_AdGroupType) Type

type AdNetworkTypeEnum

type AdNetworkTypeEnum struct {
	// contains filtered or unexported fields
}

Container for enumeration of Google Ads network types.

func (*AdNetworkTypeEnum) Descriptor deprecated

func (*AdNetworkTypeEnum) Descriptor() ([]byte, []int)

Deprecated: Use AdNetworkTypeEnum.ProtoReflect.Descriptor instead.

func (*AdNetworkTypeEnum) ProtoMessage

func (*AdNetworkTypeEnum) ProtoMessage()

func (*AdNetworkTypeEnum) ProtoReflect

func (x *AdNetworkTypeEnum) ProtoReflect() protoreflect.Message

func (*AdNetworkTypeEnum) Reset

func (x *AdNetworkTypeEnum) Reset()

func (*AdNetworkTypeEnum) String

func (x *AdNetworkTypeEnum) String() string

type AdNetworkTypeEnum_AdNetworkType

type AdNetworkTypeEnum_AdNetworkType int32

Enumerates Google Ads network types.

const (
	// Not specified.
	AdNetworkTypeEnum_UNSPECIFIED AdNetworkTypeEnum_AdNetworkType = 0
	// The value is unknown in this version.
	AdNetworkTypeEnum_UNKNOWN AdNetworkTypeEnum_AdNetworkType = 1
	// Google search.
	AdNetworkTypeEnum_SEARCH AdNetworkTypeEnum_AdNetworkType = 2
	// Search partners.
	AdNetworkTypeEnum_SEARCH_PARTNERS AdNetworkTypeEnum_AdNetworkType = 3
	// Display Network.
	AdNetworkTypeEnum_CONTENT AdNetworkTypeEnum_AdNetworkType = 4
	// YouTube Search.
	AdNetworkTypeEnum_YOUTUBE_SEARCH AdNetworkTypeEnum_AdNetworkType = 5
	// YouTube Videos
	AdNetworkTypeEnum_YOUTUBE_WATCH AdNetworkTypeEnum_AdNetworkType = 6
	// Cross-network.
	AdNetworkTypeEnum_MIXED AdNetworkTypeEnum_AdNetworkType = 7
)

func (AdNetworkTypeEnum_AdNetworkType) Descriptor

func (AdNetworkTypeEnum_AdNetworkType) Enum

func (AdNetworkTypeEnum_AdNetworkType) EnumDescriptor deprecated

func (AdNetworkTypeEnum_AdNetworkType) EnumDescriptor() ([]byte, []int)

Deprecated: Use AdNetworkTypeEnum_AdNetworkType.Descriptor instead.

func (AdNetworkTypeEnum_AdNetworkType) Number

func (AdNetworkTypeEnum_AdNetworkType) String

func (AdNetworkTypeEnum_AdNetworkType) Type

type AdServingOptimizationStatusEnum

type AdServingOptimizationStatusEnum struct {
	// contains filtered or unexported fields
}

Possible ad serving statuses of a campaign.

func (*AdServingOptimizationStatusEnum) Descriptor deprecated

func (*AdServingOptimizationStatusEnum) Descriptor() ([]byte, []int)

Deprecated: Use AdServingOptimizationStatusEnum.ProtoReflect.Descriptor instead.

func (*AdServingOptimizationStatusEnum) ProtoMessage

func (*AdServingOptimizationStatusEnum) ProtoMessage()

func (*AdServingOptimizationStatusEnum) ProtoReflect

func (*AdServingOptimizationStatusEnum) Reset

func (*AdServingOptimizationStatusEnum) String

type AdServingOptimizationStatusEnum_AdServingOptimizationStatus

type AdServingOptimizationStatusEnum_AdServingOptimizationStatus int32

Enum describing possible serving statuses.

const (
	// No value has been specified.
	AdServingOptimizationStatusEnum_UNSPECIFIED AdServingOptimizationStatusEnum_AdServingOptimizationStatus = 0
	// The received value is not known in this version.
	//
	// This is a response-only value.
	AdServingOptimizationStatusEnum_UNKNOWN AdServingOptimizationStatusEnum_AdServingOptimizationStatus = 1
	// Ad serving is optimized based on CTR for the campaign.
	AdServingOptimizationStatusEnum_OPTIMIZE AdServingOptimizationStatusEnum_AdServingOptimizationStatus = 2
	// Ad serving is optimized based on CTR * Conversion for the campaign. If
	// the campaign is not in the conversion optimizer bidding strategy, it will
	// default to OPTIMIZED.
	AdServingOptimizationStatusEnum_CONVERSION_OPTIMIZE AdServingOptimizationStatusEnum_AdServingOptimizationStatus = 3
	// Ads are rotated evenly for 90 days, then optimized for clicks.
	AdServingOptimizationStatusEnum_ROTATE AdServingOptimizationStatusEnum_AdServingOptimizationStatus = 4
	// Show lower performing ads more evenly with higher performing ads, and do
	// not optimize.
	AdServingOptimizationStatusEnum_ROTATE_INDEFINITELY AdServingOptimizationStatusEnum_AdServingOptimizationStatus = 5
	// Ad serving optimization status is not available.
	AdServingOptimizationStatusEnum_UNAVAILABLE AdServingOptimizationStatusEnum_AdServingOptimizationStatus = 6
)

func (AdServingOptimizationStatusEnum_AdServingOptimizationStatus) Descriptor

func (AdServingOptimizationStatusEnum_AdServingOptimizationStatus) Enum

func (AdServingOptimizationStatusEnum_AdServingOptimizationStatus) EnumDescriptor deprecated

Deprecated: Use AdServingOptimizationStatusEnum_AdServingOptimizationStatus.Descriptor instead.

func (AdServingOptimizationStatusEnum_AdServingOptimizationStatus) Number

func (AdServingOptimizationStatusEnum_AdServingOptimizationStatus) String

func (AdServingOptimizationStatusEnum_AdServingOptimizationStatus) Type

type AdStrengthEnum

type AdStrengthEnum struct {
	// contains filtered or unexported fields
}

Container for enum describing possible ad strengths.

func (*AdStrengthEnum) Descriptor deprecated

func (*AdStrengthEnum) Descriptor() ([]byte, []int)

Deprecated: Use AdStrengthEnum.ProtoReflect.Descriptor instead.

func (*AdStrengthEnum) ProtoMessage

func (*AdStrengthEnum) ProtoMessage()

func (*AdStrengthEnum) ProtoReflect

func (x *AdStrengthEnum) ProtoReflect() protoreflect.Message

func (*AdStrengthEnum) Reset

func (x *AdStrengthEnum) Reset()

func (*AdStrengthEnum) String

func (x *AdStrengthEnum) String() string

type AdStrengthEnum_AdStrength

type AdStrengthEnum_AdStrength int32

Enum listing the possible ad strengths.

const (
	// Not specified.
	AdStrengthEnum_UNSPECIFIED AdStrengthEnum_AdStrength = 0
	// Used for return value only. Represents value unknown in this version.
	AdStrengthEnum_UNKNOWN AdStrengthEnum_AdStrength = 1
	// The ad strength is currently pending.
	AdStrengthEnum_PENDING AdStrengthEnum_AdStrength = 2
	// No ads could be generated.
	AdStrengthEnum_NO_ADS AdStrengthEnum_AdStrength = 3
	// Poor strength.
	AdStrengthEnum_POOR AdStrengthEnum_AdStrength = 4
	// Average strength.
	AdStrengthEnum_AVERAGE AdStrengthEnum_AdStrength = 5
	// Good strength.
	AdStrengthEnum_GOOD AdStrengthEnum_AdStrength = 6
	// Excellent strength.
	AdStrengthEnum_EXCELLENT AdStrengthEnum_AdStrength = 7
)

func (AdStrengthEnum_AdStrength) Descriptor

func (AdStrengthEnum_AdStrength) Enum

func (AdStrengthEnum_AdStrength) EnumDescriptor deprecated

func (AdStrengthEnum_AdStrength) EnumDescriptor() ([]byte, []int)

Deprecated: Use AdStrengthEnum_AdStrength.Descriptor instead.

func (AdStrengthEnum_AdStrength) Number

func (AdStrengthEnum_AdStrength) String

func (x AdStrengthEnum_AdStrength) String() string

func (AdStrengthEnum_AdStrength) Type

type AdTypeEnum

type AdTypeEnum struct {
	// contains filtered or unexported fields
}

Container for enum describing possible types of an ad.

func (*AdTypeEnum) Descriptor deprecated

func (*AdTypeEnum) Descriptor() ([]byte, []int)

Deprecated: Use AdTypeEnum.ProtoReflect.Descriptor instead.

func (*AdTypeEnum) ProtoMessage

func (*AdTypeEnum) ProtoMessage()

func (*AdTypeEnum) ProtoReflect

func (x *AdTypeEnum) ProtoReflect() protoreflect.Message

func (*AdTypeEnum) Reset

func (x *AdTypeEnum) Reset()

func (*AdTypeEnum) String

func (x *AdTypeEnum) String() string

type AdTypeEnum_AdType

type AdTypeEnum_AdType int32

The possible types of an ad.

const (
	// No value has been specified.
	AdTypeEnum_UNSPECIFIED AdTypeEnum_AdType = 0
	// The received value is not known in this version.
	//
	// This is a response-only value.
	AdTypeEnum_UNKNOWN AdTypeEnum_AdType = 1
	// The ad is a text ad.
	AdTypeEnum_TEXT_AD AdTypeEnum_AdType = 2
	// The ad is an expanded text ad.
	AdTypeEnum_EXPANDED_TEXT_AD AdTypeEnum_AdType = 3
	// The ad is a call only ad.
	AdTypeEnum_CALL_ONLY_AD AdTypeEnum_AdType = 6
	// The ad is an expanded dynamic search ad.
	AdTypeEnum_EXPANDED_DYNAMIC_SEARCH_AD AdTypeEnum_AdType = 7
	// The ad is a hotel ad.
	AdTypeEnum_HOTEL_AD AdTypeEnum_AdType = 8
	// The ad is a Smart Shopping ad.
	AdTypeEnum_SHOPPING_SMART_AD AdTypeEnum_AdType = 9
	// The ad is a standard Shopping ad.
	AdTypeEnum_SHOPPING_PRODUCT_AD AdTypeEnum_AdType = 10
	// The ad is a video ad.
	AdTypeEnum_VIDEO_AD AdTypeEnum_AdType = 12
	// This ad is a Gmail ad.
	AdTypeEnum_GMAIL_AD AdTypeEnum_AdType = 13
	// This ad is an Image ad.
	AdTypeEnum_IMAGE_AD AdTypeEnum_AdType = 14
	// The ad is a responsive search ad.
	AdTypeEnum_RESPONSIVE_SEARCH_AD AdTypeEnum_AdType = 15
	// The ad is a legacy responsive display ad.
	AdTypeEnum_LEGACY_RESPONSIVE_DISPLAY_AD AdTypeEnum_AdType = 16
	// The ad is an app ad.
	AdTypeEnum_APP_AD AdTypeEnum_AdType = 17
	// The ad is a legacy app install ad.
	AdTypeEnum_LEGACY_APP_INSTALL_AD AdTypeEnum_AdType = 18
	// The ad is a responsive display ad.
	AdTypeEnum_RESPONSIVE_DISPLAY_AD AdTypeEnum_AdType = 19
	// The ad is a display upload ad with the HTML5_UPLOAD_AD product type.
	AdTypeEnum_HTML5_UPLOAD_AD AdTypeEnum_AdType = 21
	// The ad is a display upload ad with one of the DYNAMIC_HTML5_* product
	// types.
	AdTypeEnum_DYNAMIC_HTML5_AD AdTypeEnum_AdType = 22
	// The ad is an app engagement ad.
	AdTypeEnum_APP_ENGAGEMENT_AD AdTypeEnum_AdType = 23
	// The ad is a Shopping Comparison Listing ad.
	AdTypeEnum_SHOPPING_COMPARISON_LISTING_AD AdTypeEnum_AdType = 24
)

func (AdTypeEnum_AdType) Descriptor

func (AdTypeEnum_AdType) Enum

func (AdTypeEnum_AdType) EnumDescriptor deprecated

func (AdTypeEnum_AdType) EnumDescriptor() ([]byte, []int)

Deprecated: Use AdTypeEnum_AdType.Descriptor instead.

func (AdTypeEnum_AdType) Number

func (AdTypeEnum_AdType) String

func (x AdTypeEnum_AdType) String() string

func (AdTypeEnum_AdType) Type

type AdvertisingChannelSubTypeEnum

type AdvertisingChannelSubTypeEnum struct {
	// contains filtered or unexported fields
}

An immutable specialization of an Advertising Channel.

func (*AdvertisingChannelSubTypeEnum) Descriptor deprecated

func (*AdvertisingChannelSubTypeEnum) Descriptor() ([]byte, []int)

Deprecated: Use AdvertisingChannelSubTypeEnum.ProtoReflect.Descriptor instead.

func (*AdvertisingChannelSubTypeEnum) ProtoMessage

func (*AdvertisingChannelSubTypeEnum) ProtoMessage()

func (*AdvertisingChannelSubTypeEnum) ProtoReflect

func (*AdvertisingChannelSubTypeEnum) Reset

func (x *AdvertisingChannelSubTypeEnum) Reset()

func (*AdvertisingChannelSubTypeEnum) String

type AdvertisingChannelSubTypeEnum_AdvertisingChannelSubType

type AdvertisingChannelSubTypeEnum_AdvertisingChannelSubType int32

Enum describing the different channel subtypes.

const (
	// Not specified.
	AdvertisingChannelSubTypeEnum_UNSPECIFIED AdvertisingChannelSubTypeEnum_AdvertisingChannelSubType = 0
	// Used as a return value only. Represents value unknown in this version.
	AdvertisingChannelSubTypeEnum_UNKNOWN AdvertisingChannelSubTypeEnum_AdvertisingChannelSubType = 1
	// Mobile app campaigns for Search.
	AdvertisingChannelSubTypeEnum_SEARCH_MOBILE_APP AdvertisingChannelSubTypeEnum_AdvertisingChannelSubType = 2
	// Mobile app campaigns for Display.
	AdvertisingChannelSubTypeEnum_DISPLAY_MOBILE_APP AdvertisingChannelSubTypeEnum_AdvertisingChannelSubType = 3
	// AdWords express campaigns for search.
	AdvertisingChannelSubTypeEnum_SEARCH_EXPRESS AdvertisingChannelSubTypeEnum_AdvertisingChannelSubType = 4
	// AdWords Express campaigns for display.
	AdvertisingChannelSubTypeEnum_DISPLAY_EXPRESS AdvertisingChannelSubTypeEnum_AdvertisingChannelSubType = 5
	// Smart Shopping campaigns.
	AdvertisingChannelSubTypeEnum_SHOPPING_SMART_ADS AdvertisingChannelSubTypeEnum_AdvertisingChannelSubType = 6
	// Gmail Ad campaigns.
	AdvertisingChannelSubTypeEnum_DISPLAY_GMAIL_AD AdvertisingChannelSubTypeEnum_AdvertisingChannelSubType = 7
	// Smart display campaigns.
	AdvertisingChannelSubTypeEnum_DISPLAY_SMART_CAMPAIGN AdvertisingChannelSubTypeEnum_AdvertisingChannelSubType = 8
	// Video Outstream campaigns.
	AdvertisingChannelSubTypeEnum_VIDEO_OUTSTREAM AdvertisingChannelSubTypeEnum_AdvertisingChannelSubType = 9
	// Video TrueView for Action campaigns.
	AdvertisingChannelSubTypeEnum_VIDEO_ACTION AdvertisingChannelSubTypeEnum_AdvertisingChannelSubType = 10
	// Video campaigns with non-skippable video ads.
	AdvertisingChannelSubTypeEnum_VIDEO_NON_SKIPPABLE AdvertisingChannelSubTypeEnum_AdvertisingChannelSubType = 11
	// App Campaign that allows you to easily promote your Android or iOS app
	// across Google's top properties including Search, Play, YouTube, and the
	// Google Display Network.
	AdvertisingChannelSubTypeEnum_APP_CAMPAIGN AdvertisingChannelSubTypeEnum_AdvertisingChannelSubType = 12
	// App Campaign for engagement, focused on driving re-engagement with the
	// app across several of Google’s top properties including Search, YouTube,
	// and the Google Display Network.
	AdvertisingChannelSubTypeEnum_APP_CAMPAIGN_FOR_ENGAGEMENT AdvertisingChannelSubTypeEnum_AdvertisingChannelSubType = 13
	// Shopping Comparison Listing campaigns.
	AdvertisingChannelSubTypeEnum_SHOPPING_COMPARISON_LISTING_ADS AdvertisingChannelSubTypeEnum_AdvertisingChannelSubType = 15
)

func (AdvertisingChannelSubTypeEnum_AdvertisingChannelSubType) Descriptor

func (AdvertisingChannelSubTypeEnum_AdvertisingChannelSubType) Enum

func (AdvertisingChannelSubTypeEnum_AdvertisingChannelSubType) EnumDescriptor deprecated

Deprecated: Use AdvertisingChannelSubTypeEnum_AdvertisingChannelSubType.Descriptor instead.

func (AdvertisingChannelSubTypeEnum_AdvertisingChannelSubType) Number

func (AdvertisingChannelSubTypeEnum_AdvertisingChannelSubType) String

func (AdvertisingChannelSubTypeEnum_AdvertisingChannelSubType) Type

type AdvertisingChannelTypeEnum

type AdvertisingChannelTypeEnum struct {
	// contains filtered or unexported fields
}

The channel type a campaign may target to serve on.

func (*AdvertisingChannelTypeEnum) Descriptor deprecated

func (*AdvertisingChannelTypeEnum) Descriptor() ([]byte, []int)

Deprecated: Use AdvertisingChannelTypeEnum.ProtoReflect.Descriptor instead.

func (*AdvertisingChannelTypeEnum) ProtoMessage

func (*AdvertisingChannelTypeEnum) ProtoMessage()

func (*AdvertisingChannelTypeEnum) ProtoReflect

func (*AdvertisingChannelTypeEnum) Reset

func (x *AdvertisingChannelTypeEnum) Reset()

func (*AdvertisingChannelTypeEnum) String

func (x *AdvertisingChannelTypeEnum) String() string

type AdvertisingChannelTypeEnum_AdvertisingChannelType

type AdvertisingChannelTypeEnum_AdvertisingChannelType int32

Enum describing the various advertising channel types.

const (
	// Not specified.
	AdvertisingChannelTypeEnum_UNSPECIFIED AdvertisingChannelTypeEnum_AdvertisingChannelType = 0
	// Used for return value only. Represents value unknown in this version.
	AdvertisingChannelTypeEnum_UNKNOWN AdvertisingChannelTypeEnum_AdvertisingChannelType = 1
	// Search Network. Includes display bundled, and Search+ campaigns.
	AdvertisingChannelTypeEnum_SEARCH AdvertisingChannelTypeEnum_AdvertisingChannelType = 2
	// Google Display Network only.
	AdvertisingChannelTypeEnum_DISPLAY AdvertisingChannelTypeEnum_AdvertisingChannelType = 3
	// Shopping campaigns serve on the shopping property
	// and on google.com search results.
	AdvertisingChannelTypeEnum_SHOPPING AdvertisingChannelTypeEnum_AdvertisingChannelType = 4
	// Hotel Ads campaigns.
	AdvertisingChannelTypeEnum_HOTEL AdvertisingChannelTypeEnum_AdvertisingChannelType = 5
	// Video campaigns.
	AdvertisingChannelTypeEnum_VIDEO AdvertisingChannelTypeEnum_AdvertisingChannelType = 6
	// App Campaigns, and App Campaigns for Engagement, that run
	// across multiple channels.
	AdvertisingChannelTypeEnum_MULTI_CHANNEL AdvertisingChannelTypeEnum_AdvertisingChannelType = 7
)

func (AdvertisingChannelTypeEnum_AdvertisingChannelType) Descriptor

func (AdvertisingChannelTypeEnum_AdvertisingChannelType) Enum

func (AdvertisingChannelTypeEnum_AdvertisingChannelType) EnumDescriptor deprecated

Deprecated: Use AdvertisingChannelTypeEnum_AdvertisingChannelType.Descriptor instead.

func (AdvertisingChannelTypeEnum_AdvertisingChannelType) Number

func (AdvertisingChannelTypeEnum_AdvertisingChannelType) String

func (AdvertisingChannelTypeEnum_AdvertisingChannelType) Type

type AffiliateLocationFeedRelationshipTypeEnum

type AffiliateLocationFeedRelationshipTypeEnum struct {
	// contains filtered or unexported fields
}

Container for enum describing possible values for a relationship type for an affiliate location feed.

func (*AffiliateLocationFeedRelationshipTypeEnum) Descriptor deprecated

func (*AffiliateLocationFeedRelationshipTypeEnum) Descriptor() ([]byte, []int)

Deprecated: Use AffiliateLocationFeedRelationshipTypeEnum.ProtoReflect.Descriptor instead.

func (*AffiliateLocationFeedRelationshipTypeEnum) ProtoMessage

func (*AffiliateLocationFeedRelationshipTypeEnum) ProtoReflect

func (*AffiliateLocationFeedRelationshipTypeEnum) Reset

func (*AffiliateLocationFeedRelationshipTypeEnum) String

type AffiliateLocationFeedRelationshipTypeEnum_AffiliateLocationFeedRelationshipType

type AffiliateLocationFeedRelationshipTypeEnum_AffiliateLocationFeedRelationshipType int32

Possible values for a relationship type for an affiliate location feed.

const (
	// Not specified.
	AffiliateLocationFeedRelationshipTypeEnum_UNSPECIFIED AffiliateLocationFeedRelationshipTypeEnum_AffiliateLocationFeedRelationshipType = 0
	// Used for return value only. Represents value unknown in this version.
	AffiliateLocationFeedRelationshipTypeEnum_UNKNOWN AffiliateLocationFeedRelationshipTypeEnum_AffiliateLocationFeedRelationshipType = 1
	// General retailer relationship.
	AffiliateLocationFeedRelationshipTypeEnum_GENERAL_RETAILER AffiliateLocationFeedRelationshipTypeEnum_AffiliateLocationFeedRelationshipType = 2
)

func (AffiliateLocationFeedRelationshipTypeEnum_AffiliateLocationFeedRelationshipType) Descriptor

func (AffiliateLocationFeedRelationshipTypeEnum_AffiliateLocationFeedRelationshipType) EnumDescriptor deprecated

Deprecated: Use AffiliateLocationFeedRelationshipTypeEnum_AffiliateLocationFeedRelationshipType.Descriptor instead.

func (AffiliateLocationFeedRelationshipTypeEnum_AffiliateLocationFeedRelationshipType) Number

func (AffiliateLocationFeedRelationshipTypeEnum_AffiliateLocationFeedRelationshipType) String

func (AffiliateLocationFeedRelationshipTypeEnum_AffiliateLocationFeedRelationshipType) Type

type AffiliateLocationPlaceholderFieldEnum

type AffiliateLocationPlaceholderFieldEnum struct {
	// contains filtered or unexported fields
}

Values for Affiliate Location placeholder fields.

func (*AffiliateLocationPlaceholderFieldEnum) Descriptor deprecated

func (*AffiliateLocationPlaceholderFieldEnum) Descriptor() ([]byte, []int)

Deprecated: Use AffiliateLocationPlaceholderFieldEnum.ProtoReflect.Descriptor instead.

func (*AffiliateLocationPlaceholderFieldEnum) ProtoMessage

func (*AffiliateLocationPlaceholderFieldEnum) ProtoMessage()

func (*AffiliateLocationPlaceholderFieldEnum) ProtoReflect

func (*AffiliateLocationPlaceholderFieldEnum) Reset

func (*AffiliateLocationPlaceholderFieldEnum) String

type AffiliateLocationPlaceholderFieldEnum_AffiliateLocationPlaceholderField

type AffiliateLocationPlaceholderFieldEnum_AffiliateLocationPlaceholderField int32

Possible values for Affiliate Location placeholder fields.

const (
	// Not specified.
	AffiliateLocationPlaceholderFieldEnum_UNSPECIFIED AffiliateLocationPlaceholderFieldEnum_AffiliateLocationPlaceholderField = 0
	// Used for return value only. Represents value unknown in this version.
	AffiliateLocationPlaceholderFieldEnum_UNKNOWN AffiliateLocationPlaceholderFieldEnum_AffiliateLocationPlaceholderField = 1
	// Data Type: STRING. The name of the business.
	AffiliateLocationPlaceholderFieldEnum_BUSINESS_NAME AffiliateLocationPlaceholderFieldEnum_AffiliateLocationPlaceholderField = 2
	// Data Type: STRING. Line 1 of the business address.
	AffiliateLocationPlaceholderFieldEnum_ADDRESS_LINE_1 AffiliateLocationPlaceholderFieldEnum_AffiliateLocationPlaceholderField = 3
	// Data Type: STRING. Line 2 of the business address.
	AffiliateLocationPlaceholderFieldEnum_ADDRESS_LINE_2 AffiliateLocationPlaceholderFieldEnum_AffiliateLocationPlaceholderField = 4
	// Data Type: STRING. City of the business address.
	AffiliateLocationPlaceholderFieldEnum_CITY AffiliateLocationPlaceholderFieldEnum_AffiliateLocationPlaceholderField = 5
	// Data Type: STRING. Province of the business address.
	AffiliateLocationPlaceholderFieldEnum_PROVINCE AffiliateLocationPlaceholderFieldEnum_AffiliateLocationPlaceholderField = 6
	// Data Type: STRING. Postal code of the business address.
	AffiliateLocationPlaceholderFieldEnum_POSTAL_CODE AffiliateLocationPlaceholderFieldEnum_AffiliateLocationPlaceholderField = 7
	// Data Type: STRING. Country code of the business address.
	AffiliateLocationPlaceholderFieldEnum_COUNTRY_CODE AffiliateLocationPlaceholderFieldEnum_AffiliateLocationPlaceholderField = 8
	// Data Type: STRING. Phone number of the business.
	AffiliateLocationPlaceholderFieldEnum_PHONE_NUMBER AffiliateLocationPlaceholderFieldEnum_AffiliateLocationPlaceholderField = 9
	// Data Type: STRING. Language code of the business.
	AffiliateLocationPlaceholderFieldEnum_LANGUAGE_CODE AffiliateLocationPlaceholderFieldEnum_AffiliateLocationPlaceholderField = 10
	// Data Type: INT64. ID of the chain.
	AffiliateLocationPlaceholderFieldEnum_CHAIN_ID AffiliateLocationPlaceholderFieldEnum_AffiliateLocationPlaceholderField = 11
	// Data Type: STRING. Name of the chain.
	AffiliateLocationPlaceholderFieldEnum_CHAIN_NAME AffiliateLocationPlaceholderFieldEnum_AffiliateLocationPlaceholderField = 12
)

func (AffiliateLocationPlaceholderFieldEnum_AffiliateLocationPlaceholderField) Descriptor

func (AffiliateLocationPlaceholderFieldEnum_AffiliateLocationPlaceholderField) Enum

func (AffiliateLocationPlaceholderFieldEnum_AffiliateLocationPlaceholderField) EnumDescriptor deprecated

Deprecated: Use AffiliateLocationPlaceholderFieldEnum_AffiliateLocationPlaceholderField.Descriptor instead.

func (AffiliateLocationPlaceholderFieldEnum_AffiliateLocationPlaceholderField) Number

func (AffiliateLocationPlaceholderFieldEnum_AffiliateLocationPlaceholderField) String

func (AffiliateLocationPlaceholderFieldEnum_AffiliateLocationPlaceholderField) Type

type AgeRangeTypeEnum

type AgeRangeTypeEnum struct {
	// contains filtered or unexported fields
}

Container for enum describing the type of demographic age ranges.

func (*AgeRangeTypeEnum) Descriptor deprecated

func (*AgeRangeTypeEnum) Descriptor() ([]byte, []int)

Deprecated: Use AgeRangeTypeEnum.ProtoReflect.Descriptor instead.

func (*AgeRangeTypeEnum) ProtoMessage

func (*AgeRangeTypeEnum) ProtoMessage()

func (*AgeRangeTypeEnum) ProtoReflect

func (x *AgeRangeTypeEnum) ProtoReflect() protoreflect.Message

func (*AgeRangeTypeEnum) Reset

func (x *AgeRangeTypeEnum) Reset()

func (*AgeRangeTypeEnum) String

func (x *AgeRangeTypeEnum) String() string

type AgeRangeTypeEnum_AgeRangeType

type AgeRangeTypeEnum_AgeRangeType int32

The type of demographic age ranges (e.g. between 18 and 24 years old).

const (
	// Not specified.
	AgeRangeTypeEnum_UNSPECIFIED AgeRangeTypeEnum_AgeRangeType = 0
	// Used for return value only. Represents value unknown in this version.
	AgeRangeTypeEnum_UNKNOWN AgeRangeTypeEnum_AgeRangeType = 1
	// Between 18 and 24 years old.
	AgeRangeTypeEnum_AGE_RANGE_18_24 AgeRangeTypeEnum_AgeRangeType = 503001
	// Between 25 and 34 years old.
	AgeRangeTypeEnum_AGE_RANGE_25_34 AgeRangeTypeEnum_AgeRangeType = 503002
	// Between 35 and 44 years old.
	AgeRangeTypeEnum_AGE_RANGE_35_44 AgeRangeTypeEnum_AgeRangeType = 503003
	// Between 45 and 54 years old.
	AgeRangeTypeEnum_AGE_RANGE_45_54 AgeRangeTypeEnum_AgeRangeType = 503004
	// Between 55 and 64 years old.
	AgeRangeTypeEnum_AGE_RANGE_55_64 AgeRangeTypeEnum_AgeRangeType = 503005
	// 65 years old and beyond.
	AgeRangeTypeEnum_AGE_RANGE_65_UP AgeRangeTypeEnum_AgeRangeType = 503006
	// Undetermined age range.
	AgeRangeTypeEnum_AGE_RANGE_UNDETERMINED AgeRangeTypeEnum_AgeRangeType = 503999
)

func (AgeRangeTypeEnum_AgeRangeType) Descriptor

func (AgeRangeTypeEnum_AgeRangeType) Enum

func (AgeRangeTypeEnum_AgeRangeType) EnumDescriptor deprecated

func (AgeRangeTypeEnum_AgeRangeType) EnumDescriptor() ([]byte, []int)

Deprecated: Use AgeRangeTypeEnum_AgeRangeType.Descriptor instead.

func (AgeRangeTypeEnum_AgeRangeType) Number

func (AgeRangeTypeEnum_AgeRangeType) String

func (AgeRangeTypeEnum_AgeRangeType) Type

type AppCampaignAppStoreEnum

type AppCampaignAppStoreEnum struct {
	// contains filtered or unexported fields
}

The application store that distributes mobile applications.

func (*AppCampaignAppStoreEnum) Descriptor deprecated

func (*AppCampaignAppStoreEnum) Descriptor() ([]byte, []int)

Deprecated: Use AppCampaignAppStoreEnum.ProtoReflect.Descriptor instead.

func (*AppCampaignAppStoreEnum) ProtoMessage

func (*AppCampaignAppStoreEnum) ProtoMessage()

func (*AppCampaignAppStoreEnum) ProtoReflect

func (x *AppCampaignAppStoreEnum) ProtoReflect() protoreflect.Message

func (*AppCampaignAppStoreEnum) Reset

func (x *AppCampaignAppStoreEnum) Reset()

func (*AppCampaignAppStoreEnum) String

func (x *AppCampaignAppStoreEnum) String() string

type AppCampaignAppStoreEnum_AppCampaignAppStore

type AppCampaignAppStoreEnum_AppCampaignAppStore int32

Enum describing app campaign app store.

const (
	// Not specified.
	AppCampaignAppStoreEnum_UNSPECIFIED AppCampaignAppStoreEnum_AppCampaignAppStore = 0
	// Used for return value only. Represents value unknown in this version.
	AppCampaignAppStoreEnum_UNKNOWN AppCampaignAppStoreEnum_AppCampaignAppStore = 1
	// Apple app store.
	AppCampaignAppStoreEnum_APPLE_APP_STORE AppCampaignAppStoreEnum_AppCampaignAppStore = 2
	// Google play.
	AppCampaignAppStoreEnum_GOOGLE_APP_STORE AppCampaignAppStoreEnum_AppCampaignAppStore = 3
)

func (AppCampaignAppStoreEnum_AppCampaignAppStore) Descriptor

func (AppCampaignAppStoreEnum_AppCampaignAppStore) Enum

func (AppCampaignAppStoreEnum_AppCampaignAppStore) EnumDescriptor deprecated

func (AppCampaignAppStoreEnum_AppCampaignAppStore) EnumDescriptor() ([]byte, []int)

Deprecated: Use AppCampaignAppStoreEnum_AppCampaignAppStore.Descriptor instead.

func (AppCampaignAppStoreEnum_AppCampaignAppStore) Number

func (AppCampaignAppStoreEnum_AppCampaignAppStore) String

func (AppCampaignAppStoreEnum_AppCampaignAppStore) Type

type AppCampaignBiddingStrategyGoalTypeEnum

type AppCampaignBiddingStrategyGoalTypeEnum struct {
	// contains filtered or unexported fields
}

Container for enum describing goal towards which the bidding strategy of an app campaign should optimize for.

func (*AppCampaignBiddingStrategyGoalTypeEnum) Descriptor deprecated

func (*AppCampaignBiddingStrategyGoalTypeEnum) Descriptor() ([]byte, []int)

Deprecated: Use AppCampaignBiddingStrategyGoalTypeEnum.ProtoReflect.Descriptor instead.

func (*AppCampaignBiddingStrategyGoalTypeEnum) ProtoMessage

func (*AppCampaignBiddingStrategyGoalTypeEnum) ProtoReflect

func (*AppCampaignBiddingStrategyGoalTypeEnum) Reset

func (*AppCampaignBiddingStrategyGoalTypeEnum) String

type AppCampaignBiddingStrategyGoalTypeEnum_AppCampaignBiddingStrategyGoalType

type AppCampaignBiddingStrategyGoalTypeEnum_AppCampaignBiddingStrategyGoalType int32

Goal type of App campaign BiddingStrategy.

const (
	// Not specified.
	AppCampaignBiddingStrategyGoalTypeEnum_UNSPECIFIED AppCampaignBiddingStrategyGoalTypeEnum_AppCampaignBiddingStrategyGoalType = 0
	// Used for return value only. Represents value unknown in this version.
	AppCampaignBiddingStrategyGoalTypeEnum_UNKNOWN AppCampaignBiddingStrategyGoalTypeEnum_AppCampaignBiddingStrategyGoalType = 1
	// Aim to maximize the number of app installs. The cpa bid is the
	// target cost per install.
	AppCampaignBiddingStrategyGoalTypeEnum_OPTIMIZE_INSTALLS_TARGET_INSTALL_COST AppCampaignBiddingStrategyGoalTypeEnum_AppCampaignBiddingStrategyGoalType = 2
	// Aim to maximize the long term number of selected in-app conversions from
	// app installs. The cpa bid is the target cost per install.
	AppCampaignBiddingStrategyGoalTypeEnum_OPTIMIZE_IN_APP_CONVERSIONS_TARGET_INSTALL_COST AppCampaignBiddingStrategyGoalTypeEnum_AppCampaignBiddingStrategyGoalType = 3
	// Aim to maximize the long term number of selected in-app conversions from
	// app installs. The cpa bid is the target cost per in-app conversion. Note
	// that the actual cpa may seem higher than the target cpa at first, since
	// the long term conversions haven’t happened yet.
	AppCampaignBiddingStrategyGoalTypeEnum_OPTIMIZE_IN_APP_CONVERSIONS_TARGET_CONVERSION_COST AppCampaignBiddingStrategyGoalTypeEnum_AppCampaignBiddingStrategyGoalType = 4
	// Aim to maximize all conversions' value, i.e. install + selected in-app
	// conversions while achieving or exceeding target return on advertising
	// spend.
	AppCampaignBiddingStrategyGoalTypeEnum_OPTIMIZE_RETURN_ON_ADVERTISING_SPEND AppCampaignBiddingStrategyGoalTypeEnum_AppCampaignBiddingStrategyGoalType = 5
)

func (AppCampaignBiddingStrategyGoalTypeEnum_AppCampaignBiddingStrategyGoalType) Descriptor

func (AppCampaignBiddingStrategyGoalTypeEnum_AppCampaignBiddingStrategyGoalType) Enum

func (AppCampaignBiddingStrategyGoalTypeEnum_AppCampaignBiddingStrategyGoalType) EnumDescriptor deprecated

Deprecated: Use AppCampaignBiddingStrategyGoalTypeEnum_AppCampaignBiddingStrategyGoalType.Descriptor instead.

func (AppCampaignBiddingStrategyGoalTypeEnum_AppCampaignBiddingStrategyGoalType) Number

func (AppCampaignBiddingStrategyGoalTypeEnum_AppCampaignBiddingStrategyGoalType) String

func (AppCampaignBiddingStrategyGoalTypeEnum_AppCampaignBiddingStrategyGoalType) Type

type AppPaymentModelTypeEnum

type AppPaymentModelTypeEnum struct {
	// contains filtered or unexported fields
}

Represents a criterion for targeting paid apps.

func (*AppPaymentModelTypeEnum) Descriptor deprecated

func (*AppPaymentModelTypeEnum) Descriptor() ([]byte, []int)

Deprecated: Use AppPaymentModelTypeEnum.ProtoReflect.Descriptor instead.

func (*AppPaymentModelTypeEnum) ProtoMessage

func (*AppPaymentModelTypeEnum) ProtoMessage()

func (*AppPaymentModelTypeEnum) ProtoReflect

func (x *AppPaymentModelTypeEnum) ProtoReflect() protoreflect.Message

func (*AppPaymentModelTypeEnum) Reset

func (x *AppPaymentModelTypeEnum) Reset()

func (*AppPaymentModelTypeEnum) String

func (x *AppPaymentModelTypeEnum) String() string

type AppPaymentModelTypeEnum_AppPaymentModelType

type AppPaymentModelTypeEnum_AppPaymentModelType int32

Enum describing possible app payment models.

const (
	// Not specified.
	AppPaymentModelTypeEnum_UNSPECIFIED AppPaymentModelTypeEnum_AppPaymentModelType = 0
	// Used for return value only. Represents value unknown in this version.
	AppPaymentModelTypeEnum_UNKNOWN AppPaymentModelTypeEnum_AppPaymentModelType = 1
	// Represents paid-for apps.
	AppPaymentModelTypeEnum_PAID AppPaymentModelTypeEnum_AppPaymentModelType = 30
)

func (AppPaymentModelTypeEnum_AppPaymentModelType) Descriptor

func (AppPaymentModelTypeEnum_AppPaymentModelType) Enum

func (AppPaymentModelTypeEnum_AppPaymentModelType) EnumDescriptor deprecated

func (AppPaymentModelTypeEnum_AppPaymentModelType) EnumDescriptor() ([]byte, []int)

Deprecated: Use AppPaymentModelTypeEnum_AppPaymentModelType.Descriptor instead.

func (AppPaymentModelTypeEnum_AppPaymentModelType) Number

func (AppPaymentModelTypeEnum_AppPaymentModelType) String

func (AppPaymentModelTypeEnum_AppPaymentModelType) Type

type AppPlaceholderFieldEnum

type AppPlaceholderFieldEnum struct {
	// contains filtered or unexported fields
}

Values for App placeholder fields.

func (*AppPlaceholderFieldEnum) Descriptor deprecated

func (*AppPlaceholderFieldEnum) Descriptor() ([]byte, []int)

Deprecated: Use AppPlaceholderFieldEnum.ProtoReflect.Descriptor instead.

func (*AppPlaceholderFieldEnum) ProtoMessage

func (*AppPlaceholderFieldEnum) ProtoMessage()

func (*AppPlaceholderFieldEnum) ProtoReflect

func (x *AppPlaceholderFieldEnum) ProtoReflect() protoreflect.Message

func (*AppPlaceholderFieldEnum) Reset

func (x *AppPlaceholderFieldEnum) Reset()

func (*AppPlaceholderFieldEnum) String

func (x *AppPlaceholderFieldEnum) String() string

type AppPlaceholderFieldEnum_AppPlaceholderField

type AppPlaceholderFieldEnum_AppPlaceholderField int32

Possible values for App placeholder fields.

const (
	// Not specified.
	AppPlaceholderFieldEnum_UNSPECIFIED AppPlaceholderFieldEnum_AppPlaceholderField = 0
	// Used for return value only. Represents value unknown in this version.
	AppPlaceholderFieldEnum_UNKNOWN AppPlaceholderFieldEnum_AppPlaceholderField = 1
	// Data Type: INT64. The application store that the target application
	// belongs to. Valid values are: 1 = Apple iTunes Store; 2 = Google Play
	// Store.
	AppPlaceholderFieldEnum_STORE AppPlaceholderFieldEnum_AppPlaceholderField = 2
	// Data Type: STRING. The store-specific ID for the target application.
	AppPlaceholderFieldEnum_ID AppPlaceholderFieldEnum_AppPlaceholderField = 3
	// Data Type: STRING. The visible text displayed when the link is rendered
	// in an ad.
	AppPlaceholderFieldEnum_LINK_TEXT AppPlaceholderFieldEnum_AppPlaceholderField = 4
	// Data Type: STRING. The destination URL of the in-app link.
	AppPlaceholderFieldEnum_URL AppPlaceholderFieldEnum_AppPlaceholderField = 5
	// Data Type: URL_LIST. Final URLs for the in-app link when using Upgraded
	// URLs.
	AppPlaceholderFieldEnum_FINAL_URLS AppPlaceholderFieldEnum_AppPlaceholderField = 6
	// Data Type: URL_LIST. Final Mobile URLs for the in-app link when using
	// Upgraded URLs.
	AppPlaceholderFieldEnum_FINAL_MOBILE_URLS AppPlaceholderFieldEnum_AppPlaceholderField = 7
	// Data Type: URL. Tracking template for the in-app link when using Upgraded
	// URLs.
	AppPlaceholderFieldEnum_TRACKING_URL AppPlaceholderFieldEnum_AppPlaceholderField = 8
	// Data Type: STRING. Final URL suffix for the in-app link when using
	// parallel tracking.
	AppPlaceholderFieldEnum_FINAL_URL_SUFFIX AppPlaceholderFieldEnum_AppPlaceholderField = 9
)

func (AppPlaceholderFieldEnum_AppPlaceholderField) Descriptor

func (AppPlaceholderFieldEnum_AppPlaceholderField) Enum

func (AppPlaceholderFieldEnum_AppPlaceholderField) EnumDescriptor deprecated

func (AppPlaceholderFieldEnum_AppPlaceholderField) EnumDescriptor() ([]byte, []int)

Deprecated: Use AppPlaceholderFieldEnum_AppPlaceholderField.Descriptor instead.

func (AppPlaceholderFieldEnum_AppPlaceholderField) Number

func (AppPlaceholderFieldEnum_AppPlaceholderField) String

func (AppPlaceholderFieldEnum_AppPlaceholderField) Type

type AppStoreEnum

type AppStoreEnum struct {
	// contains filtered or unexported fields
}

Container for enum describing app store type in an app extension.

func (*AppStoreEnum) Descriptor deprecated

func (*AppStoreEnum) Descriptor() ([]byte, []int)

Deprecated: Use AppStoreEnum.ProtoReflect.Descriptor instead.

func (*AppStoreEnum) ProtoMessage

func (*AppStoreEnum) ProtoMessage()

func (*AppStoreEnum) ProtoReflect

func (x *AppStoreEnum) ProtoReflect() protoreflect.Message

func (*AppStoreEnum) Reset

func (x *AppStoreEnum) Reset()

func (*AppStoreEnum) String

func (x *AppStoreEnum) String() string

type AppStoreEnum_AppStore

type AppStoreEnum_AppStore int32

App store type in an app extension.

const (
	// Not specified.
	AppStoreEnum_UNSPECIFIED AppStoreEnum_AppStore = 0
	// Used for return value only. Represents value unknown in this version.
	AppStoreEnum_UNKNOWN AppStoreEnum_AppStore = 1
	// Apple iTunes.
	AppStoreEnum_APPLE_ITUNES AppStoreEnum_AppStore = 2
	// Google Play.
	AppStoreEnum_GOOGLE_PLAY AppStoreEnum_AppStore = 3
)

func (AppStoreEnum_AppStore) Descriptor

func (AppStoreEnum_AppStore) Enum

func (AppStoreEnum_AppStore) EnumDescriptor deprecated

func (AppStoreEnum_AppStore) EnumDescriptor() ([]byte, []int)

Deprecated: Use AppStoreEnum_AppStore.Descriptor instead.

func (AppStoreEnum_AppStore) Number

func (AppStoreEnum_AppStore) String

func (x AppStoreEnum_AppStore) String() string

func (AppStoreEnum_AppStore) Type

type AppUrlOperatingSystemTypeEnum

type AppUrlOperatingSystemTypeEnum struct {
	// contains filtered or unexported fields
}

The possible OS types for a deeplink AppUrl.

func (*AppUrlOperatingSystemTypeEnum) Descriptor deprecated

func (*AppUrlOperatingSystemTypeEnum) Descriptor() ([]byte, []int)

Deprecated: Use AppUrlOperatingSystemTypeEnum.ProtoReflect.Descriptor instead.

func (*AppUrlOperatingSystemTypeEnum) ProtoMessage

func (*AppUrlOperatingSystemTypeEnum) ProtoMessage()

func (*AppUrlOperatingSystemTypeEnum) ProtoReflect

func (*AppUrlOperatingSystemTypeEnum) Reset

func (x *AppUrlOperatingSystemTypeEnum) Reset()

func (*AppUrlOperatingSystemTypeEnum) String

type AppUrlOperatingSystemTypeEnum_AppUrlOperatingSystemType

type AppUrlOperatingSystemTypeEnum_AppUrlOperatingSystemType int32

Operating System

const (
	// Not specified.
	AppUrlOperatingSystemTypeEnum_UNSPECIFIED AppUrlOperatingSystemTypeEnum_AppUrlOperatingSystemType = 0
	// Used for return value only. Represents value unknown in this version.
	AppUrlOperatingSystemTypeEnum_UNKNOWN AppUrlOperatingSystemTypeEnum_AppUrlOperatingSystemType = 1
	// The Apple IOS operating system.
	AppUrlOperatingSystemTypeEnum_IOS AppUrlOperatingSystemTypeEnum_AppUrlOperatingSystemType = 2
	// The Android operating system.
	AppUrlOperatingSystemTypeEnum_ANDROID AppUrlOperatingSystemTypeEnum_AppUrlOperatingSystemType = 3
)

func (AppUrlOperatingSystemTypeEnum_AppUrlOperatingSystemType) Descriptor

func (AppUrlOperatingSystemTypeEnum_AppUrlOperatingSystemType) Enum

func (AppUrlOperatingSystemTypeEnum_AppUrlOperatingSystemType) EnumDescriptor deprecated

Deprecated: Use AppUrlOperatingSystemTypeEnum_AppUrlOperatingSystemType.Descriptor instead.

func (AppUrlOperatingSystemTypeEnum_AppUrlOperatingSystemType) Number

func (AppUrlOperatingSystemTypeEnum_AppUrlOperatingSystemType) String

func (AppUrlOperatingSystemTypeEnum_AppUrlOperatingSystemType) Type

type AssetTypeEnum

type AssetTypeEnum struct {
	// contains filtered or unexported fields
}

Container for enum describing the types of asset.

func (*AssetTypeEnum) Descriptor deprecated

func (*AssetTypeEnum) Descriptor() ([]byte, []int)

Deprecated: Use AssetTypeEnum.ProtoReflect.Descriptor instead.

func (*AssetTypeEnum) ProtoMessage

func (*AssetTypeEnum) ProtoMessage()

func (*AssetTypeEnum) ProtoReflect

func (x *AssetTypeEnum) ProtoReflect() protoreflect.Message

func (*AssetTypeEnum) Reset

func (x *AssetTypeEnum) Reset()

func (*AssetTypeEnum) String

func (x *AssetTypeEnum) String() string

type AssetTypeEnum_AssetType

type AssetTypeEnum_AssetType int32

Enum describing possible types of asset.

const (
	// Not specified.
	AssetTypeEnum_UNSPECIFIED AssetTypeEnum_AssetType = 0
	// Used for return value only. Represents value unknown in this version.
	AssetTypeEnum_UNKNOWN AssetTypeEnum_AssetType = 1
	// YouTube video asset.
	AssetTypeEnum_YOUTUBE_VIDEO AssetTypeEnum_AssetType = 2
	// Media bundle asset.
	AssetTypeEnum_MEDIA_BUNDLE AssetTypeEnum_AssetType = 3
	// Image asset.
	AssetTypeEnum_IMAGE AssetTypeEnum_AssetType = 4
	// Text asset.
	AssetTypeEnum_TEXT AssetTypeEnum_AssetType = 5
)

func (AssetTypeEnum_AssetType) Descriptor

func (AssetTypeEnum_AssetType) Enum

func (AssetTypeEnum_AssetType) EnumDescriptor deprecated

func (AssetTypeEnum_AssetType) EnumDescriptor() ([]byte, []int)

Deprecated: Use AssetTypeEnum_AssetType.Descriptor instead.

func (AssetTypeEnum_AssetType) Number

func (AssetTypeEnum_AssetType) String

func (x AssetTypeEnum_AssetType) String() string

func (AssetTypeEnum_AssetType) Type

type AttributionModelEnum

type AttributionModelEnum struct {
	// contains filtered or unexported fields
}

Container for enum representing the attribution model that describes how to distribute credit for a particular conversion across potentially many prior interactions.

func (*AttributionModelEnum) Descriptor deprecated

func (*AttributionModelEnum) Descriptor() ([]byte, []int)

Deprecated: Use AttributionModelEnum.ProtoReflect.Descriptor instead.

func (*AttributionModelEnum) ProtoMessage

func (*AttributionModelEnum) ProtoMessage()

func (*AttributionModelEnum) ProtoReflect

func (x *AttributionModelEnum) ProtoReflect() protoreflect.Message

func (*AttributionModelEnum) Reset

func (x *AttributionModelEnum) Reset()

func (*AttributionModelEnum) String

func (x *AttributionModelEnum) String() string

type AttributionModelEnum_AttributionModel

type AttributionModelEnum_AttributionModel int32

The attribution model that describes how to distribute credit for a particular conversion across potentially many prior interactions.

const (
	// Not specified.
	AttributionModelEnum_UNSPECIFIED AttributionModelEnum_AttributionModel = 0
	// Used for return value only. Represents value unknown in this version.
	AttributionModelEnum_UNKNOWN AttributionModelEnum_AttributionModel = 1
	// Uses external attribution.
	AttributionModelEnum_EXTERNAL AttributionModelEnum_AttributionModel = 100
	// Attributes all credit for a conversion to its last click.
	AttributionModelEnum_GOOGLE_ADS_LAST_CLICK AttributionModelEnum_AttributionModel = 101
	// Attributes all credit for a conversion to its first click using Google
	// Search attribution.
	AttributionModelEnum_GOOGLE_SEARCH_ATTRIBUTION_FIRST_CLICK AttributionModelEnum_AttributionModel = 102
	// Attributes credit for a conversion equally across all of its clicks using
	// Google Search attribution.
	AttributionModelEnum_GOOGLE_SEARCH_ATTRIBUTION_LINEAR AttributionModelEnum_AttributionModel = 103
	// Attributes exponentially more credit for a conversion to its more recent
	// clicks using Google Search attribution (half-life is 1 week).
	AttributionModelEnum_GOOGLE_SEARCH_ATTRIBUTION_TIME_DECAY AttributionModelEnum_AttributionModel = 104
	// Attributes 40% of the credit for a conversion to its first and last
	// clicks. Remaining 20% is evenly distributed across all other clicks. This
	// uses Google Search attribution.
	AttributionModelEnum_GOOGLE_SEARCH_ATTRIBUTION_POSITION_BASED AttributionModelEnum_AttributionModel = 105
	// Flexible model that uses machine learning to determine the appropriate
	// distribution of credit among clicks using Google Search attribution.
	AttributionModelEnum_GOOGLE_SEARCH_ATTRIBUTION_DATA_DRIVEN AttributionModelEnum_AttributionModel = 106
)

func (AttributionModelEnum_AttributionModel) Descriptor

func (AttributionModelEnum_AttributionModel) Enum

func (AttributionModelEnum_AttributionModel) EnumDescriptor deprecated

func (AttributionModelEnum_AttributionModel) EnumDescriptor() ([]byte, []int)

Deprecated: Use AttributionModelEnum_AttributionModel.Descriptor instead.

func (AttributionModelEnum_AttributionModel) Number

func (AttributionModelEnum_AttributionModel) String

func (AttributionModelEnum_AttributionModel) Type

type BidModifierSourceEnum

type BidModifierSourceEnum struct {
	// contains filtered or unexported fields
}

Container for enum describing possible bid modifier sources.

func (*BidModifierSourceEnum) Descriptor deprecated

func (*BidModifierSourceEnum) Descriptor() ([]byte, []int)

Deprecated: Use BidModifierSourceEnum.ProtoReflect.Descriptor instead.

func (*BidModifierSourceEnum) ProtoMessage

func (*BidModifierSourceEnum) ProtoMessage()

func (*BidModifierSourceEnum) ProtoReflect

func (x *BidModifierSourceEnum) ProtoReflect() protoreflect.Message

func (*BidModifierSourceEnum) Reset

func (x *BidModifierSourceEnum) Reset()

func (*BidModifierSourceEnum) String

func (x *BidModifierSourceEnum) String() string

type BidModifierSourceEnum_BidModifierSource

type BidModifierSourceEnum_BidModifierSource int32

Enum describing possible bid modifier sources.

const (
	// Not specified.
	BidModifierSourceEnum_UNSPECIFIED BidModifierSourceEnum_BidModifierSource = 0
	// Used for return value only. Represents value unknown in this version.
	BidModifierSourceEnum_UNKNOWN BidModifierSourceEnum_BidModifierSource = 1
	// The bid modifier is specified at the campaign level, on the campaign
	// level criterion.
	BidModifierSourceEnum_CAMPAIGN BidModifierSourceEnum_BidModifierSource = 2
	// The bid modifier is specified (overridden) at the ad group level.
	BidModifierSourceEnum_AD_GROUP BidModifierSourceEnum_BidModifierSource = 3
)

func (BidModifierSourceEnum_BidModifierSource) Descriptor

func (BidModifierSourceEnum_BidModifierSource) Enum

func (BidModifierSourceEnum_BidModifierSource) EnumDescriptor deprecated

func (BidModifierSourceEnum_BidModifierSource) EnumDescriptor() ([]byte, []int)

Deprecated: Use BidModifierSourceEnum_BidModifierSource.Descriptor instead.

func (BidModifierSourceEnum_BidModifierSource) Number

func (BidModifierSourceEnum_BidModifierSource) String

func (BidModifierSourceEnum_BidModifierSource) Type

type BiddingSourceEnum

type BiddingSourceEnum struct {
	// contains filtered or unexported fields
}

Container for enum describing possible bidding sources.

func (*BiddingSourceEnum) Descriptor deprecated

func (*BiddingSourceEnum) Descriptor() ([]byte, []int)

Deprecated: Use BiddingSourceEnum.ProtoReflect.Descriptor instead.

func (*BiddingSourceEnum) ProtoMessage

func (*BiddingSourceEnum) ProtoMessage()

func (*BiddingSourceEnum) ProtoReflect

func (x *BiddingSourceEnum) ProtoReflect() protoreflect.Message

func (*BiddingSourceEnum) Reset

func (x *BiddingSourceEnum) Reset()

func (*BiddingSourceEnum) String

func (x *BiddingSourceEnum) String() string

type BiddingSourceEnum_BiddingSource

type BiddingSourceEnum_BiddingSource int32

Indicates where a bid or target is defined. For example, an ad group criterion may define a cpc bid directly, or it can inherit its cpc bid from the ad group.

const (
	// Not specified.
	BiddingSourceEnum_UNSPECIFIED BiddingSourceEnum_BiddingSource = 0
	// Used for return value only. Represents value unknown in this version.
	BiddingSourceEnum_UNKNOWN BiddingSourceEnum_BiddingSource = 1
	// Effective bid or target is inherited from campaign bidding strategy.
	BiddingSourceEnum_CAMPAIGN_BIDDING_STRATEGY BiddingSourceEnum_BiddingSource = 5
	// The bid or target is defined on the ad group.
	BiddingSourceEnum_AD_GROUP BiddingSourceEnum_BiddingSource = 6
	// The bid or target is defined on the ad group criterion.
	BiddingSourceEnum_AD_GROUP_CRITERION BiddingSourceEnum_BiddingSource = 7
)

func (BiddingSourceEnum_BiddingSource) Descriptor

func (BiddingSourceEnum_BiddingSource) Enum

func (BiddingSourceEnum_BiddingSource) EnumDescriptor deprecated

func (BiddingSourceEnum_BiddingSource) EnumDescriptor() ([]byte, []int)

Deprecated: Use BiddingSourceEnum_BiddingSource.Descriptor instead.

func (BiddingSourceEnum_BiddingSource) Number

func (BiddingSourceEnum_BiddingSource) String

func (BiddingSourceEnum_BiddingSource) Type

type BiddingStrategyStatusEnum

type BiddingStrategyStatusEnum struct {
	// contains filtered or unexported fields
}

Message describing BiddingStrategy statuses.

func (*BiddingStrategyStatusEnum) Descriptor deprecated

func (*BiddingStrategyStatusEnum) Descriptor() ([]byte, []int)

Deprecated: Use BiddingStrategyStatusEnum.ProtoReflect.Descriptor instead.

func (*BiddingStrategyStatusEnum) ProtoMessage

func (*BiddingStrategyStatusEnum) ProtoMessage()

func (*BiddingStrategyStatusEnum) ProtoReflect

func (*BiddingStrategyStatusEnum) Reset

func (x *BiddingStrategyStatusEnum) Reset()

func (*BiddingStrategyStatusEnum) String

func (x *BiddingStrategyStatusEnum) String() string

type BiddingStrategyStatusEnum_BiddingStrategyStatus

type BiddingStrategyStatusEnum_BiddingStrategyStatus int32

The possible statuses of a BiddingStrategy.

const (
	// No value has been specified.
	BiddingStrategyStatusEnum_UNSPECIFIED BiddingStrategyStatusEnum_BiddingStrategyStatus = 0
	// The received value is not known in this version.
	//
	// This is a response-only value.
	BiddingStrategyStatusEnum_UNKNOWN BiddingStrategyStatusEnum_BiddingStrategyStatus = 1
	// The bidding strategy is enabled.
	BiddingStrategyStatusEnum_ENABLED BiddingStrategyStatusEnum_BiddingStrategyStatus = 2
	// The bidding strategy is removed.
	BiddingStrategyStatusEnum_REMOVED BiddingStrategyStatusEnum_BiddingStrategyStatus = 4
)

func (BiddingStrategyStatusEnum_BiddingStrategyStatus) Descriptor

func (BiddingStrategyStatusEnum_BiddingStrategyStatus) Enum

func (BiddingStrategyStatusEnum_BiddingStrategyStatus) EnumDescriptor deprecated

Deprecated: Use BiddingStrategyStatusEnum_BiddingStrategyStatus.Descriptor instead.

func (BiddingStrategyStatusEnum_BiddingStrategyStatus) Number

func (BiddingStrategyStatusEnum_BiddingStrategyStatus) String

func (BiddingStrategyStatusEnum_BiddingStrategyStatus) Type

type BiddingStrategyTypeEnum

type BiddingStrategyTypeEnum struct {
	// contains filtered or unexported fields
}

Container for enum describing possible bidding strategy types.

func (*BiddingStrategyTypeEnum) Descriptor deprecated

func (*BiddingStrategyTypeEnum) Descriptor() ([]byte, []int)

Deprecated: Use BiddingStrategyTypeEnum.ProtoReflect.Descriptor instead.

func (*BiddingStrategyTypeEnum) ProtoMessage

func (*BiddingStrategyTypeEnum) ProtoMessage()

func (*BiddingStrategyTypeEnum) ProtoReflect

func (x *BiddingStrategyTypeEnum) ProtoReflect() protoreflect.Message

func (*BiddingStrategyTypeEnum) Reset

func (x *BiddingStrategyTypeEnum) Reset()

func (*BiddingStrategyTypeEnum) String

func (x *BiddingStrategyTypeEnum) String() string

type BiddingStrategyTypeEnum_BiddingStrategyType

type BiddingStrategyTypeEnum_BiddingStrategyType int32

Enum describing possible bidding strategy types.

const (
	// Not specified.
	BiddingStrategyTypeEnum_UNSPECIFIED BiddingStrategyTypeEnum_BiddingStrategyType = 0
	// Used for return value only. Represents value unknown in this version.
	BiddingStrategyTypeEnum_UNKNOWN BiddingStrategyTypeEnum_BiddingStrategyType = 1
	// Commission is an automatic bidding strategy in which the advertiser pays
	// a certain portion of the conversion value.
	BiddingStrategyTypeEnum_COMMISSION BiddingStrategyTypeEnum_BiddingStrategyType = 16
	// Enhanced CPC is a bidding strategy that raises bids for clicks
	// that seem more likely to lead to a conversion and lowers
	// them for clicks where they seem less likely.
	BiddingStrategyTypeEnum_ENHANCED_CPC BiddingStrategyTypeEnum_BiddingStrategyType = 2
	// Manual click based bidding where user pays per click.
	BiddingStrategyTypeEnum_MANUAL_CPC BiddingStrategyTypeEnum_BiddingStrategyType = 3
	// Manual impression based bidding
	// where user pays per thousand impressions.
	BiddingStrategyTypeEnum_MANUAL_CPM BiddingStrategyTypeEnum_BiddingStrategyType = 4
	// A bidding strategy that pays a configurable amount per video view.
	BiddingStrategyTypeEnum_MANUAL_CPV BiddingStrategyTypeEnum_BiddingStrategyType = 13
	// A bidding strategy that automatically maximizes number of conversions
	// given a daily budget.
	BiddingStrategyTypeEnum_MAXIMIZE_CONVERSIONS BiddingStrategyTypeEnum_BiddingStrategyType = 10
	// An automated bidding strategy that automatically sets bids to maximize
	// revenue while spending your budget.
	BiddingStrategyTypeEnum_MAXIMIZE_CONVERSION_VALUE BiddingStrategyTypeEnum_BiddingStrategyType = 11
	// Page-One Promoted bidding scheme, which sets max cpc bids to
	// target impressions on page one or page one promoted slots on google.com.
	// This enum value is deprecated.
	BiddingStrategyTypeEnum_PAGE_ONE_PROMOTED BiddingStrategyTypeEnum_BiddingStrategyType = 5
	// Percent Cpc is bidding strategy where bids are a fraction of the
	// advertised price for some good or service.
	BiddingStrategyTypeEnum_PERCENT_CPC BiddingStrategyTypeEnum_BiddingStrategyType = 12
	// Target CPA is an automated bid strategy that sets bids
	// to help get as many conversions as possible
	// at the target cost-per-acquisition (CPA) you set.
	BiddingStrategyTypeEnum_TARGET_CPA BiddingStrategyTypeEnum_BiddingStrategyType = 6
	// Target CPM is an automated bid strategy that sets bids to help get
	// as many impressions as possible at the target cost per one thousand
	// impressions (CPM) you set.
	BiddingStrategyTypeEnum_TARGET_CPM BiddingStrategyTypeEnum_BiddingStrategyType = 14
	// An automated bidding strategy that sets bids so that a certain percentage
	// of search ads are shown at the top of the first page (or other targeted
	// location).
	BiddingStrategyTypeEnum_TARGET_IMPRESSION_SHARE BiddingStrategyTypeEnum_BiddingStrategyType = 15
	// Target Outrank Share is an automated bidding strategy that sets bids
	// based on the target fraction of auctions where the advertiser
	// should outrank a specific competitor.
	// This enum value is deprecated.
	BiddingStrategyTypeEnum_TARGET_OUTRANK_SHARE BiddingStrategyTypeEnum_BiddingStrategyType = 7
	// Target ROAS is an automated bidding strategy
	// that helps you maximize revenue while averaging
	// a specific target Return On Average Spend (ROAS).
	BiddingStrategyTypeEnum_TARGET_ROAS BiddingStrategyTypeEnum_BiddingStrategyType = 8
	// Target Spend is an automated bid strategy that sets your bids
	// to help get as many clicks as possible within your budget.
	BiddingStrategyTypeEnum_TARGET_SPEND BiddingStrategyTypeEnum_BiddingStrategyType = 9
)

func (BiddingStrategyTypeEnum_BiddingStrategyType) Descriptor

func (BiddingStrategyTypeEnum_BiddingStrategyType) Enum

func (BiddingStrategyTypeEnum_BiddingStrategyType) EnumDescriptor deprecated

func (BiddingStrategyTypeEnum_BiddingStrategyType) EnumDescriptor() ([]byte, []int)

Deprecated: Use BiddingStrategyTypeEnum_BiddingStrategyType.Descriptor instead.

func (BiddingStrategyTypeEnum_BiddingStrategyType) Number

func (BiddingStrategyTypeEnum_BiddingStrategyType) String

func (BiddingStrategyTypeEnum_BiddingStrategyType) Type

type BillingSetupStatusEnum

type BillingSetupStatusEnum struct {
	// contains filtered or unexported fields
}

Message describing BillingSetup statuses.

func (*BillingSetupStatusEnum) Descriptor deprecated

func (*BillingSetupStatusEnum) Descriptor() ([]byte, []int)

Deprecated: Use BillingSetupStatusEnum.ProtoReflect.Descriptor instead.

func (*BillingSetupStatusEnum) ProtoMessage

func (*BillingSetupStatusEnum) ProtoMessage()

func (*BillingSetupStatusEnum) ProtoReflect

func (x *BillingSetupStatusEnum) ProtoReflect() protoreflect.Message

func (*BillingSetupStatusEnum) Reset

func (x *BillingSetupStatusEnum) Reset()

func (*BillingSetupStatusEnum) String

func (x *BillingSetupStatusEnum) String() string

type BillingSetupStatusEnum_BillingSetupStatus

type BillingSetupStatusEnum_BillingSetupStatus int32

The possible statuses of a BillingSetup.

const (
	// Not specified.
	BillingSetupStatusEnum_UNSPECIFIED BillingSetupStatusEnum_BillingSetupStatus = 0
	// Used for return value only. Represents value unknown in this version.
	BillingSetupStatusEnum_UNKNOWN BillingSetupStatusEnum_BillingSetupStatus = 1
	// The billing setup is pending approval.
	BillingSetupStatusEnum_PENDING BillingSetupStatusEnum_BillingSetupStatus = 2
	// The billing setup has been approved but the corresponding first budget
	// has not.  This can only occur for billing setups configured for monthly
	// invoicing.
	BillingSetupStatusEnum_APPROVED_HELD BillingSetupStatusEnum_BillingSetupStatus = 3
	// The billing setup has been approved.
	BillingSetupStatusEnum_APPROVED BillingSetupStatusEnum_BillingSetupStatus = 4
	// The billing setup was cancelled by the user prior to approval.
	BillingSetupStatusEnum_CANCELLED BillingSetupStatusEnum_BillingSetupStatus = 5
)

func (BillingSetupStatusEnum_BillingSetupStatus) Descriptor

func (BillingSetupStatusEnum_BillingSetupStatus) Enum

func (BillingSetupStatusEnum_BillingSetupStatus) EnumDescriptor deprecated

func (BillingSetupStatusEnum_BillingSetupStatus) EnumDescriptor() ([]byte, []int)

Deprecated: Use BillingSetupStatusEnum_BillingSetupStatus.Descriptor instead.

func (BillingSetupStatusEnum_BillingSetupStatus) Number

func (BillingSetupStatusEnum_BillingSetupStatus) String

func (BillingSetupStatusEnum_BillingSetupStatus) Type

type BrandSafetySuitabilityEnum

type BrandSafetySuitabilityEnum struct {
	// contains filtered or unexported fields
}

Container for enum with 3-Tier brand safety suitability control.

func (*BrandSafetySuitabilityEnum) Descriptor deprecated

func (*BrandSafetySuitabilityEnum) Descriptor() ([]byte, []int)

Deprecated: Use BrandSafetySuitabilityEnum.ProtoReflect.Descriptor instead.

func (*BrandSafetySuitabilityEnum) ProtoMessage

func (*BrandSafetySuitabilityEnum) ProtoMessage()

func (*BrandSafetySuitabilityEnum) ProtoReflect

func (*BrandSafetySuitabilityEnum) Reset

func (x *BrandSafetySuitabilityEnum) Reset()

func (*BrandSafetySuitabilityEnum) String

func (x *BrandSafetySuitabilityEnum) String() string

type BrandSafetySuitabilityEnum_BrandSafetySuitability

type BrandSafetySuitabilityEnum_BrandSafetySuitability int32

3-Tier brand safety suitability control.

const (
	// Not specified.
	BrandSafetySuitabilityEnum_UNSPECIFIED BrandSafetySuitabilityEnum_BrandSafetySuitability = 0
	// Used for return value only. Represents value unknown in this version.
	BrandSafetySuitabilityEnum_UNKNOWN BrandSafetySuitabilityEnum_BrandSafetySuitability = 1
	// This option lets you show ads across all inventory on YouTube and video
	// partners that meet our standards for monetization. This option may be an
	// appropriate choice for brands that want maximum access to the full
	// breadth of videos eligible for ads, including, for example, videos that
	// have strong profanity in the context of comedy or a documentary, or
	// excessive violence as featured in video games.
	BrandSafetySuitabilityEnum_EXPANDED_INVENTORY BrandSafetySuitabilityEnum_BrandSafetySuitability = 2
	// This option lets you show ads across a wide range of content that's
	// appropriate for most brands, such as popular music videos, documentaries,
	// and movie trailers. The content you can show ads on is based on YouTube's
	// advertiser-friendly content guidelines that take into account, for
	// example, the strength or frequency of profanity, or the appropriateness
	// of subject matter like sensitive events. Ads won't show, for example, on
	// content with repeated strong profanity, strong sexual content, or graphic
	// violence.
	BrandSafetySuitabilityEnum_STANDARD_INVENTORY BrandSafetySuitabilityEnum_BrandSafetySuitability = 3
	// This option lets you show ads on a reduced range of content that's
	// appropriate for brands with particularly strict guidelines around
	// inappropriate language and sexual suggestiveness; above and beyond what
	// YouTube's advertiser-friendly content guidelines address. The videos
	// accessible in this sensitive category meet heightened requirements,
	// especially for inappropriate language and sexual suggestiveness. For
	// example, your ads will be excluded from showing on some of YouTube's most
	// popular music videos and other pop culture content across YouTube and
	// Google video partners.
	BrandSafetySuitabilityEnum_LIMITED_INVENTORY BrandSafetySuitabilityEnum_BrandSafetySuitability = 4
)

func (BrandSafetySuitabilityEnum_BrandSafetySuitability) Descriptor

func (BrandSafetySuitabilityEnum_BrandSafetySuitability) Enum

func (BrandSafetySuitabilityEnum_BrandSafetySuitability) EnumDescriptor deprecated

Deprecated: Use BrandSafetySuitabilityEnum_BrandSafetySuitability.Descriptor instead.

func (BrandSafetySuitabilityEnum_BrandSafetySuitability) Number

func (BrandSafetySuitabilityEnum_BrandSafetySuitability) String

func (BrandSafetySuitabilityEnum_BrandSafetySuitability) Type

type BudgetDeliveryMethodEnum

type BudgetDeliveryMethodEnum struct {
	// contains filtered or unexported fields
}

Message describing Budget delivery methods. A delivery method determines the rate at which the Budget is spent.

func (*BudgetDeliveryMethodEnum) Descriptor deprecated

func (*BudgetDeliveryMethodEnum) Descriptor() ([]byte, []int)

Deprecated: Use BudgetDeliveryMethodEnum.ProtoReflect.Descriptor instead.

func (*BudgetDeliveryMethodEnum) ProtoMessage

func (*BudgetDeliveryMethodEnum) ProtoMessage()

func (*BudgetDeliveryMethodEnum) ProtoReflect

func (x *BudgetDeliveryMethodEnum) ProtoReflect() protoreflect.Message

func (*BudgetDeliveryMethodEnum) Reset

func (x *BudgetDeliveryMethodEnum) Reset()

func (*BudgetDeliveryMethodEnum) String

func (x *BudgetDeliveryMethodEnum) String() string

type BudgetDeliveryMethodEnum_BudgetDeliveryMethod

type BudgetDeliveryMethodEnum_BudgetDeliveryMethod int32

Possible delivery methods of a Budget.

const (
	// Not specified.
	BudgetDeliveryMethodEnum_UNSPECIFIED BudgetDeliveryMethodEnum_BudgetDeliveryMethod = 0
	// Used for return value only. Represents value unknown in this version.
	BudgetDeliveryMethodEnum_UNKNOWN BudgetDeliveryMethodEnum_BudgetDeliveryMethod = 1
	// The budget server will throttle serving evenly across
	// the entire time period.
	BudgetDeliveryMethodEnum_STANDARD BudgetDeliveryMethodEnum_BudgetDeliveryMethod = 2
	// The budget server will not throttle serving,
	// and ads will serve as fast as possible.
	BudgetDeliveryMethodEnum_ACCELERATED BudgetDeliveryMethodEnum_BudgetDeliveryMethod = 3
)

func (BudgetDeliveryMethodEnum_BudgetDeliveryMethod) Descriptor

func (BudgetDeliveryMethodEnum_BudgetDeliveryMethod) Enum

func (BudgetDeliveryMethodEnum_BudgetDeliveryMethod) EnumDescriptor deprecated

func (BudgetDeliveryMethodEnum_BudgetDeliveryMethod) EnumDescriptor() ([]byte, []int)

Deprecated: Use BudgetDeliveryMethodEnum_BudgetDeliveryMethod.Descriptor instead.

func (BudgetDeliveryMethodEnum_BudgetDeliveryMethod) Number

func (BudgetDeliveryMethodEnum_BudgetDeliveryMethod) String

func (BudgetDeliveryMethodEnum_BudgetDeliveryMethod) Type

type BudgetPeriodEnum

type BudgetPeriodEnum struct {
	// contains filtered or unexported fields
}

Message describing Budget period.

func (*BudgetPeriodEnum) Descriptor deprecated

func (*BudgetPeriodEnum) Descriptor() ([]byte, []int)

Deprecated: Use BudgetPeriodEnum.ProtoReflect.Descriptor instead.

func (*BudgetPeriodEnum) ProtoMessage

func (*BudgetPeriodEnum) ProtoMessage()

func (*BudgetPeriodEnum) ProtoReflect

func (x *BudgetPeriodEnum) ProtoReflect() protoreflect.Message

func (*BudgetPeriodEnum) Reset

func (x *BudgetPeriodEnum) Reset()

func (*BudgetPeriodEnum) String

func (x *BudgetPeriodEnum) String() string

type BudgetPeriodEnum_BudgetPeriod

type BudgetPeriodEnum_BudgetPeriod int32

Possible period of a Budget.

const (
	// Not specified.
	BudgetPeriodEnum_UNSPECIFIED BudgetPeriodEnum_BudgetPeriod = 0
	// Used for return value only. Represents value unknown in this version.
	BudgetPeriodEnum_UNKNOWN BudgetPeriodEnum_BudgetPeriod = 1
	// Daily budget.
	BudgetPeriodEnum_DAILY BudgetPeriodEnum_BudgetPeriod = 2
	// Custom budget.
	BudgetPeriodEnum_CUSTOM BudgetPeriodEnum_BudgetPeriod = 3
	// Fixed daily budget.
	BudgetPeriodEnum_FIXED_DAILY BudgetPeriodEnum_BudgetPeriod = 4
)

func (BudgetPeriodEnum_BudgetPeriod) Descriptor

func (BudgetPeriodEnum_BudgetPeriod) Enum

func (BudgetPeriodEnum_BudgetPeriod) EnumDescriptor deprecated

func (BudgetPeriodEnum_BudgetPeriod) EnumDescriptor() ([]byte, []int)

Deprecated: Use BudgetPeriodEnum_BudgetPeriod.Descriptor instead.

func (BudgetPeriodEnum_BudgetPeriod) Number

func (BudgetPeriodEnum_BudgetPeriod) String

func (BudgetPeriodEnum_BudgetPeriod) Type

type BudgetStatusEnum

type BudgetStatusEnum struct {
	// contains filtered or unexported fields
}

Message describing a Budget status

func (*BudgetStatusEnum) Descriptor deprecated

func (*BudgetStatusEnum) Descriptor() ([]byte, []int)

Deprecated: Use BudgetStatusEnum.ProtoReflect.Descriptor instead.

func (*BudgetStatusEnum) ProtoMessage

func (*BudgetStatusEnum) ProtoMessage()

func (*BudgetStatusEnum) ProtoReflect

func (x *BudgetStatusEnum) ProtoReflect() protoreflect.Message

func (*BudgetStatusEnum) Reset

func (x *BudgetStatusEnum) Reset()

func (*BudgetStatusEnum) String

func (x *BudgetStatusEnum) String() string

type BudgetStatusEnum_BudgetStatus

type BudgetStatusEnum_BudgetStatus int32

Possible statuses of a Budget.

const (
	// Not specified.
	BudgetStatusEnum_UNSPECIFIED BudgetStatusEnum_BudgetStatus = 0
	// Used for return value only. Represents value unknown in this version.
	BudgetStatusEnum_UNKNOWN BudgetStatusEnum_BudgetStatus = 1
	// Budget is enabled.
	BudgetStatusEnum_ENABLED BudgetStatusEnum_BudgetStatus = 2
	// Budget is removed.
	BudgetStatusEnum_REMOVED BudgetStatusEnum_BudgetStatus = 3
)

func (BudgetStatusEnum_BudgetStatus) Descriptor

func (BudgetStatusEnum_BudgetStatus) Enum

func (BudgetStatusEnum_BudgetStatus) EnumDescriptor deprecated

func (BudgetStatusEnum_BudgetStatus) EnumDescriptor() ([]byte, []int)

Deprecated: Use BudgetStatusEnum_BudgetStatus.Descriptor instead.

func (BudgetStatusEnum_BudgetStatus) Number

func (BudgetStatusEnum_BudgetStatus) String

func (BudgetStatusEnum_BudgetStatus) Type

type BudgetTypeEnum

type BudgetTypeEnum struct {
	// contains filtered or unexported fields
}

Describes Budget types.

func (*BudgetTypeEnum) Descriptor deprecated

func (*BudgetTypeEnum) Descriptor() ([]byte, []int)

Deprecated: Use BudgetTypeEnum.ProtoReflect.Descriptor instead.

func (*BudgetTypeEnum) ProtoMessage

func (*BudgetTypeEnum) ProtoMessage()

func (*BudgetTypeEnum) ProtoReflect

func (x *BudgetTypeEnum) ProtoReflect() protoreflect.Message

func (*BudgetTypeEnum) Reset

func (x *BudgetTypeEnum) Reset()

func (*BudgetTypeEnum) String

func (x *BudgetTypeEnum) String() string

type BudgetTypeEnum_BudgetType

type BudgetTypeEnum_BudgetType int32

Possible Budget types.

const (
	// Not specified.
	BudgetTypeEnum_UNSPECIFIED BudgetTypeEnum_BudgetType = 0
	// Used for return value only. Represents value unknown in this version.
	BudgetTypeEnum_UNKNOWN BudgetTypeEnum_BudgetType = 1
	// Budget type for standard Google Ads usage.
	// Caps daily spend at two times the specified budget amount.
	// Full details: https://support.google.com/google-ads/answer/6385083
	BudgetTypeEnum_STANDARD BudgetTypeEnum_BudgetType = 2
	// Budget type for Hotels Ads commission program.
	// Full details: https://support.google.com/google-ads/answer/9243945
	//
	// This type is only supported by campaigns with
	// AdvertisingChannelType.HOTEL, BiddingStrategyType.COMMISSION and
	// PaymentMode.CONVERSION_VALUE.
	BudgetTypeEnum_HOTEL_ADS_COMMISSION BudgetTypeEnum_BudgetType = 3
	// Budget type with a fixed cost-per-acquisition (conversion).
	// Full details: https://support.google.com/google-ads/answer/7528254
	//
	// This type is only supported by campaigns with
	// AdvertisingChannelType.DISPLAY (excluding
	// AdvertisingChannelSubType.DISPLAY_GMAIL),
	// BiddingStrategyType.TARGET_CPA and PaymentMode.CONVERSIONS.
	BudgetTypeEnum_FIXED_CPA BudgetTypeEnum_BudgetType = 4
)

func (BudgetTypeEnum_BudgetType) Descriptor

func (BudgetTypeEnum_BudgetType) Enum

func (BudgetTypeEnum_BudgetType) EnumDescriptor deprecated

func (BudgetTypeEnum_BudgetType) EnumDescriptor() ([]byte, []int)

Deprecated: Use BudgetTypeEnum_BudgetType.Descriptor instead.

func (BudgetTypeEnum_BudgetType) Number

func (BudgetTypeEnum_BudgetType) String

func (x BudgetTypeEnum_BudgetType) String() string

func (BudgetTypeEnum_BudgetType) Type

type CallConversionReportingStateEnum

type CallConversionReportingStateEnum struct {
	// contains filtered or unexported fields
}

Container for enum describing possible data types for call conversion reporting state.

func (*CallConversionReportingStateEnum) Descriptor deprecated

func (*CallConversionReportingStateEnum) Descriptor() ([]byte, []int)

Deprecated: Use CallConversionReportingStateEnum.ProtoReflect.Descriptor instead.

func (*CallConversionReportingStateEnum) ProtoMessage

func (*CallConversionReportingStateEnum) ProtoMessage()

func (*CallConversionReportingStateEnum) ProtoReflect

func (*CallConversionReportingStateEnum) Reset

func (*CallConversionReportingStateEnum) String

type CallConversionReportingStateEnum_CallConversionReportingState

type CallConversionReportingStateEnum_CallConversionReportingState int32

Possible data types for a call conversion action state.

const (
	// Not specified.
	CallConversionReportingStateEnum_UNSPECIFIED CallConversionReportingStateEnum_CallConversionReportingState = 0
	// Used for return value only. Represents value unknown in this version.
	CallConversionReportingStateEnum_UNKNOWN CallConversionReportingStateEnum_CallConversionReportingState = 1
	// Call conversion action is disabled.
	CallConversionReportingStateEnum_DISABLED CallConversionReportingStateEnum_CallConversionReportingState = 2
	// Call conversion action will use call conversion type set at the
	// account level.
	CallConversionReportingStateEnum_USE_ACCOUNT_LEVEL_CALL_CONVERSION_ACTION CallConversionReportingStateEnum_CallConversionReportingState = 3
	// Call conversion action will use call conversion type set at the resource
	// (call only ads/call extensions) level.
	CallConversionReportingStateEnum_USE_RESOURCE_LEVEL_CALL_CONVERSION_ACTION CallConversionReportingStateEnum_CallConversionReportingState = 4
)

func (CallConversionReportingStateEnum_CallConversionReportingState) Descriptor

func (CallConversionReportingStateEnum_CallConversionReportingState) Enum

func (CallConversionReportingStateEnum_CallConversionReportingState) EnumDescriptor deprecated

Deprecated: Use CallConversionReportingStateEnum_CallConversionReportingState.Descriptor instead.

func (CallConversionReportingStateEnum_CallConversionReportingState) Number

func (CallConversionReportingStateEnum_CallConversionReportingState) String

func (CallConversionReportingStateEnum_CallConversionReportingState) Type

type CallPlaceholderFieldEnum

type CallPlaceholderFieldEnum struct {
	// contains filtered or unexported fields
}

Values for Call placeholder fields.

func (*CallPlaceholderFieldEnum) Descriptor deprecated

func (*CallPlaceholderFieldEnum) Descriptor() ([]byte, []int)

Deprecated: Use CallPlaceholderFieldEnum.ProtoReflect.Descriptor instead.

func (*CallPlaceholderFieldEnum) ProtoMessage

func (*CallPlaceholderFieldEnum) ProtoMessage()

func (*CallPlaceholderFieldEnum) ProtoReflect

func (x *CallPlaceholderFieldEnum) ProtoReflect() protoreflect.Message

func (*CallPlaceholderFieldEnum) Reset

func (x *CallPlaceholderFieldEnum) Reset()

func (*CallPlaceholderFieldEnum) String

func (x *CallPlaceholderFieldEnum) String() string

type CallPlaceholderFieldEnum_CallPlaceholderField

type CallPlaceholderFieldEnum_CallPlaceholderField int32

Possible values for Call placeholder fields.

const (
	// Not specified.
	CallPlaceholderFieldEnum_UNSPECIFIED CallPlaceholderFieldEnum_CallPlaceholderField = 0
	// Used for return value only. Represents value unknown in this version.
	CallPlaceholderFieldEnum_UNKNOWN CallPlaceholderFieldEnum_CallPlaceholderField = 1
	// Data Type: STRING. The advertiser's phone number to append to the ad.
	CallPlaceholderFieldEnum_PHONE_NUMBER CallPlaceholderFieldEnum_CallPlaceholderField = 2
	// Data Type: STRING. Uppercase two-letter country code of the advertiser's
	// phone number.
	CallPlaceholderFieldEnum_COUNTRY_CODE CallPlaceholderFieldEnum_CallPlaceholderField = 3
	// Data Type: BOOLEAN. Indicates whether call tracking is enabled. Default:
	// true.
	CallPlaceholderFieldEnum_TRACKED CallPlaceholderFieldEnum_CallPlaceholderField = 4
	// Data Type: INT64. The ID of an AdCallMetricsConversion object. This
	// object contains the phoneCallDurationfield which is the minimum duration
	// (in seconds) of a call to be considered a conversion.
	CallPlaceholderFieldEnum_CONVERSION_TYPE_ID CallPlaceholderFieldEnum_CallPlaceholderField = 5
	// Data Type: STRING. Indicates whether this call extension uses its own
	// call conversion setting or follows the account level setting.
	// Valid values are: USE_ACCOUNT_LEVEL_CALL_CONVERSION_ACTION and
	// USE_RESOURCE_LEVEL_CALL_CONVERSION_ACTION.
	CallPlaceholderFieldEnum_CONVERSION_REPORTING_STATE CallPlaceholderFieldEnum_CallPlaceholderField = 6
)

func (CallPlaceholderFieldEnum_CallPlaceholderField) Descriptor

func (CallPlaceholderFieldEnum_CallPlaceholderField) Enum

func (CallPlaceholderFieldEnum_CallPlaceholderField) EnumDescriptor deprecated

func (CallPlaceholderFieldEnum_CallPlaceholderField) EnumDescriptor() ([]byte, []int)

Deprecated: Use CallPlaceholderFieldEnum_CallPlaceholderField.Descriptor instead.

func (CallPlaceholderFieldEnum_CallPlaceholderField) Number

func (CallPlaceholderFieldEnum_CallPlaceholderField) String

func (CallPlaceholderFieldEnum_CallPlaceholderField) Type

type CalloutPlaceholderFieldEnum

type CalloutPlaceholderFieldEnum struct {
	// contains filtered or unexported fields
}

Values for Callout placeholder fields.

func (*CalloutPlaceholderFieldEnum) Descriptor deprecated

func (*CalloutPlaceholderFieldEnum) Descriptor() ([]byte, []int)

Deprecated: Use CalloutPlaceholderFieldEnum.ProtoReflect.Descriptor instead.

func (*CalloutPlaceholderFieldEnum) ProtoMessage

func (*CalloutPlaceholderFieldEnum) ProtoMessage()

func (*CalloutPlaceholderFieldEnum) ProtoReflect

func (*CalloutPlaceholderFieldEnum) Reset

func (x *CalloutPlaceholderFieldEnum) Reset()

func (*CalloutPlaceholderFieldEnum) String

func (x *CalloutPlaceholderFieldEnum) String() string

type CalloutPlaceholderFieldEnum_CalloutPlaceholderField

type CalloutPlaceholderFieldEnum_CalloutPlaceholderField int32

Possible values for Callout placeholder fields.

const (
	// Not specified.
	CalloutPlaceholderFieldEnum_UNSPECIFIED CalloutPlaceholderFieldEnum_CalloutPlaceholderField = 0
	// Used for return value only. Represents value unknown in this version.
	CalloutPlaceholderFieldEnum_UNKNOWN CalloutPlaceholderFieldEnum_CalloutPlaceholderField = 1
	// Data Type: STRING. Callout text.
	CalloutPlaceholderFieldEnum_CALLOUT_TEXT CalloutPlaceholderFieldEnum_CalloutPlaceholderField = 2
)

func (CalloutPlaceholderFieldEnum_CalloutPlaceholderField) Descriptor

func (CalloutPlaceholderFieldEnum_CalloutPlaceholderField) Enum

func (CalloutPlaceholderFieldEnum_CalloutPlaceholderField) EnumDescriptor deprecated

Deprecated: Use CalloutPlaceholderFieldEnum_CalloutPlaceholderField.Descriptor instead.

func (CalloutPlaceholderFieldEnum_CalloutPlaceholderField) Number

func (CalloutPlaceholderFieldEnum_CalloutPlaceholderField) String

func (CalloutPlaceholderFieldEnum_CalloutPlaceholderField) Type

type CampaignCriterionStatusEnum

type CampaignCriterionStatusEnum struct {
	// contains filtered or unexported fields
}

Message describing CampaignCriterion statuses.

func (*CampaignCriterionStatusEnum) Descriptor deprecated

func (*CampaignCriterionStatusEnum) Descriptor() ([]byte, []int)

Deprecated: Use CampaignCriterionStatusEnum.ProtoReflect.Descriptor instead.

func (*CampaignCriterionStatusEnum) ProtoMessage

func (*CampaignCriterionStatusEnum) ProtoMessage()

func (*CampaignCriterionStatusEnum) ProtoReflect

func (*CampaignCriterionStatusEnum) Reset

func (x *CampaignCriterionStatusEnum) Reset()

func (*CampaignCriterionStatusEnum) String

func (x *CampaignCriterionStatusEnum) String() string

type CampaignCriterionStatusEnum_CampaignCriterionStatus

type CampaignCriterionStatusEnum_CampaignCriterionStatus int32

The possible statuses of a CampaignCriterion.

const (
	// No value has been specified.
	CampaignCriterionStatusEnum_UNSPECIFIED CampaignCriterionStatusEnum_CampaignCriterionStatus = 0
	// The received value is not known in this version.
	//
	// This is a response-only value.
	CampaignCriterionStatusEnum_UNKNOWN CampaignCriterionStatusEnum_CampaignCriterionStatus = 1
	// The campaign criterion is enabled.
	CampaignCriterionStatusEnum_ENABLED CampaignCriterionStatusEnum_CampaignCriterionStatus = 2
	// The campaign criterion is paused.
	CampaignCriterionStatusEnum_PAUSED CampaignCriterionStatusEnum_CampaignCriterionStatus = 3
	// The campaign criterion is removed.
	CampaignCriterionStatusEnum_REMOVED CampaignCriterionStatusEnum_CampaignCriterionStatus = 4
)

func (CampaignCriterionStatusEnum_CampaignCriterionStatus) Descriptor

func (CampaignCriterionStatusEnum_CampaignCriterionStatus) Enum

func (CampaignCriterionStatusEnum_CampaignCriterionStatus) EnumDescriptor deprecated

Deprecated: Use CampaignCriterionStatusEnum_CampaignCriterionStatus.Descriptor instead.

func (CampaignCriterionStatusEnum_CampaignCriterionStatus) Number

func (CampaignCriterionStatusEnum_CampaignCriterionStatus) String

func (CampaignCriterionStatusEnum_CampaignCriterionStatus) Type

type CampaignDraftStatusEnum

type CampaignDraftStatusEnum struct {
	// contains filtered or unexported fields
}

Container for enum describing possible statuses of a campaign draft.

func (*CampaignDraftStatusEnum) Descriptor deprecated

func (*CampaignDraftStatusEnum) Descriptor() ([]byte, []int)

Deprecated: Use CampaignDraftStatusEnum.ProtoReflect.Descriptor instead.

func (*CampaignDraftStatusEnum) ProtoMessage

func (*CampaignDraftStatusEnum) ProtoMessage()

func (*CampaignDraftStatusEnum) ProtoReflect

func (x *CampaignDraftStatusEnum) ProtoReflect() protoreflect.Message

func (*CampaignDraftStatusEnum) Reset

func (x *CampaignDraftStatusEnum) Reset()

func (*CampaignDraftStatusEnum) String

func (x *CampaignDraftStatusEnum) String() string

type CampaignDraftStatusEnum_CampaignDraftStatus

type CampaignDraftStatusEnum_CampaignDraftStatus int32

Possible statuses of a campaign draft.

const (
	// The status has not been specified.
	CampaignDraftStatusEnum_UNSPECIFIED CampaignDraftStatusEnum_CampaignDraftStatus = 0
	// Used for return value only. Represents value unknown in this version.
	CampaignDraftStatusEnum_UNKNOWN CampaignDraftStatusEnum_CampaignDraftStatus = 1
	// Initial state of the draft, the advertiser can start adding changes with
	// no effect on serving.
	CampaignDraftStatusEnum_PROPOSED CampaignDraftStatusEnum_CampaignDraftStatus = 2
	// The campaign draft is removed.
	CampaignDraftStatusEnum_REMOVED CampaignDraftStatusEnum_CampaignDraftStatus = 3
	// Advertiser requested to promote draft's changes back into the original
	// campaign. Advertiser can poll the long running operation returned by
	// the promote action to see the status of the promotion.
	CampaignDraftStatusEnum_PROMOTING CampaignDraftStatusEnum_CampaignDraftStatus = 5
	// The process to merge changes in the draft back to the original campaign
	// has completed successfully.
	CampaignDraftStatusEnum_PROMOTED CampaignDraftStatusEnum_CampaignDraftStatus = 4
	// The promotion failed after it was partially applied. Promote cannot be
	// attempted again safely, so the issue must be corrected in the original
	// campaign.
	CampaignDraftStatusEnum_PROMOTE_FAILED CampaignDraftStatusEnum_CampaignDraftStatus = 6
)

func (CampaignDraftStatusEnum_CampaignDraftStatus) Descriptor

func (CampaignDraftStatusEnum_CampaignDraftStatus) Enum

func (CampaignDraftStatusEnum_CampaignDraftStatus) EnumDescriptor deprecated

func (CampaignDraftStatusEnum_CampaignDraftStatus) EnumDescriptor() ([]byte, []int)

Deprecated: Use CampaignDraftStatusEnum_CampaignDraftStatus.Descriptor instead.

func (CampaignDraftStatusEnum_CampaignDraftStatus) Number

func (CampaignDraftStatusEnum_CampaignDraftStatus) String

func (CampaignDraftStatusEnum_CampaignDraftStatus) Type

type CampaignExperimentStatusEnum

type CampaignExperimentStatusEnum struct {
	// contains filtered or unexported fields
}

Container for enum describing possible statuses of a campaign experiment.

func (*CampaignExperimentStatusEnum) Descriptor deprecated

func (*CampaignExperimentStatusEnum) Descriptor() ([]byte, []int)

Deprecated: Use CampaignExperimentStatusEnum.ProtoReflect.Descriptor instead.

func (*CampaignExperimentStatusEnum) ProtoMessage

func (*CampaignExperimentStatusEnum) ProtoMessage()

func (*CampaignExperimentStatusEnum) ProtoReflect

func (*CampaignExperimentStatusEnum) Reset

func (x *CampaignExperimentStatusEnum) Reset()

func (*CampaignExperimentStatusEnum) String

type CampaignExperimentStatusEnum_CampaignExperimentStatus

type CampaignExperimentStatusEnum_CampaignExperimentStatus int32

Possible statuses of a campaign experiment.

const (
	// The status has not been specified.
	CampaignExperimentStatusEnum_UNSPECIFIED CampaignExperimentStatusEnum_CampaignExperimentStatus = 0
	// Used for return value only. Represents value unknown in this version.
	CampaignExperimentStatusEnum_UNKNOWN CampaignExperimentStatusEnum_CampaignExperimentStatus = 1
	// The experiment campaign is being initialized.
	CampaignExperimentStatusEnum_INITIALIZING CampaignExperimentStatusEnum_CampaignExperimentStatus = 2
	// Initialization of the experiment campaign failed.
	CampaignExperimentStatusEnum_INITIALIZATION_FAILED CampaignExperimentStatusEnum_CampaignExperimentStatus = 8
	// The experiment campaign is fully initialized. The experiment is currently
	// running, scheduled to run in the future or has ended based on its
	// end date. An experiment with the status INITIALIZING will be updated to
	// ENABLED when it is fully created.
	CampaignExperimentStatusEnum_ENABLED CampaignExperimentStatusEnum_CampaignExperimentStatus = 3
	// The experiment campaign was graduated to a stand-alone
	// campaign, existing independently of the experiment.
	CampaignExperimentStatusEnum_GRADUATED CampaignExperimentStatusEnum_CampaignExperimentStatus = 4
	// The experiment is removed.
	CampaignExperimentStatusEnum_REMOVED CampaignExperimentStatusEnum_CampaignExperimentStatus = 5
	// The experiment's changes are being applied to the original campaign.
	// The long running operation returned by the promote method can be polled
	// to see the status of the promotion.
	CampaignExperimentStatusEnum_PROMOTING CampaignExperimentStatusEnum_CampaignExperimentStatus = 6
	// Promote of the experiment campaign failed.
	CampaignExperimentStatusEnum_PROMOTION_FAILED CampaignExperimentStatusEnum_CampaignExperimentStatus = 9
	// The changes of the experiment are promoted to their original campaign.
	CampaignExperimentStatusEnum_PROMOTED CampaignExperimentStatusEnum_CampaignExperimentStatus = 7
	// The experiment was ended manually. It did not end based on its end date.
	CampaignExperimentStatusEnum_ENDED_MANUALLY CampaignExperimentStatusEnum_CampaignExperimentStatus = 10
)

func (CampaignExperimentStatusEnum_CampaignExperimentStatus) Descriptor

func (CampaignExperimentStatusEnum_CampaignExperimentStatus) Enum

func (CampaignExperimentStatusEnum_CampaignExperimentStatus) EnumDescriptor deprecated

Deprecated: Use CampaignExperimentStatusEnum_CampaignExperimentStatus.Descriptor instead.

func (CampaignExperimentStatusEnum_CampaignExperimentStatus) Number

func (CampaignExperimentStatusEnum_CampaignExperimentStatus) String

func (CampaignExperimentStatusEnum_CampaignExperimentStatus) Type

type CampaignExperimentTrafficSplitTypeEnum

type CampaignExperimentTrafficSplitTypeEnum struct {
	// contains filtered or unexported fields
}

Container for enum describing campaign experiment traffic split type.

func (*CampaignExperimentTrafficSplitTypeEnum) Descriptor deprecated

func (*CampaignExperimentTrafficSplitTypeEnum) Descriptor() ([]byte, []int)

Deprecated: Use CampaignExperimentTrafficSplitTypeEnum.ProtoReflect.Descriptor instead.

func (*CampaignExperimentTrafficSplitTypeEnum) ProtoMessage

func (*CampaignExperimentTrafficSplitTypeEnum) ProtoReflect

func (*CampaignExperimentTrafficSplitTypeEnum) Reset

func (*CampaignExperimentTrafficSplitTypeEnum) String

type CampaignExperimentTrafficSplitTypeEnum_CampaignExperimentTrafficSplitType

type CampaignExperimentTrafficSplitTypeEnum_CampaignExperimentTrafficSplitType int32

Enum of strategies for splitting traffic between base and experiment campaigns in campaign experiment.

const (
	// Not specified.
	CampaignExperimentTrafficSplitTypeEnum_UNSPECIFIED CampaignExperimentTrafficSplitTypeEnum_CampaignExperimentTrafficSplitType = 0
	// Used for return value only. Represents value unknown in this version.
	CampaignExperimentTrafficSplitTypeEnum_UNKNOWN CampaignExperimentTrafficSplitTypeEnum_CampaignExperimentTrafficSplitType = 1
	// Traffic is randomly assigned to the base or experiment arm for each
	// query, independent of previous assignments for the same user.
	CampaignExperimentTrafficSplitTypeEnum_RANDOM_QUERY CampaignExperimentTrafficSplitTypeEnum_CampaignExperimentTrafficSplitType = 2
	// Traffic is split using cookies to keep users in the same arm (base or
	// experiment) of the experiment.
	CampaignExperimentTrafficSplitTypeEnum_COOKIE CampaignExperimentTrafficSplitTypeEnum_CampaignExperimentTrafficSplitType = 3
)

func (CampaignExperimentTrafficSplitTypeEnum_CampaignExperimentTrafficSplitType) Descriptor

func (CampaignExperimentTrafficSplitTypeEnum_CampaignExperimentTrafficSplitType) Enum

func (CampaignExperimentTrafficSplitTypeEnum_CampaignExperimentTrafficSplitType) EnumDescriptor deprecated

Deprecated: Use CampaignExperimentTrafficSplitTypeEnum_CampaignExperimentTrafficSplitType.Descriptor instead.

func (CampaignExperimentTrafficSplitTypeEnum_CampaignExperimentTrafficSplitType) Number

func (CampaignExperimentTrafficSplitTypeEnum_CampaignExperimentTrafficSplitType) String

func (CampaignExperimentTrafficSplitTypeEnum_CampaignExperimentTrafficSplitType) Type

type CampaignExperimentTypeEnum

type CampaignExperimentTypeEnum struct {
	// contains filtered or unexported fields
}

Container for enum describing campaign experiment type.

func (*CampaignExperimentTypeEnum) Descriptor deprecated

func (*CampaignExperimentTypeEnum) Descriptor() ([]byte, []int)

Deprecated: Use CampaignExperimentTypeEnum.ProtoReflect.Descriptor instead.

func (*CampaignExperimentTypeEnum) ProtoMessage

func (*CampaignExperimentTypeEnum) ProtoMessage()

func (*CampaignExperimentTypeEnum) ProtoReflect

func (*CampaignExperimentTypeEnum) Reset

func (x *CampaignExperimentTypeEnum) Reset()

func (*CampaignExperimentTypeEnum) String

func (x *CampaignExperimentTypeEnum) String() string

type CampaignExperimentTypeEnum_CampaignExperimentType

type CampaignExperimentTypeEnum_CampaignExperimentType int32

Indicates if this campaign is a normal campaign, a draft campaign, or an experiment campaign.

const (
	// Not specified.
	CampaignExperimentTypeEnum_UNSPECIFIED CampaignExperimentTypeEnum_CampaignExperimentType = 0
	// Used for return value only. Represents value unknown in this version.
	CampaignExperimentTypeEnum_UNKNOWN CampaignExperimentTypeEnum_CampaignExperimentType = 1
	// This is a regular campaign.
	CampaignExperimentTypeEnum_BASE CampaignExperimentTypeEnum_CampaignExperimentType = 2
	// This is a draft version of a campaign.
	// It has some modifications from a base campaign,
	// but it does not serve or accrue metrics.
	CampaignExperimentTypeEnum_DRAFT CampaignExperimentTypeEnum_CampaignExperimentType = 3
	// This is an experiment version of a campaign.
	// It has some modifications from a base campaign,
	// and a percentage of traffic is being diverted
	// from the BASE campaign to this experiment campaign.
	CampaignExperimentTypeEnum_EXPERIMENT CampaignExperimentTypeEnum_CampaignExperimentType = 4
)

func (CampaignExperimentTypeEnum_CampaignExperimentType) Descriptor

func (CampaignExperimentTypeEnum_CampaignExperimentType) Enum

func (CampaignExperimentTypeEnum_CampaignExperimentType) EnumDescriptor deprecated

Deprecated: Use CampaignExperimentTypeEnum_CampaignExperimentType.Descriptor instead.

func (CampaignExperimentTypeEnum_CampaignExperimentType) Number

func (CampaignExperimentTypeEnum_CampaignExperimentType) String

func (CampaignExperimentTypeEnum_CampaignExperimentType) Type

type CampaignServingStatusEnum

type CampaignServingStatusEnum struct {
	// contains filtered or unexported fields
}

Message describing Campaign serving statuses.

func (*CampaignServingStatusEnum) Descriptor deprecated

func (*CampaignServingStatusEnum) Descriptor() ([]byte, []int)

Deprecated: Use CampaignServingStatusEnum.ProtoReflect.Descriptor instead.

func (*CampaignServingStatusEnum) ProtoMessage

func (*CampaignServingStatusEnum) ProtoMessage()

func (*CampaignServingStatusEnum) ProtoReflect

func (*CampaignServingStatusEnum) Reset

func (x *CampaignServingStatusEnum) Reset()

func (*CampaignServingStatusEnum) String

func (x *CampaignServingStatusEnum) String() string

type CampaignServingStatusEnum_CampaignServingStatus

type CampaignServingStatusEnum_CampaignServingStatus int32

Possible serving statuses of a campaign.

const (
	// No value has been specified.
	CampaignServingStatusEnum_UNSPECIFIED CampaignServingStatusEnum_CampaignServingStatus = 0
	// The received value is not known in this version.
	//
	// This is a response-only value.
	CampaignServingStatusEnum_UNKNOWN CampaignServingStatusEnum_CampaignServingStatus = 1
	// Serving.
	CampaignServingStatusEnum_SERVING CampaignServingStatusEnum_CampaignServingStatus = 2
	// None.
	CampaignServingStatusEnum_NONE CampaignServingStatusEnum_CampaignServingStatus = 3
	// Ended.
	CampaignServingStatusEnum_ENDED CampaignServingStatusEnum_CampaignServingStatus = 4
	// Pending.
	CampaignServingStatusEnum_PENDING CampaignServingStatusEnum_CampaignServingStatus = 5
	// Suspended.
	CampaignServingStatusEnum_SUSPENDED CampaignServingStatusEnum_CampaignServingStatus = 6
)

func (CampaignServingStatusEnum_CampaignServingStatus) Descriptor

func (CampaignServingStatusEnum_CampaignServingStatus) Enum

func (CampaignServingStatusEnum_CampaignServingStatus) EnumDescriptor deprecated

Deprecated: Use CampaignServingStatusEnum_CampaignServingStatus.Descriptor instead.

func (CampaignServingStatusEnum_CampaignServingStatus) Number

func (CampaignServingStatusEnum_CampaignServingStatus) String

func (CampaignServingStatusEnum_CampaignServingStatus) Type

type CampaignSharedSetStatusEnum

type CampaignSharedSetStatusEnum struct {
	// contains filtered or unexported fields
}

Container for enum describing types of campaign shared set statuses.

func (*CampaignSharedSetStatusEnum) Descriptor deprecated

func (*CampaignSharedSetStatusEnum) Descriptor() ([]byte, []int)

Deprecated: Use CampaignSharedSetStatusEnum.ProtoReflect.Descriptor instead.

func (*CampaignSharedSetStatusEnum) ProtoMessage

func (*CampaignSharedSetStatusEnum) ProtoMessage()

func (*CampaignSharedSetStatusEnum) ProtoReflect

func (*CampaignSharedSetStatusEnum) Reset

func (x *CampaignSharedSetStatusEnum) Reset()

func (*CampaignSharedSetStatusEnum) String

func (x *CampaignSharedSetStatusEnum) String() string

type CampaignSharedSetStatusEnum_CampaignSharedSetStatus

type CampaignSharedSetStatusEnum_CampaignSharedSetStatus int32

Enum listing the possible campaign shared set statuses.

const (
	// Not specified.
	CampaignSharedSetStatusEnum_UNSPECIFIED CampaignSharedSetStatusEnum_CampaignSharedSetStatus = 0
	// Used for return value only. Represents value unknown in this version.
	CampaignSharedSetStatusEnum_UNKNOWN CampaignSharedSetStatusEnum_CampaignSharedSetStatus = 1
	// The campaign shared set is enabled.
	CampaignSharedSetStatusEnum_ENABLED CampaignSharedSetStatusEnum_CampaignSharedSetStatus = 2
	// The campaign shared set is removed and can no longer be used.
	CampaignSharedSetStatusEnum_REMOVED CampaignSharedSetStatusEnum_CampaignSharedSetStatus = 3
)

func (CampaignSharedSetStatusEnum_CampaignSharedSetStatus) Descriptor

func (CampaignSharedSetStatusEnum_CampaignSharedSetStatus) Enum

func (CampaignSharedSetStatusEnum_CampaignSharedSetStatus) EnumDescriptor deprecated

Deprecated: Use CampaignSharedSetStatusEnum_CampaignSharedSetStatus.Descriptor instead.

func (CampaignSharedSetStatusEnum_CampaignSharedSetStatus) Number

func (CampaignSharedSetStatusEnum_CampaignSharedSetStatus) String

func (CampaignSharedSetStatusEnum_CampaignSharedSetStatus) Type

type CampaignStatusEnum

type CampaignStatusEnum struct {
	// contains filtered or unexported fields
}

Container for enum describing possible statuses of a campaign.

func (*CampaignStatusEnum) Descriptor deprecated

func (*CampaignStatusEnum) Descriptor() ([]byte, []int)

Deprecated: Use CampaignStatusEnum.ProtoReflect.Descriptor instead.

func (*CampaignStatusEnum) ProtoMessage

func (*CampaignStatusEnum) ProtoMessage()

func (*CampaignStatusEnum) ProtoReflect

func (x *CampaignStatusEnum) ProtoReflect() protoreflect.Message

func (*CampaignStatusEnum) Reset

func (x *CampaignStatusEnum) Reset()

func (*CampaignStatusEnum) String

func (x *CampaignStatusEnum) String() string

type CampaignStatusEnum_CampaignStatus

type CampaignStatusEnum_CampaignStatus int32

Possible statuses of a campaign.

const (
	// Not specified.
	CampaignStatusEnum_UNSPECIFIED CampaignStatusEnum_CampaignStatus = 0
	// Used for return value only. Represents value unknown in this version.
	CampaignStatusEnum_UNKNOWN CampaignStatusEnum_CampaignStatus = 1
	// Campaign is currently serving ads depending on budget information.
	CampaignStatusEnum_ENABLED CampaignStatusEnum_CampaignStatus = 2
	// Campaign has been paused by the user.
	CampaignStatusEnum_PAUSED CampaignStatusEnum_CampaignStatus = 3
	// Campaign has been removed.
	CampaignStatusEnum_REMOVED CampaignStatusEnum_CampaignStatus = 4
)

func (CampaignStatusEnum_CampaignStatus) Descriptor

func (CampaignStatusEnum_CampaignStatus) Enum

func (CampaignStatusEnum_CampaignStatus) EnumDescriptor deprecated

func (CampaignStatusEnum_CampaignStatus) EnumDescriptor() ([]byte, []int)

Deprecated: Use CampaignStatusEnum_CampaignStatus.Descriptor instead.

func (CampaignStatusEnum_CampaignStatus) Number

func (CampaignStatusEnum_CampaignStatus) String

func (CampaignStatusEnum_CampaignStatus) Type

type ChangeStatusOperationEnum

type ChangeStatusOperationEnum struct {
	// contains filtered or unexported fields
}

Container for enum describing operations for the ChangeStatus resource.

func (*ChangeStatusOperationEnum) Descriptor deprecated

func (*ChangeStatusOperationEnum) Descriptor() ([]byte, []int)

Deprecated: Use ChangeStatusOperationEnum.ProtoReflect.Descriptor instead.

func (*ChangeStatusOperationEnum) ProtoMessage

func (*ChangeStatusOperationEnum) ProtoMessage()

func (*ChangeStatusOperationEnum) ProtoReflect

func (*ChangeStatusOperationEnum) Reset

func (x *ChangeStatusOperationEnum) Reset()

func (*ChangeStatusOperationEnum) String

func (x *ChangeStatusOperationEnum) String() string

type ChangeStatusOperationEnum_ChangeStatusOperation

type ChangeStatusOperationEnum_ChangeStatusOperation int32

Status of the changed resource

const (
	// No value has been specified.
	ChangeStatusOperationEnum_UNSPECIFIED ChangeStatusOperationEnum_ChangeStatusOperation = 0
	// Used for return value only. Represents an unclassified resource unknown
	// in this version.
	ChangeStatusOperationEnum_UNKNOWN ChangeStatusOperationEnum_ChangeStatusOperation = 1
	// The resource was created.
	ChangeStatusOperationEnum_ADDED ChangeStatusOperationEnum_ChangeStatusOperation = 2
	// The resource was modified.
	ChangeStatusOperationEnum_CHANGED ChangeStatusOperationEnum_ChangeStatusOperation = 3
	// The resource was removed.
	ChangeStatusOperationEnum_REMOVED ChangeStatusOperationEnum_ChangeStatusOperation = 4
)

func (ChangeStatusOperationEnum_ChangeStatusOperation) Descriptor

func (ChangeStatusOperationEnum_ChangeStatusOperation) Enum

func (ChangeStatusOperationEnum_ChangeStatusOperation) EnumDescriptor deprecated

Deprecated: Use ChangeStatusOperationEnum_ChangeStatusOperation.Descriptor instead.

func (ChangeStatusOperationEnum_ChangeStatusOperation) Number

func (ChangeStatusOperationEnum_ChangeStatusOperation) String

func (ChangeStatusOperationEnum_ChangeStatusOperation) Type

type ChangeStatusResourceTypeEnum

type ChangeStatusResourceTypeEnum struct {
	// contains filtered or unexported fields
}

Container for enum describing supported resource types for the ChangeStatus resource.

func (*ChangeStatusResourceTypeEnum) Descriptor deprecated

func (*ChangeStatusResourceTypeEnum) Descriptor() ([]byte, []int)

Deprecated: Use ChangeStatusResourceTypeEnum.ProtoReflect.Descriptor instead.

func (*ChangeStatusResourceTypeEnum) ProtoMessage

func (*ChangeStatusResourceTypeEnum) ProtoMessage()

func (*ChangeStatusResourceTypeEnum) ProtoReflect

func (*ChangeStatusResourceTypeEnum) Reset

func (x *ChangeStatusResourceTypeEnum) Reset()

func (*ChangeStatusResourceTypeEnum) String

type ChangeStatusResourceTypeEnum_ChangeStatusResourceType

type ChangeStatusResourceTypeEnum_ChangeStatusResourceType int32

Enum listing the resource types support by the ChangeStatus resource.

const (
	// No value has been specified.
	ChangeStatusResourceTypeEnum_UNSPECIFIED ChangeStatusResourceTypeEnum_ChangeStatusResourceType = 0
	// Used for return value only. Represents an unclassified resource unknown
	// in this version.
	ChangeStatusResourceTypeEnum_UNKNOWN ChangeStatusResourceTypeEnum_ChangeStatusResourceType = 1
	// An AdGroup resource change.
	ChangeStatusResourceTypeEnum_AD_GROUP ChangeStatusResourceTypeEnum_ChangeStatusResourceType = 3
	// An AdGroupAd resource change.
	ChangeStatusResourceTypeEnum_AD_GROUP_AD ChangeStatusResourceTypeEnum_ChangeStatusResourceType = 4
	// An AdGroupCriterion resource change.
	ChangeStatusResourceTypeEnum_AD_GROUP_CRITERION ChangeStatusResourceTypeEnum_ChangeStatusResourceType = 5
	// A Campaign resource change.
	ChangeStatusResourceTypeEnum_CAMPAIGN ChangeStatusResourceTypeEnum_ChangeStatusResourceType = 6
	// A CampaignCriterion resource change.
	ChangeStatusResourceTypeEnum_CAMPAIGN_CRITERION ChangeStatusResourceTypeEnum_ChangeStatusResourceType = 7
	// A Feed resource change.
	ChangeStatusResourceTypeEnum_FEED ChangeStatusResourceTypeEnum_ChangeStatusResourceType = 9
	// A FeedItem resource change.
	ChangeStatusResourceTypeEnum_FEED_ITEM ChangeStatusResourceTypeEnum_ChangeStatusResourceType = 10
	// An AdGroupFeed resource change.
	ChangeStatusResourceTypeEnum_AD_GROUP_FEED ChangeStatusResourceTypeEnum_ChangeStatusResourceType = 11
	// A CampaignFeed resource change.
	ChangeStatusResourceTypeEnum_CAMPAIGN_FEED ChangeStatusResourceTypeEnum_ChangeStatusResourceType = 12
	// An AdGroupBidModifier resource change.
	ChangeStatusResourceTypeEnum_AD_GROUP_BID_MODIFIER ChangeStatusResourceTypeEnum_ChangeStatusResourceType = 13
)

func (ChangeStatusResourceTypeEnum_ChangeStatusResourceType) Descriptor

func (ChangeStatusResourceTypeEnum_ChangeStatusResourceType) Enum

func (ChangeStatusResourceTypeEnum_ChangeStatusResourceType) EnumDescriptor deprecated

Deprecated: Use ChangeStatusResourceTypeEnum_ChangeStatusResourceType.Descriptor instead.

func (ChangeStatusResourceTypeEnum_ChangeStatusResourceType) Number

func (ChangeStatusResourceTypeEnum_ChangeStatusResourceType) String

func (ChangeStatusResourceTypeEnum_ChangeStatusResourceType) Type

type ClickTypeEnum

type ClickTypeEnum struct {
	// contains filtered or unexported fields
}

Container for enumeration of Google Ads click types.

func (*ClickTypeEnum) Descriptor deprecated

func (*ClickTypeEnum) Descriptor() ([]byte, []int)

Deprecated: Use ClickTypeEnum.ProtoReflect.Descriptor instead.

func (*ClickTypeEnum) ProtoMessage

func (*ClickTypeEnum) ProtoMessage()

func (*ClickTypeEnum) ProtoReflect

func (x *ClickTypeEnum) ProtoReflect() protoreflect.Message

func (*ClickTypeEnum) Reset

func (x *ClickTypeEnum) Reset()

func (*ClickTypeEnum) String

func (x *ClickTypeEnum) String() string

type ClickTypeEnum_ClickType

type ClickTypeEnum_ClickType int32

Enumerates Google Ads click types.

const (
	// Not specified.
	ClickTypeEnum_UNSPECIFIED ClickTypeEnum_ClickType = 0
	// The value is unknown in this version.
	ClickTypeEnum_UNKNOWN ClickTypeEnum_ClickType = 1
	// App engagement ad deep link.
	ClickTypeEnum_APP_DEEPLINK ClickTypeEnum_ClickType = 2
	// Breadcrumbs.
	ClickTypeEnum_BREADCRUMBS ClickTypeEnum_ClickType = 3
	// Broadband Plan.
	ClickTypeEnum_BROADBAND_PLAN ClickTypeEnum_ClickType = 4
	// Manually dialed phone calls.
	ClickTypeEnum_CALL_TRACKING ClickTypeEnum_ClickType = 5
	// Phone calls.
	ClickTypeEnum_CALLS ClickTypeEnum_ClickType = 6
	// Click on engagement ad.
	ClickTypeEnum_CLICK_ON_ENGAGEMENT_AD ClickTypeEnum_ClickType = 7
	// Driving direction.
	ClickTypeEnum_GET_DIRECTIONS ClickTypeEnum_ClickType = 8
	// Get location details.
	ClickTypeEnum_LOCATION_EXPANSION ClickTypeEnum_ClickType = 9
	// Call.
	ClickTypeEnum_LOCATION_FORMAT_CALL ClickTypeEnum_ClickType = 10
	// Directions.
	ClickTypeEnum_LOCATION_FORMAT_DIRECTIONS ClickTypeEnum_ClickType = 11
	// Image(s).
	ClickTypeEnum_LOCATION_FORMAT_IMAGE ClickTypeEnum_ClickType = 12
	// Go to landing page.
	ClickTypeEnum_LOCATION_FORMAT_LANDING_PAGE ClickTypeEnum_ClickType = 13
	// Map.
	ClickTypeEnum_LOCATION_FORMAT_MAP ClickTypeEnum_ClickType = 14
	// Go to store info.
	ClickTypeEnum_LOCATION_FORMAT_STORE_INFO ClickTypeEnum_ClickType = 15
	// Text.
	ClickTypeEnum_LOCATION_FORMAT_TEXT ClickTypeEnum_ClickType = 16
	// Mobile phone calls.
	ClickTypeEnum_MOBILE_CALL_TRACKING ClickTypeEnum_ClickType = 17
	// Print offer.
	ClickTypeEnum_OFFER_PRINTS ClickTypeEnum_ClickType = 18
	// Other.
	ClickTypeEnum_OTHER ClickTypeEnum_ClickType = 19
	// Product plusbox offer.
	ClickTypeEnum_PRODUCT_EXTENSION_CLICKS ClickTypeEnum_ClickType = 20
	// Shopping - Product - Online.
	ClickTypeEnum_PRODUCT_LISTING_AD_CLICKS ClickTypeEnum_ClickType = 21
	// Sitelink.
	ClickTypeEnum_SITELINKS ClickTypeEnum_ClickType = 22
	// Show nearby locations.
	ClickTypeEnum_STORE_LOCATOR ClickTypeEnum_ClickType = 23
	// Headline.
	ClickTypeEnum_URL_CLICKS ClickTypeEnum_ClickType = 25
	// App store.
	ClickTypeEnum_VIDEO_APP_STORE_CLICKS ClickTypeEnum_ClickType = 26
	// Call-to-Action overlay.
	ClickTypeEnum_VIDEO_CALL_TO_ACTION_CLICKS ClickTypeEnum_ClickType = 27
	// Cards.
	ClickTypeEnum_VIDEO_CARD_ACTION_HEADLINE_CLICKS ClickTypeEnum_ClickType = 28
	// End cap.
	ClickTypeEnum_VIDEO_END_CAP_CLICKS ClickTypeEnum_ClickType = 29
	// Website.
	ClickTypeEnum_VIDEO_WEBSITE_CLICKS ClickTypeEnum_ClickType = 30
	// Visual Sitelinks.
	ClickTypeEnum_VISUAL_SITELINKS ClickTypeEnum_ClickType = 31
	// Wireless Plan.
	ClickTypeEnum_WIRELESS_PLAN ClickTypeEnum_ClickType = 32
	// Shopping - Product - Local.
	ClickTypeEnum_PRODUCT_LISTING_AD_LOCAL ClickTypeEnum_ClickType = 33
	// Shopping - Product - MultiChannel Local.
	ClickTypeEnum_PRODUCT_LISTING_AD_MULTICHANNEL_LOCAL ClickTypeEnum_ClickType = 34
	// Shopping - Product - MultiChannel Online.
	ClickTypeEnum_PRODUCT_LISTING_AD_MULTICHANNEL_ONLINE ClickTypeEnum_ClickType = 35
	// Shopping - Product - Coupon.
	ClickTypeEnum_PRODUCT_LISTING_ADS_COUPON ClickTypeEnum_ClickType = 36
	// Shopping - Product - Sell on Google.
	ClickTypeEnum_PRODUCT_LISTING_AD_TRANSACTABLE ClickTypeEnum_ClickType = 37
	// Shopping - Product - App engagement ad deep link.
	ClickTypeEnum_PRODUCT_AD_APP_DEEPLINK ClickTypeEnum_ClickType = 38
	// Shopping - Showcase - Category.
	ClickTypeEnum_SHOWCASE_AD_CATEGORY_LINK ClickTypeEnum_ClickType = 39
	// Shopping - Showcase - Local storefront.
	ClickTypeEnum_SHOWCASE_AD_LOCAL_STOREFRONT_LINK ClickTypeEnum_ClickType = 40
	// Shopping - Showcase - Online product.
	ClickTypeEnum_SHOWCASE_AD_ONLINE_PRODUCT_LINK ClickTypeEnum_ClickType = 42
	// Shopping - Showcase - Local product.
	ClickTypeEnum_SHOWCASE_AD_LOCAL_PRODUCT_LINK ClickTypeEnum_ClickType = 43
	// Promotion Extension.
	ClickTypeEnum_PROMOTION_EXTENSION ClickTypeEnum_ClickType = 44
	// Ad Headline.
	ClickTypeEnum_SWIPEABLE_GALLERY_AD_HEADLINE ClickTypeEnum_ClickType = 45
	// Swipes.
	ClickTypeEnum_SWIPEABLE_GALLERY_AD_SWIPES ClickTypeEnum_ClickType = 46
	// See More.
	ClickTypeEnum_SWIPEABLE_GALLERY_AD_SEE_MORE ClickTypeEnum_ClickType = 47
	// Sitelink 1.
	ClickTypeEnum_SWIPEABLE_GALLERY_AD_SITELINK_ONE ClickTypeEnum_ClickType = 48
	// Sitelink 2.
	ClickTypeEnum_SWIPEABLE_GALLERY_AD_SITELINK_TWO ClickTypeEnum_ClickType = 49
	// Sitelink 3.
	ClickTypeEnum_SWIPEABLE_GALLERY_AD_SITELINK_THREE ClickTypeEnum_ClickType = 50
	// Sitelink 4.
	ClickTypeEnum_SWIPEABLE_GALLERY_AD_SITELINK_FOUR ClickTypeEnum_ClickType = 51
	// Sitelink 5.
	ClickTypeEnum_SWIPEABLE_GALLERY_AD_SITELINK_FIVE ClickTypeEnum_ClickType = 52
	// Hotel price.
	ClickTypeEnum_HOTEL_PRICE ClickTypeEnum_ClickType = 53
	// Price Extension.
	ClickTypeEnum_PRICE_EXTENSION ClickTypeEnum_ClickType = 54
	// Book on Google hotel room selection.
	ClickTypeEnum_HOTEL_BOOK_ON_GOOGLE_ROOM_SELECTION ClickTypeEnum_ClickType = 55
	// Shopping - Comparison Listing.
	ClickTypeEnum_SHOPPING_COMPARISON_LISTING ClickTypeEnum_ClickType = 56
)

func (ClickTypeEnum_ClickType) Descriptor

func (ClickTypeEnum_ClickType) Enum

func (ClickTypeEnum_ClickType) EnumDescriptor deprecated

func (ClickTypeEnum_ClickType) EnumDescriptor() ([]byte, []int)

Deprecated: Use ClickTypeEnum_ClickType.Descriptor instead.

func (ClickTypeEnum_ClickType) Number

func (ClickTypeEnum_ClickType) String

func (x ClickTypeEnum_ClickType) String() string

func (ClickTypeEnum_ClickType) Type

type ContentLabelTypeEnum

type ContentLabelTypeEnum struct {
	// contains filtered or unexported fields
}

Container for enum describing content label types in ContentLabel.

func (*ContentLabelTypeEnum) Descriptor deprecated

func (*ContentLabelTypeEnum) Descriptor() ([]byte, []int)

Deprecated: Use ContentLabelTypeEnum.ProtoReflect.Descriptor instead.

func (*ContentLabelTypeEnum) ProtoMessage

func (*ContentLabelTypeEnum) ProtoMessage()

func (*ContentLabelTypeEnum) ProtoReflect

func (x *ContentLabelTypeEnum) ProtoReflect() protoreflect.Message

func (*ContentLabelTypeEnum) Reset

func (x *ContentLabelTypeEnum) Reset()

func (*ContentLabelTypeEnum) String

func (x *ContentLabelTypeEnum) String() string

type ContentLabelTypeEnum_ContentLabelType

type ContentLabelTypeEnum_ContentLabelType int32

Enum listing the content label types supported by ContentLabel criterion.

const (
	// Not specified.
	ContentLabelTypeEnum_UNSPECIFIED ContentLabelTypeEnum_ContentLabelType = 0
	// Used for return value only. Represents value unknown in this version.
	ContentLabelTypeEnum_UNKNOWN ContentLabelTypeEnum_ContentLabelType = 1
	// Sexually suggestive content.
	ContentLabelTypeEnum_SEXUALLY_SUGGESTIVE ContentLabelTypeEnum_ContentLabelType = 2
	// Below the fold placement.
	ContentLabelTypeEnum_BELOW_THE_FOLD ContentLabelTypeEnum_ContentLabelType = 3
	// Parked domain.
	ContentLabelTypeEnum_PARKED_DOMAIN ContentLabelTypeEnum_ContentLabelType = 4
	// Game.
	ContentLabelTypeEnum_GAME ContentLabelTypeEnum_ContentLabelType = 5
	// Juvenile, gross & bizarre content.
	ContentLabelTypeEnum_JUVENILE ContentLabelTypeEnum_ContentLabelType = 6
	// Profanity & rough language.
	ContentLabelTypeEnum_PROFANITY ContentLabelTypeEnum_ContentLabelType = 7
	// Death & tragedy.
	ContentLabelTypeEnum_TRAGEDY ContentLabelTypeEnum_ContentLabelType = 8
	// Video.
	ContentLabelTypeEnum_VIDEO ContentLabelTypeEnum_ContentLabelType = 9
	// Content rating: G.
	ContentLabelTypeEnum_VIDEO_RATING_DV_G ContentLabelTypeEnum_ContentLabelType = 10
	// Content rating: PG.
	ContentLabelTypeEnum_VIDEO_RATING_DV_PG ContentLabelTypeEnum_ContentLabelType = 11
	// Content rating: T.
	ContentLabelTypeEnum_VIDEO_RATING_DV_T ContentLabelTypeEnum_ContentLabelType = 12
	// Content rating: MA.
	ContentLabelTypeEnum_VIDEO_RATING_DV_MA ContentLabelTypeEnum_ContentLabelType = 13
	// Content rating: not yet rated.
	ContentLabelTypeEnum_VIDEO_NOT_YET_RATED ContentLabelTypeEnum_ContentLabelType = 14
	// Embedded video.
	ContentLabelTypeEnum_EMBEDDED_VIDEO ContentLabelTypeEnum_ContentLabelType = 15
	// Live streaming video.
	ContentLabelTypeEnum_LIVE_STREAMING_VIDEO ContentLabelTypeEnum_ContentLabelType = 16
)

func (ContentLabelTypeEnum_ContentLabelType) Descriptor

func (ContentLabelTypeEnum_ContentLabelType) Enum

func (ContentLabelTypeEnum_ContentLabelType) EnumDescriptor deprecated

func (ContentLabelTypeEnum_ContentLabelType) EnumDescriptor() ([]byte, []int)

Deprecated: Use ContentLabelTypeEnum_ContentLabelType.Descriptor instead.

func (ContentLabelTypeEnum_ContentLabelType) Number

func (ContentLabelTypeEnum_ContentLabelType) String

func (ContentLabelTypeEnum_ContentLabelType) Type

type ConversionActionCategoryEnum

type ConversionActionCategoryEnum struct {
	// contains filtered or unexported fields
}

Container for enum describing the category of conversions that are associated with a ConversionAction.

func (*ConversionActionCategoryEnum) Descriptor deprecated

func (*ConversionActionCategoryEnum) Descriptor() ([]byte, []int)

Deprecated: Use ConversionActionCategoryEnum.ProtoReflect.Descriptor instead.

func (*ConversionActionCategoryEnum) ProtoMessage

func (*ConversionActionCategoryEnum) ProtoMessage()

func (*ConversionActionCategoryEnum) ProtoReflect

func (*ConversionActionCategoryEnum) Reset

func (x *ConversionActionCategoryEnum) Reset()

func (*ConversionActionCategoryEnum) String

type ConversionActionCategoryEnum_ConversionActionCategory

type ConversionActionCategoryEnum_ConversionActionCategory int32

The category of conversions that are associated with a ConversionAction.

const (
	// Not specified.
	ConversionActionCategoryEnum_UNSPECIFIED ConversionActionCategoryEnum_ConversionActionCategory = 0
	// Used for return value only. Represents value unknown in this version.
	ConversionActionCategoryEnum_UNKNOWN ConversionActionCategoryEnum_ConversionActionCategory = 1
	// Default category.
	ConversionActionCategoryEnum_DEFAULT ConversionActionCategoryEnum_ConversionActionCategory = 2
	// User visiting a page.
	ConversionActionCategoryEnum_PAGE_VIEW ConversionActionCategoryEnum_ConversionActionCategory = 3
	// Purchase, sales, or "order placed" event.
	ConversionActionCategoryEnum_PURCHASE ConversionActionCategoryEnum_ConversionActionCategory = 4
	// Signup user action.
	ConversionActionCategoryEnum_SIGNUP ConversionActionCategoryEnum_ConversionActionCategory = 5
	// Lead-generating action.
	ConversionActionCategoryEnum_LEAD ConversionActionCategoryEnum_ConversionActionCategory = 6
	// Software download action (as for an app).
	ConversionActionCategoryEnum_DOWNLOAD ConversionActionCategoryEnum_ConversionActionCategory = 7
)

func (ConversionActionCategoryEnum_ConversionActionCategory) Descriptor

func (ConversionActionCategoryEnum_ConversionActionCategory) Enum

func (ConversionActionCategoryEnum_ConversionActionCategory) EnumDescriptor deprecated

Deprecated: Use ConversionActionCategoryEnum_ConversionActionCategory.Descriptor instead.

func (ConversionActionCategoryEnum_ConversionActionCategory) Number

func (ConversionActionCategoryEnum_ConversionActionCategory) String

func (ConversionActionCategoryEnum_ConversionActionCategory) Type

type ConversionActionCountingTypeEnum

type ConversionActionCountingTypeEnum struct {
	// contains filtered or unexported fields
}

Container for enum describing the conversion deduplication mode for conversion optimizer.

func (*ConversionActionCountingTypeEnum) Descriptor deprecated

func (*ConversionActionCountingTypeEnum) Descriptor() ([]byte, []int)

Deprecated: Use ConversionActionCountingTypeEnum.ProtoReflect.Descriptor instead.

func (*ConversionActionCountingTypeEnum) ProtoMessage

func (*ConversionActionCountingTypeEnum) ProtoMessage()

func (*ConversionActionCountingTypeEnum) ProtoReflect

func (*ConversionActionCountingTypeEnum) Reset

func (*ConversionActionCountingTypeEnum) String

type ConversionActionCountingTypeEnum_ConversionActionCountingType

type ConversionActionCountingTypeEnum_ConversionActionCountingType int32

Indicates how conversions for this action will be counted. For more information, see https://support.google.com/google-ads/answer/3438531.

const (
	// Not specified.
	ConversionActionCountingTypeEnum_UNSPECIFIED ConversionActionCountingTypeEnum_ConversionActionCountingType = 0
	// Used for return value only. Represents value unknown in this version.
	ConversionActionCountingTypeEnum_UNKNOWN ConversionActionCountingTypeEnum_ConversionActionCountingType = 1
	// Count only one conversion per click.
	ConversionActionCountingTypeEnum_ONE_PER_CLICK ConversionActionCountingTypeEnum_ConversionActionCountingType = 2
	// Count all conversions per click.
	ConversionActionCountingTypeEnum_MANY_PER_CLICK ConversionActionCountingTypeEnum_ConversionActionCountingType = 3
)

func (ConversionActionCountingTypeEnum_ConversionActionCountingType) Descriptor

func (ConversionActionCountingTypeEnum_ConversionActionCountingType) Enum

func (ConversionActionCountingTypeEnum_ConversionActionCountingType) EnumDescriptor deprecated

Deprecated: Use ConversionActionCountingTypeEnum_ConversionActionCountingType.Descriptor instead.

func (ConversionActionCountingTypeEnum_ConversionActionCountingType) Number

func (ConversionActionCountingTypeEnum_ConversionActionCountingType) String

func (ConversionActionCountingTypeEnum_ConversionActionCountingType) Type

type ConversionActionStatusEnum

type ConversionActionStatusEnum struct {
	// contains filtered or unexported fields
}

Container for enum describing possible statuses of a conversion action.

func (*ConversionActionStatusEnum) Descriptor deprecated

func (*ConversionActionStatusEnum) Descriptor() ([]byte, []int)

Deprecated: Use ConversionActionStatusEnum.ProtoReflect.Descriptor instead.

func (*ConversionActionStatusEnum) ProtoMessage

func (*ConversionActionStatusEnum) ProtoMessage()

func (*ConversionActionStatusEnum) ProtoReflect

func (*ConversionActionStatusEnum) Reset

func (x *ConversionActionStatusEnum) Reset()

func (*ConversionActionStatusEnum) String

func (x *ConversionActionStatusEnum) String() string

type ConversionActionStatusEnum_ConversionActionStatus

type ConversionActionStatusEnum_ConversionActionStatus int32

Possible statuses of a conversion action.

const (
	// Not specified.
	ConversionActionStatusEnum_UNSPECIFIED ConversionActionStatusEnum_ConversionActionStatus = 0
	// Used for return value only. Represents value unknown in this version.
	ConversionActionStatusEnum_UNKNOWN ConversionActionStatusEnum_ConversionActionStatus = 1
	// Conversions will be recorded.
	ConversionActionStatusEnum_ENABLED ConversionActionStatusEnum_ConversionActionStatus = 2
	// Conversions will not be recorded.
	ConversionActionStatusEnum_REMOVED ConversionActionStatusEnum_ConversionActionStatus = 3
	// Conversions will not be recorded and the conversion action will not
	// appear in the UI.
	ConversionActionStatusEnum_HIDDEN ConversionActionStatusEnum_ConversionActionStatus = 4
)

func (ConversionActionStatusEnum_ConversionActionStatus) Descriptor

func (ConversionActionStatusEnum_ConversionActionStatus) Enum

func (ConversionActionStatusEnum_ConversionActionStatus) EnumDescriptor deprecated

Deprecated: Use ConversionActionStatusEnum_ConversionActionStatus.Descriptor instead.

func (ConversionActionStatusEnum_ConversionActionStatus) Number

func (ConversionActionStatusEnum_ConversionActionStatus) String

func (ConversionActionStatusEnum_ConversionActionStatus) Type

type ConversionActionTypeEnum

type ConversionActionTypeEnum struct {
	// contains filtered or unexported fields
}

Container for enum describing possible types of a conversion action.

func (*ConversionActionTypeEnum) Descriptor deprecated

func (*ConversionActionTypeEnum) Descriptor() ([]byte, []int)

Deprecated: Use ConversionActionTypeEnum.ProtoReflect.Descriptor instead.

func (*ConversionActionTypeEnum) ProtoMessage

func (*ConversionActionTypeEnum) ProtoMessage()

func (*ConversionActionTypeEnum) ProtoReflect

func (x *ConversionActionTypeEnum) ProtoReflect() protoreflect.Message

func (*ConversionActionTypeEnum) Reset

func (x *ConversionActionTypeEnum) Reset()

func (*ConversionActionTypeEnum) String

func (x *ConversionActionTypeEnum) String() string

type ConversionActionTypeEnum_ConversionActionType

type ConversionActionTypeEnum_ConversionActionType int32

Possible types of a conversion action.

const (
	// Not specified.
	ConversionActionTypeEnum_UNSPECIFIED ConversionActionTypeEnum_ConversionActionType = 0
	// Used for return value only. Represents value unknown in this version.
	ConversionActionTypeEnum_UNKNOWN ConversionActionTypeEnum_ConversionActionType = 1
	// Conversions that occur when a user clicks on an ad's call extension.
	ConversionActionTypeEnum_AD_CALL ConversionActionTypeEnum_ConversionActionType = 2
	// Conversions that occur when a user on a mobile device clicks a phone
	// number.
	ConversionActionTypeEnum_CLICK_TO_CALL ConversionActionTypeEnum_ConversionActionType = 3
	// Conversions that occur when a user downloads a mobile app from the Google
	// Play Store.
	ConversionActionTypeEnum_GOOGLE_PLAY_DOWNLOAD ConversionActionTypeEnum_ConversionActionType = 4
	// Conversions that occur when a user makes a purchase in an app through
	// Android billing.
	ConversionActionTypeEnum_GOOGLE_PLAY_IN_APP_PURCHASE ConversionActionTypeEnum_ConversionActionType = 5
	// Call conversions that are tracked by the advertiser and uploaded.
	ConversionActionTypeEnum_UPLOAD_CALLS ConversionActionTypeEnum_ConversionActionType = 6
	// Conversions that are tracked by the advertiser and uploaded with
	// attributed clicks.
	ConversionActionTypeEnum_UPLOAD_CLICKS ConversionActionTypeEnum_ConversionActionType = 7
	// Conversions that occur on a webpage.
	ConversionActionTypeEnum_WEBPAGE ConversionActionTypeEnum_ConversionActionType = 8
	// Conversions that occur when a user calls a dynamically-generated phone
	// number from an advertiser's website.
	ConversionActionTypeEnum_WEBSITE_CALL ConversionActionTypeEnum_ConversionActionType = 9
)

func (ConversionActionTypeEnum_ConversionActionType) Descriptor

func (ConversionActionTypeEnum_ConversionActionType) Enum

func (ConversionActionTypeEnum_ConversionActionType) EnumDescriptor deprecated

func (ConversionActionTypeEnum_ConversionActionType) EnumDescriptor() ([]byte, []int)

Deprecated: Use ConversionActionTypeEnum_ConversionActionType.Descriptor instead.

func (ConversionActionTypeEnum_ConversionActionType) Number

func (ConversionActionTypeEnum_ConversionActionType) String

func (ConversionActionTypeEnum_ConversionActionType) Type

type ConversionAdjustmentTypeEnum

type ConversionAdjustmentTypeEnum struct {
	// contains filtered or unexported fields
}

Container for enum describing conversion adjustment types.

func (*ConversionAdjustmentTypeEnum) Descriptor deprecated

func (*ConversionAdjustmentTypeEnum) Descriptor() ([]byte, []int)

Deprecated: Use ConversionAdjustmentTypeEnum.ProtoReflect.Descriptor instead.

func (*ConversionAdjustmentTypeEnum) ProtoMessage

func (*ConversionAdjustmentTypeEnum) ProtoMessage()

func (*ConversionAdjustmentTypeEnum) ProtoReflect

func (*ConversionAdjustmentTypeEnum) Reset

func (x *ConversionAdjustmentTypeEnum) Reset()

func (*ConversionAdjustmentTypeEnum) String

type ConversionAdjustmentTypeEnum_ConversionAdjustmentType

type ConversionAdjustmentTypeEnum_ConversionAdjustmentType int32

The different actions advertisers can take to adjust the conversions that they already reported. Retractions negate a conversion. Restatements change the value of a conversion.

const (
	// Not specified.
	ConversionAdjustmentTypeEnum_UNSPECIFIED ConversionAdjustmentTypeEnum_ConversionAdjustmentType = 0
	// Represents value unknown in this version.
	ConversionAdjustmentTypeEnum_UNKNOWN ConversionAdjustmentTypeEnum_ConversionAdjustmentType = 1
	// Negates a conversion so that its total value and count are both zero.
	ConversionAdjustmentTypeEnum_RETRACTION ConversionAdjustmentTypeEnum_ConversionAdjustmentType = 2
	// Changes the value of a conversion.
	ConversionAdjustmentTypeEnum_RESTATEMENT ConversionAdjustmentTypeEnum_ConversionAdjustmentType = 3
)

func (ConversionAdjustmentTypeEnum_ConversionAdjustmentType) Descriptor

func (ConversionAdjustmentTypeEnum_ConversionAdjustmentType) Enum

func (ConversionAdjustmentTypeEnum_ConversionAdjustmentType) EnumDescriptor deprecated

Deprecated: Use ConversionAdjustmentTypeEnum_ConversionAdjustmentType.Descriptor instead.

func (ConversionAdjustmentTypeEnum_ConversionAdjustmentType) Number

func (ConversionAdjustmentTypeEnum_ConversionAdjustmentType) String

func (ConversionAdjustmentTypeEnum_ConversionAdjustmentType) Type

type ConversionAttributionEventTypeEnum

type ConversionAttributionEventTypeEnum struct {
	// contains filtered or unexported fields
}

Container for enum indicating the event type the conversion is attributed to.

func (*ConversionAttributionEventTypeEnum) Descriptor deprecated

func (*ConversionAttributionEventTypeEnum) Descriptor() ([]byte, []int)

Deprecated: Use ConversionAttributionEventTypeEnum.ProtoReflect.Descriptor instead.

func (*ConversionAttributionEventTypeEnum) ProtoMessage

func (*ConversionAttributionEventTypeEnum) ProtoMessage()

func (*ConversionAttributionEventTypeEnum) ProtoReflect

func (*ConversionAttributionEventTypeEnum) Reset

func (*ConversionAttributionEventTypeEnum) String

type ConversionAttributionEventTypeEnum_ConversionAttributionEventType

type ConversionAttributionEventTypeEnum_ConversionAttributionEventType int32

The event type of conversions that are attributed to.

const (
	// Not specified.
	ConversionAttributionEventTypeEnum_UNSPECIFIED ConversionAttributionEventTypeEnum_ConversionAttributionEventType = 0
	// Represents value unknown in this version.
	ConversionAttributionEventTypeEnum_UNKNOWN ConversionAttributionEventTypeEnum_ConversionAttributionEventType = 1
	// The conversion is attributed to an impression.
	ConversionAttributionEventTypeEnum_IMPRESSION ConversionAttributionEventTypeEnum_ConversionAttributionEventType = 2
	// The conversion is attributed to an interaction.
	ConversionAttributionEventTypeEnum_INTERACTION ConversionAttributionEventTypeEnum_ConversionAttributionEventType = 3
)

func (ConversionAttributionEventTypeEnum_ConversionAttributionEventType) Descriptor

func (ConversionAttributionEventTypeEnum_ConversionAttributionEventType) Enum

func (ConversionAttributionEventTypeEnum_ConversionAttributionEventType) EnumDescriptor deprecated

Deprecated: Use ConversionAttributionEventTypeEnum_ConversionAttributionEventType.Descriptor instead.

func (ConversionAttributionEventTypeEnum_ConversionAttributionEventType) Number

func (ConversionAttributionEventTypeEnum_ConversionAttributionEventType) String

func (ConversionAttributionEventTypeEnum_ConversionAttributionEventType) Type

type ConversionLagBucketEnum

type ConversionLagBucketEnum struct {
	// contains filtered or unexported fields
}

Container for enum representing the number of days between impression and conversion.

func (*ConversionLagBucketEnum) Descriptor deprecated

func (*ConversionLagBucketEnum) Descriptor() ([]byte, []int)

Deprecated: Use ConversionLagBucketEnum.ProtoReflect.Descriptor instead.

func (*ConversionLagBucketEnum) ProtoMessage

func (*ConversionLagBucketEnum) ProtoMessage()

func (*ConversionLagBucketEnum) ProtoReflect

func (x *ConversionLagBucketEnum) ProtoReflect() protoreflect.Message

func (*ConversionLagBucketEnum) Reset

func (x *ConversionLagBucketEnum) Reset()

func (*ConversionLagBucketEnum) String

func (x *ConversionLagBucketEnum) String() string

type ConversionLagBucketEnum_ConversionLagBucket

type ConversionLagBucketEnum_ConversionLagBucket int32

Enum representing the number of days between impression and conversion.

const (
	// Not specified.
	ConversionLagBucketEnum_UNSPECIFIED ConversionLagBucketEnum_ConversionLagBucket = 0
	// Used for return value only. Represents value unknown in this version.
	ConversionLagBucketEnum_UNKNOWN ConversionLagBucketEnum_ConversionLagBucket = 1
	// Conversion lag bucket from 0 to 1 day. 0 day is included, 1 day is not.
	ConversionLagBucketEnum_LESS_THAN_ONE_DAY ConversionLagBucketEnum_ConversionLagBucket = 2
	// Conversion lag bucket from 1 to 2 days. 1 day is included, 2 days is not.
	ConversionLagBucketEnum_ONE_TO_TWO_DAYS ConversionLagBucketEnum_ConversionLagBucket = 3
	// Conversion lag bucket from 2 to 3 days. 2 days is included,
	// 3 days is not.
	ConversionLagBucketEnum_TWO_TO_THREE_DAYS ConversionLagBucketEnum_ConversionLagBucket = 4
	// Conversion lag bucket from 3 to 4 days. 3 days is included,
	// 4 days is not.
	ConversionLagBucketEnum_THREE_TO_FOUR_DAYS ConversionLagBucketEnum_ConversionLagBucket = 5
	// Conversion lag bucket from 4 to 5 days. 4 days is included,
	// 5 days is not.
	ConversionLagBucketEnum_FOUR_TO_FIVE_DAYS ConversionLagBucketEnum_ConversionLagBucket = 6
	// Conversion lag bucket from 5 to 6 days. 5 days is included,
	// 6 days is not.
	ConversionLagBucketEnum_FIVE_TO_SIX_DAYS ConversionLagBucketEnum_ConversionLagBucket = 7
	// Conversion lag bucket from 6 to 7 days. 6 days is included,
	// 7 days is not.
	ConversionLagBucketEnum_SIX_TO_SEVEN_DAYS ConversionLagBucketEnum_ConversionLagBucket = 8
	// Conversion lag bucket from 7 to 8 days. 7 days is included,
	// 8 days is not.
	ConversionLagBucketEnum_SEVEN_TO_EIGHT_DAYS ConversionLagBucketEnum_ConversionLagBucket = 9
	// Conversion lag bucket from 8 to 9 days. 8 days is included,
	// 9 days is not.
	ConversionLagBucketEnum_EIGHT_TO_NINE_DAYS ConversionLagBucketEnum_ConversionLagBucket = 10
	// Conversion lag bucket from 9 to 10 days. 9 days is included,
	// 10 days is not.
	ConversionLagBucketEnum_NINE_TO_TEN_DAYS ConversionLagBucketEnum_ConversionLagBucket = 11
	// Conversion lag bucket from 10 to 11 days. 10 days is included,
	// 11 days is not.
	ConversionLagBucketEnum_TEN_TO_ELEVEN_DAYS ConversionLagBucketEnum_ConversionLagBucket = 12
	// Conversion lag bucket from 11 to 12 days. 11 days is included,
	// 12 days is not.
	ConversionLagBucketEnum_ELEVEN_TO_TWELVE_DAYS ConversionLagBucketEnum_ConversionLagBucket = 13
	// Conversion lag bucket from 12 to 13 days. 12 days is included,
	// 13 days is not.
	ConversionLagBucketEnum_TWELVE_TO_THIRTEEN_DAYS ConversionLagBucketEnum_ConversionLagBucket = 14
	// Conversion lag bucket from 13 to 14 days. 13 days is included,
	// 14 days is not.
	ConversionLagBucketEnum_THIRTEEN_TO_FOURTEEN_DAYS ConversionLagBucketEnum_ConversionLagBucket = 15
	// Conversion lag bucket from 14 to 21 days. 14 days is included,
	// 21 days is not.
	ConversionLagBucketEnum_FOURTEEN_TO_TWENTY_ONE_DAYS ConversionLagBucketEnum_ConversionLagBucket = 16
	// Conversion lag bucket from 21 to 30 days. 21 days is included,
	// 30 days is not.
	ConversionLagBucketEnum_TWENTY_ONE_TO_THIRTY_DAYS ConversionLagBucketEnum_ConversionLagBucket = 17
	// Conversion lag bucket from 30 to 45 days. 30 days is included,
	// 45 days is not.
	ConversionLagBucketEnum_THIRTY_TO_FORTY_FIVE_DAYS ConversionLagBucketEnum_ConversionLagBucket = 18
	// Conversion lag bucket from 45 to 60 days. 45 days is included,
	// 60 days is not.
	ConversionLagBucketEnum_FORTY_FIVE_TO_SIXTY_DAYS ConversionLagBucketEnum_ConversionLagBucket = 19
	// Conversion lag bucket from 60 to 90 days. 60 days is included,
	// 90 days is not.
	ConversionLagBucketEnum_SIXTY_TO_NINETY_DAYS ConversionLagBucketEnum_ConversionLagBucket = 20
)

func (ConversionLagBucketEnum_ConversionLagBucket) Descriptor

func (ConversionLagBucketEnum_ConversionLagBucket) Enum

func (ConversionLagBucketEnum_ConversionLagBucket) EnumDescriptor deprecated

func (ConversionLagBucketEnum_ConversionLagBucket) EnumDescriptor() ([]byte, []int)

Deprecated: Use ConversionLagBucketEnum_ConversionLagBucket.Descriptor instead.

func (ConversionLagBucketEnum_ConversionLagBucket) Number

func (ConversionLagBucketEnum_ConversionLagBucket) String

func (ConversionLagBucketEnum_ConversionLagBucket) Type

type ConversionOrAdjustmentLagBucketEnum

type ConversionOrAdjustmentLagBucketEnum struct {
	// contains filtered or unexported fields
}

Container for enum representing the number of days between the impression and the conversion or between the impression and adjustments to the conversion.

func (*ConversionOrAdjustmentLagBucketEnum) Descriptor deprecated

func (*ConversionOrAdjustmentLagBucketEnum) Descriptor() ([]byte, []int)

Deprecated: Use ConversionOrAdjustmentLagBucketEnum.ProtoReflect.Descriptor instead.

func (*ConversionOrAdjustmentLagBucketEnum) ProtoMessage

func (*ConversionOrAdjustmentLagBucketEnum) ProtoMessage()

func (*ConversionOrAdjustmentLagBucketEnum) ProtoReflect

func (*ConversionOrAdjustmentLagBucketEnum) Reset

func (*ConversionOrAdjustmentLagBucketEnum) String

type ConversionOrAdjustmentLagBucketEnum_ConversionOrAdjustmentLagBucket

type ConversionOrAdjustmentLagBucketEnum_ConversionOrAdjustmentLagBucket int32

Enum representing the number of days between the impression and the conversion or between the impression and adjustments to the conversion.

const (
	// Not specified.
	ConversionOrAdjustmentLagBucketEnum_UNSPECIFIED ConversionOrAdjustmentLagBucketEnum_ConversionOrAdjustmentLagBucket = 0
	// Used for return value only. Represents value unknown in this version.
	ConversionOrAdjustmentLagBucketEnum_UNKNOWN ConversionOrAdjustmentLagBucketEnum_ConversionOrAdjustmentLagBucket = 1
	// Conversion lag bucket from 0 to 1 day. 0 day is included, 1 day is not.
	ConversionOrAdjustmentLagBucketEnum_CONVERSION_LESS_THAN_ONE_DAY ConversionOrAdjustmentLagBucketEnum_ConversionOrAdjustmentLagBucket = 2
	// Conversion lag bucket from 1 to 2 days. 1 day is included, 2 days is not.
	ConversionOrAdjustmentLagBucketEnum_CONVERSION_ONE_TO_TWO_DAYS ConversionOrAdjustmentLagBucketEnum_ConversionOrAdjustmentLagBucket = 3
	// Conversion lag bucket from 2 to 3 days. 2 days is included,
	// 3 days is not.
	ConversionOrAdjustmentLagBucketEnum_CONVERSION_TWO_TO_THREE_DAYS ConversionOrAdjustmentLagBucketEnum_ConversionOrAdjustmentLagBucket = 4
	// Conversion lag bucket from 3 to 4 days. 3 days is included,
	// 4 days is not.
	ConversionOrAdjustmentLagBucketEnum_CONVERSION_THREE_TO_FOUR_DAYS ConversionOrAdjustmentLagBucketEnum_ConversionOrAdjustmentLagBucket = 5
	// Conversion lag bucket from 4 to 5 days. 4 days is included,
	// 5 days is not.
	ConversionOrAdjustmentLagBucketEnum_CONVERSION_FOUR_TO_FIVE_DAYS ConversionOrAdjustmentLagBucketEnum_ConversionOrAdjustmentLagBucket = 6
	// Conversion lag bucket from 5 to 6 days. 5 days is included,
	// 6 days is not.
	ConversionOrAdjustmentLagBucketEnum_CONVERSION_FIVE_TO_SIX_DAYS ConversionOrAdjustmentLagBucketEnum_ConversionOrAdjustmentLagBucket = 7
	// Conversion lag bucket from 6 to 7 days. 6 days is included,
	// 7 days is not.
	ConversionOrAdjustmentLagBucketEnum_CONVERSION_SIX_TO_SEVEN_DAYS ConversionOrAdjustmentLagBucketEnum_ConversionOrAdjustmentLagBucket = 8
	// Conversion lag bucket from 7 to 8 days. 7 days is included,
	// 8 days is not.
	ConversionOrAdjustmentLagBucketEnum_CONVERSION_SEVEN_TO_EIGHT_DAYS ConversionOrAdjustmentLagBucketEnum_ConversionOrAdjustmentLagBucket = 9
	// Conversion lag bucket from 8 to 9 days. 8 days is included,
	// 9 days is not.
	ConversionOrAdjustmentLagBucketEnum_CONVERSION_EIGHT_TO_NINE_DAYS ConversionOrAdjustmentLagBucketEnum_ConversionOrAdjustmentLagBucket = 10
	// Conversion lag bucket from 9 to 10 days. 9 days is included,
	// 10 days is not.
	ConversionOrAdjustmentLagBucketEnum_CONVERSION_NINE_TO_TEN_DAYS ConversionOrAdjustmentLagBucketEnum_ConversionOrAdjustmentLagBucket = 11
	// Conversion lag bucket from 10 to 11 days. 10 days is included,
	// 11 days is not.
	ConversionOrAdjustmentLagBucketEnum_CONVERSION_TEN_TO_ELEVEN_DAYS ConversionOrAdjustmentLagBucketEnum_ConversionOrAdjustmentLagBucket = 12
	// Conversion lag bucket from 11 to 12 days. 11 days is included,
	// 12 days is not.
	ConversionOrAdjustmentLagBucketEnum_CONVERSION_ELEVEN_TO_TWELVE_DAYS ConversionOrAdjustmentLagBucketEnum_ConversionOrAdjustmentLagBucket = 13
	// Conversion lag bucket from 12 to 13 days. 12 days is included,
	// 13 days is not.
	ConversionOrAdjustmentLagBucketEnum_CONVERSION_TWELVE_TO_THIRTEEN_DAYS ConversionOrAdjustmentLagBucketEnum_ConversionOrAdjustmentLagBucket = 14
	// Conversion lag bucket from 13 to 14 days. 13 days is included,
	// 14 days is not.
	ConversionOrAdjustmentLagBucketEnum_CONVERSION_THIRTEEN_TO_FOURTEEN_DAYS ConversionOrAdjustmentLagBucketEnum_ConversionOrAdjustmentLagBucket = 15
	// Conversion lag bucket from 14 to 21 days. 14 days is included,
	// 21 days is not.
	ConversionOrAdjustmentLagBucketEnum_CONVERSION_FOURTEEN_TO_TWENTY_ONE_DAYS ConversionOrAdjustmentLagBucketEnum_ConversionOrAdjustmentLagBucket = 16
	// Conversion lag bucket from 21 to 30 days. 21 days is included,
	// 30 days is not.
	ConversionOrAdjustmentLagBucketEnum_CONVERSION_TWENTY_ONE_TO_THIRTY_DAYS ConversionOrAdjustmentLagBucketEnum_ConversionOrAdjustmentLagBucket = 17
	// Conversion lag bucket from 30 to 45 days. 30 days is included,
	// 45 days is not.
	ConversionOrAdjustmentLagBucketEnum_CONVERSION_THIRTY_TO_FORTY_FIVE_DAYS ConversionOrAdjustmentLagBucketEnum_ConversionOrAdjustmentLagBucket = 18
	// Conversion lag bucket from 45 to 60 days. 45 days is included,
	// 60 days is not.
	ConversionOrAdjustmentLagBucketEnum_CONVERSION_FORTY_FIVE_TO_SIXTY_DAYS ConversionOrAdjustmentLagBucketEnum_ConversionOrAdjustmentLagBucket = 19
	// Conversion lag bucket from 60 to 90 days. 60 days is included,
	// 90 days is not.
	ConversionOrAdjustmentLagBucketEnum_CONVERSION_SIXTY_TO_NINETY_DAYS ConversionOrAdjustmentLagBucketEnum_ConversionOrAdjustmentLagBucket = 20
	// Conversion adjustment lag bucket from 0 to 1 day. 0 day is included,
	// 1 day is not.
	ConversionOrAdjustmentLagBucketEnum_ADJUSTMENT_LESS_THAN_ONE_DAY ConversionOrAdjustmentLagBucketEnum_ConversionOrAdjustmentLagBucket = 21
	// Conversion adjustment lag bucket from 1 to 2 days. 1 day is included,
	// 2 days is not.
	ConversionOrAdjustmentLagBucketEnum_ADJUSTMENT_ONE_TO_TWO_DAYS ConversionOrAdjustmentLagBucketEnum_ConversionOrAdjustmentLagBucket = 22
	// Conversion adjustment lag bucket from 2 to 3 days. 2 days is included,
	// 3 days is not.
	ConversionOrAdjustmentLagBucketEnum_ADJUSTMENT_TWO_TO_THREE_DAYS ConversionOrAdjustmentLagBucketEnum_ConversionOrAdjustmentLagBucket = 23
	// Conversion adjustment lag bucket from 3 to 4 days. 3 days is included,
	// 4 days is not.
	ConversionOrAdjustmentLagBucketEnum_ADJUSTMENT_THREE_TO_FOUR_DAYS ConversionOrAdjustmentLagBucketEnum_ConversionOrAdjustmentLagBucket = 24
	// Conversion adjustment lag bucket from 4 to 5 days. 4 days is included,
	// 5 days is not.
	ConversionOrAdjustmentLagBucketEnum_ADJUSTMENT_FOUR_TO_FIVE_DAYS ConversionOrAdjustmentLagBucketEnum_ConversionOrAdjustmentLagBucket = 25
	// Conversion adjustment lag bucket from 5 to 6 days. 5 days is included,
	// 6 days is not.
	ConversionOrAdjustmentLagBucketEnum_ADJUSTMENT_FIVE_TO_SIX_DAYS ConversionOrAdjustmentLagBucketEnum_ConversionOrAdjustmentLagBucket = 26
	// Conversion adjustment lag bucket from 6 to 7 days. 6 days is included,
	// 7 days is not.
	ConversionOrAdjustmentLagBucketEnum_ADJUSTMENT_SIX_TO_SEVEN_DAYS ConversionOrAdjustmentLagBucketEnum_ConversionOrAdjustmentLagBucket = 27
	// Conversion adjustment lag bucket from 7 to 8 days. 7 days is included,
	// 8 days is not.
	ConversionOrAdjustmentLagBucketEnum_ADJUSTMENT_SEVEN_TO_EIGHT_DAYS ConversionOrAdjustmentLagBucketEnum_ConversionOrAdjustmentLagBucket = 28
	// Conversion adjustment lag bucket from 8 to 9 days. 8 days is included,
	// 9 days is not.
	ConversionOrAdjustmentLagBucketEnum_ADJUSTMENT_EIGHT_TO_NINE_DAYS ConversionOrAdjustmentLagBucketEnum_ConversionOrAdjustmentLagBucket = 29
	// Conversion adjustment lag bucket from 9 to 10 days. 9 days is included,
	// 10 days is not.
	ConversionOrAdjustmentLagBucketEnum_ADJUSTMENT_NINE_TO_TEN_DAYS ConversionOrAdjustmentLagBucketEnum_ConversionOrAdjustmentLagBucket = 30
	// Conversion adjustment lag bucket from 10 to 11 days. 10 days is included,
	// 11 days is not.
	ConversionOrAdjustmentLagBucketEnum_ADJUSTMENT_TEN_TO_ELEVEN_DAYS ConversionOrAdjustmentLagBucketEnum_ConversionOrAdjustmentLagBucket = 31
	// Conversion adjustment lag bucket from 11 to 12 days. 11 days is included,
	// 12 days is not.
	ConversionOrAdjustmentLagBucketEnum_ADJUSTMENT_ELEVEN_TO_TWELVE_DAYS ConversionOrAdjustmentLagBucketEnum_ConversionOrAdjustmentLagBucket = 32
	// Conversion adjustment lag bucket from 12 to 13 days. 12 days is included,
	// 13 days is not.
	ConversionOrAdjustmentLagBucketEnum_ADJUSTMENT_TWELVE_TO_THIRTEEN_DAYS ConversionOrAdjustmentLagBucketEnum_ConversionOrAdjustmentLagBucket = 33
	// Conversion adjustment lag bucket from 13 to 14 days. 13 days is included,
	// 14 days is not.
	ConversionOrAdjustmentLagBucketEnum_ADJUSTMENT_THIRTEEN_TO_FOURTEEN_DAYS ConversionOrAdjustmentLagBucketEnum_ConversionOrAdjustmentLagBucket = 34
	// Conversion adjustment lag bucket from 14 to 21 days. 14 days is included,
	// 21 days is not.
	ConversionOrAdjustmentLagBucketEnum_ADJUSTMENT_FOURTEEN_TO_TWENTY_ONE_DAYS ConversionOrAdjustmentLagBucketEnum_ConversionOrAdjustmentLagBucket = 35
	// Conversion adjustment lag bucket from 21 to 30 days. 21 days is included,
	// 30 days is not.
	ConversionOrAdjustmentLagBucketEnum_ADJUSTMENT_TWENTY_ONE_TO_THIRTY_DAYS ConversionOrAdjustmentLagBucketEnum_ConversionOrAdjustmentLagBucket = 36
	// Conversion adjustment lag bucket from 30 to 45 days. 30 days is included,
	// 45 days is not.
	ConversionOrAdjustmentLagBucketEnum_ADJUSTMENT_THIRTY_TO_FORTY_FIVE_DAYS ConversionOrAdjustmentLagBucketEnum_ConversionOrAdjustmentLagBucket = 37
	// Conversion adjustment lag bucket from 45 to 60 days. 45 days is included,
	// 60 days is not.
	ConversionOrAdjustmentLagBucketEnum_ADJUSTMENT_FORTY_FIVE_TO_SIXTY_DAYS ConversionOrAdjustmentLagBucketEnum_ConversionOrAdjustmentLagBucket = 38
	// Conversion adjustment lag bucket from 60 to 90 days. 60 days is included,
	// 90 days is not.
	ConversionOrAdjustmentLagBucketEnum_ADJUSTMENT_SIXTY_TO_NINETY_DAYS ConversionOrAdjustmentLagBucketEnum_ConversionOrAdjustmentLagBucket = 39
	// Conversion adjustment lag bucket from 90 to 145 days. 90 days is
	// included, 145 days is not.
	ConversionOrAdjustmentLagBucketEnum_ADJUSTMENT_NINETY_TO_ONE_HUNDRED_AND_FORTY_FIVE_DAYS ConversionOrAdjustmentLagBucketEnum_ConversionOrAdjustmentLagBucket = 40
	// Conversion lag bucket UNKNOWN. This is for dates before conversion lag
	// bucket was available in Google Ads.
	ConversionOrAdjustmentLagBucketEnum_CONVERSION_UNKNOWN ConversionOrAdjustmentLagBucketEnum_ConversionOrAdjustmentLagBucket = 41
	// Conversion adjustment lag bucket UNKNOWN. This is for dates before
	// conversion adjustment lag bucket was available in Google Ads.
	ConversionOrAdjustmentLagBucketEnum_ADJUSTMENT_UNKNOWN ConversionOrAdjustmentLagBucketEnum_ConversionOrAdjustmentLagBucket = 42
)

func (ConversionOrAdjustmentLagBucketEnum_ConversionOrAdjustmentLagBucket) Descriptor

func (ConversionOrAdjustmentLagBucketEnum_ConversionOrAdjustmentLagBucket) Enum

func (ConversionOrAdjustmentLagBucketEnum_ConversionOrAdjustmentLagBucket) EnumDescriptor deprecated

Deprecated: Use ConversionOrAdjustmentLagBucketEnum_ConversionOrAdjustmentLagBucket.Descriptor instead.

func (ConversionOrAdjustmentLagBucketEnum_ConversionOrAdjustmentLagBucket) Number

func (ConversionOrAdjustmentLagBucketEnum_ConversionOrAdjustmentLagBucket) String

func (ConversionOrAdjustmentLagBucketEnum_ConversionOrAdjustmentLagBucket) Type

type CriterionCategoryChannelAvailabilityModeEnum

type CriterionCategoryChannelAvailabilityModeEnum struct {
	// contains filtered or unexported fields
}

Describes channel availability mode for a criterion availability - whether the availability is meant to include all advertising channels, or a particular channel with all its channel subtypes, or a channel with a certain subset of channel subtypes.

func (*CriterionCategoryChannelAvailabilityModeEnum) Descriptor deprecated

Deprecated: Use CriterionCategoryChannelAvailabilityModeEnum.ProtoReflect.Descriptor instead.

func (*CriterionCategoryChannelAvailabilityModeEnum) ProtoMessage

func (*CriterionCategoryChannelAvailabilityModeEnum) ProtoReflect

func (*CriterionCategoryChannelAvailabilityModeEnum) Reset

func (*CriterionCategoryChannelAvailabilityModeEnum) String

type CriterionCategoryChannelAvailabilityModeEnum_CriterionCategoryChannelAvailabilityMode

type CriterionCategoryChannelAvailabilityModeEnum_CriterionCategoryChannelAvailabilityMode int32

Enum containing the possible CriterionCategoryChannelAvailabilityMode.

const (
	// Not specified.
	CriterionCategoryChannelAvailabilityModeEnum_UNSPECIFIED CriterionCategoryChannelAvailabilityModeEnum_CriterionCategoryChannelAvailabilityMode = 0
	// Used for return value only. Represents value unknown in this version.
	CriterionCategoryChannelAvailabilityModeEnum_UNKNOWN CriterionCategoryChannelAvailabilityModeEnum_CriterionCategoryChannelAvailabilityMode = 1
	// The category is available to campaigns of all channel types and subtypes.
	CriterionCategoryChannelAvailabilityModeEnum_ALL_CHANNELS CriterionCategoryChannelAvailabilityModeEnum_CriterionCategoryChannelAvailabilityMode = 2
	// The category is available to campaigns of a specific channel type,
	// including all subtypes under it.
	CriterionCategoryChannelAvailabilityModeEnum_CHANNEL_TYPE_AND_ALL_SUBTYPES CriterionCategoryChannelAvailabilityModeEnum_CriterionCategoryChannelAvailabilityMode = 3
	// The category is available to campaigns of a specific channel type and
	// subtype(s).
	CriterionCategoryChannelAvailabilityModeEnum_CHANNEL_TYPE_AND_SUBSET_SUBTYPES CriterionCategoryChannelAvailabilityModeEnum_CriterionCategoryChannelAvailabilityMode = 4
)

func (CriterionCategoryChannelAvailabilityModeEnum_CriterionCategoryChannelAvailabilityMode) Descriptor

func (CriterionCategoryChannelAvailabilityModeEnum_CriterionCategoryChannelAvailabilityMode) EnumDescriptor deprecated

Deprecated: Use CriterionCategoryChannelAvailabilityModeEnum_CriterionCategoryChannelAvailabilityMode.Descriptor instead.

func (CriterionCategoryChannelAvailabilityModeEnum_CriterionCategoryChannelAvailabilityMode) Number

func (CriterionCategoryChannelAvailabilityModeEnum_CriterionCategoryChannelAvailabilityMode) String

func (CriterionCategoryChannelAvailabilityModeEnum_CriterionCategoryChannelAvailabilityMode) Type

type CriterionCategoryLocaleAvailabilityModeEnum

type CriterionCategoryLocaleAvailabilityModeEnum struct {
	// contains filtered or unexported fields
}

Describes locale availability mode for a criterion availability - whether it's available globally, or a particular country with all languages, or a particular language with all countries, or a country-language pair.

func (*CriterionCategoryLocaleAvailabilityModeEnum) Descriptor deprecated

Deprecated: Use CriterionCategoryLocaleAvailabilityModeEnum.ProtoReflect.Descriptor instead.

func (*CriterionCategoryLocaleAvailabilityModeEnum) ProtoMessage

func (*CriterionCategoryLocaleAvailabilityModeEnum) ProtoReflect

func (*CriterionCategoryLocaleAvailabilityModeEnum) Reset

func (*CriterionCategoryLocaleAvailabilityModeEnum) String

type CriterionCategoryLocaleAvailabilityModeEnum_CriterionCategoryLocaleAvailabilityMode

type CriterionCategoryLocaleAvailabilityModeEnum_CriterionCategoryLocaleAvailabilityMode int32

Enum containing the possible CriterionCategoryLocaleAvailabilityMode.

const (
	// Not specified.
	CriterionCategoryLocaleAvailabilityModeEnum_UNSPECIFIED CriterionCategoryLocaleAvailabilityModeEnum_CriterionCategoryLocaleAvailabilityMode = 0
	// Used for return value only. Represents value unknown in this version.
	CriterionCategoryLocaleAvailabilityModeEnum_UNKNOWN CriterionCategoryLocaleAvailabilityModeEnum_CriterionCategoryLocaleAvailabilityMode = 1
	// The category is available to campaigns of all locales.
	CriterionCategoryLocaleAvailabilityModeEnum_ALL_LOCALES CriterionCategoryLocaleAvailabilityModeEnum_CriterionCategoryLocaleAvailabilityMode = 2
	// The category is available to campaigns within a list of countries,
	// regardless of language.
	CriterionCategoryLocaleAvailabilityModeEnum_COUNTRY_AND_ALL_LANGUAGES CriterionCategoryLocaleAvailabilityModeEnum_CriterionCategoryLocaleAvailabilityMode = 3
	// The category is available to campaigns within a list of languages,
	// regardless of country.
	CriterionCategoryLocaleAvailabilityModeEnum_LANGUAGE_AND_ALL_COUNTRIES CriterionCategoryLocaleAvailabilityModeEnum_CriterionCategoryLocaleAvailabilityMode = 4
	// The category is available to campaigns within a list of country, language
	// pairs.
	CriterionCategoryLocaleAvailabilityModeEnum_COUNTRY_AND_LANGUAGE CriterionCategoryLocaleAvailabilityModeEnum_CriterionCategoryLocaleAvailabilityMode = 5
)

func (CriterionCategoryLocaleAvailabilityModeEnum_CriterionCategoryLocaleAvailabilityMode) Descriptor

func (CriterionCategoryLocaleAvailabilityModeEnum_CriterionCategoryLocaleAvailabilityMode) EnumDescriptor deprecated

Deprecated: Use CriterionCategoryLocaleAvailabilityModeEnum_CriterionCategoryLocaleAvailabilityMode.Descriptor instead.

func (CriterionCategoryLocaleAvailabilityModeEnum_CriterionCategoryLocaleAvailabilityMode) Number

func (CriterionCategoryLocaleAvailabilityModeEnum_CriterionCategoryLocaleAvailabilityMode) String

func (CriterionCategoryLocaleAvailabilityModeEnum_CriterionCategoryLocaleAvailabilityMode) Type

type CriterionSystemServingStatusEnum

type CriterionSystemServingStatusEnum struct {
	// contains filtered or unexported fields
}

Container for enum describing possible criterion system serving statuses.

func (*CriterionSystemServingStatusEnum) Descriptor deprecated

func (*CriterionSystemServingStatusEnum) Descriptor() ([]byte, []int)

Deprecated: Use CriterionSystemServingStatusEnum.ProtoReflect.Descriptor instead.

func (*CriterionSystemServingStatusEnum) ProtoMessage

func (*CriterionSystemServingStatusEnum) ProtoMessage()

func (*CriterionSystemServingStatusEnum) ProtoReflect

func (*CriterionSystemServingStatusEnum) Reset

func (*CriterionSystemServingStatusEnum) String

type CriterionSystemServingStatusEnum_CriterionSystemServingStatus

type CriterionSystemServingStatusEnum_CriterionSystemServingStatus int32

Enumerates criterion system serving statuses.

const (
	// Not specified.
	CriterionSystemServingStatusEnum_UNSPECIFIED CriterionSystemServingStatusEnum_CriterionSystemServingStatus = 0
	// The value is unknown in this version.
	CriterionSystemServingStatusEnum_UNKNOWN CriterionSystemServingStatusEnum_CriterionSystemServingStatus = 1
	// Eligible.
	CriterionSystemServingStatusEnum_ELIGIBLE CriterionSystemServingStatusEnum_CriterionSystemServingStatus = 2
	// Low search volume.
	CriterionSystemServingStatusEnum_RARELY_SERVED CriterionSystemServingStatusEnum_CriterionSystemServingStatus = 3
)

func (CriterionSystemServingStatusEnum_CriterionSystemServingStatus) Descriptor

func (CriterionSystemServingStatusEnum_CriterionSystemServingStatus) Enum

func (CriterionSystemServingStatusEnum_CriterionSystemServingStatus) EnumDescriptor deprecated

Deprecated: Use CriterionSystemServingStatusEnum_CriterionSystemServingStatus.Descriptor instead.

func (CriterionSystemServingStatusEnum_CriterionSystemServingStatus) Number

func (CriterionSystemServingStatusEnum_CriterionSystemServingStatus) String

func (CriterionSystemServingStatusEnum_CriterionSystemServingStatus) Type

type CriterionTypeEnum

type CriterionTypeEnum struct {
	// contains filtered or unexported fields
}

The possible types of a criterion.

func (*CriterionTypeEnum) Descriptor deprecated

func (*CriterionTypeEnum) Descriptor() ([]byte, []int)

Deprecated: Use CriterionTypeEnum.ProtoReflect.Descriptor instead.

func (*CriterionTypeEnum) ProtoMessage

func (*CriterionTypeEnum) ProtoMessage()

func (*CriterionTypeEnum) ProtoReflect

func (x *CriterionTypeEnum) ProtoReflect() protoreflect.Message

func (*CriterionTypeEnum) Reset

func (x *CriterionTypeEnum) Reset()

func (*CriterionTypeEnum) String

func (x *CriterionTypeEnum) String() string

type CriterionTypeEnum_CriterionType

type CriterionTypeEnum_CriterionType int32

Enum describing possible criterion types.

const (
	// Not specified.
	CriterionTypeEnum_UNSPECIFIED CriterionTypeEnum_CriterionType = 0
	// Used for return value only. Represents value unknown in this version.
	CriterionTypeEnum_UNKNOWN CriterionTypeEnum_CriterionType = 1
	// Keyword. e.g. 'mars cruise'.
	CriterionTypeEnum_KEYWORD CriterionTypeEnum_CriterionType = 2
	// Placement, aka Website. e.g. 'www.flowers4sale.com'
	CriterionTypeEnum_PLACEMENT CriterionTypeEnum_CriterionType = 3
	// Mobile application categories to target.
	CriterionTypeEnum_MOBILE_APP_CATEGORY CriterionTypeEnum_CriterionType = 4
	// Mobile applications to target.
	CriterionTypeEnum_MOBILE_APPLICATION CriterionTypeEnum_CriterionType = 5
	// Devices to target.
	CriterionTypeEnum_DEVICE CriterionTypeEnum_CriterionType = 6
	// Locations to target.
	CriterionTypeEnum_LOCATION CriterionTypeEnum_CriterionType = 7
	// Listing groups to target.
	CriterionTypeEnum_LISTING_GROUP CriterionTypeEnum_CriterionType = 8
	// Ad Schedule.
	CriterionTypeEnum_AD_SCHEDULE CriterionTypeEnum_CriterionType = 9
	// Age range.
	CriterionTypeEnum_AGE_RANGE CriterionTypeEnum_CriterionType = 10
	// Gender.
	CriterionTypeEnum_GENDER CriterionTypeEnum_CriterionType = 11
	// Income Range.
	CriterionTypeEnum_INCOME_RANGE CriterionTypeEnum_CriterionType = 12
	// Parental status.
	CriterionTypeEnum_PARENTAL_STATUS CriterionTypeEnum_CriterionType = 13
	// YouTube Video.
	CriterionTypeEnum_YOUTUBE_VIDEO CriterionTypeEnum_CriterionType = 14
	// YouTube Channel.
	CriterionTypeEnum_YOUTUBE_CHANNEL CriterionTypeEnum_CriterionType = 15
	// User list.
	CriterionTypeEnum_USER_LIST CriterionTypeEnum_CriterionType = 16
	// Proximity.
	CriterionTypeEnum_PROXIMITY CriterionTypeEnum_CriterionType = 17
	// A topic target on the display network (e.g. "Pets & Animals").
	CriterionTypeEnum_TOPIC CriterionTypeEnum_CriterionType = 18
	// Listing scope to target.
	CriterionTypeEnum_LISTING_SCOPE CriterionTypeEnum_CriterionType = 19
	// Language.
	CriterionTypeEnum_LANGUAGE CriterionTypeEnum_CriterionType = 20
	// IpBlock.
	CriterionTypeEnum_IP_BLOCK CriterionTypeEnum_CriterionType = 21
	// Content Label for category exclusion.
	CriterionTypeEnum_CONTENT_LABEL CriterionTypeEnum_CriterionType = 22
	// Carrier.
	CriterionTypeEnum_CARRIER CriterionTypeEnum_CriterionType = 23
	// A category the user is interested in.
	CriterionTypeEnum_USER_INTEREST CriterionTypeEnum_CriterionType = 24
	// Webpage criterion for dynamic search ads.
	CriterionTypeEnum_WEBPAGE CriterionTypeEnum_CriterionType = 25
	// Operating system version.
	CriterionTypeEnum_OPERATING_SYSTEM_VERSION CriterionTypeEnum_CriterionType = 26
	// App payment model.
	CriterionTypeEnum_APP_PAYMENT_MODEL CriterionTypeEnum_CriterionType = 27
	// Mobile device.
	CriterionTypeEnum_MOBILE_DEVICE CriterionTypeEnum_CriterionType = 28
	// Custom affinity.
	CriterionTypeEnum_CUSTOM_AFFINITY CriterionTypeEnum_CriterionType = 29
	// Custom intent.
	CriterionTypeEnum_CUSTOM_INTENT CriterionTypeEnum_CriterionType = 30
	// Location group.
	CriterionTypeEnum_LOCATION_GROUP CriterionTypeEnum_CriterionType = 31
)

func (CriterionTypeEnum_CriterionType) Descriptor

func (CriterionTypeEnum_CriterionType) Enum

func (CriterionTypeEnum_CriterionType) EnumDescriptor deprecated

func (CriterionTypeEnum_CriterionType) EnumDescriptor() ([]byte, []int)

Deprecated: Use CriterionTypeEnum_CriterionType.Descriptor instead.

func (CriterionTypeEnum_CriterionType) Number

func (CriterionTypeEnum_CriterionType) String

func (CriterionTypeEnum_CriterionType) Type

type CustomInterestMemberTypeEnum

type CustomInterestMemberTypeEnum struct {
	// contains filtered or unexported fields
}

The types of custom interest member, either KEYWORD or URL.

func (*CustomInterestMemberTypeEnum) Descriptor deprecated

func (*CustomInterestMemberTypeEnum) Descriptor() ([]byte, []int)

Deprecated: Use CustomInterestMemberTypeEnum.ProtoReflect.Descriptor instead.

func (*CustomInterestMemberTypeEnum) ProtoMessage

func (*CustomInterestMemberTypeEnum) ProtoMessage()

func (*CustomInterestMemberTypeEnum) ProtoReflect

func (*CustomInterestMemberTypeEnum) Reset

func (x *CustomInterestMemberTypeEnum) Reset()

func (*CustomInterestMemberTypeEnum) String

type CustomInterestMemberTypeEnum_CustomInterestMemberType

type CustomInterestMemberTypeEnum_CustomInterestMemberType int32

Enum containing possible custom interest member types.

const (
	// Not specified.
	CustomInterestMemberTypeEnum_UNSPECIFIED CustomInterestMemberTypeEnum_CustomInterestMemberType = 0
	// Used for return value only. Represents value unknown in this version.
	CustomInterestMemberTypeEnum_UNKNOWN CustomInterestMemberTypeEnum_CustomInterestMemberType = 1
	// Custom interest member type KEYWORD.
	CustomInterestMemberTypeEnum_KEYWORD CustomInterestMemberTypeEnum_CustomInterestMemberType = 2
	// Custom interest member type URL.
	CustomInterestMemberTypeEnum_URL CustomInterestMemberTypeEnum_CustomInterestMemberType = 3
)

func (CustomInterestMemberTypeEnum_CustomInterestMemberType) Descriptor

func (CustomInterestMemberTypeEnum_CustomInterestMemberType) Enum

func (CustomInterestMemberTypeEnum_CustomInterestMemberType) EnumDescriptor deprecated

Deprecated: Use CustomInterestMemberTypeEnum_CustomInterestMemberType.Descriptor instead.

func (CustomInterestMemberTypeEnum_CustomInterestMemberType) Number

func (CustomInterestMemberTypeEnum_CustomInterestMemberType) String

func (CustomInterestMemberTypeEnum_CustomInterestMemberType) Type

type CustomInterestStatusEnum

type CustomInterestStatusEnum struct {
	// contains filtered or unexported fields
}

The status of custom interest.

func (*CustomInterestStatusEnum) Descriptor deprecated

func (*CustomInterestStatusEnum) Descriptor() ([]byte, []int)

Deprecated: Use CustomInterestStatusEnum.ProtoReflect.Descriptor instead.

func (*CustomInterestStatusEnum) ProtoMessage

func (*CustomInterestStatusEnum) ProtoMessage()

func (*CustomInterestStatusEnum) ProtoReflect

func (x *CustomInterestStatusEnum) ProtoReflect() protoreflect.Message

func (*CustomInterestStatusEnum) Reset

func (x *CustomInterestStatusEnum) Reset()

func (*CustomInterestStatusEnum) String

func (x *CustomInterestStatusEnum) String() string

type CustomInterestStatusEnum_CustomInterestStatus

type CustomInterestStatusEnum_CustomInterestStatus int32

Enum containing possible custom interest types.

const (
	// Not specified.
	CustomInterestStatusEnum_UNSPECIFIED CustomInterestStatusEnum_CustomInterestStatus = 0
	// Used for return value only. Represents value unknown in this version.
	CustomInterestStatusEnum_UNKNOWN CustomInterestStatusEnum_CustomInterestStatus = 1
	// Enabled status - custom interest is enabled and can be targeted to.
	CustomInterestStatusEnum_ENABLED CustomInterestStatusEnum_CustomInterestStatus = 2
	// Removed status - custom interest is removed and cannot be used for
	// targeting.
	CustomInterestStatusEnum_REMOVED CustomInterestStatusEnum_CustomInterestStatus = 3
)

func (CustomInterestStatusEnum_CustomInterestStatus) Descriptor

func (CustomInterestStatusEnum_CustomInterestStatus) Enum

func (CustomInterestStatusEnum_CustomInterestStatus) EnumDescriptor deprecated

func (CustomInterestStatusEnum_CustomInterestStatus) EnumDescriptor() ([]byte, []int)

Deprecated: Use CustomInterestStatusEnum_CustomInterestStatus.Descriptor instead.

func (CustomInterestStatusEnum_CustomInterestStatus) Number

func (CustomInterestStatusEnum_CustomInterestStatus) String

func (CustomInterestStatusEnum_CustomInterestStatus) Type

type CustomInterestTypeEnum

type CustomInterestTypeEnum struct {
	// contains filtered or unexported fields
}

The types of custom interest.

func (*CustomInterestTypeEnum) Descriptor deprecated

func (*CustomInterestTypeEnum) Descriptor() ([]byte, []int)

Deprecated: Use CustomInterestTypeEnum.ProtoReflect.Descriptor instead.

func (*CustomInterestTypeEnum) ProtoMessage

func (*CustomInterestTypeEnum) ProtoMessage()

func (*CustomInterestTypeEnum) ProtoReflect

func (x *CustomInterestTypeEnum) ProtoReflect() protoreflect.Message

func (*CustomInterestTypeEnum) Reset

func (x *CustomInterestTypeEnum) Reset()

func (*CustomInterestTypeEnum) String

func (x *CustomInterestTypeEnum) String() string

type CustomInterestTypeEnum_CustomInterestType

type CustomInterestTypeEnum_CustomInterestType int32

Enum containing possible custom interest types.

const (
	// Not specified.
	CustomInterestTypeEnum_UNSPECIFIED CustomInterestTypeEnum_CustomInterestType = 0
	// Used for return value only. Represents value unknown in this version.
	CustomInterestTypeEnum_UNKNOWN CustomInterestTypeEnum_CustomInterestType = 1
	// Allows brand advertisers to define custom affinity audience lists.
	CustomInterestTypeEnum_CUSTOM_AFFINITY CustomInterestTypeEnum_CustomInterestType = 2
	// Allows advertisers to define custom intent audience lists.
	CustomInterestTypeEnum_CUSTOM_INTENT CustomInterestTypeEnum_CustomInterestType = 3
)

func (CustomInterestTypeEnum_CustomInterestType) Descriptor

func (CustomInterestTypeEnum_CustomInterestType) Enum

func (CustomInterestTypeEnum_CustomInterestType) EnumDescriptor deprecated

func (CustomInterestTypeEnum_CustomInterestType) EnumDescriptor() ([]byte, []int)

Deprecated: Use CustomInterestTypeEnum_CustomInterestType.Descriptor instead.

func (CustomInterestTypeEnum_CustomInterestType) Number

func (CustomInterestTypeEnum_CustomInterestType) String

func (CustomInterestTypeEnum_CustomInterestType) Type

type CustomPlaceholderFieldEnum

type CustomPlaceholderFieldEnum struct {
	// contains filtered or unexported fields
}

Values for Custom placeholder fields. For more information about dynamic remarketing feeds, see https://support.google.com/google-ads/answer/6053288.

func (*CustomPlaceholderFieldEnum) Descriptor deprecated

func (*CustomPlaceholderFieldEnum) Descriptor() ([]byte, []int)

Deprecated: Use CustomPlaceholderFieldEnum.ProtoReflect.Descriptor instead.

func (*CustomPlaceholderFieldEnum) ProtoMessage

func (*CustomPlaceholderFieldEnum) ProtoMessage()

func (*CustomPlaceholderFieldEnum) ProtoReflect

func (*CustomPlaceholderFieldEnum) Reset

func (x *CustomPlaceholderFieldEnum) Reset()

func (*CustomPlaceholderFieldEnum) String

func (x *CustomPlaceholderFieldEnum) String() string

type CustomPlaceholderFieldEnum_CustomPlaceholderField

type CustomPlaceholderFieldEnum_CustomPlaceholderField int32

Possible values for Custom placeholder fields.

const (
	// Not specified.
	CustomPlaceholderFieldEnum_UNSPECIFIED CustomPlaceholderFieldEnum_CustomPlaceholderField = 0
	// Used for return value only. Represents value unknown in this version.
	CustomPlaceholderFieldEnum_UNKNOWN CustomPlaceholderFieldEnum_CustomPlaceholderField = 1
	// Data Type: STRING. Required. Combination ID and ID2 must be unique per
	// offer.
	CustomPlaceholderFieldEnum_ID CustomPlaceholderFieldEnum_CustomPlaceholderField = 2
	// Data Type: STRING. Combination ID and ID2 must be unique per offer.
	CustomPlaceholderFieldEnum_ID2 CustomPlaceholderFieldEnum_CustomPlaceholderField = 3
	// Data Type: STRING. Required. Main headline with product name to be shown
	// in dynamic ad.
	CustomPlaceholderFieldEnum_ITEM_TITLE CustomPlaceholderFieldEnum_CustomPlaceholderField = 4
	// Data Type: STRING. Optional text to be shown in the image ad.
	CustomPlaceholderFieldEnum_ITEM_SUBTITLE CustomPlaceholderFieldEnum_CustomPlaceholderField = 5
	// Data Type: STRING. Optional description of the product to be shown in the
	// ad.
	CustomPlaceholderFieldEnum_ITEM_DESCRIPTION CustomPlaceholderFieldEnum_CustomPlaceholderField = 6
	// Data Type: STRING. Full address of your offer or service, including
	// postal code. This will be used to identify the closest product to the
	// user when there are multiple offers in the feed that are relevant to the
	// user.
	CustomPlaceholderFieldEnum_ITEM_ADDRESS CustomPlaceholderFieldEnum_CustomPlaceholderField = 7
	// Data Type: STRING. Price to be shown in the ad.
	// Example: "100.00 USD"
	CustomPlaceholderFieldEnum_PRICE CustomPlaceholderFieldEnum_CustomPlaceholderField = 8
	// Data Type: STRING. Formatted price to be shown in the ad.
	// Example: "Starting at $100.00 USD", "$80 - $100"
	CustomPlaceholderFieldEnum_FORMATTED_PRICE CustomPlaceholderFieldEnum_CustomPlaceholderField = 9
	// Data Type: STRING. Sale price to be shown in the ad.
	// Example: "80.00 USD"
	CustomPlaceholderFieldEnum_SALE_PRICE CustomPlaceholderFieldEnum_CustomPlaceholderField = 10
	// Data Type: STRING. Formatted sale price to be shown in the ad.
	// Example: "On sale for $80.00", "$60 - $80"
	CustomPlaceholderFieldEnum_FORMATTED_SALE_PRICE CustomPlaceholderFieldEnum_CustomPlaceholderField = 11
	// Data Type: URL. Image to be displayed in the ad. Highly recommended for
	// image ads.
	CustomPlaceholderFieldEnum_IMAGE_URL CustomPlaceholderFieldEnum_CustomPlaceholderField = 12
	// Data Type: STRING. Used as a recommendation engine signal to serve items
	// in the same category.
	CustomPlaceholderFieldEnum_ITEM_CATEGORY CustomPlaceholderFieldEnum_CustomPlaceholderField = 13
	// Data Type: URL_LIST. Final URLs for the ad when using Upgraded
	// URLs. User will be redirected to these URLs when they click on an ad, or
	// when they click on a specific product for ads that have multiple
	// products.
	CustomPlaceholderFieldEnum_FINAL_URLS CustomPlaceholderFieldEnum_CustomPlaceholderField = 14
	// Data Type: URL_LIST. Final mobile URLs for the ad when using Upgraded
	// URLs.
	CustomPlaceholderFieldEnum_FINAL_MOBILE_URLS CustomPlaceholderFieldEnum_CustomPlaceholderField = 15
	// Data Type: URL. Tracking template for the ad when using Upgraded URLs.
	CustomPlaceholderFieldEnum_TRACKING_URL CustomPlaceholderFieldEnum_CustomPlaceholderField = 16
	// Data Type: STRING_LIST. Keywords used for product retrieval.
	CustomPlaceholderFieldEnum_CONTEXTUAL_KEYWORDS CustomPlaceholderFieldEnum_CustomPlaceholderField = 17
	// Data Type: STRING. Android app link. Must be formatted as:
	// android-app://{package_id}/{scheme}/{host_path}.
	// The components are defined as follows:
	// package_id: app ID as specified in Google Play.
	// scheme: the scheme to pass to the application. Can be HTTP, or a custom
	//   scheme.
	// host_path: identifies the specific content within your application.
	CustomPlaceholderFieldEnum_ANDROID_APP_LINK CustomPlaceholderFieldEnum_CustomPlaceholderField = 18
	// Data Type: STRING_LIST. List of recommended IDs to show together with
	// this item.
	CustomPlaceholderFieldEnum_SIMILAR_IDS CustomPlaceholderFieldEnum_CustomPlaceholderField = 19
	// Data Type: STRING. iOS app link.
	CustomPlaceholderFieldEnum_IOS_APP_LINK CustomPlaceholderFieldEnum_CustomPlaceholderField = 20
	// Data Type: INT64. iOS app store ID.
	CustomPlaceholderFieldEnum_IOS_APP_STORE_ID CustomPlaceholderFieldEnum_CustomPlaceholderField = 21
)

func (CustomPlaceholderFieldEnum_CustomPlaceholderField) Descriptor

func (CustomPlaceholderFieldEnum_CustomPlaceholderField) Enum

func (CustomPlaceholderFieldEnum_CustomPlaceholderField) EnumDescriptor deprecated

Deprecated: Use CustomPlaceholderFieldEnum_CustomPlaceholderField.Descriptor instead.

func (CustomPlaceholderFieldEnum_CustomPlaceholderField) Number

func (CustomPlaceholderFieldEnum_CustomPlaceholderField) String

func (CustomPlaceholderFieldEnum_CustomPlaceholderField) Type

type CustomerMatchUploadKeyTypeEnum

type CustomerMatchUploadKeyTypeEnum struct {
	// contains filtered or unexported fields
}

Indicates what type of data are the user list's members matched from.

func (*CustomerMatchUploadKeyTypeEnum) Descriptor deprecated

func (*CustomerMatchUploadKeyTypeEnum) Descriptor() ([]byte, []int)

Deprecated: Use CustomerMatchUploadKeyTypeEnum.ProtoReflect.Descriptor instead.

func (*CustomerMatchUploadKeyTypeEnum) ProtoMessage

func (*CustomerMatchUploadKeyTypeEnum) ProtoMessage()

func (*CustomerMatchUploadKeyTypeEnum) ProtoReflect

func (*CustomerMatchUploadKeyTypeEnum) Reset

func (x *CustomerMatchUploadKeyTypeEnum) Reset()

func (*CustomerMatchUploadKeyTypeEnum) String

type CustomerMatchUploadKeyTypeEnum_CustomerMatchUploadKeyType

type CustomerMatchUploadKeyTypeEnum_CustomerMatchUploadKeyType int32

Enum describing possible customer match upload key types.

const (
	// Not specified.
	CustomerMatchUploadKeyTypeEnum_UNSPECIFIED CustomerMatchUploadKeyTypeEnum_CustomerMatchUploadKeyType = 0
	// Used for return value only. Represents value unknown in this version.
	CustomerMatchUploadKeyTypeEnum_UNKNOWN CustomerMatchUploadKeyTypeEnum_CustomerMatchUploadKeyType = 1
	// Members are matched from customer info such as email address, phone
	// number or physical address.
	CustomerMatchUploadKeyTypeEnum_CONTACT_INFO CustomerMatchUploadKeyTypeEnum_CustomerMatchUploadKeyType = 2
	// Members are matched from a user id generated and assigned by the
	// advertiser.
	CustomerMatchUploadKeyTypeEnum_CRM_ID CustomerMatchUploadKeyTypeEnum_CustomerMatchUploadKeyType = 3
	// Members are matched from mobile advertising ids.
	CustomerMatchUploadKeyTypeEnum_MOBILE_ADVERTISING_ID CustomerMatchUploadKeyTypeEnum_CustomerMatchUploadKeyType = 4
)

func (CustomerMatchUploadKeyTypeEnum_CustomerMatchUploadKeyType) Descriptor

func (CustomerMatchUploadKeyTypeEnum_CustomerMatchUploadKeyType) Enum

func (CustomerMatchUploadKeyTypeEnum_CustomerMatchUploadKeyType) EnumDescriptor deprecated

Deprecated: Use CustomerMatchUploadKeyTypeEnum_CustomerMatchUploadKeyType.Descriptor instead.

func (CustomerMatchUploadKeyTypeEnum_CustomerMatchUploadKeyType) Number

func (CustomerMatchUploadKeyTypeEnum_CustomerMatchUploadKeyType) String

func (CustomerMatchUploadKeyTypeEnum_CustomerMatchUploadKeyType) Type

type CustomerPayPerConversionEligibilityFailureReasonEnum

type CustomerPayPerConversionEligibilityFailureReasonEnum struct {
	// contains filtered or unexported fields
}

Container for enum describing reasons why a customer is not eligible to use PaymentMode.CONVERSIONS.

func (*CustomerPayPerConversionEligibilityFailureReasonEnum) Descriptor deprecated

Deprecated: Use CustomerPayPerConversionEligibilityFailureReasonEnum.ProtoReflect.Descriptor instead.

func (*CustomerPayPerConversionEligibilityFailureReasonEnum) ProtoMessage

func (*CustomerPayPerConversionEligibilityFailureReasonEnum) ProtoReflect

func (*CustomerPayPerConversionEligibilityFailureReasonEnum) Reset

func (*CustomerPayPerConversionEligibilityFailureReasonEnum) String

type CustomerPayPerConversionEligibilityFailureReasonEnum_CustomerPayPerConversionEligibilityFailureReason

type CustomerPayPerConversionEligibilityFailureReasonEnum_CustomerPayPerConversionEligibilityFailureReason int32

Enum describing possible reasons a customer is not eligible to use PaymentMode.CONVERSIONS.

const (
	// Not specified.
	CustomerPayPerConversionEligibilityFailureReasonEnum_UNSPECIFIED CustomerPayPerConversionEligibilityFailureReasonEnum_CustomerPayPerConversionEligibilityFailureReason = 0
	// Used for return value only. Represents value unknown in this version.
	CustomerPayPerConversionEligibilityFailureReasonEnum_UNKNOWN CustomerPayPerConversionEligibilityFailureReasonEnum_CustomerPayPerConversionEligibilityFailureReason = 1
	// Customer does not have enough conversions.
	CustomerPayPerConversionEligibilityFailureReasonEnum_NOT_ENOUGH_CONVERSIONS CustomerPayPerConversionEligibilityFailureReasonEnum_CustomerPayPerConversionEligibilityFailureReason = 2
	// Customer's conversion lag is too high.
	CustomerPayPerConversionEligibilityFailureReasonEnum_CONVERSION_LAG_TOO_HIGH CustomerPayPerConversionEligibilityFailureReasonEnum_CustomerPayPerConversionEligibilityFailureReason = 3
	// Customer uses shared budgets.
	CustomerPayPerConversionEligibilityFailureReasonEnum_HAS_CAMPAIGN_WITH_SHARED_BUDGET CustomerPayPerConversionEligibilityFailureReasonEnum_CustomerPayPerConversionEligibilityFailureReason = 4
	// Customer has conversions with ConversionActionType.UPLOAD_CLICKS.
	CustomerPayPerConversionEligibilityFailureReasonEnum_HAS_UPLOAD_CLICKS_CONVERSION CustomerPayPerConversionEligibilityFailureReasonEnum_CustomerPayPerConversionEligibilityFailureReason = 5
	// Customer's average daily spend is too high.
	CustomerPayPerConversionEligibilityFailureReasonEnum_AVERAGE_DAILY_SPEND_TOO_HIGH CustomerPayPerConversionEligibilityFailureReasonEnum_CustomerPayPerConversionEligibilityFailureReason = 6
	// Customer's eligibility has not yet been calculated by the Google Ads
	// backend. Check back soon.
	CustomerPayPerConversionEligibilityFailureReasonEnum_ANALYSIS_NOT_COMPLETE CustomerPayPerConversionEligibilityFailureReasonEnum_CustomerPayPerConversionEligibilityFailureReason = 7
	// Customer is not eligible due to other reasons.
	CustomerPayPerConversionEligibilityFailureReasonEnum_OTHER CustomerPayPerConversionEligibilityFailureReasonEnum_CustomerPayPerConversionEligibilityFailureReason = 8
)

func (CustomerPayPerConversionEligibilityFailureReasonEnum_CustomerPayPerConversionEligibilityFailureReason) Descriptor

func (CustomerPayPerConversionEligibilityFailureReasonEnum_CustomerPayPerConversionEligibilityFailureReason) EnumDescriptor deprecated

Deprecated: Use CustomerPayPerConversionEligibilityFailureReasonEnum_CustomerPayPerConversionEligibilityFailureReason.Descriptor instead.

func (CustomerPayPerConversionEligibilityFailureReasonEnum_CustomerPayPerConversionEligibilityFailureReason) Number

func (CustomerPayPerConversionEligibilityFailureReasonEnum_CustomerPayPerConversionEligibilityFailureReason) String

func (CustomerPayPerConversionEligibilityFailureReasonEnum_CustomerPayPerConversionEligibilityFailureReason) Type

type DataDrivenModelStatusEnum

type DataDrivenModelStatusEnum struct {
	// contains filtered or unexported fields
}

Container for enum indicating data driven model status.

func (*DataDrivenModelStatusEnum) Descriptor deprecated

func (*DataDrivenModelStatusEnum) Descriptor() ([]byte, []int)

Deprecated: Use DataDrivenModelStatusEnum.ProtoReflect.Descriptor instead.

func (*DataDrivenModelStatusEnum) ProtoMessage

func (*DataDrivenModelStatusEnum) ProtoMessage()

func (*DataDrivenModelStatusEnum) ProtoReflect

func (*DataDrivenModelStatusEnum) Reset

func (x *DataDrivenModelStatusEnum) Reset()

func (*DataDrivenModelStatusEnum) String

func (x *DataDrivenModelStatusEnum) String() string

type DataDrivenModelStatusEnum_DataDrivenModelStatus

type DataDrivenModelStatusEnum_DataDrivenModelStatus int32

Enumerates data driven model statuses.

const (
	// Not specified.
	DataDrivenModelStatusEnum_UNSPECIFIED DataDrivenModelStatusEnum_DataDrivenModelStatus = 0
	// Used for return value only. Represents value unknown in this version.
	DataDrivenModelStatusEnum_UNKNOWN DataDrivenModelStatusEnum_DataDrivenModelStatus = 1
	// The data driven model is available.
	DataDrivenModelStatusEnum_AVAILABLE DataDrivenModelStatusEnum_DataDrivenModelStatus = 2
	// The data driven model is stale. It hasn't been updated for at least 7
	// days. It is still being used, but will become expired if it does not get
	// updated for 30 days.
	DataDrivenModelStatusEnum_STALE DataDrivenModelStatusEnum_DataDrivenModelStatus = 3
	// The data driven model expired. It hasn't been updated for at least 30
	// days and cannot be used. Most commonly this is because there hasn't been
	// the required number of events in a recent 30-day period.
	DataDrivenModelStatusEnum_EXPIRED DataDrivenModelStatusEnum_DataDrivenModelStatus = 4
	// The data driven model has never been generated. Most commonly this is
	// because there has never been the required number of events in any 30-day
	// period.
	DataDrivenModelStatusEnum_NEVER_GENERATED DataDrivenModelStatusEnum_DataDrivenModelStatus = 5
)

func (DataDrivenModelStatusEnum_DataDrivenModelStatus) Descriptor

func (DataDrivenModelStatusEnum_DataDrivenModelStatus) Enum

func (DataDrivenModelStatusEnum_DataDrivenModelStatus) EnumDescriptor deprecated

Deprecated: Use DataDrivenModelStatusEnum_DataDrivenModelStatus.Descriptor instead.

func (DataDrivenModelStatusEnum_DataDrivenModelStatus) Number

func (DataDrivenModelStatusEnum_DataDrivenModelStatus) String

func (DataDrivenModelStatusEnum_DataDrivenModelStatus) Type

type DayOfWeekEnum

type DayOfWeekEnum struct {
	// contains filtered or unexported fields
}

Container for enumeration of days of the week, e.g., "Monday".

func (*DayOfWeekEnum) Descriptor deprecated

func (*DayOfWeekEnum) Descriptor() ([]byte, []int)

Deprecated: Use DayOfWeekEnum.ProtoReflect.Descriptor instead.

func (*DayOfWeekEnum) ProtoMessage

func (*DayOfWeekEnum) ProtoMessage()

func (*DayOfWeekEnum) ProtoReflect

func (x *DayOfWeekEnum) ProtoReflect() protoreflect.Message

func (*DayOfWeekEnum) Reset

func (x *DayOfWeekEnum) Reset()

func (*DayOfWeekEnum) String

func (x *DayOfWeekEnum) String() string

type DayOfWeekEnum_DayOfWeek

type DayOfWeekEnum_DayOfWeek int32

Enumerates days of the week, e.g., "Monday".

const (
	// Not specified.
	DayOfWeekEnum_UNSPECIFIED DayOfWeekEnum_DayOfWeek = 0
	// The value is unknown in this version.
	DayOfWeekEnum_UNKNOWN DayOfWeekEnum_DayOfWeek = 1
	// Monday.
	DayOfWeekEnum_MONDAY DayOfWeekEnum_DayOfWeek = 2
	// Tuesday.
	DayOfWeekEnum_TUESDAY DayOfWeekEnum_DayOfWeek = 3
	// Wednesday.
	DayOfWeekEnum_WEDNESDAY DayOfWeekEnum_DayOfWeek = 4
	// Thursday.
	DayOfWeekEnum_THURSDAY DayOfWeekEnum_DayOfWeek = 5
	// Friday.
	DayOfWeekEnum_FRIDAY DayOfWeekEnum_DayOfWeek = 6
	// Saturday.
	DayOfWeekEnum_SATURDAY DayOfWeekEnum_DayOfWeek = 7
	// Sunday.
	DayOfWeekEnum_SUNDAY DayOfWeekEnum_DayOfWeek = 8
)

func (DayOfWeekEnum_DayOfWeek) Descriptor

func (DayOfWeekEnum_DayOfWeek) Enum

func (DayOfWeekEnum_DayOfWeek) EnumDescriptor deprecated

func (DayOfWeekEnum_DayOfWeek) EnumDescriptor() ([]byte, []int)

Deprecated: Use DayOfWeekEnum_DayOfWeek.Descriptor instead.

func (DayOfWeekEnum_DayOfWeek) Number

func (DayOfWeekEnum_DayOfWeek) String

func (x DayOfWeekEnum_DayOfWeek) String() string

func (DayOfWeekEnum_DayOfWeek) Type

type DeviceEnum

type DeviceEnum struct {
	// contains filtered or unexported fields
}

Container for enumeration of Google Ads devices available for targeting.

func (*DeviceEnum) Descriptor deprecated

func (*DeviceEnum) Descriptor() ([]byte, []int)

Deprecated: Use DeviceEnum.ProtoReflect.Descriptor instead.

func (*DeviceEnum) ProtoMessage

func (*DeviceEnum) ProtoMessage()

func (*DeviceEnum) ProtoReflect

func (x *DeviceEnum) ProtoReflect() protoreflect.Message

func (*DeviceEnum) Reset

func (x *DeviceEnum) Reset()

func (*DeviceEnum) String

func (x *DeviceEnum) String() string

type DeviceEnum_Device

type DeviceEnum_Device int32

Enumerates Google Ads devices available for targeting.

const (
	// Not specified.
	DeviceEnum_UNSPECIFIED DeviceEnum_Device = 0
	// The value is unknown in this version.
	DeviceEnum_UNKNOWN DeviceEnum_Device = 1
	// Mobile devices with full browsers.
	DeviceEnum_MOBILE DeviceEnum_Device = 2
	// Tablets with full browsers.
	DeviceEnum_TABLET DeviceEnum_Device = 3
	// Computers.
	DeviceEnum_DESKTOP DeviceEnum_Device = 4
	// Smart TVs and game consoles.
	DeviceEnum_CONNECTED_TV DeviceEnum_Device = 6
	// Other device types.
	DeviceEnum_OTHER DeviceEnum_Device = 5
)

func (DeviceEnum_Device) Descriptor

func (DeviceEnum_Device) Enum

func (DeviceEnum_Device) EnumDescriptor deprecated

func (DeviceEnum_Device) EnumDescriptor() ([]byte, []int)

Deprecated: Use DeviceEnum_Device.Descriptor instead.

func (DeviceEnum_Device) Number

func (DeviceEnum_Device) String

func (x DeviceEnum_Device) String() string

func (DeviceEnum_Device) Type

type DisplayAdFormatSettingEnum

type DisplayAdFormatSettingEnum struct {
	// contains filtered or unexported fields
}

Container for display ad format settings.

func (*DisplayAdFormatSettingEnum) Descriptor deprecated

func (*DisplayAdFormatSettingEnum) Descriptor() ([]byte, []int)

Deprecated: Use DisplayAdFormatSettingEnum.ProtoReflect.Descriptor instead.

func (*DisplayAdFormatSettingEnum) ProtoMessage

func (*DisplayAdFormatSettingEnum) ProtoMessage()

func (*DisplayAdFormatSettingEnum) ProtoReflect

func (*DisplayAdFormatSettingEnum) Reset

func (x *DisplayAdFormatSettingEnum) Reset()

func (*DisplayAdFormatSettingEnum) String

func (x *DisplayAdFormatSettingEnum) String() string

type DisplayAdFormatSettingEnum_DisplayAdFormatSetting

type DisplayAdFormatSettingEnum_DisplayAdFormatSetting int32

Enumerates display ad format settings.

const (
	// Not specified.
	DisplayAdFormatSettingEnum_UNSPECIFIED DisplayAdFormatSettingEnum_DisplayAdFormatSetting = 0
	// The value is unknown in this version.
	DisplayAdFormatSettingEnum_UNKNOWN DisplayAdFormatSettingEnum_DisplayAdFormatSetting = 1
	// Text, image and native formats.
	DisplayAdFormatSettingEnum_ALL_FORMATS DisplayAdFormatSettingEnum_DisplayAdFormatSetting = 2
	// Text and image formats.
	DisplayAdFormatSettingEnum_NON_NATIVE DisplayAdFormatSettingEnum_DisplayAdFormatSetting = 3
	// Native format, i.e. the format rendering is controlled by the publisher
	// and not by Google.
	DisplayAdFormatSettingEnum_NATIVE DisplayAdFormatSettingEnum_DisplayAdFormatSetting = 4
)

func (DisplayAdFormatSettingEnum_DisplayAdFormatSetting) Descriptor

func (DisplayAdFormatSettingEnum_DisplayAdFormatSetting) Enum

func (DisplayAdFormatSettingEnum_DisplayAdFormatSetting) EnumDescriptor deprecated

Deprecated: Use DisplayAdFormatSettingEnum_DisplayAdFormatSetting.Descriptor instead.

func (DisplayAdFormatSettingEnum_DisplayAdFormatSetting) Number

func (DisplayAdFormatSettingEnum_DisplayAdFormatSetting) String

func (DisplayAdFormatSettingEnum_DisplayAdFormatSetting) Type

type DisplayUploadProductTypeEnum

type DisplayUploadProductTypeEnum struct {
	// contains filtered or unexported fields
}

Container for display upload product types. Product types that have the word "DYNAMIC" in them must be associated with a campaign that has a dynamic remarketing feed. See https://support.google.com/google-ads/answer/6053288 for more info about dynamic remarketing. Other product types are regarded as "static" and do not have this requirement.

func (*DisplayUploadProductTypeEnum) Descriptor deprecated

func (*DisplayUploadProductTypeEnum) Descriptor() ([]byte, []int)

Deprecated: Use DisplayUploadProductTypeEnum.ProtoReflect.Descriptor instead.

func (*DisplayUploadProductTypeEnum) ProtoMessage

func (*DisplayUploadProductTypeEnum) ProtoMessage()

func (*DisplayUploadProductTypeEnum) ProtoReflect

func (*DisplayUploadProductTypeEnum) Reset

func (x *DisplayUploadProductTypeEnum) Reset()

func (*DisplayUploadProductTypeEnum) String

type DisplayUploadProductTypeEnum_DisplayUploadProductType

type DisplayUploadProductTypeEnum_DisplayUploadProductType int32

Enumerates display upload product types.

const (
	// Not specified.
	DisplayUploadProductTypeEnum_UNSPECIFIED DisplayUploadProductTypeEnum_DisplayUploadProductType = 0
	// The value is unknown in this version.
	DisplayUploadProductTypeEnum_UNKNOWN DisplayUploadProductTypeEnum_DisplayUploadProductType = 1
	// HTML5 upload ad. This product type requires the upload_media_bundle
	// field in DisplayUploadAdInfo to be set.
	DisplayUploadProductTypeEnum_HTML5_UPLOAD_AD DisplayUploadProductTypeEnum_DisplayUploadProductType = 2
	// Dynamic HTML5 education ad. This product type requires the
	// upload_media_bundle field in DisplayUploadAdInfo to be set. Can only be
	// used in an education campaign.
	DisplayUploadProductTypeEnum_DYNAMIC_HTML5_EDUCATION_AD DisplayUploadProductTypeEnum_DisplayUploadProductType = 3
	// Dynamic HTML5 flight ad. This product type requires the
	// upload_media_bundle field in DisplayUploadAdInfo to be set. Can only be
	// used in a flight campaign.
	DisplayUploadProductTypeEnum_DYNAMIC_HTML5_FLIGHT_AD DisplayUploadProductTypeEnum_DisplayUploadProductType = 4
	// Dynamic HTML5 hotel and rental ad. This product type requires the
	// upload_media_bundle field in DisplayUploadAdInfo to be set. Can only be
	// used in a hotel campaign.
	DisplayUploadProductTypeEnum_DYNAMIC_HTML5_HOTEL_RENTAL_AD DisplayUploadProductTypeEnum_DisplayUploadProductType = 5
	// Dynamic HTML5 job ad. This product type requires the
	// upload_media_bundle field in DisplayUploadAdInfo to be set. Can only be
	// used in a job campaign.
	DisplayUploadProductTypeEnum_DYNAMIC_HTML5_JOB_AD DisplayUploadProductTypeEnum_DisplayUploadProductType = 6
	// Dynamic HTML5 local ad. This product type requires the
	// upload_media_bundle field in DisplayUploadAdInfo to be set. Can only be
	// used in a local campaign.
	DisplayUploadProductTypeEnum_DYNAMIC_HTML5_LOCAL_AD DisplayUploadProductTypeEnum_DisplayUploadProductType = 7
	// Dynamic HTML5 real estate ad. This product type requires the
	// upload_media_bundle field in DisplayUploadAdInfo to be set. Can only be
	// used in a real estate campaign.
	DisplayUploadProductTypeEnum_DYNAMIC_HTML5_REAL_ESTATE_AD DisplayUploadProductTypeEnum_DisplayUploadProductType = 8
	// Dynamic HTML5 custom ad. This product type requires the
	// upload_media_bundle field in DisplayUploadAdInfo to be set. Can only be
	// used in a custom campaign.
	DisplayUploadProductTypeEnum_DYNAMIC_HTML5_CUSTOM_AD DisplayUploadProductTypeEnum_DisplayUploadProductType = 9
	// Dynamic HTML5 travel ad. This product type requires the
	// upload_media_bundle field in DisplayUploadAdInfo to be set. Can only be
	// used in a travel campaign.
	DisplayUploadProductTypeEnum_DYNAMIC_HTML5_TRAVEL_AD DisplayUploadProductTypeEnum_DisplayUploadProductType = 10
	// Dynamic HTML5 hotel ad. This product type requires the
	// upload_media_bundle field in DisplayUploadAdInfo to be set. Can only be
	// used in a hotel campaign.
	DisplayUploadProductTypeEnum_DYNAMIC_HTML5_HOTEL_AD DisplayUploadProductTypeEnum_DisplayUploadProductType = 11
)

func (DisplayUploadProductTypeEnum_DisplayUploadProductType) Descriptor

func (DisplayUploadProductTypeEnum_DisplayUploadProductType) Enum

func (DisplayUploadProductTypeEnum_DisplayUploadProductType) EnumDescriptor deprecated

Deprecated: Use DisplayUploadProductTypeEnum_DisplayUploadProductType.Descriptor instead.

func (DisplayUploadProductTypeEnum_DisplayUploadProductType) Number

func (DisplayUploadProductTypeEnum_DisplayUploadProductType) String

func (DisplayUploadProductTypeEnum_DisplayUploadProductType) Type

type DsaPageFeedCriterionFieldEnum

type DsaPageFeedCriterionFieldEnum struct {
	// contains filtered or unexported fields
}

Values for Dynamic Search Ad Page Feed criterion fields.

func (*DsaPageFeedCriterionFieldEnum) Descriptor deprecated

func (*DsaPageFeedCriterionFieldEnum) Descriptor() ([]byte, []int)

Deprecated: Use DsaPageFeedCriterionFieldEnum.ProtoReflect.Descriptor instead.

func (*DsaPageFeedCriterionFieldEnum) ProtoMessage

func (*DsaPageFeedCriterionFieldEnum) ProtoMessage()

func (*DsaPageFeedCriterionFieldEnum) ProtoReflect

func (*DsaPageFeedCriterionFieldEnum) Reset

func (x *DsaPageFeedCriterionFieldEnum) Reset()

func (*DsaPageFeedCriterionFieldEnum) String

type DsaPageFeedCriterionFieldEnum_DsaPageFeedCriterionField

type DsaPageFeedCriterionFieldEnum_DsaPageFeedCriterionField int32

Possible values for Dynamic Search Ad Page Feed criterion fields.

const (
	// Not specified.
	DsaPageFeedCriterionFieldEnum_UNSPECIFIED DsaPageFeedCriterionFieldEnum_DsaPageFeedCriterionField = 0
	// Used for return value only. Represents value unknown in this version.
	DsaPageFeedCriterionFieldEnum_UNKNOWN DsaPageFeedCriterionFieldEnum_DsaPageFeedCriterionField = 1
	// Data Type: URL or URL_LIST. URL of the web page you want to target.
	DsaPageFeedCriterionFieldEnum_PAGE_URL DsaPageFeedCriterionFieldEnum_DsaPageFeedCriterionField = 2
	// Data Type: STRING_LIST. The labels that will help you target ads within
	// your page feed.
	DsaPageFeedCriterionFieldEnum_LABEL DsaPageFeedCriterionFieldEnum_DsaPageFeedCriterionField = 3
)

func (DsaPageFeedCriterionFieldEnum_DsaPageFeedCriterionField) Descriptor

func (DsaPageFeedCriterionFieldEnum_DsaPageFeedCriterionField) Enum

func (DsaPageFeedCriterionFieldEnum_DsaPageFeedCriterionField) EnumDescriptor deprecated

Deprecated: Use DsaPageFeedCriterionFieldEnum_DsaPageFeedCriterionField.Descriptor instead.

func (DsaPageFeedCriterionFieldEnum_DsaPageFeedCriterionField) Number

func (DsaPageFeedCriterionFieldEnum_DsaPageFeedCriterionField) String

func (DsaPageFeedCriterionFieldEnum_DsaPageFeedCriterionField) Type

type EducationPlaceholderFieldEnum

type EducationPlaceholderFieldEnum struct {
	// contains filtered or unexported fields
}

Values for Education placeholder fields. For more information about dynamic remarketing feeds, see https://support.google.com/google-ads/answer/6053288.

func (*EducationPlaceholderFieldEnum) Descriptor deprecated

func (*EducationPlaceholderFieldEnum) Descriptor() ([]byte, []int)

Deprecated: Use EducationPlaceholderFieldEnum.ProtoReflect.Descriptor instead.

func (*EducationPlaceholderFieldEnum) ProtoMessage

func (*EducationPlaceholderFieldEnum) ProtoMessage()

func (*EducationPlaceholderFieldEnum) ProtoReflect

func (*EducationPlaceholderFieldEnum) Reset

func (x *EducationPlaceholderFieldEnum) Reset()

func (*EducationPlaceholderFieldEnum) String

type EducationPlaceholderFieldEnum_EducationPlaceholderField

type EducationPlaceholderFieldEnum_EducationPlaceholderField int32

Possible values for Education placeholder fields.

const (
	// Not specified.
	EducationPlaceholderFieldEnum_UNSPECIFIED EducationPlaceholderFieldEnum_EducationPlaceholderField = 0
	// Used for return value only. Represents value unknown in this version.
	EducationPlaceholderFieldEnum_UNKNOWN EducationPlaceholderFieldEnum_EducationPlaceholderField = 1
	// Data Type: STRING. Required. Combination of PROGRAM ID and LOCATION ID
	// must be unique per offer.
	EducationPlaceholderFieldEnum_PROGRAM_ID EducationPlaceholderFieldEnum_EducationPlaceholderField = 2
	// Data Type: STRING. Combination of PROGRAM ID and LOCATION ID must be
	// unique per offer.
	EducationPlaceholderFieldEnum_LOCATION_ID EducationPlaceholderFieldEnum_EducationPlaceholderField = 3
	// Data Type: STRING. Required. Main headline with program name to be shown
	// in dynamic ad.
	EducationPlaceholderFieldEnum_PROGRAM_NAME EducationPlaceholderFieldEnum_EducationPlaceholderField = 4
	// Data Type: STRING. Area of study that can be shown in dynamic ad.
	EducationPlaceholderFieldEnum_AREA_OF_STUDY EducationPlaceholderFieldEnum_EducationPlaceholderField = 5
	// Data Type: STRING. Description of program that can be shown in dynamic
	// ad.
	EducationPlaceholderFieldEnum_PROGRAM_DESCRIPTION EducationPlaceholderFieldEnum_EducationPlaceholderField = 6
	// Data Type: STRING. Name of school that can be shown in dynamic ad.
	EducationPlaceholderFieldEnum_SCHOOL_NAME EducationPlaceholderFieldEnum_EducationPlaceholderField = 7
	// Data Type: STRING. Complete school address, including postal code.
	EducationPlaceholderFieldEnum_ADDRESS EducationPlaceholderFieldEnum_EducationPlaceholderField = 8
	// Data Type: URL. Image to be displayed in ads.
	EducationPlaceholderFieldEnum_THUMBNAIL_IMAGE_URL EducationPlaceholderFieldEnum_EducationPlaceholderField = 9
	// Data Type: URL. Alternative hosted file of image to be used in the ad.
	EducationPlaceholderFieldEnum_ALTERNATIVE_THUMBNAIL_IMAGE_URL EducationPlaceholderFieldEnum_EducationPlaceholderField = 10
	// Data Type: URL_LIST. Required. Final URLs to be used in ad when using
	// Upgraded URLs; the more specific the better (e.g. the individual URL of a
	// specific program and its location).
	EducationPlaceholderFieldEnum_FINAL_URLS EducationPlaceholderFieldEnum_EducationPlaceholderField = 11
	// Data Type: URL_LIST. Final mobile URLs for the ad when using Upgraded
	// URLs.
	EducationPlaceholderFieldEnum_FINAL_MOBILE_URLS EducationPlaceholderFieldEnum_EducationPlaceholderField = 12
	// Data Type: URL. Tracking template for the ad when using Upgraded URLs.
	EducationPlaceholderFieldEnum_TRACKING_URL EducationPlaceholderFieldEnum_EducationPlaceholderField = 13
	// Data Type: STRING_LIST. Keywords used for product retrieval.
	EducationPlaceholderFieldEnum_CONTEXTUAL_KEYWORDS EducationPlaceholderFieldEnum_EducationPlaceholderField = 14
	// Data Type: STRING. Android app link. Must be formatted as:
	// android-app://{package_id}/{scheme}/{host_path}.
	// The components are defined as follows:
	// package_id: app ID as specified in Google Play.
	// scheme: the scheme to pass to the application. Can be HTTP, or a custom
	//   scheme.
	// host_path: identifies the specific content within your application.
	EducationPlaceholderFieldEnum_ANDROID_APP_LINK EducationPlaceholderFieldEnum_EducationPlaceholderField = 15
	// Data Type: STRING_LIST. List of recommended program IDs to show together
	// with this item.
	EducationPlaceholderFieldEnum_SIMILAR_PROGRAM_IDS EducationPlaceholderFieldEnum_EducationPlaceholderField = 16
	// Data Type: STRING. iOS app link.
	EducationPlaceholderFieldEnum_IOS_APP_LINK EducationPlaceholderFieldEnum_EducationPlaceholderField = 17
	// Data Type: INT64. iOS app store ID.
	EducationPlaceholderFieldEnum_IOS_APP_STORE_ID EducationPlaceholderFieldEnum_EducationPlaceholderField = 18
)

func (EducationPlaceholderFieldEnum_EducationPlaceholderField) Descriptor

func (EducationPlaceholderFieldEnum_EducationPlaceholderField) Enum

func (EducationPlaceholderFieldEnum_EducationPlaceholderField) EnumDescriptor deprecated

Deprecated: Use EducationPlaceholderFieldEnum_EducationPlaceholderField.Descriptor instead.

func (EducationPlaceholderFieldEnum_EducationPlaceholderField) Number

func (EducationPlaceholderFieldEnum_EducationPlaceholderField) String

func (EducationPlaceholderFieldEnum_EducationPlaceholderField) Type

type ExtensionSettingDeviceEnum

type ExtensionSettingDeviceEnum struct {
	// contains filtered or unexported fields
}

Container for enum describing extension setting device types.

func (*ExtensionSettingDeviceEnum) Descriptor deprecated

func (*ExtensionSettingDeviceEnum) Descriptor() ([]byte, []int)

Deprecated: Use ExtensionSettingDeviceEnum.ProtoReflect.Descriptor instead.

func (*ExtensionSettingDeviceEnum) ProtoMessage

func (*ExtensionSettingDeviceEnum) ProtoMessage()

func (*ExtensionSettingDeviceEnum) ProtoReflect

func (*ExtensionSettingDeviceEnum) Reset

func (x *ExtensionSettingDeviceEnum) Reset()

func (*ExtensionSettingDeviceEnum) String

func (x *ExtensionSettingDeviceEnum) String() string

type ExtensionSettingDeviceEnum_ExtensionSettingDevice

type ExtensionSettingDeviceEnum_ExtensionSettingDevice int32

Possbile device types for an extension setting.

const (
	// Not specified.
	ExtensionSettingDeviceEnum_UNSPECIFIED ExtensionSettingDeviceEnum_ExtensionSettingDevice = 0
	// The value is unknown in this version.
	ExtensionSettingDeviceEnum_UNKNOWN ExtensionSettingDeviceEnum_ExtensionSettingDevice = 1
	// Mobile. The extensions in the extension setting will only serve on
	// mobile devices.
	ExtensionSettingDeviceEnum_MOBILE ExtensionSettingDeviceEnum_ExtensionSettingDevice = 2
	// Desktop. The extensions in the extension setting will only serve on
	// desktop devices.
	ExtensionSettingDeviceEnum_DESKTOP ExtensionSettingDeviceEnum_ExtensionSettingDevice = 3
)

func (ExtensionSettingDeviceEnum_ExtensionSettingDevice) Descriptor

func (ExtensionSettingDeviceEnum_ExtensionSettingDevice) Enum

func (ExtensionSettingDeviceEnum_ExtensionSettingDevice) EnumDescriptor deprecated

Deprecated: Use ExtensionSettingDeviceEnum_ExtensionSettingDevice.Descriptor instead.

func (ExtensionSettingDeviceEnum_ExtensionSettingDevice) Number

func (ExtensionSettingDeviceEnum_ExtensionSettingDevice) String

func (ExtensionSettingDeviceEnum_ExtensionSettingDevice) Type

type ExtensionTypeEnum

type ExtensionTypeEnum struct {
	// contains filtered or unexported fields
}

Container for enum describing possible data types for an extension in an extension setting.

func (*ExtensionTypeEnum) Descriptor deprecated

func (*ExtensionTypeEnum) Descriptor() ([]byte, []int)

Deprecated: Use ExtensionTypeEnum.ProtoReflect.Descriptor instead.

func (*ExtensionTypeEnum) ProtoMessage

func (*ExtensionTypeEnum) ProtoMessage()

func (*ExtensionTypeEnum) ProtoReflect

func (x *ExtensionTypeEnum) ProtoReflect() protoreflect.Message

func (*ExtensionTypeEnum) Reset

func (x *ExtensionTypeEnum) Reset()

func (*ExtensionTypeEnum) String

func (x *ExtensionTypeEnum) String() string

type ExtensionTypeEnum_ExtensionType

type ExtensionTypeEnum_ExtensionType int32

Possible data types for an extension in an extension setting.

const (
	// Not specified.
	ExtensionTypeEnum_UNSPECIFIED ExtensionTypeEnum_ExtensionType = 0
	// Used for return value only. Represents value unknown in this version.
	ExtensionTypeEnum_UNKNOWN ExtensionTypeEnum_ExtensionType = 1
	// None.
	ExtensionTypeEnum_NONE ExtensionTypeEnum_ExtensionType = 2
	// App.
	ExtensionTypeEnum_APP ExtensionTypeEnum_ExtensionType = 3
	// Call.
	ExtensionTypeEnum_CALL ExtensionTypeEnum_ExtensionType = 4
	// Callout.
	ExtensionTypeEnum_CALLOUT ExtensionTypeEnum_ExtensionType = 5
	// Message.
	ExtensionTypeEnum_MESSAGE ExtensionTypeEnum_ExtensionType = 6
	// Price.
	ExtensionTypeEnum_PRICE ExtensionTypeEnum_ExtensionType = 7
	// Promotion.
	ExtensionTypeEnum_PROMOTION ExtensionTypeEnum_ExtensionType = 8
	// Review.
	ExtensionTypeEnum_REVIEW ExtensionTypeEnum_ExtensionType = 9
	// Sitelink.
	ExtensionTypeEnum_SITELINK ExtensionTypeEnum_ExtensionType = 10
	// Structured snippet.
	ExtensionTypeEnum_STRUCTURED_SNIPPET ExtensionTypeEnum_ExtensionType = 11
	// Location.
	ExtensionTypeEnum_LOCATION ExtensionTypeEnum_ExtensionType = 12
	// Affiliate location.
	ExtensionTypeEnum_AFFILIATE_LOCATION ExtensionTypeEnum_ExtensionType = 13
)

func (ExtensionTypeEnum_ExtensionType) Descriptor

func (ExtensionTypeEnum_ExtensionType) Enum

func (ExtensionTypeEnum_ExtensionType) EnumDescriptor deprecated

func (ExtensionTypeEnum_ExtensionType) EnumDescriptor() ([]byte, []int)

Deprecated: Use ExtensionTypeEnum_ExtensionType.Descriptor instead.

func (ExtensionTypeEnum_ExtensionType) Number

func (ExtensionTypeEnum_ExtensionType) String

func (ExtensionTypeEnum_ExtensionType) Type

type ExternalConversionSourceEnum

type ExternalConversionSourceEnum struct {
	// contains filtered or unexported fields
}

Container for enum describing the external conversion source that is associated with a ConversionAction.

func (*ExternalConversionSourceEnum) Descriptor deprecated

func (*ExternalConversionSourceEnum) Descriptor() ([]byte, []int)

Deprecated: Use ExternalConversionSourceEnum.ProtoReflect.Descriptor instead.

func (*ExternalConversionSourceEnum) ProtoMessage

func (*ExternalConversionSourceEnum) ProtoMessage()

func (*ExternalConversionSourceEnum) ProtoReflect

func (*ExternalConversionSourceEnum) Reset

func (x *ExternalConversionSourceEnum) Reset()

func (*ExternalConversionSourceEnum) String

type ExternalConversionSourceEnum_ExternalConversionSource

type ExternalConversionSourceEnum_ExternalConversionSource int32

The external conversion source that is associated with a ConversionAction.

const (
	// Not specified.
	ExternalConversionSourceEnum_UNSPECIFIED ExternalConversionSourceEnum_ExternalConversionSource = 0
	// Represents value unknown in this version.
	ExternalConversionSourceEnum_UNKNOWN ExternalConversionSourceEnum_ExternalConversionSource = 1
	// Conversion that occurs when a user navigates to a particular webpage
	// after viewing an ad; Displayed in Google Ads UI as 'Website'.
	ExternalConversionSourceEnum_WEBPAGE ExternalConversionSourceEnum_ExternalConversionSource = 2
	// Conversion that comes from linked Google Analytics goal or transaction;
	// Displayed in Google Ads UI as 'Analytics'.
	ExternalConversionSourceEnum_ANALYTICS ExternalConversionSourceEnum_ExternalConversionSource = 3
	// Website conversion that is uploaded through ConversionUploadService;
	// Displayed in Google Ads UI as 'Import from clicks'.
	ExternalConversionSourceEnum_UPLOAD ExternalConversionSourceEnum_ExternalConversionSource = 4
	// Conversion that occurs when a user clicks on a call extension directly on
	// an ad; Displayed in Google Ads UI as 'Calls from ads'.
	ExternalConversionSourceEnum_AD_CALL_METRICS ExternalConversionSourceEnum_ExternalConversionSource = 5
	// Conversion that occurs when a user calls a dynamically-generated phone
	// number (by installed javascript) from an advertiser's website after
	// clicking on an ad; Displayed in Google Ads UI as 'Calls from website'.
	ExternalConversionSourceEnum_WEBSITE_CALL_METRICS ExternalConversionSourceEnum_ExternalConversionSource = 6
	// Conversion that occurs when a user visits an advertiser's retail store
	// after clicking on a Google ad;
	// Displayed in Google Ads UI as 'Store visits'.
	ExternalConversionSourceEnum_STORE_VISITS ExternalConversionSourceEnum_ExternalConversionSource = 7
	// Conversion that occurs when a user takes an in-app action such as a
	// purchase in an Android app;
	// Displayed in Google Ads UI as 'Android in-app action'.
	ExternalConversionSourceEnum_ANDROID_IN_APP ExternalConversionSourceEnum_ExternalConversionSource = 8
	// Conversion that occurs when a user takes an in-app action such as a
	// purchase in an iOS app;
	// Displayed in Google Ads UI as 'iOS in-app action'.
	ExternalConversionSourceEnum_IOS_IN_APP ExternalConversionSourceEnum_ExternalConversionSource = 9
	// Conversion that occurs when a user opens an iOS app for the first time;
	// Displayed in Google Ads UI as 'iOS app install (first open)'.
	ExternalConversionSourceEnum_IOS_FIRST_OPEN ExternalConversionSourceEnum_ExternalConversionSource = 10
	// Legacy app conversions that do not have an AppPlatform provided;
	// Displayed in Google Ads UI as 'Mobile app'.
	ExternalConversionSourceEnum_APP_UNSPECIFIED ExternalConversionSourceEnum_ExternalConversionSource = 11
	// Conversion that occurs when a user opens an Android app for the first
	// time; Displayed in Google Ads UI as 'Android app install (first open)'.
	ExternalConversionSourceEnum_ANDROID_FIRST_OPEN ExternalConversionSourceEnum_ExternalConversionSource = 12
	// Call conversion that is uploaded through ConversionUploadService;
	// Displayed in Google Ads UI as 'Import from calls'.
	ExternalConversionSourceEnum_UPLOAD_CALLS ExternalConversionSourceEnum_ExternalConversionSource = 13
	// Conversion that comes from a linked Firebase event;
	// Displayed in Google Ads UI as 'Firebase'.
	ExternalConversionSourceEnum_FIREBASE ExternalConversionSourceEnum_ExternalConversionSource = 14
	// Conversion that occurs when a user clicks on a mobile phone number;
	// Displayed in Google Ads UI as 'Phone number clicks'.
	ExternalConversionSourceEnum_CLICK_TO_CALL ExternalConversionSourceEnum_ExternalConversionSource = 15
	// Conversion that comes from Salesforce;
	// Displayed in Google Ads UI as 'Salesforce.com'.
	ExternalConversionSourceEnum_SALESFORCE ExternalConversionSourceEnum_ExternalConversionSource = 16
	// Conversion that comes from in-store purchases recorded by CRM;
	// Displayed in Google Ads UI as 'Store sales (data partner)'.
	ExternalConversionSourceEnum_STORE_SALES_CRM ExternalConversionSourceEnum_ExternalConversionSource = 17
	// Conversion that comes from in-store purchases from payment network;
	// Displayed in Google Ads UI as 'Store sales (payment network)'.
	ExternalConversionSourceEnum_STORE_SALES_PAYMENT_NETWORK ExternalConversionSourceEnum_ExternalConversionSource = 18
	// Codeless Google Play conversion;
	// Displayed in Google Ads UI as 'Google Play'.
	ExternalConversionSourceEnum_GOOGLE_PLAY ExternalConversionSourceEnum_ExternalConversionSource = 19
	// Conversion that comes from a linked third-party app analytics event;
	// Displayed in Google Ads UI as 'Third-party app analytics'.
	ExternalConversionSourceEnum_THIRD_PARTY_APP_ANALYTICS ExternalConversionSourceEnum_ExternalConversionSource = 20
	// Conversion that is controlled by Google Attribution.
	ExternalConversionSourceEnum_GOOGLE_ATTRIBUTION ExternalConversionSourceEnum_ExternalConversionSource = 21
	// Store Sales conversion based on first-party or third-party merchant data
	// uploads. Displayed in Google Ads UI as 'Store sales (direct)'.
	ExternalConversionSourceEnum_STORE_SALES_DIRECT ExternalConversionSourceEnum_ExternalConversionSource = 22
)

func (ExternalConversionSourceEnum_ExternalConversionSource) Descriptor

func (ExternalConversionSourceEnum_ExternalConversionSource) Enum

func (ExternalConversionSourceEnum_ExternalConversionSource) EnumDescriptor deprecated

Deprecated: Use ExternalConversionSourceEnum_ExternalConversionSource.Descriptor instead.

func (ExternalConversionSourceEnum_ExternalConversionSource) Number

func (ExternalConversionSourceEnum_ExternalConversionSource) String

func (ExternalConversionSourceEnum_ExternalConversionSource) Type

type FeedAttributeTypeEnum

type FeedAttributeTypeEnum struct {
	// contains filtered or unexported fields
}

Container for enum describing possible data types for a feed attribute.

func (*FeedAttributeTypeEnum) Descriptor deprecated

func (*FeedAttributeTypeEnum) Descriptor() ([]byte, []int)

Deprecated: Use FeedAttributeTypeEnum.ProtoReflect.Descriptor instead.

func (*FeedAttributeTypeEnum) ProtoMessage

func (*FeedAttributeTypeEnum) ProtoMessage()

func (*FeedAttributeTypeEnum) ProtoReflect

func (x *FeedAttributeTypeEnum) ProtoReflect() protoreflect.Message

func (*FeedAttributeTypeEnum) Reset

func (x *FeedAttributeTypeEnum) Reset()

func (*FeedAttributeTypeEnum) String

func (x *FeedAttributeTypeEnum) String() string

type FeedAttributeTypeEnum_FeedAttributeType

type FeedAttributeTypeEnum_FeedAttributeType int32

Possible data types for a feed attribute.

const (
	// Not specified.
	FeedAttributeTypeEnum_UNSPECIFIED FeedAttributeTypeEnum_FeedAttributeType = 0
	// Used for return value only. Represents value unknown in this version.
	FeedAttributeTypeEnum_UNKNOWN FeedAttributeTypeEnum_FeedAttributeType = 1
	// Int64.
	FeedAttributeTypeEnum_INT64 FeedAttributeTypeEnum_FeedAttributeType = 2
	// Double.
	FeedAttributeTypeEnum_DOUBLE FeedAttributeTypeEnum_FeedAttributeType = 3
	// String.
	FeedAttributeTypeEnum_STRING FeedAttributeTypeEnum_FeedAttributeType = 4
	// Boolean.
	FeedAttributeTypeEnum_BOOLEAN FeedAttributeTypeEnum_FeedAttributeType = 5
	// Url.
	FeedAttributeTypeEnum_URL FeedAttributeTypeEnum_FeedAttributeType = 6
	// Datetime.
	FeedAttributeTypeEnum_DATE_TIME FeedAttributeTypeEnum_FeedAttributeType = 7
	// Int64 list.
	FeedAttributeTypeEnum_INT64_LIST FeedAttributeTypeEnum_FeedAttributeType = 8
	// Double (8 bytes) list.
	FeedAttributeTypeEnum_DOUBLE_LIST FeedAttributeTypeEnum_FeedAttributeType = 9
	// String list.
	FeedAttributeTypeEnum_STRING_LIST FeedAttributeTypeEnum_FeedAttributeType = 10
	// Boolean list.
	FeedAttributeTypeEnum_BOOLEAN_LIST FeedAttributeTypeEnum_FeedAttributeType = 11
	// Url list.
	FeedAttributeTypeEnum_URL_LIST FeedAttributeTypeEnum_FeedAttributeType = 12
	// Datetime list.
	FeedAttributeTypeEnum_DATE_TIME_LIST FeedAttributeTypeEnum_FeedAttributeType = 13
	// Price.
	FeedAttributeTypeEnum_PRICE FeedAttributeTypeEnum_FeedAttributeType = 14
)

func (FeedAttributeTypeEnum_FeedAttributeType) Descriptor

func (FeedAttributeTypeEnum_FeedAttributeType) Enum

func (FeedAttributeTypeEnum_FeedAttributeType) EnumDescriptor deprecated

func (FeedAttributeTypeEnum_FeedAttributeType) EnumDescriptor() ([]byte, []int)

Deprecated: Use FeedAttributeTypeEnum_FeedAttributeType.Descriptor instead.

func (FeedAttributeTypeEnum_FeedAttributeType) Number

func (FeedAttributeTypeEnum_FeedAttributeType) String

func (FeedAttributeTypeEnum_FeedAttributeType) Type

type FeedItemQualityApprovalStatusEnum

type FeedItemQualityApprovalStatusEnum struct {
	// contains filtered or unexported fields
}

Container for enum describing possible quality evaluation approval statuses of a feed item.

func (*FeedItemQualityApprovalStatusEnum) Descriptor deprecated

func (*FeedItemQualityApprovalStatusEnum) Descriptor() ([]byte, []int)

Deprecated: Use FeedItemQualityApprovalStatusEnum.ProtoReflect.Descriptor instead.

func (*FeedItemQualityApprovalStatusEnum) ProtoMessage

func (*FeedItemQualityApprovalStatusEnum) ProtoMessage()

func (*FeedItemQualityApprovalStatusEnum) ProtoReflect

func (*FeedItemQualityApprovalStatusEnum) Reset

func (*FeedItemQualityApprovalStatusEnum) String

type FeedItemQualityApprovalStatusEnum_FeedItemQualityApprovalStatus

type FeedItemQualityApprovalStatusEnum_FeedItemQualityApprovalStatus int32

The possible quality evaluation approval statuses of a feed item.

const (
	// No value has been specified.
	FeedItemQualityApprovalStatusEnum_UNSPECIFIED FeedItemQualityApprovalStatusEnum_FeedItemQualityApprovalStatus = 0
	// Used for return value only. Represents value unknown in this version.
	FeedItemQualityApprovalStatusEnum_UNKNOWN FeedItemQualityApprovalStatusEnum_FeedItemQualityApprovalStatus = 1
	// Meets all quality expectations.
	FeedItemQualityApprovalStatusEnum_APPROVED FeedItemQualityApprovalStatusEnum_FeedItemQualityApprovalStatus = 2
	// Does not meet some quality expectations. The specific reason is found in
	// the quality_disapproval_reasons field.
	FeedItemQualityApprovalStatusEnum_DISAPPROVED FeedItemQualityApprovalStatusEnum_FeedItemQualityApprovalStatus = 3
)

func (FeedItemQualityApprovalStatusEnum_FeedItemQualityApprovalStatus) Descriptor

func (FeedItemQualityApprovalStatusEnum_FeedItemQualityApprovalStatus) Enum

func (FeedItemQualityApprovalStatusEnum_FeedItemQualityApprovalStatus) EnumDescriptor deprecated

Deprecated: Use FeedItemQualityApprovalStatusEnum_FeedItemQualityApprovalStatus.Descriptor instead.

func (FeedItemQualityApprovalStatusEnum_FeedItemQualityApprovalStatus) Number

func (FeedItemQualityApprovalStatusEnum_FeedItemQualityApprovalStatus) String

func (FeedItemQualityApprovalStatusEnum_FeedItemQualityApprovalStatus) Type

type FeedItemQualityDisapprovalReasonEnum

type FeedItemQualityDisapprovalReasonEnum struct {
	// contains filtered or unexported fields
}

Container for enum describing possible quality evaluation disapproval reasons of a feed item.

func (*FeedItemQualityDisapprovalReasonEnum) Descriptor deprecated

func (*FeedItemQualityDisapprovalReasonEnum) Descriptor() ([]byte, []int)

Deprecated: Use FeedItemQualityDisapprovalReasonEnum.ProtoReflect.Descriptor instead.

func (*FeedItemQualityDisapprovalReasonEnum) ProtoMessage

func (*FeedItemQualityDisapprovalReasonEnum) ProtoMessage()

func (*FeedItemQualityDisapprovalReasonEnum) ProtoReflect

func (*FeedItemQualityDisapprovalReasonEnum) Reset

func (*FeedItemQualityDisapprovalReasonEnum) String

type FeedItemQualityDisapprovalReasonEnum_FeedItemQualityDisapprovalReason

type FeedItemQualityDisapprovalReasonEnum_FeedItemQualityDisapprovalReason int32

The possible quality evaluation disapproval reasons of a feed item.

const (
	// No value has been specified.
	FeedItemQualityDisapprovalReasonEnum_UNSPECIFIED FeedItemQualityDisapprovalReasonEnum_FeedItemQualityDisapprovalReason = 0
	// Used for return value only. Represents value unknown in this version.
	FeedItemQualityDisapprovalReasonEnum_UNKNOWN FeedItemQualityDisapprovalReasonEnum_FeedItemQualityDisapprovalReason = 1
	// Price contains repetitive headers.
	FeedItemQualityDisapprovalReasonEnum_PRICE_TABLE_REPETITIVE_HEADERS FeedItemQualityDisapprovalReasonEnum_FeedItemQualityDisapprovalReason = 2
	// Price contains repetitive description.
	FeedItemQualityDisapprovalReasonEnum_PRICE_TABLE_REPETITIVE_DESCRIPTION FeedItemQualityDisapprovalReasonEnum_FeedItemQualityDisapprovalReason = 3
	// Price contains inconsistent items.
	FeedItemQualityDisapprovalReasonEnum_PRICE_TABLE_INCONSISTENT_ROWS FeedItemQualityDisapprovalReasonEnum_FeedItemQualityDisapprovalReason = 4
	// Price contains qualifiers in description.
	FeedItemQualityDisapprovalReasonEnum_PRICE_DESCRIPTION_HAS_PRICE_QUALIFIERS FeedItemQualityDisapprovalReasonEnum_FeedItemQualityDisapprovalReason = 5
	// Price contains an unsupported language.
	FeedItemQualityDisapprovalReasonEnum_PRICE_UNSUPPORTED_LANGUAGE FeedItemQualityDisapprovalReasonEnum_FeedItemQualityDisapprovalReason = 6
	// Price item header is not relevant to the price type.
	FeedItemQualityDisapprovalReasonEnum_PRICE_TABLE_ROW_HEADER_TABLE_TYPE_MISMATCH FeedItemQualityDisapprovalReasonEnum_FeedItemQualityDisapprovalReason = 7
	// Price item header has promotional text.
	FeedItemQualityDisapprovalReasonEnum_PRICE_TABLE_ROW_HEADER_HAS_PROMOTIONAL_TEXT FeedItemQualityDisapprovalReasonEnum_FeedItemQualityDisapprovalReason = 8
	// Price item description is not relevant to the item header.
	FeedItemQualityDisapprovalReasonEnum_PRICE_TABLE_ROW_DESCRIPTION_NOT_RELEVANT FeedItemQualityDisapprovalReasonEnum_FeedItemQualityDisapprovalReason = 9
	// Price item description contains promotional text.
	FeedItemQualityDisapprovalReasonEnum_PRICE_TABLE_ROW_DESCRIPTION_HAS_PROMOTIONAL_TEXT FeedItemQualityDisapprovalReasonEnum_FeedItemQualityDisapprovalReason = 10
	// Price item header and description are repetitive.
	FeedItemQualityDisapprovalReasonEnum_PRICE_TABLE_ROW_HEADER_DESCRIPTION_REPETITIVE FeedItemQualityDisapprovalReasonEnum_FeedItemQualityDisapprovalReason = 11
	// Price item is in a foreign language, nonsense, or can't be rated.
	FeedItemQualityDisapprovalReasonEnum_PRICE_TABLE_ROW_UNRATEABLE FeedItemQualityDisapprovalReasonEnum_FeedItemQualityDisapprovalReason = 12
	// Price item price is invalid or inaccurate.
	FeedItemQualityDisapprovalReasonEnum_PRICE_TABLE_ROW_PRICE_INVALID FeedItemQualityDisapprovalReasonEnum_FeedItemQualityDisapprovalReason = 13
	// Price item URL is invalid or irrelevant.
	FeedItemQualityDisapprovalReasonEnum_PRICE_TABLE_ROW_URL_INVALID FeedItemQualityDisapprovalReasonEnum_FeedItemQualityDisapprovalReason = 14
	// Price item header or description has price.
	FeedItemQualityDisapprovalReasonEnum_PRICE_HEADER_OR_DESCRIPTION_HAS_PRICE FeedItemQualityDisapprovalReasonEnum_FeedItemQualityDisapprovalReason = 15
	// Structured snippet values do not match the header.
	FeedItemQualityDisapprovalReasonEnum_STRUCTURED_SNIPPETS_HEADER_POLICY_VIOLATED FeedItemQualityDisapprovalReasonEnum_FeedItemQualityDisapprovalReason = 16
	// Structured snippet values are repeated.
	FeedItemQualityDisapprovalReasonEnum_STRUCTURED_SNIPPETS_REPEATED_VALUES FeedItemQualityDisapprovalReasonEnum_FeedItemQualityDisapprovalReason = 17
	// Structured snippet values violate editorial guidelines like punctuation.
	FeedItemQualityDisapprovalReasonEnum_STRUCTURED_SNIPPETS_EDITORIAL_GUIDELINES FeedItemQualityDisapprovalReasonEnum_FeedItemQualityDisapprovalReason = 18
	// Structured snippet contain promotional text.
	FeedItemQualityDisapprovalReasonEnum_STRUCTURED_SNIPPETS_HAS_PROMOTIONAL_TEXT FeedItemQualityDisapprovalReasonEnum_FeedItemQualityDisapprovalReason = 19
)

func (FeedItemQualityDisapprovalReasonEnum_FeedItemQualityDisapprovalReason) Descriptor

func (FeedItemQualityDisapprovalReasonEnum_FeedItemQualityDisapprovalReason) Enum

func (FeedItemQualityDisapprovalReasonEnum_FeedItemQualityDisapprovalReason) EnumDescriptor deprecated

Deprecated: Use FeedItemQualityDisapprovalReasonEnum_FeedItemQualityDisapprovalReason.Descriptor instead.

func (FeedItemQualityDisapprovalReasonEnum_FeedItemQualityDisapprovalReason) Number

func (FeedItemQualityDisapprovalReasonEnum_FeedItemQualityDisapprovalReason) String

func (FeedItemQualityDisapprovalReasonEnum_FeedItemQualityDisapprovalReason) Type

type FeedItemStatusEnum

type FeedItemStatusEnum struct {
	// contains filtered or unexported fields
}

Container for enum describing possible statuses of a feed item.

func (*FeedItemStatusEnum) Descriptor deprecated

func (*FeedItemStatusEnum) Descriptor() ([]byte, []int)

Deprecated: Use FeedItemStatusEnum.ProtoReflect.Descriptor instead.

func (*FeedItemStatusEnum) ProtoMessage

func (*FeedItemStatusEnum) ProtoMessage()

func (*FeedItemStatusEnum) ProtoReflect

func (x *FeedItemStatusEnum) ProtoReflect() protoreflect.Message

func (*FeedItemStatusEnum) Reset

func (x *FeedItemStatusEnum) Reset()

func (*FeedItemStatusEnum) String

func (x *FeedItemStatusEnum) String() string

type FeedItemStatusEnum_FeedItemStatus

type FeedItemStatusEnum_FeedItemStatus int32

Possible statuses of a feed item.

const (
	// Not specified.
	FeedItemStatusEnum_UNSPECIFIED FeedItemStatusEnum_FeedItemStatus = 0
	// Used for return value only. Represents value unknown in this version.
	FeedItemStatusEnum_UNKNOWN FeedItemStatusEnum_FeedItemStatus = 1
	// Feed item is enabled.
	FeedItemStatusEnum_ENABLED FeedItemStatusEnum_FeedItemStatus = 2
	// Feed item has been removed.
	FeedItemStatusEnum_REMOVED FeedItemStatusEnum_FeedItemStatus = 3
)

func (FeedItemStatusEnum_FeedItemStatus) Descriptor

func (FeedItemStatusEnum_FeedItemStatus) Enum

func (FeedItemStatusEnum_FeedItemStatus) EnumDescriptor deprecated

func (FeedItemStatusEnum_FeedItemStatus) EnumDescriptor() ([]byte, []int)

Deprecated: Use FeedItemStatusEnum_FeedItemStatus.Descriptor instead.

func (FeedItemStatusEnum_FeedItemStatus) Number

func (FeedItemStatusEnum_FeedItemStatus) String

func (FeedItemStatusEnum_FeedItemStatus) Type

type FeedItemTargetDeviceEnum

type FeedItemTargetDeviceEnum struct {
	// contains filtered or unexported fields
}

Container for enum describing possible data types for a feed item target device.

func (*FeedItemTargetDeviceEnum) Descriptor deprecated

func (*FeedItemTargetDeviceEnum) Descriptor() ([]byte, []int)

Deprecated: Use FeedItemTargetDeviceEnum.ProtoReflect.Descriptor instead.

func (*FeedItemTargetDeviceEnum) ProtoMessage

func (*FeedItemTargetDeviceEnum) ProtoMessage()

func (*FeedItemTargetDeviceEnum) ProtoReflect

func (x *FeedItemTargetDeviceEnum) ProtoReflect() protoreflect.Message

func (*FeedItemTargetDeviceEnum) Reset

func (x *FeedItemTargetDeviceEnum) Reset()

func (*FeedItemTargetDeviceEnum) String

func (x *FeedItemTargetDeviceEnum) String() string

type FeedItemTargetDeviceEnum_FeedItemTargetDevice

type FeedItemTargetDeviceEnum_FeedItemTargetDevice int32

Possible data types for a feed item target device.

const (
	// Not specified.
	FeedItemTargetDeviceEnum_UNSPECIFIED FeedItemTargetDeviceEnum_FeedItemTargetDevice = 0
	// Used for return value only. Represents value unknown in this version.
	FeedItemTargetDeviceEnum_UNKNOWN FeedItemTargetDeviceEnum_FeedItemTargetDevice = 1
	// Mobile.
	FeedItemTargetDeviceEnum_MOBILE FeedItemTargetDeviceEnum_FeedItemTargetDevice = 2
)

func (FeedItemTargetDeviceEnum_FeedItemTargetDevice) Descriptor

func (FeedItemTargetDeviceEnum_FeedItemTargetDevice) Enum

func (FeedItemTargetDeviceEnum_FeedItemTargetDevice) EnumDescriptor deprecated

func (FeedItemTargetDeviceEnum_FeedItemTargetDevice) EnumDescriptor() ([]byte, []int)

Deprecated: Use FeedItemTargetDeviceEnum_FeedItemTargetDevice.Descriptor instead.

func (FeedItemTargetDeviceEnum_FeedItemTargetDevice) Number

func (FeedItemTargetDeviceEnum_FeedItemTargetDevice) String

func (FeedItemTargetDeviceEnum_FeedItemTargetDevice) Type

type FeedItemTargetTypeEnum

type FeedItemTargetTypeEnum struct {
	// contains filtered or unexported fields
}

Container for enum describing possible types of a feed item target.

func (*FeedItemTargetTypeEnum) Descriptor deprecated

func (*FeedItemTargetTypeEnum) Descriptor() ([]byte, []int)

Deprecated: Use FeedItemTargetTypeEnum.ProtoReflect.Descriptor instead.

func (*FeedItemTargetTypeEnum) ProtoMessage

func (*FeedItemTargetTypeEnum) ProtoMessage()

func (*FeedItemTargetTypeEnum) ProtoReflect

func (x *FeedItemTargetTypeEnum) ProtoReflect() protoreflect.Message

func (*FeedItemTargetTypeEnum) Reset

func (x *FeedItemTargetTypeEnum) Reset()

func (*FeedItemTargetTypeEnum) String

func (x *FeedItemTargetTypeEnum) String() string

type FeedItemTargetTypeEnum_FeedItemTargetType

type FeedItemTargetTypeEnum_FeedItemTargetType int32

Possible type of a feed item target.

const (
	// Not specified.
	FeedItemTargetTypeEnum_UNSPECIFIED FeedItemTargetTypeEnum_FeedItemTargetType = 0
	// Used for return value only. Represents value unknown in this version.
	FeedItemTargetTypeEnum_UNKNOWN FeedItemTargetTypeEnum_FeedItemTargetType = 1
	// Feed item targets a campaign.
	FeedItemTargetTypeEnum_CAMPAIGN FeedItemTargetTypeEnum_FeedItemTargetType = 2
	// Feed item targets an ad group.
	FeedItemTargetTypeEnum_AD_GROUP FeedItemTargetTypeEnum_FeedItemTargetType = 3
	// Feed item targets a criterion.
	FeedItemTargetTypeEnum_CRITERION FeedItemTargetTypeEnum_FeedItemTargetType = 4
)

func (FeedItemTargetTypeEnum_FeedItemTargetType) Descriptor

func (FeedItemTargetTypeEnum_FeedItemTargetType) Enum

func (FeedItemTargetTypeEnum_FeedItemTargetType) EnumDescriptor deprecated

func (FeedItemTargetTypeEnum_FeedItemTargetType) EnumDescriptor() ([]byte, []int)

Deprecated: Use FeedItemTargetTypeEnum_FeedItemTargetType.Descriptor instead.

func (FeedItemTargetTypeEnum_FeedItemTargetType) Number

func (FeedItemTargetTypeEnum_FeedItemTargetType) String

func (FeedItemTargetTypeEnum_FeedItemTargetType) Type

type FeedItemValidationStatusEnum

type FeedItemValidationStatusEnum struct {
	// contains filtered or unexported fields
}

Container for enum describing possible validation statuses of a feed item.

func (*FeedItemValidationStatusEnum) Descriptor deprecated

func (*FeedItemValidationStatusEnum) Descriptor() ([]byte, []int)

Deprecated: Use FeedItemValidationStatusEnum.ProtoReflect.Descriptor instead.

func (*FeedItemValidationStatusEnum) ProtoMessage

func (*FeedItemValidationStatusEnum) ProtoMessage()

func (*FeedItemValidationStatusEnum) ProtoReflect

func (*FeedItemValidationStatusEnum) Reset

func (x *FeedItemValidationStatusEnum) Reset()

func (*FeedItemValidationStatusEnum) String

type FeedItemValidationStatusEnum_FeedItemValidationStatus

type FeedItemValidationStatusEnum_FeedItemValidationStatus int32

The possible validation statuses of a feed item.

const (
	// No value has been specified.
	FeedItemValidationStatusEnum_UNSPECIFIED FeedItemValidationStatusEnum_FeedItemValidationStatus = 0
	// Used for return value only. Represents value unknown in this version.
	FeedItemValidationStatusEnum_UNKNOWN FeedItemValidationStatusEnum_FeedItemValidationStatus = 1
	// Validation pending.
	FeedItemValidationStatusEnum_PENDING FeedItemValidationStatusEnum_FeedItemValidationStatus = 2
	// An error was found.
	FeedItemValidationStatusEnum_INVALID FeedItemValidationStatusEnum_FeedItemValidationStatus = 3
	// Feed item is semantically well-formed.
	FeedItemValidationStatusEnum_VALID FeedItemValidationStatusEnum_FeedItemValidationStatus = 4
)

func (FeedItemValidationStatusEnum_FeedItemValidationStatus) Descriptor

func (FeedItemValidationStatusEnum_FeedItemValidationStatus) Enum

func (FeedItemValidationStatusEnum_FeedItemValidationStatus) EnumDescriptor deprecated

Deprecated: Use FeedItemValidationStatusEnum_FeedItemValidationStatus.Descriptor instead.

func (FeedItemValidationStatusEnum_FeedItemValidationStatus) Number

func (FeedItemValidationStatusEnum_FeedItemValidationStatus) String

func (FeedItemValidationStatusEnum_FeedItemValidationStatus) Type

type FeedLinkStatusEnum

type FeedLinkStatusEnum struct {
	// contains filtered or unexported fields
}

Container for an enum describing possible statuses of a feed link.

func (*FeedLinkStatusEnum) Descriptor deprecated

func (*FeedLinkStatusEnum) Descriptor() ([]byte, []int)

Deprecated: Use FeedLinkStatusEnum.ProtoReflect.Descriptor instead.

func (*FeedLinkStatusEnum) ProtoMessage

func (*FeedLinkStatusEnum) ProtoMessage()

func (*FeedLinkStatusEnum) ProtoReflect

func (x *FeedLinkStatusEnum) ProtoReflect() protoreflect.Message

func (*FeedLinkStatusEnum) Reset

func (x *FeedLinkStatusEnum) Reset()

func (*FeedLinkStatusEnum) String

func (x *FeedLinkStatusEnum) String() string

type FeedLinkStatusEnum_FeedLinkStatus

type FeedLinkStatusEnum_FeedLinkStatus int32

Possible statuses of a feed link.

const (
	// Not specified.
	FeedLinkStatusEnum_UNSPECIFIED FeedLinkStatusEnum_FeedLinkStatus = 0
	// Used for return value only. Represents value unknown in this version.
	FeedLinkStatusEnum_UNKNOWN FeedLinkStatusEnum_FeedLinkStatus = 1
	// Feed link is enabled.
	FeedLinkStatusEnum_ENABLED FeedLinkStatusEnum_FeedLinkStatus = 2
	// Feed link has been removed.
	FeedLinkStatusEnum_REMOVED FeedLinkStatusEnum_FeedLinkStatus = 3
)

func (FeedLinkStatusEnum_FeedLinkStatus) Descriptor

func (FeedLinkStatusEnum_FeedLinkStatus) Enum

func (FeedLinkStatusEnum_FeedLinkStatus) EnumDescriptor deprecated

func (FeedLinkStatusEnum_FeedLinkStatus) EnumDescriptor() ([]byte, []int)

Deprecated: Use FeedLinkStatusEnum_FeedLinkStatus.Descriptor instead.

func (FeedLinkStatusEnum_FeedLinkStatus) Number

func (FeedLinkStatusEnum_FeedLinkStatus) String

func (FeedLinkStatusEnum_FeedLinkStatus) Type

type FeedMappingCriterionTypeEnum

type FeedMappingCriterionTypeEnum struct {
	// contains filtered or unexported fields
}

Container for enum describing possible criterion types for a feed mapping.

func (*FeedMappingCriterionTypeEnum) Descriptor deprecated

func (*FeedMappingCriterionTypeEnum) Descriptor() ([]byte, []int)

Deprecated: Use FeedMappingCriterionTypeEnum.ProtoReflect.Descriptor instead.

func (*FeedMappingCriterionTypeEnum) ProtoMessage

func (*FeedMappingCriterionTypeEnum) ProtoMessage()

func (*FeedMappingCriterionTypeEnum) ProtoReflect

func (*FeedMappingCriterionTypeEnum) Reset

func (x *FeedMappingCriterionTypeEnum) Reset()

func (*FeedMappingCriterionTypeEnum) String

type FeedMappingCriterionTypeEnum_FeedMappingCriterionType

type FeedMappingCriterionTypeEnum_FeedMappingCriterionType int32

Possible placeholder types for a feed mapping.

const (
	// Not specified.
	FeedMappingCriterionTypeEnum_UNSPECIFIED FeedMappingCriterionTypeEnum_FeedMappingCriterionType = 0
	// Used for return value only. Represents value unknown in this version.
	FeedMappingCriterionTypeEnum_UNKNOWN FeedMappingCriterionTypeEnum_FeedMappingCriterionType = 1
	// Allows campaign targeting at locations within a location feed.
	FeedMappingCriterionTypeEnum_LOCATION_EXTENSION_TARGETING FeedMappingCriterionTypeEnum_FeedMappingCriterionType = 4
	// Allows url targeting for your dynamic search ads within a page feed.
	FeedMappingCriterionTypeEnum_DSA_PAGE_FEED FeedMappingCriterionTypeEnum_FeedMappingCriterionType = 3
)

func (FeedMappingCriterionTypeEnum_FeedMappingCriterionType) Descriptor

func (FeedMappingCriterionTypeEnum_FeedMappingCriterionType) Enum

func (FeedMappingCriterionTypeEnum_FeedMappingCriterionType) EnumDescriptor deprecated

Deprecated: Use FeedMappingCriterionTypeEnum_FeedMappingCriterionType.Descriptor instead.

func (FeedMappingCriterionTypeEnum_FeedMappingCriterionType) Number

func (FeedMappingCriterionTypeEnum_FeedMappingCriterionType) String

func (FeedMappingCriterionTypeEnum_FeedMappingCriterionType) Type

type FeedMappingStatusEnum

type FeedMappingStatusEnum struct {
	// contains filtered or unexported fields
}

Container for enum describing possible statuses of a feed mapping.

func (*FeedMappingStatusEnum) Descriptor deprecated

func (*FeedMappingStatusEnum) Descriptor() ([]byte, []int)

Deprecated: Use FeedMappingStatusEnum.ProtoReflect.Descriptor instead.

func (*FeedMappingStatusEnum) ProtoMessage

func (*FeedMappingStatusEnum) ProtoMessage()

func (*FeedMappingStatusEnum) ProtoReflect

func (x *FeedMappingStatusEnum) ProtoReflect() protoreflect.Message

func (*FeedMappingStatusEnum) Reset

func (x *FeedMappingStatusEnum) Reset()

func (*FeedMappingStatusEnum) String

func (x *FeedMappingStatusEnum) String() string

type FeedMappingStatusEnum_FeedMappingStatus

type FeedMappingStatusEnum_FeedMappingStatus int32

Possible statuses of a feed mapping.

const (
	// Not specified.
	FeedMappingStatusEnum_UNSPECIFIED FeedMappingStatusEnum_FeedMappingStatus = 0
	// Used for return value only. Represents value unknown in this version.
	FeedMappingStatusEnum_UNKNOWN FeedMappingStatusEnum_FeedMappingStatus = 1
	// Feed mapping is enabled.
	FeedMappingStatusEnum_ENABLED FeedMappingStatusEnum_FeedMappingStatus = 2
	// Feed mapping has been removed.
	FeedMappingStatusEnum_REMOVED FeedMappingStatusEnum_FeedMappingStatus = 3
)

func (FeedMappingStatusEnum_FeedMappingStatus) Descriptor

func (FeedMappingStatusEnum_FeedMappingStatus) Enum

func (FeedMappingStatusEnum_FeedMappingStatus) EnumDescriptor deprecated

func (FeedMappingStatusEnum_FeedMappingStatus) EnumDescriptor() ([]byte, []int)

Deprecated: Use FeedMappingStatusEnum_FeedMappingStatus.Descriptor instead.

func (FeedMappingStatusEnum_FeedMappingStatus) Number

func (FeedMappingStatusEnum_FeedMappingStatus) String

func (FeedMappingStatusEnum_FeedMappingStatus) Type

type FeedOriginEnum

type FeedOriginEnum struct {
	// contains filtered or unexported fields
}

Container for enum describing possible values for a feed origin.

func (*FeedOriginEnum) Descriptor deprecated

func (*FeedOriginEnum) Descriptor() ([]byte, []int)

Deprecated: Use FeedOriginEnum.ProtoReflect.Descriptor instead.

func (*FeedOriginEnum) ProtoMessage

func (*FeedOriginEnum) ProtoMessage()

func (*FeedOriginEnum) ProtoReflect

func (x *FeedOriginEnum) ProtoReflect() protoreflect.Message

func (*FeedOriginEnum) Reset

func (x *FeedOriginEnum) Reset()

func (*FeedOriginEnum) String

func (x *FeedOriginEnum) String() string

type FeedOriginEnum_FeedOrigin

type FeedOriginEnum_FeedOrigin int32

Possible values for a feed origin.

const (
	// Not specified.
	FeedOriginEnum_UNSPECIFIED FeedOriginEnum_FeedOrigin = 0
	// Used for return value only. Represents value unknown in this version.
	FeedOriginEnum_UNKNOWN FeedOriginEnum_FeedOrigin = 1
	// The FeedAttributes for this Feed are managed by the
	// user. Users can add FeedAttributes to this Feed.
	FeedOriginEnum_USER FeedOriginEnum_FeedOrigin = 2
	// The FeedAttributes for an GOOGLE Feed are created by Google. A feed of
	// this type is maintained by Google and will have the correct attributes
	// for the placeholder type of the feed.
	FeedOriginEnum_GOOGLE FeedOriginEnum_FeedOrigin = 3
)

func (FeedOriginEnum_FeedOrigin) Descriptor

func (FeedOriginEnum_FeedOrigin) Enum

func (FeedOriginEnum_FeedOrigin) EnumDescriptor deprecated

func (FeedOriginEnum_FeedOrigin) EnumDescriptor() ([]byte, []int)

Deprecated: Use FeedOriginEnum_FeedOrigin.Descriptor instead.

func (FeedOriginEnum_FeedOrigin) Number

func (FeedOriginEnum_FeedOrigin) String

func (x FeedOriginEnum_FeedOrigin) String() string

func (FeedOriginEnum_FeedOrigin) Type

type FeedStatusEnum

type FeedStatusEnum struct {
	// contains filtered or unexported fields
}

Container for enum describing possible statuses of a feed.

func (*FeedStatusEnum) Descriptor deprecated

func (*FeedStatusEnum) Descriptor() ([]byte, []int)

Deprecated: Use FeedStatusEnum.ProtoReflect.Descriptor instead.

func (*FeedStatusEnum) ProtoMessage

func (*FeedStatusEnum) ProtoMessage()

func (*FeedStatusEnum) ProtoReflect

func (x *FeedStatusEnum) ProtoReflect() protoreflect.Message

func (*FeedStatusEnum) Reset

func (x *FeedStatusEnum) Reset()

func (*FeedStatusEnum) String

func (x *FeedStatusEnum) String() string

type FeedStatusEnum_FeedStatus

type FeedStatusEnum_FeedStatus int32

Possible statuses of a feed.

const (
	// Not specified.
	FeedStatusEnum_UNSPECIFIED FeedStatusEnum_FeedStatus = 0
	// Used for return value only. Represents value unknown in this version.
	FeedStatusEnum_UNKNOWN FeedStatusEnum_FeedStatus = 1
	// Feed is enabled.
	FeedStatusEnum_ENABLED FeedStatusEnum_FeedStatus = 2
	// Feed has been removed.
	FeedStatusEnum_REMOVED FeedStatusEnum_FeedStatus = 3
)

func (FeedStatusEnum_FeedStatus) Descriptor

func (FeedStatusEnum_FeedStatus) Enum

func (FeedStatusEnum_FeedStatus) EnumDescriptor deprecated

func (FeedStatusEnum_FeedStatus) EnumDescriptor() ([]byte, []int)

Deprecated: Use FeedStatusEnum_FeedStatus.Descriptor instead.

func (FeedStatusEnum_FeedStatus) Number

func (FeedStatusEnum_FeedStatus) String

func (x FeedStatusEnum_FeedStatus) String() string

func (FeedStatusEnum_FeedStatus) Type

type FlightPlaceholderFieldEnum

type FlightPlaceholderFieldEnum struct {
	// contains filtered or unexported fields
}

Values for Flight placeholder fields. For more information about dynamic remarketing feeds, see https://support.google.com/google-ads/answer/6053288.

func (*FlightPlaceholderFieldEnum) Descriptor deprecated

func (*FlightPlaceholderFieldEnum) Descriptor() ([]byte, []int)

Deprecated: Use FlightPlaceholderFieldEnum.ProtoReflect.Descriptor instead.

func (*FlightPlaceholderFieldEnum) ProtoMessage

func (*FlightPlaceholderFieldEnum) ProtoMessage()

func (*FlightPlaceholderFieldEnum) ProtoReflect

func (*FlightPlaceholderFieldEnum) Reset

func (x *FlightPlaceholderFieldEnum) Reset()

func (*FlightPlaceholderFieldEnum) String

func (x *FlightPlaceholderFieldEnum) String() string

type FlightPlaceholderFieldEnum_FlightPlaceholderField

type FlightPlaceholderFieldEnum_FlightPlaceholderField int32

Possible values for Flight placeholder fields.

const (
	// Not specified.
	FlightPlaceholderFieldEnum_UNSPECIFIED FlightPlaceholderFieldEnum_FlightPlaceholderField = 0
	// Used for return value only. Represents value unknown in this version.
	FlightPlaceholderFieldEnum_UNKNOWN FlightPlaceholderFieldEnum_FlightPlaceholderField = 1
	// Data Type: STRING. Required. Destination id. Example: PAR, LON.
	// For feed items that only have destination id, destination id must be a
	// unique key. For feed items that have both destination id and origin id,
	// then the combination must be a unique key.
	FlightPlaceholderFieldEnum_DESTINATION_ID FlightPlaceholderFieldEnum_FlightPlaceholderField = 2
	// Data Type: STRING. Origin id. Example: PAR, LON.
	// Optional. Combination of destination id and origin id must be unique per
	// offer.
	FlightPlaceholderFieldEnum_ORIGIN_ID FlightPlaceholderFieldEnum_FlightPlaceholderField = 3
	// Data Type: STRING. Required. Main headline with product name to be shown
	// in dynamic ad.
	FlightPlaceholderFieldEnum_FLIGHT_DESCRIPTION FlightPlaceholderFieldEnum_FlightPlaceholderField = 4
	// Data Type: STRING. Shorter names are recommended.
	FlightPlaceholderFieldEnum_ORIGIN_NAME FlightPlaceholderFieldEnum_FlightPlaceholderField = 5
	// Data Type: STRING. Shorter names are recommended.
	FlightPlaceholderFieldEnum_DESTINATION_NAME FlightPlaceholderFieldEnum_FlightPlaceholderField = 6
	// Data Type: STRING. Price to be shown in the ad.
	// Example: "100.00 USD"
	FlightPlaceholderFieldEnum_FLIGHT_PRICE FlightPlaceholderFieldEnum_FlightPlaceholderField = 7
	// Data Type: STRING. Formatted price to be shown in the ad.
	// Example: "Starting at $100.00 USD", "$80 - $100"
	FlightPlaceholderFieldEnum_FORMATTED_PRICE FlightPlaceholderFieldEnum_FlightPlaceholderField = 8
	// Data Type: STRING. Sale price to be shown in the ad.
	// Example: "80.00 USD"
	FlightPlaceholderFieldEnum_FLIGHT_SALE_PRICE FlightPlaceholderFieldEnum_FlightPlaceholderField = 9
	// Data Type: STRING. Formatted sale price to be shown in the ad.
	// Example: "On sale for $80.00", "$60 - $80"
	FlightPlaceholderFieldEnum_FORMATTED_SALE_PRICE FlightPlaceholderFieldEnum_FlightPlaceholderField = 10
	// Data Type: URL. Image to be displayed in the ad.
	FlightPlaceholderFieldEnum_IMAGE_URL FlightPlaceholderFieldEnum_FlightPlaceholderField = 11
	// Data Type: URL_LIST. Required. Final URLs for the ad when using Upgraded
	// URLs. User will be redirected to these URLs when they click on an ad, or
	// when they click on a specific flight for ads that show multiple
	// flights.
	FlightPlaceholderFieldEnum_FINAL_URLS FlightPlaceholderFieldEnum_FlightPlaceholderField = 12
	// Data Type: URL_LIST. Final mobile URLs for the ad when using Upgraded
	// URLs.
	FlightPlaceholderFieldEnum_FINAL_MOBILE_URLS FlightPlaceholderFieldEnum_FlightPlaceholderField = 13
	// Data Type: URL. Tracking template for the ad when using Upgraded URLs.
	FlightPlaceholderFieldEnum_TRACKING_URL FlightPlaceholderFieldEnum_FlightPlaceholderField = 14
	// Data Type: STRING. Android app link. Must be formatted as:
	// android-app://{package_id}/{scheme}/{host_path}.
	// The components are defined as follows:
	// package_id: app ID as specified in Google Play.
	// scheme: the scheme to pass to the application. Can be HTTP, or a custom
	//   scheme.
	// host_path: identifies the specific content within your application.
	FlightPlaceholderFieldEnum_ANDROID_APP_LINK FlightPlaceholderFieldEnum_FlightPlaceholderField = 15
	// Data Type: STRING_LIST. List of recommended destination IDs to show
	// together with this item.
	FlightPlaceholderFieldEnum_SIMILAR_DESTINATION_IDS FlightPlaceholderFieldEnum_FlightPlaceholderField = 16
	// Data Type: STRING. iOS app link.
	FlightPlaceholderFieldEnum_IOS_APP_LINK FlightPlaceholderFieldEnum_FlightPlaceholderField = 17
	// Data Type: INT64. iOS app store ID.
	FlightPlaceholderFieldEnum_IOS_APP_STORE_ID FlightPlaceholderFieldEnum_FlightPlaceholderField = 18
)

func (FlightPlaceholderFieldEnum_FlightPlaceholderField) Descriptor

func (FlightPlaceholderFieldEnum_FlightPlaceholderField) Enum

func (FlightPlaceholderFieldEnum_FlightPlaceholderField) EnumDescriptor deprecated

Deprecated: Use FlightPlaceholderFieldEnum_FlightPlaceholderField.Descriptor instead.

func (FlightPlaceholderFieldEnum_FlightPlaceholderField) Number

func (FlightPlaceholderFieldEnum_FlightPlaceholderField) String

func (FlightPlaceholderFieldEnum_FlightPlaceholderField) Type

type FrequencyCapEventTypeEnum

type FrequencyCapEventTypeEnum struct {
	// contains filtered or unexported fields
}

Container for enum describing the type of event that the cap applies to.

func (*FrequencyCapEventTypeEnum) Descriptor deprecated

func (*FrequencyCapEventTypeEnum) Descriptor() ([]byte, []int)

Deprecated: Use FrequencyCapEventTypeEnum.ProtoReflect.Descriptor instead.

func (*FrequencyCapEventTypeEnum) ProtoMessage

func (*FrequencyCapEventTypeEnum) ProtoMessage()

func (*FrequencyCapEventTypeEnum) ProtoReflect

func (*FrequencyCapEventTypeEnum) Reset

func (x *FrequencyCapEventTypeEnum) Reset()

func (*FrequencyCapEventTypeEnum) String

func (x *FrequencyCapEventTypeEnum) String() string

type FrequencyCapEventTypeEnum_FrequencyCapEventType

type FrequencyCapEventTypeEnum_FrequencyCapEventType int32

The type of event that the cap applies to (e.g. impression).

const (
	// Not specified.
	FrequencyCapEventTypeEnum_UNSPECIFIED FrequencyCapEventTypeEnum_FrequencyCapEventType = 0
	// Used for return value only. Represents value unknown in this version.
	FrequencyCapEventTypeEnum_UNKNOWN FrequencyCapEventTypeEnum_FrequencyCapEventType = 1
	// The cap applies on ad impressions.
	FrequencyCapEventTypeEnum_IMPRESSION FrequencyCapEventTypeEnum_FrequencyCapEventType = 2
	// The cap applies on video ad views.
	FrequencyCapEventTypeEnum_VIDEO_VIEW FrequencyCapEventTypeEnum_FrequencyCapEventType = 3
)

func (FrequencyCapEventTypeEnum_FrequencyCapEventType) Descriptor

func (FrequencyCapEventTypeEnum_FrequencyCapEventType) Enum

func (FrequencyCapEventTypeEnum_FrequencyCapEventType) EnumDescriptor deprecated

Deprecated: Use FrequencyCapEventTypeEnum_FrequencyCapEventType.Descriptor instead.

func (FrequencyCapEventTypeEnum_FrequencyCapEventType) Number

func (FrequencyCapEventTypeEnum_FrequencyCapEventType) String

func (FrequencyCapEventTypeEnum_FrequencyCapEventType) Type

type FrequencyCapLevelEnum

type FrequencyCapLevelEnum struct {
	// contains filtered or unexported fields
}

Container for enum describing the level on which the cap is to be applied.

func (*FrequencyCapLevelEnum) Descriptor deprecated

func (*FrequencyCapLevelEnum) Descriptor() ([]byte, []int)

Deprecated: Use FrequencyCapLevelEnum.ProtoReflect.Descriptor instead.

func (*FrequencyCapLevelEnum) ProtoMessage

func (*FrequencyCapLevelEnum) ProtoMessage()

func (*FrequencyCapLevelEnum) ProtoReflect

func (x *FrequencyCapLevelEnum) ProtoReflect() protoreflect.Message

func (*FrequencyCapLevelEnum) Reset

func (x *FrequencyCapLevelEnum) Reset()

func (*FrequencyCapLevelEnum) String

func (x *FrequencyCapLevelEnum) String() string

type FrequencyCapLevelEnum_FrequencyCapLevel

type FrequencyCapLevelEnum_FrequencyCapLevel int32

The level on which the cap is to be applied (e.g ad group ad, ad group). Cap is applied to all the resources of this level.

const (
	// Not specified.
	FrequencyCapLevelEnum_UNSPECIFIED FrequencyCapLevelEnum_FrequencyCapLevel = 0
	// Used for return value only. Represents value unknown in this version.
	FrequencyCapLevelEnum_UNKNOWN FrequencyCapLevelEnum_FrequencyCapLevel = 1
	// The cap is applied at the ad group ad level.
	FrequencyCapLevelEnum_AD_GROUP_AD FrequencyCapLevelEnum_FrequencyCapLevel = 2
	// The cap is applied at the ad group level.
	FrequencyCapLevelEnum_AD_GROUP FrequencyCapLevelEnum_FrequencyCapLevel = 3
	// The cap is applied at the campaign level.
	FrequencyCapLevelEnum_CAMPAIGN FrequencyCapLevelEnum_FrequencyCapLevel = 4
)

func (FrequencyCapLevelEnum_FrequencyCapLevel) Descriptor

func (FrequencyCapLevelEnum_FrequencyCapLevel) Enum

func (FrequencyCapLevelEnum_FrequencyCapLevel) EnumDescriptor deprecated

func (FrequencyCapLevelEnum_FrequencyCapLevel) EnumDescriptor() ([]byte, []int)

Deprecated: Use FrequencyCapLevelEnum_FrequencyCapLevel.Descriptor instead.

func (FrequencyCapLevelEnum_FrequencyCapLevel) Number

func (FrequencyCapLevelEnum_FrequencyCapLevel) String

func (FrequencyCapLevelEnum_FrequencyCapLevel) Type

type FrequencyCapTimeUnitEnum

type FrequencyCapTimeUnitEnum struct {
	// contains filtered or unexported fields
}

Container for enum describing the unit of time the cap is defined at.

func (*FrequencyCapTimeUnitEnum) Descriptor deprecated

func (*FrequencyCapTimeUnitEnum) Descriptor() ([]byte, []int)

Deprecated: Use FrequencyCapTimeUnitEnum.ProtoReflect.Descriptor instead.

func (*FrequencyCapTimeUnitEnum) ProtoMessage

func (*FrequencyCapTimeUnitEnum) ProtoMessage()

func (*FrequencyCapTimeUnitEnum) ProtoReflect

func (x *FrequencyCapTimeUnitEnum) ProtoReflect() protoreflect.Message

func (*FrequencyCapTimeUnitEnum) Reset

func (x *FrequencyCapTimeUnitEnum) Reset()

func (*FrequencyCapTimeUnitEnum) String

func (x *FrequencyCapTimeUnitEnum) String() string

type FrequencyCapTimeUnitEnum_FrequencyCapTimeUnit

type FrequencyCapTimeUnitEnum_FrequencyCapTimeUnit int32

Unit of time the cap is defined at (e.g. day, week).

const (
	// Not specified.
	FrequencyCapTimeUnitEnum_UNSPECIFIED FrequencyCapTimeUnitEnum_FrequencyCapTimeUnit = 0
	// Used for return value only. Represents value unknown in this version.
	FrequencyCapTimeUnitEnum_UNKNOWN FrequencyCapTimeUnitEnum_FrequencyCapTimeUnit = 1
	// The cap would define limit per one day.
	FrequencyCapTimeUnitEnum_DAY FrequencyCapTimeUnitEnum_FrequencyCapTimeUnit = 2
	// The cap would define limit per one week.
	FrequencyCapTimeUnitEnum_WEEK FrequencyCapTimeUnitEnum_FrequencyCapTimeUnit = 3
	// The cap would define limit per one month.
	FrequencyCapTimeUnitEnum_MONTH FrequencyCapTimeUnitEnum_FrequencyCapTimeUnit = 4
)

func (FrequencyCapTimeUnitEnum_FrequencyCapTimeUnit) Descriptor

func (FrequencyCapTimeUnitEnum_FrequencyCapTimeUnit) Enum

func (FrequencyCapTimeUnitEnum_FrequencyCapTimeUnit) EnumDescriptor deprecated

func (FrequencyCapTimeUnitEnum_FrequencyCapTimeUnit) EnumDescriptor() ([]byte, []int)

Deprecated: Use FrequencyCapTimeUnitEnum_FrequencyCapTimeUnit.Descriptor instead.

func (FrequencyCapTimeUnitEnum_FrequencyCapTimeUnit) Number

func (FrequencyCapTimeUnitEnum_FrequencyCapTimeUnit) String

func (FrequencyCapTimeUnitEnum_FrequencyCapTimeUnit) Type

type GenderTypeEnum

type GenderTypeEnum struct {
	// contains filtered or unexported fields
}

Container for enum describing the type of demographic genders.

func (*GenderTypeEnum) Descriptor deprecated

func (*GenderTypeEnum) Descriptor() ([]byte, []int)

Deprecated: Use GenderTypeEnum.ProtoReflect.Descriptor instead.

func (*GenderTypeEnum) ProtoMessage

func (*GenderTypeEnum) ProtoMessage()

func (*GenderTypeEnum) ProtoReflect

func (x *GenderTypeEnum) ProtoReflect() protoreflect.Message

func (*GenderTypeEnum) Reset

func (x *GenderTypeEnum) Reset()

func (*GenderTypeEnum) String

func (x *GenderTypeEnum) String() string

type GenderTypeEnum_GenderType

type GenderTypeEnum_GenderType int32

The type of demographic genders (e.g. female).

const (
	// Not specified.
	GenderTypeEnum_UNSPECIFIED GenderTypeEnum_GenderType = 0
	// Used for return value only. Represents value unknown in this version.
	GenderTypeEnum_UNKNOWN GenderTypeEnum_GenderType = 1
	// Male.
	GenderTypeEnum_MALE GenderTypeEnum_GenderType = 10
	// Female.
	GenderTypeEnum_FEMALE GenderTypeEnum_GenderType = 11
	// Undetermined gender.
	GenderTypeEnum_UNDETERMINED GenderTypeEnum_GenderType = 20
)

func (GenderTypeEnum_GenderType) Descriptor

func (GenderTypeEnum_GenderType) Enum

func (GenderTypeEnum_GenderType) EnumDescriptor deprecated

func (GenderTypeEnum_GenderType) EnumDescriptor() ([]byte, []int)

Deprecated: Use GenderTypeEnum_GenderType.Descriptor instead.

func (GenderTypeEnum_GenderType) Number

func (GenderTypeEnum_GenderType) String

func (x GenderTypeEnum_GenderType) String() string

func (GenderTypeEnum_GenderType) Type

type GeoTargetConstantStatusEnum

type GeoTargetConstantStatusEnum struct {
	// contains filtered or unexported fields
}

Container for describing the status of a geo target constant.

func (*GeoTargetConstantStatusEnum) Descriptor deprecated

func (*GeoTargetConstantStatusEnum) Descriptor() ([]byte, []int)

Deprecated: Use GeoTargetConstantStatusEnum.ProtoReflect.Descriptor instead.

func (*GeoTargetConstantStatusEnum) ProtoMessage

func (*GeoTargetConstantStatusEnum) ProtoMessage()

func (*GeoTargetConstantStatusEnum) ProtoReflect

func (*GeoTargetConstantStatusEnum) Reset

func (x *GeoTargetConstantStatusEnum) Reset()

func (*GeoTargetConstantStatusEnum) String

func (x *GeoTargetConstantStatusEnum) String() string

type GeoTargetConstantStatusEnum_GeoTargetConstantStatus

type GeoTargetConstantStatusEnum_GeoTargetConstantStatus int32

The possible statuses of a geo target constant.

const (
	// No value has been specified.
	GeoTargetConstantStatusEnum_UNSPECIFIED GeoTargetConstantStatusEnum_GeoTargetConstantStatus = 0
	// The received value is not known in this version.
	//
	// This is a response-only value.
	GeoTargetConstantStatusEnum_UNKNOWN GeoTargetConstantStatusEnum_GeoTargetConstantStatus = 1
	// The geo target constant is valid.
	GeoTargetConstantStatusEnum_ENABLED GeoTargetConstantStatusEnum_GeoTargetConstantStatus = 2
	// The geo target constant is obsolete and will be removed.
	GeoTargetConstantStatusEnum_REMOVAL_PLANNED GeoTargetConstantStatusEnum_GeoTargetConstantStatus = 3
)

func (GeoTargetConstantStatusEnum_GeoTargetConstantStatus) Descriptor

func (GeoTargetConstantStatusEnum_GeoTargetConstantStatus) Enum

func (GeoTargetConstantStatusEnum_GeoTargetConstantStatus) EnumDescriptor deprecated

Deprecated: Use GeoTargetConstantStatusEnum_GeoTargetConstantStatus.Descriptor instead.

func (GeoTargetConstantStatusEnum_GeoTargetConstantStatus) Number

func (GeoTargetConstantStatusEnum_GeoTargetConstantStatus) String

func (GeoTargetConstantStatusEnum_GeoTargetConstantStatus) Type

type GeoTargetingRestrictionEnum

type GeoTargetingRestrictionEnum struct {
	// contains filtered or unexported fields
}

Message describing feed item geo targeting restriction.

func (*GeoTargetingRestrictionEnum) Descriptor deprecated

func (*GeoTargetingRestrictionEnum) Descriptor() ([]byte, []int)

Deprecated: Use GeoTargetingRestrictionEnum.ProtoReflect.Descriptor instead.

func (*GeoTargetingRestrictionEnum) ProtoMessage

func (*GeoTargetingRestrictionEnum) ProtoMessage()

func (*GeoTargetingRestrictionEnum) ProtoReflect

func (*GeoTargetingRestrictionEnum) Reset

func (x *GeoTargetingRestrictionEnum) Reset()

func (*GeoTargetingRestrictionEnum) String

func (x *GeoTargetingRestrictionEnum) String() string

type GeoTargetingRestrictionEnum_GeoTargetingRestriction

type GeoTargetingRestrictionEnum_GeoTargetingRestriction int32

A restriction used to determine if the request context's geo should be matched.

const (
	// Not specified.
	GeoTargetingRestrictionEnum_UNSPECIFIED GeoTargetingRestrictionEnum_GeoTargetingRestriction = 0
	// Used for return value only. Represents value unknown in this version.
	GeoTargetingRestrictionEnum_UNKNOWN GeoTargetingRestrictionEnum_GeoTargetingRestriction = 1
	// Indicates that request context should match the physical location of
	// the user.
	GeoTargetingRestrictionEnum_LOCATION_OF_PRESENCE GeoTargetingRestrictionEnum_GeoTargetingRestriction = 2
)

func (GeoTargetingRestrictionEnum_GeoTargetingRestriction) Descriptor

func (GeoTargetingRestrictionEnum_GeoTargetingRestriction) Enum

func (GeoTargetingRestrictionEnum_GeoTargetingRestriction) EnumDescriptor deprecated

Deprecated: Use GeoTargetingRestrictionEnum_GeoTargetingRestriction.Descriptor instead.

func (GeoTargetingRestrictionEnum_GeoTargetingRestriction) Number

func (GeoTargetingRestrictionEnum_GeoTargetingRestriction) String

func (GeoTargetingRestrictionEnum_GeoTargetingRestriction) Type

type GeoTargetingTypeEnum

type GeoTargetingTypeEnum struct {
	// contains filtered or unexported fields
}

Container for enum describing possible geo targeting types.

func (*GeoTargetingTypeEnum) Descriptor deprecated

func (*GeoTargetingTypeEnum) Descriptor() ([]byte, []int)

Deprecated: Use GeoTargetingTypeEnum.ProtoReflect.Descriptor instead.

func (*GeoTargetingTypeEnum) ProtoMessage

func (*GeoTargetingTypeEnum) ProtoMessage()

func (*GeoTargetingTypeEnum) ProtoReflect

func (x *GeoTargetingTypeEnum) ProtoReflect() protoreflect.Message

func (*GeoTargetingTypeEnum) Reset

func (x *GeoTargetingTypeEnum) Reset()

func (*GeoTargetingTypeEnum) String

func (x *GeoTargetingTypeEnum) String() string

type GeoTargetingTypeEnum_GeoTargetingType

type GeoTargetingTypeEnum_GeoTargetingType int32

The possible geo targeting types.

const (
	// Not specified.
	GeoTargetingTypeEnum_UNSPECIFIED GeoTargetingTypeEnum_GeoTargetingType = 0
	// The value is unknown in this version.
	GeoTargetingTypeEnum_UNKNOWN GeoTargetingTypeEnum_GeoTargetingType = 1
	// Location the user is interested in while making the query.
	GeoTargetingTypeEnum_AREA_OF_INTEREST GeoTargetingTypeEnum_GeoTargetingType = 2
	// Location of the user issuing the query.
	GeoTargetingTypeEnum_LOCATION_OF_PRESENCE GeoTargetingTypeEnum_GeoTargetingType = 3
)

func (GeoTargetingTypeEnum_GeoTargetingType) Descriptor

func (GeoTargetingTypeEnum_GeoTargetingType) Enum

func (GeoTargetingTypeEnum_GeoTargetingType) EnumDescriptor deprecated

func (GeoTargetingTypeEnum_GeoTargetingType) EnumDescriptor() ([]byte, []int)

Deprecated: Use GeoTargetingTypeEnum_GeoTargetingType.Descriptor instead.

func (GeoTargetingTypeEnum_GeoTargetingType) Number

func (GeoTargetingTypeEnum_GeoTargetingType) String

func (GeoTargetingTypeEnum_GeoTargetingType) Type

type GoogleAdsFieldCategoryEnum

type GoogleAdsFieldCategoryEnum struct {
	// contains filtered or unexported fields
}

Container for enum that determines if the described artifact is a resource or a field, and if it is a field, when it segments search queries.

func (*GoogleAdsFieldCategoryEnum) Descriptor deprecated

func (*GoogleAdsFieldCategoryEnum) Descriptor() ([]byte, []int)

Deprecated: Use GoogleAdsFieldCategoryEnum.ProtoReflect.Descriptor instead.

func (*GoogleAdsFieldCategoryEnum) ProtoMessage

func (*GoogleAdsFieldCategoryEnum) ProtoMessage()

func (*GoogleAdsFieldCategoryEnum) ProtoReflect

func (*GoogleAdsFieldCategoryEnum) Reset

func (x *GoogleAdsFieldCategoryEnum) Reset()

func (*GoogleAdsFieldCategoryEnum) String

func (x *GoogleAdsFieldCategoryEnum) String() string

type GoogleAdsFieldCategoryEnum_GoogleAdsFieldCategory

type GoogleAdsFieldCategoryEnum_GoogleAdsFieldCategory int32

The category of the artifact.

const (
	// Unspecified
	GoogleAdsFieldCategoryEnum_UNSPECIFIED GoogleAdsFieldCategoryEnum_GoogleAdsFieldCategory = 0
	// Unknown
	GoogleAdsFieldCategoryEnum_UNKNOWN GoogleAdsFieldCategoryEnum_GoogleAdsFieldCategory = 1
	// The described artifact is a resource.
	GoogleAdsFieldCategoryEnum_RESOURCE GoogleAdsFieldCategoryEnum_GoogleAdsFieldCategory = 2
	// The described artifact is a field and is an attribute of a resource.
	// Including a resource attribute field in a query may segment the query if
	// the resource to which it is attributed segments the resource found in
	// the FROM clause.
	GoogleAdsFieldCategoryEnum_ATTRIBUTE GoogleAdsFieldCategoryEnum_GoogleAdsFieldCategory = 3
	// The described artifact is a field and always segments search queries.
	GoogleAdsFieldCategoryEnum_SEGMENT GoogleAdsFieldCategoryEnum_GoogleAdsFieldCategory = 5
	// The described artifact is a field and is a metric. It never segments
	// search queries.
	GoogleAdsFieldCategoryEnum_METRIC GoogleAdsFieldCategoryEnum_GoogleAdsFieldCategory = 6
)

func (GoogleAdsFieldCategoryEnum_GoogleAdsFieldCategory) Descriptor

func (GoogleAdsFieldCategoryEnum_GoogleAdsFieldCategory) Enum

func (GoogleAdsFieldCategoryEnum_GoogleAdsFieldCategory) EnumDescriptor deprecated

Deprecated: Use GoogleAdsFieldCategoryEnum_GoogleAdsFieldCategory.Descriptor instead.

func (GoogleAdsFieldCategoryEnum_GoogleAdsFieldCategory) Number

func (GoogleAdsFieldCategoryEnum_GoogleAdsFieldCategory) String

func (GoogleAdsFieldCategoryEnum_GoogleAdsFieldCategory) Type

type GoogleAdsFieldDataTypeEnum

type GoogleAdsFieldDataTypeEnum struct {
	// contains filtered or unexported fields
}

Container holding the various data types.

func (*GoogleAdsFieldDataTypeEnum) Descriptor deprecated

func (*GoogleAdsFieldDataTypeEnum) Descriptor() ([]byte, []int)

Deprecated: Use GoogleAdsFieldDataTypeEnum.ProtoReflect.Descriptor instead.

func (*GoogleAdsFieldDataTypeEnum) ProtoMessage

func (*GoogleAdsFieldDataTypeEnum) ProtoMessage()

func (*GoogleAdsFieldDataTypeEnum) ProtoReflect

func (*GoogleAdsFieldDataTypeEnum) Reset

func (x *GoogleAdsFieldDataTypeEnum) Reset()

func (*GoogleAdsFieldDataTypeEnum) String

func (x *GoogleAdsFieldDataTypeEnum) String() string

type GoogleAdsFieldDataTypeEnum_GoogleAdsFieldDataType

type GoogleAdsFieldDataTypeEnum_GoogleAdsFieldDataType int32

These are the various types a GoogleAdsService artifact may take on.

const (
	// Unspecified
	GoogleAdsFieldDataTypeEnum_UNSPECIFIED GoogleAdsFieldDataTypeEnum_GoogleAdsFieldDataType = 0
	// Unknown
	GoogleAdsFieldDataTypeEnum_UNKNOWN GoogleAdsFieldDataTypeEnum_GoogleAdsFieldDataType = 1
	// Maps to google.protobuf.BoolValue
	//
	// Applicable operators:  =, !=
	GoogleAdsFieldDataTypeEnum_BOOLEAN GoogleAdsFieldDataTypeEnum_GoogleAdsFieldDataType = 2
	// Maps to google.protobuf.StringValue. It can be compared using the set of
	// operators specific to dates however.
	//
	// Applicable operators:  =, <, >, <=, >=, BETWEEN, DURING, and IN
	GoogleAdsFieldDataTypeEnum_DATE GoogleAdsFieldDataTypeEnum_GoogleAdsFieldDataType = 3
	// Maps to google.protobuf.DoubleValue
	//
	// Applicable operators:  =, !=, <, >, IN, NOT IN
	GoogleAdsFieldDataTypeEnum_DOUBLE GoogleAdsFieldDataTypeEnum_GoogleAdsFieldDataType = 4
	// Maps to an enum. It's specific definition can be found at type_url.
	//
	// Applicable operators:  =, !=, IN, NOT IN
	GoogleAdsFieldDataTypeEnum_ENUM GoogleAdsFieldDataTypeEnum_GoogleAdsFieldDataType = 5
	// Maps to google.protobuf.FloatValue
	//
	// Applicable operators:  =, !=, <, >, IN, NOT IN
	GoogleAdsFieldDataTypeEnum_FLOAT GoogleAdsFieldDataTypeEnum_GoogleAdsFieldDataType = 6
	// Maps to google.protobuf.Int32Value
	//
	// Applicable operators:  =, !=, <, >, <=, >=, BETWEEN, IN, NOT IN
	GoogleAdsFieldDataTypeEnum_INT32 GoogleAdsFieldDataTypeEnum_GoogleAdsFieldDataType = 7
	// Maps to google.protobuf.Int64Value
	//
	// Applicable operators:  =, !=, <, >, <=, >=, BETWEEN, IN, NOT IN
	GoogleAdsFieldDataTypeEnum_INT64 GoogleAdsFieldDataTypeEnum_GoogleAdsFieldDataType = 8
	// Maps to a protocol buffer message type. The data type's details can be
	// found in type_url.
	//
	// No operators work with MESSAGE fields.
	GoogleAdsFieldDataTypeEnum_MESSAGE GoogleAdsFieldDataTypeEnum_GoogleAdsFieldDataType = 9
	// Maps to google.protobuf.StringValue. Represents the resource name
	// (unique id) of a resource or one of its foreign keys.
	//
	// No operators work with RESOURCE_NAME fields.
	GoogleAdsFieldDataTypeEnum_RESOURCE_NAME GoogleAdsFieldDataTypeEnum_GoogleAdsFieldDataType = 10
	// Maps to google.protobuf.StringValue.
	//
	// Applicable operators:  =, !=, LIKE, NOT LIKE, IN, NOT IN
	GoogleAdsFieldDataTypeEnum_STRING GoogleAdsFieldDataTypeEnum_GoogleAdsFieldDataType = 11
	// Maps to google.protobuf.UInt64Value
	//
	// Applicable operators:  =, !=, <, >, <=, >=, BETWEEN, IN, NOT IN
	GoogleAdsFieldDataTypeEnum_UINT64 GoogleAdsFieldDataTypeEnum_GoogleAdsFieldDataType = 12
)

func (GoogleAdsFieldDataTypeEnum_GoogleAdsFieldDataType) Descriptor

func (GoogleAdsFieldDataTypeEnum_GoogleAdsFieldDataType) Enum

func (GoogleAdsFieldDataTypeEnum_GoogleAdsFieldDataType) EnumDescriptor deprecated

Deprecated: Use GoogleAdsFieldDataTypeEnum_GoogleAdsFieldDataType.Descriptor instead.

func (GoogleAdsFieldDataTypeEnum_GoogleAdsFieldDataType) Number

func (GoogleAdsFieldDataTypeEnum_GoogleAdsFieldDataType) String

func (GoogleAdsFieldDataTypeEnum_GoogleAdsFieldDataType) Type

type HotelDateSelectionTypeEnum

type HotelDateSelectionTypeEnum struct {
	// contains filtered or unexported fields
}

Container for enum describing possible hotel date selection types

func (*HotelDateSelectionTypeEnum) Descriptor deprecated

func (*HotelDateSelectionTypeEnum) Descriptor() ([]byte, []int)

Deprecated: Use HotelDateSelectionTypeEnum.ProtoReflect.Descriptor instead.

func (*HotelDateSelectionTypeEnum) ProtoMessage

func (*HotelDateSelectionTypeEnum) ProtoMessage()

func (*HotelDateSelectionTypeEnum) ProtoReflect

func (*HotelDateSelectionTypeEnum) Reset

func (x *HotelDateSelectionTypeEnum) Reset()

func (*HotelDateSelectionTypeEnum) String

func (x *HotelDateSelectionTypeEnum) String() string

type HotelDateSelectionTypeEnum_HotelDateSelectionType

type HotelDateSelectionTypeEnum_HotelDateSelectionType int32

Enum describing possible hotel date selection types.

const (
	// Not specified.
	HotelDateSelectionTypeEnum_UNSPECIFIED HotelDateSelectionTypeEnum_HotelDateSelectionType = 0
	// Used for return value only. Represents value unknown in this version.
	HotelDateSelectionTypeEnum_UNKNOWN HotelDateSelectionTypeEnum_HotelDateSelectionType = 1
	// Dates selected by default.
	HotelDateSelectionTypeEnum_DEFAULT_SELECTION HotelDateSelectionTypeEnum_HotelDateSelectionType = 50
	// Dates selected by the user.
	HotelDateSelectionTypeEnum_USER_SELECTED HotelDateSelectionTypeEnum_HotelDateSelectionType = 51
)

func (HotelDateSelectionTypeEnum_HotelDateSelectionType) Descriptor

func (HotelDateSelectionTypeEnum_HotelDateSelectionType) Enum

func (HotelDateSelectionTypeEnum_HotelDateSelectionType) EnumDescriptor deprecated

Deprecated: Use HotelDateSelectionTypeEnum_HotelDateSelectionType.Descriptor instead.

func (HotelDateSelectionTypeEnum_HotelDateSelectionType) Number

func (HotelDateSelectionTypeEnum_HotelDateSelectionType) String

func (HotelDateSelectionTypeEnum_HotelDateSelectionType) Type

type HotelPlaceholderFieldEnum

type HotelPlaceholderFieldEnum struct {
	// contains filtered or unexported fields
}

Values for Hotel placeholder fields. For more information about dynamic remarketing feeds, see https://support.google.com/google-ads/answer/6053288.

func (*HotelPlaceholderFieldEnum) Descriptor deprecated

func (*HotelPlaceholderFieldEnum) Descriptor() ([]byte, []int)

Deprecated: Use HotelPlaceholderFieldEnum.ProtoReflect.Descriptor instead.

func (*HotelPlaceholderFieldEnum) ProtoMessage

func (*HotelPlaceholderFieldEnum) ProtoMessage()

func (*HotelPlaceholderFieldEnum) ProtoReflect

func (*HotelPlaceholderFieldEnum) Reset

func (x *HotelPlaceholderFieldEnum) Reset()

func (*HotelPlaceholderFieldEnum) String

func (x *HotelPlaceholderFieldEnum) String() string

type HotelPlaceholderFieldEnum_HotelPlaceholderField

type HotelPlaceholderFieldEnum_HotelPlaceholderField int32

Possible values for Hotel placeholder fields.

const (
	// Not specified.
	HotelPlaceholderFieldEnum_UNSPECIFIED HotelPlaceholderFieldEnum_HotelPlaceholderField = 0
	// Used for return value only. Represents value unknown in this version.
	HotelPlaceholderFieldEnum_UNKNOWN HotelPlaceholderFieldEnum_HotelPlaceholderField = 1
	// Data Type: STRING. Required. Unique ID.
	HotelPlaceholderFieldEnum_PROPERTY_ID HotelPlaceholderFieldEnum_HotelPlaceholderField = 2
	// Data Type: STRING. Required. Main headline with property name to be shown
	// in dynamic ad.
	HotelPlaceholderFieldEnum_PROPERTY_NAME HotelPlaceholderFieldEnum_HotelPlaceholderField = 3
	// Data Type: STRING. Name of destination to be shown in dynamic ad.
	HotelPlaceholderFieldEnum_DESTINATION_NAME HotelPlaceholderFieldEnum_HotelPlaceholderField = 4
	// Data Type: STRING. Description of destination to be shown in dynamic ad.
	HotelPlaceholderFieldEnum_DESCRIPTION HotelPlaceholderFieldEnum_HotelPlaceholderField = 5
	// Data Type: STRING. Complete property address, including postal code.
	HotelPlaceholderFieldEnum_ADDRESS HotelPlaceholderFieldEnum_HotelPlaceholderField = 6
	// Data Type: STRING. Price to be shown in the ad.
	// Example: "100.00 USD"
	HotelPlaceholderFieldEnum_PRICE HotelPlaceholderFieldEnum_HotelPlaceholderField = 7
	// Data Type: STRING. Formatted price to be shown in the ad.
	// Example: "Starting at $100.00 USD", "$80 - $100"
	HotelPlaceholderFieldEnum_FORMATTED_PRICE HotelPlaceholderFieldEnum_HotelPlaceholderField = 8
	// Data Type: STRING. Sale price to be shown in the ad.
	// Example: "80.00 USD"
	HotelPlaceholderFieldEnum_SALE_PRICE HotelPlaceholderFieldEnum_HotelPlaceholderField = 9
	// Data Type: STRING. Formatted sale price to be shown in the ad.
	// Example: "On sale for $80.00", "$60 - $80"
	HotelPlaceholderFieldEnum_FORMATTED_SALE_PRICE HotelPlaceholderFieldEnum_HotelPlaceholderField = 10
	// Data Type: URL. Image to be displayed in the ad.
	HotelPlaceholderFieldEnum_IMAGE_URL HotelPlaceholderFieldEnum_HotelPlaceholderField = 11
	// Data Type: STRING. Category of property used to group like items together
	// for recommendation engine.
	HotelPlaceholderFieldEnum_CATEGORY HotelPlaceholderFieldEnum_HotelPlaceholderField = 12
	// Data Type: INT64. Star rating (1 to 5) used to group like items
	// together for recommendation engine.
	HotelPlaceholderFieldEnum_STAR_RATING HotelPlaceholderFieldEnum_HotelPlaceholderField = 13
	// Data Type: STRING_LIST. Keywords used for product retrieval.
	HotelPlaceholderFieldEnum_CONTEXTUAL_KEYWORDS HotelPlaceholderFieldEnum_HotelPlaceholderField = 14
	// Data Type: URL_LIST. Required. Final URLs for the ad when using Upgraded
	// URLs. User will be redirected to these URLs when they click on an ad, or
	// when they click on a specific flight for ads that show multiple
	// flights.
	HotelPlaceholderFieldEnum_FINAL_URLS HotelPlaceholderFieldEnum_HotelPlaceholderField = 15
	// Data Type: URL_LIST. Final mobile URLs for the ad when using Upgraded
	// URLs.
	HotelPlaceholderFieldEnum_FINAL_MOBILE_URLS HotelPlaceholderFieldEnum_HotelPlaceholderField = 16
	// Data Type: URL. Tracking template for the ad when using Upgraded URLs.
	HotelPlaceholderFieldEnum_TRACKING_URL HotelPlaceholderFieldEnum_HotelPlaceholderField = 17
	// Data Type: STRING. Android app link. Must be formatted as:
	// android-app://{package_id}/{scheme}/{host_path}.
	// The components are defined as follows:
	// package_id: app ID as specified in Google Play.
	// scheme: the scheme to pass to the application. Can be HTTP, or a custom
	//   scheme.
	// host_path: identifies the specific content within your application.
	HotelPlaceholderFieldEnum_ANDROID_APP_LINK HotelPlaceholderFieldEnum_HotelPlaceholderField = 18
	// Data Type: STRING_LIST. List of recommended property IDs to show together
	// with this item.
	HotelPlaceholderFieldEnum_SIMILAR_PROPERTY_IDS HotelPlaceholderFieldEnum_HotelPlaceholderField = 19
	// Data Type: STRING. iOS app link.
	HotelPlaceholderFieldEnum_IOS_APP_LINK HotelPlaceholderFieldEnum_HotelPlaceholderField = 20
	// Data Type: INT64. iOS app store ID.
	HotelPlaceholderFieldEnum_IOS_APP_STORE_ID HotelPlaceholderFieldEnum_HotelPlaceholderField = 21
)

func (HotelPlaceholderFieldEnum_HotelPlaceholderField) Descriptor

func (HotelPlaceholderFieldEnum_HotelPlaceholderField) Enum

func (HotelPlaceholderFieldEnum_HotelPlaceholderField) EnumDescriptor deprecated

Deprecated: Use HotelPlaceholderFieldEnum_HotelPlaceholderField.Descriptor instead.

func (HotelPlaceholderFieldEnum_HotelPlaceholderField) Number

func (HotelPlaceholderFieldEnum_HotelPlaceholderField) String

func (HotelPlaceholderFieldEnum_HotelPlaceholderField) Type

type HotelRateTypeEnum

type HotelRateTypeEnum struct {
	// contains filtered or unexported fields
}

Container for enum describing possible hotel rate types.

func (*HotelRateTypeEnum) Descriptor deprecated

func (*HotelRateTypeEnum) Descriptor() ([]byte, []int)

Deprecated: Use HotelRateTypeEnum.ProtoReflect.Descriptor instead.

func (*HotelRateTypeEnum) ProtoMessage

func (*HotelRateTypeEnum) ProtoMessage()

func (*HotelRateTypeEnum) ProtoReflect

func (x *HotelRateTypeEnum) ProtoReflect() protoreflect.Message

func (*HotelRateTypeEnum) Reset

func (x *HotelRateTypeEnum) Reset()

func (*HotelRateTypeEnum) String

func (x *HotelRateTypeEnum) String() string

type HotelRateTypeEnum_HotelRateType

type HotelRateTypeEnum_HotelRateType int32

Enum describing possible hotel rate types.

const (
	// Not specified.
	HotelRateTypeEnum_UNSPECIFIED HotelRateTypeEnum_HotelRateType = 0
	// The value is unknown in this version.
	HotelRateTypeEnum_UNKNOWN HotelRateTypeEnum_HotelRateType = 1
	// Rate type information is unavailable.
	HotelRateTypeEnum_UNAVAILABLE HotelRateTypeEnum_HotelRateType = 2
	// Rates available to everyone.
	HotelRateTypeEnum_PUBLIC_RATE HotelRateTypeEnum_HotelRateType = 3
	// A membership program rate is available and satisfies basic requirements
	// like having a public rate available. UI treatment will strikethrough the
	// public rate and indicate that a discount is available to the user. For
	// more on Qualified Rates, visit
	// https://developers.google.com/hotels/hotel-ads/dev-guide/qualified-rates
	HotelRateTypeEnum_QUALIFIED_RATE HotelRateTypeEnum_HotelRateType = 4
	// Rates available to users that satisfy some eligibility criteria. e.g.
	// all signed-in users, 20% of mobile users, all mobile users in Canada,
	// etc.
	HotelRateTypeEnum_PRIVATE_RATE HotelRateTypeEnum_HotelRateType = 5
)

func (HotelRateTypeEnum_HotelRateType) Descriptor

func (HotelRateTypeEnum_HotelRateType) Enum

func (HotelRateTypeEnum_HotelRateType) EnumDescriptor deprecated

func (HotelRateTypeEnum_HotelRateType) EnumDescriptor() ([]byte, []int)

Deprecated: Use HotelRateTypeEnum_HotelRateType.Descriptor instead.

func (HotelRateTypeEnum_HotelRateType) Number

func (HotelRateTypeEnum_HotelRateType) String

func (HotelRateTypeEnum_HotelRateType) Type

type IncomeRangeTypeEnum

type IncomeRangeTypeEnum struct {
	// contains filtered or unexported fields
}

Container for enum describing the type of demographic income ranges.

func (*IncomeRangeTypeEnum) Descriptor deprecated

func (*IncomeRangeTypeEnum) Descriptor() ([]byte, []int)

Deprecated: Use IncomeRangeTypeEnum.ProtoReflect.Descriptor instead.

func (*IncomeRangeTypeEnum) ProtoMessage

func (*IncomeRangeTypeEnum) ProtoMessage()

func (*IncomeRangeTypeEnum) ProtoReflect

func (x *IncomeRangeTypeEnum) ProtoReflect() protoreflect.Message

func (*IncomeRangeTypeEnum) Reset

func (x *IncomeRangeTypeEnum) Reset()

func (*IncomeRangeTypeEnum) String

func (x *IncomeRangeTypeEnum) String() string

type IncomeRangeTypeEnum_IncomeRangeType

type IncomeRangeTypeEnum_IncomeRangeType int32

The type of demographic income ranges (e.g. between 0% to 50%).

const (
	// Not specified.
	IncomeRangeTypeEnum_UNSPECIFIED IncomeRangeTypeEnum_IncomeRangeType = 0
	// Used for return value only. Represents value unknown in this version.
	IncomeRangeTypeEnum_UNKNOWN IncomeRangeTypeEnum_IncomeRangeType = 1
	// 0%-50%.
	IncomeRangeTypeEnum_INCOME_RANGE_0_50 IncomeRangeTypeEnum_IncomeRangeType = 510001
	// 50% to 60%.
	IncomeRangeTypeEnum_INCOME_RANGE_50_60 IncomeRangeTypeEnum_IncomeRangeType = 510002
	// 60% to 70%.
	IncomeRangeTypeEnum_INCOME_RANGE_60_70 IncomeRangeTypeEnum_IncomeRangeType = 510003
	// 70% to 80%.
	IncomeRangeTypeEnum_INCOME_RANGE_70_80 IncomeRangeTypeEnum_IncomeRangeType = 510004
	// 80% to 90%.
	IncomeRangeTypeEnum_INCOME_RANGE_80_90 IncomeRangeTypeEnum_IncomeRangeType = 510005
	// Greater than 90%.
	IncomeRangeTypeEnum_INCOME_RANGE_90_UP IncomeRangeTypeEnum_IncomeRangeType = 510006
	// Undetermined income range.
	IncomeRangeTypeEnum_INCOME_RANGE_UNDETERMINED IncomeRangeTypeEnum_IncomeRangeType = 510000
)

func (IncomeRangeTypeEnum_IncomeRangeType) Descriptor

func (IncomeRangeTypeEnum_IncomeRangeType) Enum

func (IncomeRangeTypeEnum_IncomeRangeType) EnumDescriptor deprecated

func (IncomeRangeTypeEnum_IncomeRangeType) EnumDescriptor() ([]byte, []int)

Deprecated: Use IncomeRangeTypeEnum_IncomeRangeType.Descriptor instead.

func (IncomeRangeTypeEnum_IncomeRangeType) Number

func (IncomeRangeTypeEnum_IncomeRangeType) String

func (IncomeRangeTypeEnum_IncomeRangeType) Type

type InteractionEventTypeEnum

type InteractionEventTypeEnum struct {
	// contains filtered or unexported fields
}

Container for enum describing types of payable and free interactions.

func (*InteractionEventTypeEnum) Descriptor deprecated

func (*InteractionEventTypeEnum) Descriptor() ([]byte, []int)

Deprecated: Use InteractionEventTypeEnum.ProtoReflect.Descriptor instead.

func (*InteractionEventTypeEnum) ProtoMessage

func (*InteractionEventTypeEnum) ProtoMessage()

func (*InteractionEventTypeEnum) ProtoReflect

func (x *InteractionEventTypeEnum) ProtoReflect() protoreflect.Message

func (*InteractionEventTypeEnum) Reset

func (x *InteractionEventTypeEnum) Reset()

func (*InteractionEventTypeEnum) String

func (x *InteractionEventTypeEnum) String() string

type InteractionEventTypeEnum_InteractionEventType

type InteractionEventTypeEnum_InteractionEventType int32

Enum describing possible types of payable and free interactions.

const (
	// Not specified.
	InteractionEventTypeEnum_UNSPECIFIED InteractionEventTypeEnum_InteractionEventType = 0
	// Used for return value only. Represents value unknown in this version.
	InteractionEventTypeEnum_UNKNOWN InteractionEventTypeEnum_InteractionEventType = 1
	// Click to site. In most cases, this interaction navigates to an external
	// location, usually the advertiser's landing page. This is also the default
	// InteractionEventType for click events.
	InteractionEventTypeEnum_CLICK InteractionEventTypeEnum_InteractionEventType = 2
	// The user's expressed intent to engage with the ad in-place.
	InteractionEventTypeEnum_ENGAGEMENT InteractionEventTypeEnum_InteractionEventType = 3
	// User viewed a video ad.
	InteractionEventTypeEnum_VIDEO_VIEW InteractionEventTypeEnum_InteractionEventType = 4
	// The default InteractionEventType for ad conversion events.
	// This is used when an ad conversion row does NOT indicate
	// that the free interactions (i.e., the ad conversions)
	// should be 'promoted' and reported as part of the core metrics.
	// These are simply other (ad) conversions.
	InteractionEventTypeEnum_NONE InteractionEventTypeEnum_InteractionEventType = 5
)

func (InteractionEventTypeEnum_InteractionEventType) Descriptor

func (InteractionEventTypeEnum_InteractionEventType) Enum

func (InteractionEventTypeEnum_InteractionEventType) EnumDescriptor deprecated

func (InteractionEventTypeEnum_InteractionEventType) EnumDescriptor() ([]byte, []int)

Deprecated: Use InteractionEventTypeEnum_InteractionEventType.Descriptor instead.

func (InteractionEventTypeEnum_InteractionEventType) Number

func (InteractionEventTypeEnum_InteractionEventType) String

func (InteractionEventTypeEnum_InteractionEventType) Type

type InteractionTypeEnum

type InteractionTypeEnum struct {
	// contains filtered or unexported fields
}

Container for enum describing possible interaction types.

func (*InteractionTypeEnum) Descriptor deprecated

func (*InteractionTypeEnum) Descriptor() ([]byte, []int)

Deprecated: Use InteractionTypeEnum.ProtoReflect.Descriptor instead.

func (*InteractionTypeEnum) ProtoMessage

func (*InteractionTypeEnum) ProtoMessage()

func (*InteractionTypeEnum) ProtoReflect

func (x *InteractionTypeEnum) ProtoReflect() protoreflect.Message

func (*InteractionTypeEnum) Reset

func (x *InteractionTypeEnum) Reset()

func (*InteractionTypeEnum) String

func (x *InteractionTypeEnum) String() string

type InteractionTypeEnum_InteractionType

type InteractionTypeEnum_InteractionType int32

Enum describing possible interaction types.

const (
	// Not specified.
	InteractionTypeEnum_UNSPECIFIED InteractionTypeEnum_InteractionType = 0
	// Used for return value only. Represents value unknown in this version.
	InteractionTypeEnum_UNKNOWN InteractionTypeEnum_InteractionType = 1
	// Calls.
	InteractionTypeEnum_CALLS InteractionTypeEnum_InteractionType = 8000
)

func (InteractionTypeEnum_InteractionType) Descriptor

func (InteractionTypeEnum_InteractionType) Enum

func (InteractionTypeEnum_InteractionType) EnumDescriptor deprecated

func (InteractionTypeEnum_InteractionType) EnumDescriptor() ([]byte, []int)

Deprecated: Use InteractionTypeEnum_InteractionType.Descriptor instead.

func (InteractionTypeEnum_InteractionType) Number

func (InteractionTypeEnum_InteractionType) String

func (InteractionTypeEnum_InteractionType) Type

type JobPlaceholderFieldEnum

type JobPlaceholderFieldEnum struct {
	// contains filtered or unexported fields
}

Values for Job placeholder fields. For more information about dynamic remarketing feeds, see https://support.google.com/google-ads/answer/6053288.

func (*JobPlaceholderFieldEnum) Descriptor deprecated

func (*JobPlaceholderFieldEnum) Descriptor() ([]byte, []int)

Deprecated: Use JobPlaceholderFieldEnum.ProtoReflect.Descriptor instead.

func (*JobPlaceholderFieldEnum) ProtoMessage

func (*JobPlaceholderFieldEnum) ProtoMessage()

func (*JobPlaceholderFieldEnum) ProtoReflect

func (x *JobPlaceholderFieldEnum) ProtoReflect() protoreflect.Message

func (*JobPlaceholderFieldEnum) Reset

func (x *JobPlaceholderFieldEnum) Reset()

func (*JobPlaceholderFieldEnum) String

func (x *JobPlaceholderFieldEnum) String() string

type JobPlaceholderFieldEnum_JobPlaceholderField

type JobPlaceholderFieldEnum_JobPlaceholderField int32

Possible values for Job placeholder fields.

const (
	// Not specified.
	JobPlaceholderFieldEnum_UNSPECIFIED JobPlaceholderFieldEnum_JobPlaceholderField = 0
	// Used for return value only. Represents value unknown in this version.
	JobPlaceholderFieldEnum_UNKNOWN JobPlaceholderFieldEnum_JobPlaceholderField = 1
	// Data Type: STRING. Required. If only JOB_ID is specified, then it must be
	// unique. If both JOB_ID and LOCATION_ID are specified, then the
	// pair must be unique.
	// ID) pair must be unique.
	JobPlaceholderFieldEnum_JOB_ID JobPlaceholderFieldEnum_JobPlaceholderField = 2
	// Data Type: STRING. Combination of JOB_ID and LOCATION_ID must be unique
	// per offer.
	JobPlaceholderFieldEnum_LOCATION_ID JobPlaceholderFieldEnum_JobPlaceholderField = 3
	// Data Type: STRING. Required. Main headline with job title to be shown in
	// dynamic ad.
	JobPlaceholderFieldEnum_TITLE JobPlaceholderFieldEnum_JobPlaceholderField = 4
	// Data Type: STRING. Job subtitle to be shown in dynamic ad.
	JobPlaceholderFieldEnum_SUBTITLE JobPlaceholderFieldEnum_JobPlaceholderField = 5
	// Data Type: STRING. Description of job to be shown in dynamic ad.
	JobPlaceholderFieldEnum_DESCRIPTION JobPlaceholderFieldEnum_JobPlaceholderField = 6
	// Data Type: URL. Image to be displayed in the ad. Highly recommended for
	// image ads.
	JobPlaceholderFieldEnum_IMAGE_URL JobPlaceholderFieldEnum_JobPlaceholderField = 7
	// Data Type: STRING. Category of property used to group like items together
	// for recommendation engine.
	JobPlaceholderFieldEnum_CATEGORY JobPlaceholderFieldEnum_JobPlaceholderField = 8
	// Data Type: STRING_LIST. Keywords used for product retrieval.
	JobPlaceholderFieldEnum_CONTEXTUAL_KEYWORDS JobPlaceholderFieldEnum_JobPlaceholderField = 9
	// Data Type: STRING. Complete property address, including postal code.
	JobPlaceholderFieldEnum_ADDRESS JobPlaceholderFieldEnum_JobPlaceholderField = 10
	// Data Type: STRING. Salary or salary range of job to be shown in dynamic
	// ad.
	JobPlaceholderFieldEnum_SALARY JobPlaceholderFieldEnum_JobPlaceholderField = 11
	// Data Type: URL_LIST. Required. Final URLs to be used in ad when using
	// Upgraded URLs; the more specific the better (e.g. the individual URL of a
	// specific job and its location).
	JobPlaceholderFieldEnum_FINAL_URLS JobPlaceholderFieldEnum_JobPlaceholderField = 12
	// Data Type: URL_LIST. Final mobile URLs for the ad when using Upgraded
	// URLs.
	JobPlaceholderFieldEnum_FINAL_MOBILE_URLS JobPlaceholderFieldEnum_JobPlaceholderField = 14
	// Data Type: URL. Tracking template for the ad when using Upgraded URLs.
	JobPlaceholderFieldEnum_TRACKING_URL JobPlaceholderFieldEnum_JobPlaceholderField = 15
	// Data Type: STRING. Android app link. Must be formatted as:
	// android-app://{package_id}/{scheme}/{host_path}.
	// The components are defined as follows:
	// package_id: app ID as specified in Google Play.
	// scheme: the scheme to pass to the application. Can be HTTP, or a custom
	//   scheme.
	// host_path: identifies the specific content within your application.
	JobPlaceholderFieldEnum_ANDROID_APP_LINK JobPlaceholderFieldEnum_JobPlaceholderField = 16
	// Data Type: STRING_LIST. List of recommended job IDs to show together with
	// this item.
	JobPlaceholderFieldEnum_SIMILAR_JOB_IDS JobPlaceholderFieldEnum_JobPlaceholderField = 17
	// Data Type: STRING. iOS app link.
	JobPlaceholderFieldEnum_IOS_APP_LINK JobPlaceholderFieldEnum_JobPlaceholderField = 18
	// Data Type: INT64. iOS app store ID.
	JobPlaceholderFieldEnum_IOS_APP_STORE_ID JobPlaceholderFieldEnum_JobPlaceholderField = 19
)

func (JobPlaceholderFieldEnum_JobPlaceholderField) Descriptor

func (JobPlaceholderFieldEnum_JobPlaceholderField) Enum

func (JobPlaceholderFieldEnum_JobPlaceholderField) EnumDescriptor deprecated

func (JobPlaceholderFieldEnum_JobPlaceholderField) EnumDescriptor() ([]byte, []int)

Deprecated: Use JobPlaceholderFieldEnum_JobPlaceholderField.Descriptor instead.

func (JobPlaceholderFieldEnum_JobPlaceholderField) Number

func (JobPlaceholderFieldEnum_JobPlaceholderField) String

func (JobPlaceholderFieldEnum_JobPlaceholderField) Type

type KeywordMatchTypeEnum

type KeywordMatchTypeEnum struct {
	// contains filtered or unexported fields
}

Message describing Keyword match types.

func (*KeywordMatchTypeEnum) Descriptor deprecated

func (*KeywordMatchTypeEnum) Descriptor() ([]byte, []int)

Deprecated: Use KeywordMatchTypeEnum.ProtoReflect.Descriptor instead.

func (*KeywordMatchTypeEnum) ProtoMessage

func (*KeywordMatchTypeEnum) ProtoMessage()

func (*KeywordMatchTypeEnum) ProtoReflect

func (x *KeywordMatchTypeEnum) ProtoReflect() protoreflect.Message

func (*KeywordMatchTypeEnum) Reset

func (x *KeywordMatchTypeEnum) Reset()

func (*KeywordMatchTypeEnum) String

func (x *KeywordMatchTypeEnum) String() string

type KeywordMatchTypeEnum_KeywordMatchType

type KeywordMatchTypeEnum_KeywordMatchType int32

Possible Keyword match types.

const (
	// Not specified.
	KeywordMatchTypeEnum_UNSPECIFIED KeywordMatchTypeEnum_KeywordMatchType = 0
	// Used for return value only. Represents value unknown in this version.
	KeywordMatchTypeEnum_UNKNOWN KeywordMatchTypeEnum_KeywordMatchType = 1
	// Exact match.
	KeywordMatchTypeEnum_EXACT KeywordMatchTypeEnum_KeywordMatchType = 2
	// Phrase match.
	KeywordMatchTypeEnum_PHRASE KeywordMatchTypeEnum_KeywordMatchType = 3
	// Broad match.
	KeywordMatchTypeEnum_BROAD KeywordMatchTypeEnum_KeywordMatchType = 4
)

func (KeywordMatchTypeEnum_KeywordMatchType) Descriptor

func (KeywordMatchTypeEnum_KeywordMatchType) Enum

func (KeywordMatchTypeEnum_KeywordMatchType) EnumDescriptor deprecated

func (KeywordMatchTypeEnum_KeywordMatchType) EnumDescriptor() ([]byte, []int)

Deprecated: Use KeywordMatchTypeEnum_KeywordMatchType.Descriptor instead.

func (KeywordMatchTypeEnum_KeywordMatchType) Number

func (KeywordMatchTypeEnum_KeywordMatchType) String

func (KeywordMatchTypeEnum_KeywordMatchType) Type

type KeywordPlanCompetitionLevelEnum

type KeywordPlanCompetitionLevelEnum struct {
	// contains filtered or unexported fields
}

Container for enumeration of keyword competition levels. The competition level indicates how competitive ad placement is for a keyword and is determined by the number of advertisers bidding on that keyword relative to all keywords across Google. The competition level can depend on the location and Search Network targeting options you've selected.

func (*KeywordPlanCompetitionLevelEnum) Descriptor deprecated

func (*KeywordPlanCompetitionLevelEnum) Descriptor() ([]byte, []int)

Deprecated: Use KeywordPlanCompetitionLevelEnum.ProtoReflect.Descriptor instead.

func (*KeywordPlanCompetitionLevelEnum) ProtoMessage

func (*KeywordPlanCompetitionLevelEnum) ProtoMessage()

func (*KeywordPlanCompetitionLevelEnum) ProtoReflect

func (*KeywordPlanCompetitionLevelEnum) Reset

func (*KeywordPlanCompetitionLevelEnum) String

type KeywordPlanCompetitionLevelEnum_KeywordPlanCompetitionLevel

type KeywordPlanCompetitionLevelEnum_KeywordPlanCompetitionLevel int32

Competition level of a keyword.

const (
	// Not specified.
	KeywordPlanCompetitionLevelEnum_UNSPECIFIED KeywordPlanCompetitionLevelEnum_KeywordPlanCompetitionLevel = 0
	// The value is unknown in this version.
	KeywordPlanCompetitionLevelEnum_UNKNOWN KeywordPlanCompetitionLevelEnum_KeywordPlanCompetitionLevel = 1
	// Low competition. The Competition Index range for this is [0, 33].
	KeywordPlanCompetitionLevelEnum_LOW KeywordPlanCompetitionLevelEnum_KeywordPlanCompetitionLevel = 2
	// Medium competition. The Competition Index range for this is [34, 66].
	KeywordPlanCompetitionLevelEnum_MEDIUM KeywordPlanCompetitionLevelEnum_KeywordPlanCompetitionLevel = 3
	// High competition. The Competition Index range for this is [67, 100].
	KeywordPlanCompetitionLevelEnum_HIGH KeywordPlanCompetitionLevelEnum_KeywordPlanCompetitionLevel = 4
)

func (KeywordPlanCompetitionLevelEnum_KeywordPlanCompetitionLevel) Descriptor

func (KeywordPlanCompetitionLevelEnum_KeywordPlanCompetitionLevel) Enum

func (KeywordPlanCompetitionLevelEnum_KeywordPlanCompetitionLevel) EnumDescriptor deprecated

Deprecated: Use KeywordPlanCompetitionLevelEnum_KeywordPlanCompetitionLevel.Descriptor instead.

func (KeywordPlanCompetitionLevelEnum_KeywordPlanCompetitionLevel) Number

func (KeywordPlanCompetitionLevelEnum_KeywordPlanCompetitionLevel) String

func (KeywordPlanCompetitionLevelEnum_KeywordPlanCompetitionLevel) Type

type KeywordPlanForecastIntervalEnum

type KeywordPlanForecastIntervalEnum struct {
	// contains filtered or unexported fields
}

Container for enumeration of forecast intervals.

func (*KeywordPlanForecastIntervalEnum) Descriptor deprecated

func (*KeywordPlanForecastIntervalEnum) Descriptor() ([]byte, []int)

Deprecated: Use KeywordPlanForecastIntervalEnum.ProtoReflect.Descriptor instead.

func (*KeywordPlanForecastIntervalEnum) ProtoMessage

func (*KeywordPlanForecastIntervalEnum) ProtoMessage()

func (*KeywordPlanForecastIntervalEnum) ProtoReflect

func (*KeywordPlanForecastIntervalEnum) Reset

func (*KeywordPlanForecastIntervalEnum) String

type KeywordPlanForecastIntervalEnum_KeywordPlanForecastInterval

type KeywordPlanForecastIntervalEnum_KeywordPlanForecastInterval int32

Forecast intervals.

const (
	// Not specified.
	KeywordPlanForecastIntervalEnum_UNSPECIFIED KeywordPlanForecastIntervalEnum_KeywordPlanForecastInterval = 0
	// The value is unknown in this version.
	KeywordPlanForecastIntervalEnum_UNKNOWN KeywordPlanForecastIntervalEnum_KeywordPlanForecastInterval = 1
	// The next week date range for keyword plan. The next week is based
	// on the default locale of the user's account and is mostly SUN-SAT or
	// MON-SUN.
	// This can be different from next-7 days.
	KeywordPlanForecastIntervalEnum_NEXT_WEEK KeywordPlanForecastIntervalEnum_KeywordPlanForecastInterval = 3
	// The next month date range for keyword plan.
	KeywordPlanForecastIntervalEnum_NEXT_MONTH KeywordPlanForecastIntervalEnum_KeywordPlanForecastInterval = 4
	// The next quarter date range for keyword plan.
	KeywordPlanForecastIntervalEnum_NEXT_QUARTER KeywordPlanForecastIntervalEnum_KeywordPlanForecastInterval = 5
)

func (KeywordPlanForecastIntervalEnum_KeywordPlanForecastInterval) Descriptor

func (KeywordPlanForecastIntervalEnum_KeywordPlanForecastInterval) Enum

func (KeywordPlanForecastIntervalEnum_KeywordPlanForecastInterval) EnumDescriptor deprecated

Deprecated: Use KeywordPlanForecastIntervalEnum_KeywordPlanForecastInterval.Descriptor instead.

func (KeywordPlanForecastIntervalEnum_KeywordPlanForecastInterval) Number

func (KeywordPlanForecastIntervalEnum_KeywordPlanForecastInterval) String

func (KeywordPlanForecastIntervalEnum_KeywordPlanForecastInterval) Type

type KeywordPlanNetworkEnum

type KeywordPlanNetworkEnum struct {
	// contains filtered or unexported fields
}

Container for enumeration of keyword plan forecastable network types.

func (*KeywordPlanNetworkEnum) Descriptor deprecated

func (*KeywordPlanNetworkEnum) Descriptor() ([]byte, []int)

Deprecated: Use KeywordPlanNetworkEnum.ProtoReflect.Descriptor instead.

func (*KeywordPlanNetworkEnum) ProtoMessage

func (*KeywordPlanNetworkEnum) ProtoMessage()

func (*KeywordPlanNetworkEnum) ProtoReflect

func (x *KeywordPlanNetworkEnum) ProtoReflect() protoreflect.Message

func (*KeywordPlanNetworkEnum) Reset

func (x *KeywordPlanNetworkEnum) Reset()

func (*KeywordPlanNetworkEnum) String

func (x *KeywordPlanNetworkEnum) String() string

type KeywordPlanNetworkEnum_KeywordPlanNetwork

type KeywordPlanNetworkEnum_KeywordPlanNetwork int32

Enumerates keyword plan forecastable network types.

const (
	// Not specified.
	KeywordPlanNetworkEnum_UNSPECIFIED KeywordPlanNetworkEnum_KeywordPlanNetwork = 0
	// The value is unknown in this version.
	KeywordPlanNetworkEnum_UNKNOWN KeywordPlanNetworkEnum_KeywordPlanNetwork = 1
	// Google Search.
	KeywordPlanNetworkEnum_GOOGLE_SEARCH KeywordPlanNetworkEnum_KeywordPlanNetwork = 2
	// Google Search + Search partners.
	KeywordPlanNetworkEnum_GOOGLE_SEARCH_AND_PARTNERS KeywordPlanNetworkEnum_KeywordPlanNetwork = 3
)

func (KeywordPlanNetworkEnum_KeywordPlanNetwork) Descriptor

func (KeywordPlanNetworkEnum_KeywordPlanNetwork) Enum

func (KeywordPlanNetworkEnum_KeywordPlanNetwork) EnumDescriptor deprecated

func (KeywordPlanNetworkEnum_KeywordPlanNetwork) EnumDescriptor() ([]byte, []int)

Deprecated: Use KeywordPlanNetworkEnum_KeywordPlanNetwork.Descriptor instead.

func (KeywordPlanNetworkEnum_KeywordPlanNetwork) Number

func (KeywordPlanNetworkEnum_KeywordPlanNetwork) String

func (KeywordPlanNetworkEnum_KeywordPlanNetwork) Type

type LabelStatusEnum

type LabelStatusEnum struct {
	// contains filtered or unexported fields
}

Container for enum describing possible status of a label.

func (*LabelStatusEnum) Descriptor deprecated

func (*LabelStatusEnum) Descriptor() ([]byte, []int)

Deprecated: Use LabelStatusEnum.ProtoReflect.Descriptor instead.

func (*LabelStatusEnum) ProtoMessage

func (*LabelStatusEnum) ProtoMessage()

func (*LabelStatusEnum) ProtoReflect

func (x *LabelStatusEnum) ProtoReflect() protoreflect.Message

func (*LabelStatusEnum) Reset

func (x *LabelStatusEnum) Reset()

func (*LabelStatusEnum) String

func (x *LabelStatusEnum) String() string

type LabelStatusEnum_LabelStatus

type LabelStatusEnum_LabelStatus int32

Possible statuses of a label.

const (
	// Not specified.
	LabelStatusEnum_UNSPECIFIED LabelStatusEnum_LabelStatus = 0
	// Used for return value only. Represents value unknown in this version.
	LabelStatusEnum_UNKNOWN LabelStatusEnum_LabelStatus = 1
	// Label is enabled.
	LabelStatusEnum_ENABLED LabelStatusEnum_LabelStatus = 2
	// Label is removed.
	LabelStatusEnum_REMOVED LabelStatusEnum_LabelStatus = 3
)

func (LabelStatusEnum_LabelStatus) Descriptor

func (LabelStatusEnum_LabelStatus) Enum

func (LabelStatusEnum_LabelStatus) EnumDescriptor deprecated

func (LabelStatusEnum_LabelStatus) EnumDescriptor() ([]byte, []int)

Deprecated: Use LabelStatusEnum_LabelStatus.Descriptor instead.

func (LabelStatusEnum_LabelStatus) Number

func (LabelStatusEnum_LabelStatus) String

func (LabelStatusEnum_LabelStatus) Type

type LegacyAppInstallAdAppStoreEnum

type LegacyAppInstallAdAppStoreEnum struct {
	// contains filtered or unexported fields
}

Container for enum describing app store type in a legacy app install ad.

func (*LegacyAppInstallAdAppStoreEnum) Descriptor deprecated

func (*LegacyAppInstallAdAppStoreEnum) Descriptor() ([]byte, []int)

Deprecated: Use LegacyAppInstallAdAppStoreEnum.ProtoReflect.Descriptor instead.

func (*LegacyAppInstallAdAppStoreEnum) ProtoMessage

func (*LegacyAppInstallAdAppStoreEnum) ProtoMessage()

func (*LegacyAppInstallAdAppStoreEnum) ProtoReflect

func (*LegacyAppInstallAdAppStoreEnum) Reset

func (x *LegacyAppInstallAdAppStoreEnum) Reset()

func (*LegacyAppInstallAdAppStoreEnum) String

type LegacyAppInstallAdAppStoreEnum_LegacyAppInstallAdAppStore

type LegacyAppInstallAdAppStoreEnum_LegacyAppInstallAdAppStore int32

App store type in a legacy app install ad.

const (
	// Not specified.
	LegacyAppInstallAdAppStoreEnum_UNSPECIFIED LegacyAppInstallAdAppStoreEnum_LegacyAppInstallAdAppStore = 0
	// Used for return value only. Represents value unknown in this version.
	LegacyAppInstallAdAppStoreEnum_UNKNOWN LegacyAppInstallAdAppStoreEnum_LegacyAppInstallAdAppStore = 1
	// Apple iTunes.
	LegacyAppInstallAdAppStoreEnum_APPLE_APP_STORE LegacyAppInstallAdAppStoreEnum_LegacyAppInstallAdAppStore = 2
	// Google Play.
	LegacyAppInstallAdAppStoreEnum_GOOGLE_PLAY LegacyAppInstallAdAppStoreEnum_LegacyAppInstallAdAppStore = 3
	// Windows Store.
	LegacyAppInstallAdAppStoreEnum_WINDOWS_STORE LegacyAppInstallAdAppStoreEnum_LegacyAppInstallAdAppStore = 4
	// Windows Phone Store.
	LegacyAppInstallAdAppStoreEnum_WINDOWS_PHONE_STORE LegacyAppInstallAdAppStoreEnum_LegacyAppInstallAdAppStore = 5
	// The app is hosted in a Chinese app store.
	LegacyAppInstallAdAppStoreEnum_CN_APP_STORE LegacyAppInstallAdAppStoreEnum_LegacyAppInstallAdAppStore = 6
)

func (LegacyAppInstallAdAppStoreEnum_LegacyAppInstallAdAppStore) Descriptor

func (LegacyAppInstallAdAppStoreEnum_LegacyAppInstallAdAppStore) Enum

func (LegacyAppInstallAdAppStoreEnum_LegacyAppInstallAdAppStore) EnumDescriptor deprecated

Deprecated: Use LegacyAppInstallAdAppStoreEnum_LegacyAppInstallAdAppStore.Descriptor instead.

func (LegacyAppInstallAdAppStoreEnum_LegacyAppInstallAdAppStore) Number

func (LegacyAppInstallAdAppStoreEnum_LegacyAppInstallAdAppStore) String

func (LegacyAppInstallAdAppStoreEnum_LegacyAppInstallAdAppStore) Type

type ListingCustomAttributeIndexEnum

type ListingCustomAttributeIndexEnum struct {
	// contains filtered or unexported fields
}

Container for enum describing the index of the listing custom attribute.

func (*ListingCustomAttributeIndexEnum) Descriptor deprecated

func (*ListingCustomAttributeIndexEnum) Descriptor() ([]byte, []int)

Deprecated: Use ListingCustomAttributeIndexEnum.ProtoReflect.Descriptor instead.

func (*ListingCustomAttributeIndexEnum) ProtoMessage

func (*ListingCustomAttributeIndexEnum) ProtoMessage()

func (*ListingCustomAttributeIndexEnum) ProtoReflect

func (*ListingCustomAttributeIndexEnum) Reset

func (*ListingCustomAttributeIndexEnum) String

type ListingCustomAttributeIndexEnum_ListingCustomAttributeIndex

type ListingCustomAttributeIndexEnum_ListingCustomAttributeIndex int32

The index of the listing custom attribute.

const (
	// Not specified.
	ListingCustomAttributeIndexEnum_UNSPECIFIED ListingCustomAttributeIndexEnum_ListingCustomAttributeIndex = 0
	// Used for return value only. Represents value unknown in this version.
	ListingCustomAttributeIndexEnum_UNKNOWN ListingCustomAttributeIndexEnum_ListingCustomAttributeIndex = 1
	// First listing custom attribute.
	ListingCustomAttributeIndexEnum_INDEX0 ListingCustomAttributeIndexEnum_ListingCustomAttributeIndex = 7
	// Second listing custom attribute.
	ListingCustomAttributeIndexEnum_INDEX1 ListingCustomAttributeIndexEnum_ListingCustomAttributeIndex = 8
	// Third listing custom attribute.
	ListingCustomAttributeIndexEnum_INDEX2 ListingCustomAttributeIndexEnum_ListingCustomAttributeIndex = 9
	// Fourth listing custom attribute.
	ListingCustomAttributeIndexEnum_INDEX3 ListingCustomAttributeIndexEnum_ListingCustomAttributeIndex = 10
	// Fifth listing custom attribute.
	ListingCustomAttributeIndexEnum_INDEX4 ListingCustomAttributeIndexEnum_ListingCustomAttributeIndex = 11
)

func (ListingCustomAttributeIndexEnum_ListingCustomAttributeIndex) Descriptor

func (ListingCustomAttributeIndexEnum_ListingCustomAttributeIndex) Enum

func (ListingCustomAttributeIndexEnum_ListingCustomAttributeIndex) EnumDescriptor deprecated

Deprecated: Use ListingCustomAttributeIndexEnum_ListingCustomAttributeIndex.Descriptor instead.

func (ListingCustomAttributeIndexEnum_ListingCustomAttributeIndex) Number

func (ListingCustomAttributeIndexEnum_ListingCustomAttributeIndex) String

func (ListingCustomAttributeIndexEnum_ListingCustomAttributeIndex) Type

type ListingGroupTypeEnum

type ListingGroupTypeEnum struct {
	// contains filtered or unexported fields
}

Container for enum describing the type of the listing group.

func (*ListingGroupTypeEnum) Descriptor deprecated

func (*ListingGroupTypeEnum) Descriptor() ([]byte, []int)

Deprecated: Use ListingGroupTypeEnum.ProtoReflect.Descriptor instead.

func (*ListingGroupTypeEnum) ProtoMessage

func (*ListingGroupTypeEnum) ProtoMessage()

func (*ListingGroupTypeEnum) ProtoReflect

func (x *ListingGroupTypeEnum) ProtoReflect() protoreflect.Message

func (*ListingGroupTypeEnum) Reset

func (x *ListingGroupTypeEnum) Reset()

func (*ListingGroupTypeEnum) String

func (x *ListingGroupTypeEnum) String() string

type ListingGroupTypeEnum_ListingGroupType

type ListingGroupTypeEnum_ListingGroupType int32

The type of the listing group.

const (
	// Not specified.
	ListingGroupTypeEnum_UNSPECIFIED ListingGroupTypeEnum_ListingGroupType = 0
	// Used for return value only. Represents value unknown in this version.
	ListingGroupTypeEnum_UNKNOWN ListingGroupTypeEnum_ListingGroupType = 1
	// Subdivision of products along some listing dimension. These nodes
	// are not used by serving to target listing entries, but is purely
	// to define the structure of the tree.
	ListingGroupTypeEnum_SUBDIVISION ListingGroupTypeEnum_ListingGroupType = 2
	// Listing group unit that defines a bid.
	ListingGroupTypeEnum_UNIT ListingGroupTypeEnum_ListingGroupType = 3
)

func (ListingGroupTypeEnum_ListingGroupType) Descriptor

func (ListingGroupTypeEnum_ListingGroupType) Enum

func (ListingGroupTypeEnum_ListingGroupType) EnumDescriptor deprecated

func (ListingGroupTypeEnum_ListingGroupType) EnumDescriptor() ([]byte, []int)

Deprecated: Use ListingGroupTypeEnum_ListingGroupType.Descriptor instead.

func (ListingGroupTypeEnum_ListingGroupType) Number

func (ListingGroupTypeEnum_ListingGroupType) String

func (ListingGroupTypeEnum_ListingGroupType) Type

type LocalPlaceholderFieldEnum

type LocalPlaceholderFieldEnum struct {
	// contains filtered or unexported fields
}

Values for Local placeholder fields. For more information about dynamic remarketing feeds, see https://support.google.com/google-ads/answer/6053288.

func (*LocalPlaceholderFieldEnum) Descriptor deprecated

func (*LocalPlaceholderFieldEnum) Descriptor() ([]byte, []int)

Deprecated: Use LocalPlaceholderFieldEnum.ProtoReflect.Descriptor instead.

func (*LocalPlaceholderFieldEnum) ProtoMessage

func (*LocalPlaceholderFieldEnum) ProtoMessage()

func (*LocalPlaceholderFieldEnum) ProtoReflect

func (*LocalPlaceholderFieldEnum) Reset

func (x *LocalPlaceholderFieldEnum) Reset()

func (*LocalPlaceholderFieldEnum) String

func (x *LocalPlaceholderFieldEnum) String() string

type LocalPlaceholderFieldEnum_LocalPlaceholderField

type LocalPlaceholderFieldEnum_LocalPlaceholderField int32

Possible values for Local placeholder fields.

const (
	// Not specified.
	LocalPlaceholderFieldEnum_UNSPECIFIED LocalPlaceholderFieldEnum_LocalPlaceholderField = 0
	// Used for return value only. Represents value unknown in this version.
	LocalPlaceholderFieldEnum_UNKNOWN LocalPlaceholderFieldEnum_LocalPlaceholderField = 1
	// Data Type: STRING. Required. Unique ID.
	LocalPlaceholderFieldEnum_DEAL_ID LocalPlaceholderFieldEnum_LocalPlaceholderField = 2
	// Data Type: STRING. Required. Main headline with local deal title to be
	// shown in dynamic ad.
	LocalPlaceholderFieldEnum_DEAL_NAME LocalPlaceholderFieldEnum_LocalPlaceholderField = 3
	// Data Type: STRING. Local deal subtitle to be shown in dynamic ad.
	LocalPlaceholderFieldEnum_SUBTITLE LocalPlaceholderFieldEnum_LocalPlaceholderField = 4
	// Data Type: STRING. Description of local deal to be shown in dynamic ad.
	LocalPlaceholderFieldEnum_DESCRIPTION LocalPlaceholderFieldEnum_LocalPlaceholderField = 5
	// Data Type: STRING. Price to be shown in the ad. Highly recommended for
	// dynamic ads. Example: "100.00 USD"
	LocalPlaceholderFieldEnum_PRICE LocalPlaceholderFieldEnum_LocalPlaceholderField = 6
	// Data Type: STRING. Formatted price to be shown in the ad.
	// Example: "Starting at $100.00 USD", "$80 - $100"
	LocalPlaceholderFieldEnum_FORMATTED_PRICE LocalPlaceholderFieldEnum_LocalPlaceholderField = 7
	// Data Type: STRING. Sale price to be shown in the ad.
	// Example: "80.00 USD"
	LocalPlaceholderFieldEnum_SALE_PRICE LocalPlaceholderFieldEnum_LocalPlaceholderField = 8
	// Data Type: STRING. Formatted sale price to be shown in the ad.
	// Example: "On sale for $80.00", "$60 - $80"
	LocalPlaceholderFieldEnum_FORMATTED_SALE_PRICE LocalPlaceholderFieldEnum_LocalPlaceholderField = 9
	// Data Type: URL. Image to be displayed in the ad.
	LocalPlaceholderFieldEnum_IMAGE_URL LocalPlaceholderFieldEnum_LocalPlaceholderField = 10
	// Data Type: STRING. Complete property address, including postal code.
	LocalPlaceholderFieldEnum_ADDRESS LocalPlaceholderFieldEnum_LocalPlaceholderField = 11
	// Data Type: STRING. Category of local deal used to group like items
	// together for recommendation engine.
	LocalPlaceholderFieldEnum_CATEGORY LocalPlaceholderFieldEnum_LocalPlaceholderField = 12
	// Data Type: STRING_LIST. Keywords used for product retrieval.
	LocalPlaceholderFieldEnum_CONTEXTUAL_KEYWORDS LocalPlaceholderFieldEnum_LocalPlaceholderField = 13
	// Data Type: URL_LIST. Required. Final URLs to be used in ad when using
	// Upgraded URLs; the more specific the better (e.g. the individual URL of a
	// specific local deal and its location).
	LocalPlaceholderFieldEnum_FINAL_URLS LocalPlaceholderFieldEnum_LocalPlaceholderField = 14
	// Data Type: URL_LIST. Final mobile URLs for the ad when using Upgraded
	// URLs.
	LocalPlaceholderFieldEnum_FINAL_MOBILE_URLS LocalPlaceholderFieldEnum_LocalPlaceholderField = 15
	// Data Type: URL. Tracking template for the ad when using Upgraded URLs.
	LocalPlaceholderFieldEnum_TRACKING_URL LocalPlaceholderFieldEnum_LocalPlaceholderField = 16
	// Data Type: STRING. Android app link. Must be formatted as:
	// android-app://{package_id}/{scheme}/{host_path}.
	// The components are defined as follows:
	// package_id: app ID as specified in Google Play.
	// scheme: the scheme to pass to the application. Can be HTTP, or a custom
	//   scheme.
	// host_path: identifies the specific content within your application.
	LocalPlaceholderFieldEnum_ANDROID_APP_LINK LocalPlaceholderFieldEnum_LocalPlaceholderField = 17
	// Data Type: STRING_LIST. List of recommended local deal IDs to show
	// together with this item.
	LocalPlaceholderFieldEnum_SIMILAR_DEAL_IDS LocalPlaceholderFieldEnum_LocalPlaceholderField = 18
	// Data Type: STRING. iOS app link.
	LocalPlaceholderFieldEnum_IOS_APP_LINK LocalPlaceholderFieldEnum_LocalPlaceholderField = 19
	// Data Type: INT64. iOS app store ID.
	LocalPlaceholderFieldEnum_IOS_APP_STORE_ID LocalPlaceholderFieldEnum_LocalPlaceholderField = 20
)

func (LocalPlaceholderFieldEnum_LocalPlaceholderField) Descriptor

func (LocalPlaceholderFieldEnum_LocalPlaceholderField) Enum

func (LocalPlaceholderFieldEnum_LocalPlaceholderField) EnumDescriptor deprecated

Deprecated: Use LocalPlaceholderFieldEnum_LocalPlaceholderField.Descriptor instead.

func (LocalPlaceholderFieldEnum_LocalPlaceholderField) Number

func (LocalPlaceholderFieldEnum_LocalPlaceholderField) String

func (LocalPlaceholderFieldEnum_LocalPlaceholderField) Type

type LocationExtensionTargetingCriterionFieldEnum

type LocationExtensionTargetingCriterionFieldEnum struct {
	// contains filtered or unexported fields
}

Values for Location Extension Targeting criterion fields.

func (*LocationExtensionTargetingCriterionFieldEnum) Descriptor deprecated

Deprecated: Use LocationExtensionTargetingCriterionFieldEnum.ProtoReflect.Descriptor instead.

func (*LocationExtensionTargetingCriterionFieldEnum) ProtoMessage

func (*LocationExtensionTargetingCriterionFieldEnum) ProtoReflect

func (*LocationExtensionTargetingCriterionFieldEnum) Reset

func (*LocationExtensionTargetingCriterionFieldEnum) String

type LocationExtensionTargetingCriterionFieldEnum_LocationExtensionTargetingCriterionField

type LocationExtensionTargetingCriterionFieldEnum_LocationExtensionTargetingCriterionField int32

Possible values for Location Extension Targeting criterion fields.

const (
	// Not specified.
	LocationExtensionTargetingCriterionFieldEnum_UNSPECIFIED LocationExtensionTargetingCriterionFieldEnum_LocationExtensionTargetingCriterionField = 0
	// Used for return value only. Represents value unknown in this version.
	LocationExtensionTargetingCriterionFieldEnum_UNKNOWN LocationExtensionTargetingCriterionFieldEnum_LocationExtensionTargetingCriterionField = 1
	// Data Type: STRING. Line 1 of the business address.
	LocationExtensionTargetingCriterionFieldEnum_ADDRESS_LINE_1 LocationExtensionTargetingCriterionFieldEnum_LocationExtensionTargetingCriterionField = 2
	// Data Type: STRING. Line 2 of the business address.
	LocationExtensionTargetingCriterionFieldEnum_ADDRESS_LINE_2 LocationExtensionTargetingCriterionFieldEnum_LocationExtensionTargetingCriterionField = 3
	// Data Type: STRING. City of the business address.
	LocationExtensionTargetingCriterionFieldEnum_CITY LocationExtensionTargetingCriterionFieldEnum_LocationExtensionTargetingCriterionField = 4
	// Data Type: STRING. Province of the business address.
	LocationExtensionTargetingCriterionFieldEnum_PROVINCE LocationExtensionTargetingCriterionFieldEnum_LocationExtensionTargetingCriterionField = 5
	// Data Type: STRING. Postal code of the business address.
	LocationExtensionTargetingCriterionFieldEnum_POSTAL_CODE LocationExtensionTargetingCriterionFieldEnum_LocationExtensionTargetingCriterionField = 6
	// Data Type: STRING. Country code of the business address.
	LocationExtensionTargetingCriterionFieldEnum_COUNTRY_CODE LocationExtensionTargetingCriterionFieldEnum_LocationExtensionTargetingCriterionField = 7
)

func (LocationExtensionTargetingCriterionFieldEnum_LocationExtensionTargetingCriterionField) Descriptor

func (LocationExtensionTargetingCriterionFieldEnum_LocationExtensionTargetingCriterionField) EnumDescriptor deprecated

Deprecated: Use LocationExtensionTargetingCriterionFieldEnum_LocationExtensionTargetingCriterionField.Descriptor instead.

func (LocationExtensionTargetingCriterionFieldEnum_LocationExtensionTargetingCriterionField) Number

func (LocationExtensionTargetingCriterionFieldEnum_LocationExtensionTargetingCriterionField) String

func (LocationExtensionTargetingCriterionFieldEnum_LocationExtensionTargetingCriterionField) Type

type LocationGroupRadiusUnitsEnum

type LocationGroupRadiusUnitsEnum struct {
	// contains filtered or unexported fields
}

Container for enum describing unit of radius in location group.

func (*LocationGroupRadiusUnitsEnum) Descriptor deprecated

func (*LocationGroupRadiusUnitsEnum) Descriptor() ([]byte, []int)

Deprecated: Use LocationGroupRadiusUnitsEnum.ProtoReflect.Descriptor instead.

func (*LocationGroupRadiusUnitsEnum) ProtoMessage

func (*LocationGroupRadiusUnitsEnum) ProtoMessage()

func (*LocationGroupRadiusUnitsEnum) ProtoReflect

func (*LocationGroupRadiusUnitsEnum) Reset

func (x *LocationGroupRadiusUnitsEnum) Reset()

func (*LocationGroupRadiusUnitsEnum) String

type LocationGroupRadiusUnitsEnum_LocationGroupRadiusUnits

type LocationGroupRadiusUnitsEnum_LocationGroupRadiusUnits int32

The unit of radius distance in location group (e.g. MILES)

const (
	// Not specified.
	LocationGroupRadiusUnitsEnum_UNSPECIFIED LocationGroupRadiusUnitsEnum_LocationGroupRadiusUnits = 0
	// Used for return value only. Represents value unknown in this version.
	LocationGroupRadiusUnitsEnum_UNKNOWN LocationGroupRadiusUnitsEnum_LocationGroupRadiusUnits = 1
	// Meters
	LocationGroupRadiusUnitsEnum_METERS LocationGroupRadiusUnitsEnum_LocationGroupRadiusUnits = 2
	// Miles
	LocationGroupRadiusUnitsEnum_MILES LocationGroupRadiusUnitsEnum_LocationGroupRadiusUnits = 3
)

func (LocationGroupRadiusUnitsEnum_LocationGroupRadiusUnits) Descriptor

func (LocationGroupRadiusUnitsEnum_LocationGroupRadiusUnits) Enum

func (LocationGroupRadiusUnitsEnum_LocationGroupRadiusUnits) EnumDescriptor deprecated

Deprecated: Use LocationGroupRadiusUnitsEnum_LocationGroupRadiusUnits.Descriptor instead.

func (LocationGroupRadiusUnitsEnum_LocationGroupRadiusUnits) Number

func (LocationGroupRadiusUnitsEnum_LocationGroupRadiusUnits) String

func (LocationGroupRadiusUnitsEnum_LocationGroupRadiusUnits) Type

type LocationPlaceholderFieldEnum

type LocationPlaceholderFieldEnum struct {
	// contains filtered or unexported fields
}

Values for Location placeholder fields.

func (*LocationPlaceholderFieldEnum) Descriptor deprecated

func (*LocationPlaceholderFieldEnum) Descriptor() ([]byte, []int)

Deprecated: Use LocationPlaceholderFieldEnum.ProtoReflect.Descriptor instead.

func (*LocationPlaceholderFieldEnum) ProtoMessage

func (*LocationPlaceholderFieldEnum) ProtoMessage()

func (*LocationPlaceholderFieldEnum) ProtoReflect

func (*LocationPlaceholderFieldEnum) Reset

func (x *LocationPlaceholderFieldEnum) Reset()

func (*LocationPlaceholderFieldEnum) String

type LocationPlaceholderFieldEnum_LocationPlaceholderField

type LocationPlaceholderFieldEnum_LocationPlaceholderField int32

Possible values for Location placeholder fields.

const (
	// Not specified.
	LocationPlaceholderFieldEnum_UNSPECIFIED LocationPlaceholderFieldEnum_LocationPlaceholderField = 0
	// Used for return value only. Represents value unknown in this version.
	LocationPlaceholderFieldEnum_UNKNOWN LocationPlaceholderFieldEnum_LocationPlaceholderField = 1
	// Data Type: STRING. The name of the business.
	LocationPlaceholderFieldEnum_BUSINESS_NAME LocationPlaceholderFieldEnum_LocationPlaceholderField = 2
	// Data Type: STRING. Line 1 of the business address.
	LocationPlaceholderFieldEnum_ADDRESS_LINE_1 LocationPlaceholderFieldEnum_LocationPlaceholderField = 3
	// Data Type: STRING. Line 2 of the business address.
	LocationPlaceholderFieldEnum_ADDRESS_LINE_2 LocationPlaceholderFieldEnum_LocationPlaceholderField = 4
	// Data Type: STRING. City of the business address.
	LocationPlaceholderFieldEnum_CITY LocationPlaceholderFieldEnum_LocationPlaceholderField = 5
	// Data Type: STRING. Province of the business address.
	LocationPlaceholderFieldEnum_PROVINCE LocationPlaceholderFieldEnum_LocationPlaceholderField = 6
	// Data Type: STRING. Postal code of the business address.
	LocationPlaceholderFieldEnum_POSTAL_CODE LocationPlaceholderFieldEnum_LocationPlaceholderField = 7
	// Data Type: STRING. Country code of the business address.
	LocationPlaceholderFieldEnum_COUNTRY_CODE LocationPlaceholderFieldEnum_LocationPlaceholderField = 8
	// Data Type: STRING. Phone number of the business.
	LocationPlaceholderFieldEnum_PHONE_NUMBER LocationPlaceholderFieldEnum_LocationPlaceholderField = 9
)

func (LocationPlaceholderFieldEnum_LocationPlaceholderField) Descriptor

func (LocationPlaceholderFieldEnum_LocationPlaceholderField) Enum

func (LocationPlaceholderFieldEnum_LocationPlaceholderField) EnumDescriptor deprecated

Deprecated: Use LocationPlaceholderFieldEnum_LocationPlaceholderField.Descriptor instead.

func (LocationPlaceholderFieldEnum_LocationPlaceholderField) Number

func (LocationPlaceholderFieldEnum_LocationPlaceholderField) String

func (LocationPlaceholderFieldEnum_LocationPlaceholderField) Type

type ManagerLinkStatusEnum

type ManagerLinkStatusEnum struct {
	// contains filtered or unexported fields
}

Container for enum describing possible status of a manager and client link.

func (*ManagerLinkStatusEnum) Descriptor deprecated

func (*ManagerLinkStatusEnum) Descriptor() ([]byte, []int)

Deprecated: Use ManagerLinkStatusEnum.ProtoReflect.Descriptor instead.

func (*ManagerLinkStatusEnum) ProtoMessage

func (*ManagerLinkStatusEnum) ProtoMessage()

func (*ManagerLinkStatusEnum) ProtoReflect

func (x *ManagerLinkStatusEnum) ProtoReflect() protoreflect.Message

func (*ManagerLinkStatusEnum) Reset

func (x *ManagerLinkStatusEnum) Reset()

func (*ManagerLinkStatusEnum) String

func (x *ManagerLinkStatusEnum) String() string

type ManagerLinkStatusEnum_ManagerLinkStatus

type ManagerLinkStatusEnum_ManagerLinkStatus int32

Possible statuses of a link.

const (
	// Not specified.
	ManagerLinkStatusEnum_UNSPECIFIED ManagerLinkStatusEnum_ManagerLinkStatus = 0
	// Used for return value only. Represents value unknown in this version.
	ManagerLinkStatusEnum_UNKNOWN ManagerLinkStatusEnum_ManagerLinkStatus = 1
	// Indicates current in-effect relationship
	ManagerLinkStatusEnum_ACTIVE ManagerLinkStatusEnum_ManagerLinkStatus = 2
	// Indicates terminated relationship
	ManagerLinkStatusEnum_INACTIVE ManagerLinkStatusEnum_ManagerLinkStatus = 3
	// Indicates relationship has been requested by manager, but the client
	// hasn't accepted yet.
	ManagerLinkStatusEnum_PENDING ManagerLinkStatusEnum_ManagerLinkStatus = 4
	// Relationship was requested by the manager, but the client has refused.
	ManagerLinkStatusEnum_REFUSED ManagerLinkStatusEnum_ManagerLinkStatus = 5
	// Indicates relationship has been requested by manager, but manager
	// canceled it.
	ManagerLinkStatusEnum_CANCELED ManagerLinkStatusEnum_ManagerLinkStatus = 6
)

func (ManagerLinkStatusEnum_ManagerLinkStatus) Descriptor

func (ManagerLinkStatusEnum_ManagerLinkStatus) Enum

func (ManagerLinkStatusEnum_ManagerLinkStatus) EnumDescriptor deprecated

func (ManagerLinkStatusEnum_ManagerLinkStatus) EnumDescriptor() ([]byte, []int)

Deprecated: Use ManagerLinkStatusEnum_ManagerLinkStatus.Descriptor instead.

func (ManagerLinkStatusEnum_ManagerLinkStatus) Number

func (ManagerLinkStatusEnum_ManagerLinkStatus) String

func (ManagerLinkStatusEnum_ManagerLinkStatus) Type

type MatchingFunctionContextTypeEnum

type MatchingFunctionContextTypeEnum struct {
	// contains filtered or unexported fields
}

Container for context types for an operand in a matching function.

func (*MatchingFunctionContextTypeEnum) Descriptor deprecated

func (*MatchingFunctionContextTypeEnum) Descriptor() ([]byte, []int)

Deprecated: Use MatchingFunctionContextTypeEnum.ProtoReflect.Descriptor instead.

func (*MatchingFunctionContextTypeEnum) ProtoMessage

func (*MatchingFunctionContextTypeEnum) ProtoMessage()

func (*MatchingFunctionContextTypeEnum) ProtoReflect

func (*MatchingFunctionContextTypeEnum) Reset

func (*MatchingFunctionContextTypeEnum) String

type MatchingFunctionContextTypeEnum_MatchingFunctionContextType

type MatchingFunctionContextTypeEnum_MatchingFunctionContextType int32

Possible context types for an operand in a matching function.

const (
	// Not specified.
	MatchingFunctionContextTypeEnum_UNSPECIFIED MatchingFunctionContextTypeEnum_MatchingFunctionContextType = 0
	// Used for return value only. Represents value unknown in this version.
	MatchingFunctionContextTypeEnum_UNKNOWN MatchingFunctionContextTypeEnum_MatchingFunctionContextType = 1
	// Feed item id in the request context.
	MatchingFunctionContextTypeEnum_FEED_ITEM_ID MatchingFunctionContextTypeEnum_MatchingFunctionContextType = 2
	// The device being used (possible values are 'Desktop' or 'Mobile').
	MatchingFunctionContextTypeEnum_DEVICE_NAME MatchingFunctionContextTypeEnum_MatchingFunctionContextType = 3
)

func (MatchingFunctionContextTypeEnum_MatchingFunctionContextType) Descriptor

func (MatchingFunctionContextTypeEnum_MatchingFunctionContextType) Enum

func (MatchingFunctionContextTypeEnum_MatchingFunctionContextType) EnumDescriptor deprecated

Deprecated: Use MatchingFunctionContextTypeEnum_MatchingFunctionContextType.Descriptor instead.

func (MatchingFunctionContextTypeEnum_MatchingFunctionContextType) Number

func (MatchingFunctionContextTypeEnum_MatchingFunctionContextType) String

func (MatchingFunctionContextTypeEnum_MatchingFunctionContextType) Type

type MatchingFunctionOperatorEnum

type MatchingFunctionOperatorEnum struct {
	// contains filtered or unexported fields
}

Container for enum describing matching function operator.

func (*MatchingFunctionOperatorEnum) Descriptor deprecated

func (*MatchingFunctionOperatorEnum) Descriptor() ([]byte, []int)

Deprecated: Use MatchingFunctionOperatorEnum.ProtoReflect.Descriptor instead.

func (*MatchingFunctionOperatorEnum) ProtoMessage

func (*MatchingFunctionOperatorEnum) ProtoMessage()

func (*MatchingFunctionOperatorEnum) ProtoReflect

func (*MatchingFunctionOperatorEnum) Reset

func (x *MatchingFunctionOperatorEnum) Reset()

func (*MatchingFunctionOperatorEnum) String

type MatchingFunctionOperatorEnum_MatchingFunctionOperator

type MatchingFunctionOperatorEnum_MatchingFunctionOperator int32

Possible operators in a matching function.

const (
	// Not specified.
	MatchingFunctionOperatorEnum_UNSPECIFIED MatchingFunctionOperatorEnum_MatchingFunctionOperator = 0
	// Used for return value only. Represents value unknown in this version.
	MatchingFunctionOperatorEnum_UNKNOWN MatchingFunctionOperatorEnum_MatchingFunctionOperator = 1
	// The IN operator.
	MatchingFunctionOperatorEnum_IN MatchingFunctionOperatorEnum_MatchingFunctionOperator = 2
	// The IDENTITY operator.
	MatchingFunctionOperatorEnum_IDENTITY MatchingFunctionOperatorEnum_MatchingFunctionOperator = 3
	// The EQUALS operator
	MatchingFunctionOperatorEnum_EQUALS MatchingFunctionOperatorEnum_MatchingFunctionOperator = 4
	// Operator that takes two or more operands that are of type
	// FunctionOperand and checks that all the operands evaluate to true.
	// For functions related to ad formats, all the operands must be in
	// left_operands.
	MatchingFunctionOperatorEnum_AND MatchingFunctionOperatorEnum_MatchingFunctionOperator = 5
	// Operator that returns true if the elements in left_operands contain any
	// of the elements in right_operands. Otherwise, return false. The
	// right_operands must contain at least 1 and no more than 3
	// ConstantOperands.
	MatchingFunctionOperatorEnum_CONTAINS_ANY MatchingFunctionOperatorEnum_MatchingFunctionOperator = 6
)

func (MatchingFunctionOperatorEnum_MatchingFunctionOperator) Descriptor

func (MatchingFunctionOperatorEnum_MatchingFunctionOperator) Enum

func (MatchingFunctionOperatorEnum_MatchingFunctionOperator) EnumDescriptor deprecated

Deprecated: Use MatchingFunctionOperatorEnum_MatchingFunctionOperator.Descriptor instead.

func (MatchingFunctionOperatorEnum_MatchingFunctionOperator) Number

func (MatchingFunctionOperatorEnum_MatchingFunctionOperator) String

func (MatchingFunctionOperatorEnum_MatchingFunctionOperator) Type

type MediaTypeEnum

type MediaTypeEnum struct {
	// contains filtered or unexported fields
}

Container for enum describing the types of media.

func (*MediaTypeEnum) Descriptor deprecated

func (*MediaTypeEnum) Descriptor() ([]byte, []int)

Deprecated: Use MediaTypeEnum.ProtoReflect.Descriptor instead.

func (*MediaTypeEnum) ProtoMessage

func (*MediaTypeEnum) ProtoMessage()

func (*MediaTypeEnum) ProtoReflect

func (x *MediaTypeEnum) ProtoReflect() protoreflect.Message

func (*MediaTypeEnum) Reset

func (x *MediaTypeEnum) Reset()

func (*MediaTypeEnum) String

func (x *MediaTypeEnum) String() string

type MediaTypeEnum_MediaType

type MediaTypeEnum_MediaType int32

The type of media.

const (
	// The media type has not been specified.
	MediaTypeEnum_UNSPECIFIED MediaTypeEnum_MediaType = 0
	// The received value is not known in this version.
	//
	// This is a response-only value.
	MediaTypeEnum_UNKNOWN MediaTypeEnum_MediaType = 1
	// Static image, used for image ad.
	MediaTypeEnum_IMAGE MediaTypeEnum_MediaType = 2
	// Small image, used for map ad.
	MediaTypeEnum_ICON MediaTypeEnum_MediaType = 3
	// ZIP file, used in fields of template ads.
	MediaTypeEnum_MEDIA_BUNDLE MediaTypeEnum_MediaType = 4
	// Audio file.
	MediaTypeEnum_AUDIO MediaTypeEnum_MediaType = 5
	// Video file.
	MediaTypeEnum_VIDEO MediaTypeEnum_MediaType = 6
	// Animated image, such as animated GIF.
	MediaTypeEnum_DYNAMIC_IMAGE MediaTypeEnum_MediaType = 7
)

func (MediaTypeEnum_MediaType) Descriptor

func (MediaTypeEnum_MediaType) Enum

func (MediaTypeEnum_MediaType) EnumDescriptor deprecated

func (MediaTypeEnum_MediaType) EnumDescriptor() ([]byte, []int)

Deprecated: Use MediaTypeEnum_MediaType.Descriptor instead.

func (MediaTypeEnum_MediaType) Number

func (MediaTypeEnum_MediaType) String

func (x MediaTypeEnum_MediaType) String() string

func (MediaTypeEnum_MediaType) Type

type MerchantCenterLinkStatusEnum

type MerchantCenterLinkStatusEnum struct {
	// contains filtered or unexported fields
}

Container for enum describing possible statuses of a Google Merchant Center link.

func (*MerchantCenterLinkStatusEnum) Descriptor deprecated

func (*MerchantCenterLinkStatusEnum) Descriptor() ([]byte, []int)

Deprecated: Use MerchantCenterLinkStatusEnum.ProtoReflect.Descriptor instead.

func (*MerchantCenterLinkStatusEnum) ProtoMessage

func (*MerchantCenterLinkStatusEnum) ProtoMessage()

func (*MerchantCenterLinkStatusEnum) ProtoReflect

func (*MerchantCenterLinkStatusEnum) Reset

func (x *MerchantCenterLinkStatusEnum) Reset()

func (*MerchantCenterLinkStatusEnum) String

type MerchantCenterLinkStatusEnum_MerchantCenterLinkStatus

type MerchantCenterLinkStatusEnum_MerchantCenterLinkStatus int32

Describes the possible statuses for a link between a Google Ads customer and a Google Merchant Center account.

const (
	// Not specified.
	MerchantCenterLinkStatusEnum_UNSPECIFIED MerchantCenterLinkStatusEnum_MerchantCenterLinkStatus = 0
	// Used for return value only. Represents value unknown in this version.
	MerchantCenterLinkStatusEnum_UNKNOWN MerchantCenterLinkStatusEnum_MerchantCenterLinkStatus = 1
	// The link is enabled.
	MerchantCenterLinkStatusEnum_ENABLED MerchantCenterLinkStatusEnum_MerchantCenterLinkStatus = 2
	// The link has no effect. It was proposed by the Merchant Center Account
	// owner and hasn't been confirmed by the customer.
	MerchantCenterLinkStatusEnum_PENDING MerchantCenterLinkStatusEnum_MerchantCenterLinkStatus = 3
)

func (MerchantCenterLinkStatusEnum_MerchantCenterLinkStatus) Descriptor

func (MerchantCenterLinkStatusEnum_MerchantCenterLinkStatus) Enum

func (MerchantCenterLinkStatusEnum_MerchantCenterLinkStatus) EnumDescriptor deprecated

Deprecated: Use MerchantCenterLinkStatusEnum_MerchantCenterLinkStatus.Descriptor instead.

func (MerchantCenterLinkStatusEnum_MerchantCenterLinkStatus) Number

func (MerchantCenterLinkStatusEnum_MerchantCenterLinkStatus) String

func (MerchantCenterLinkStatusEnum_MerchantCenterLinkStatus) Type

type MessagePlaceholderFieldEnum

type MessagePlaceholderFieldEnum struct {
	// contains filtered or unexported fields
}

Values for Message placeholder fields.

func (*MessagePlaceholderFieldEnum) Descriptor deprecated

func (*MessagePlaceholderFieldEnum) Descriptor() ([]byte, []int)

Deprecated: Use MessagePlaceholderFieldEnum.ProtoReflect.Descriptor instead.

func (*MessagePlaceholderFieldEnum) ProtoMessage

func (*MessagePlaceholderFieldEnum) ProtoMessage()

func (*MessagePlaceholderFieldEnum) ProtoReflect

func (*MessagePlaceholderFieldEnum) Reset

func (x *MessagePlaceholderFieldEnum) Reset()

func (*MessagePlaceholderFieldEnum) String

func (x *MessagePlaceholderFieldEnum) String() string

type MessagePlaceholderFieldEnum_MessagePlaceholderField

type MessagePlaceholderFieldEnum_MessagePlaceholderField int32

Possible values for Message placeholder fields.

const (
	// Not specified.
	MessagePlaceholderFieldEnum_UNSPECIFIED MessagePlaceholderFieldEnum_MessagePlaceholderField = 0
	// Used for return value only. Represents value unknown in this version.
	MessagePlaceholderFieldEnum_UNKNOWN MessagePlaceholderFieldEnum_MessagePlaceholderField = 1
	// Data Type: STRING. The name of your business.
	MessagePlaceholderFieldEnum_BUSINESS_NAME MessagePlaceholderFieldEnum_MessagePlaceholderField = 2
	// Data Type: STRING. Country code of phone number.
	MessagePlaceholderFieldEnum_COUNTRY_CODE MessagePlaceholderFieldEnum_MessagePlaceholderField = 3
	// Data Type: STRING. A phone number that's capable of sending and receiving
	// text messages.
	MessagePlaceholderFieldEnum_PHONE_NUMBER MessagePlaceholderFieldEnum_MessagePlaceholderField = 4
	// Data Type: STRING. The text that will go in your click-to-message ad.
	MessagePlaceholderFieldEnum_MESSAGE_EXTENSION_TEXT MessagePlaceholderFieldEnum_MessagePlaceholderField = 5
	// Data Type: STRING. The message text automatically shows in people's
	// messaging apps when they tap to send you a message.
	MessagePlaceholderFieldEnum_MESSAGE_TEXT MessagePlaceholderFieldEnum_MessagePlaceholderField = 6
)

func (MessagePlaceholderFieldEnum_MessagePlaceholderField) Descriptor

func (MessagePlaceholderFieldEnum_MessagePlaceholderField) Enum

func (MessagePlaceholderFieldEnum_MessagePlaceholderField) EnumDescriptor deprecated

Deprecated: Use MessagePlaceholderFieldEnum_MessagePlaceholderField.Descriptor instead.

func (MessagePlaceholderFieldEnum_MessagePlaceholderField) Number

func (MessagePlaceholderFieldEnum_MessagePlaceholderField) String

func (MessagePlaceholderFieldEnum_MessagePlaceholderField) Type

type MimeTypeEnum

type MimeTypeEnum struct {
	// contains filtered or unexported fields
}

Container for enum describing the mime types.

func (*MimeTypeEnum) Descriptor deprecated

func (*MimeTypeEnum) Descriptor() ([]byte, []int)

Deprecated: Use MimeTypeEnum.ProtoReflect.Descriptor instead.

func (*MimeTypeEnum) ProtoMessage

func (*MimeTypeEnum) ProtoMessage()

func (*MimeTypeEnum) ProtoReflect

func (x *MimeTypeEnum) ProtoReflect() protoreflect.Message

func (*MimeTypeEnum) Reset

func (x *MimeTypeEnum) Reset()

func (*MimeTypeEnum) String

func (x *MimeTypeEnum) String() string

type MimeTypeEnum_MimeType

type MimeTypeEnum_MimeType int32

The mime type

const (
	// The mime type has not been specified.
	MimeTypeEnum_UNSPECIFIED MimeTypeEnum_MimeType = 0
	// The received value is not known in this version.
	//
	// This is a response-only value.
	MimeTypeEnum_UNKNOWN MimeTypeEnum_MimeType = 1
	// MIME type of image/jpeg.
	MimeTypeEnum_IMAGE_JPEG MimeTypeEnum_MimeType = 2
	// MIME type of image/gif.
	MimeTypeEnum_IMAGE_GIF MimeTypeEnum_MimeType = 3
	// MIME type of image/png.
	MimeTypeEnum_IMAGE_PNG MimeTypeEnum_MimeType = 4
	// MIME type of application/x-shockwave-flash.
	MimeTypeEnum_FLASH MimeTypeEnum_MimeType = 5
	// MIME type of text/html.
	MimeTypeEnum_TEXT_HTML MimeTypeEnum_MimeType = 6
	// MIME type of application/pdf.
	MimeTypeEnum_PDF MimeTypeEnum_MimeType = 7
	// MIME type of application/msword.
	MimeTypeEnum_MSWORD MimeTypeEnum_MimeType = 8
	// MIME type of application/vnd.ms-excel.
	MimeTypeEnum_MSEXCEL MimeTypeEnum_MimeType = 9
	// MIME type of application/rtf.
	MimeTypeEnum_RTF MimeTypeEnum_MimeType = 10
	// MIME type of audio/wav.
	MimeTypeEnum_AUDIO_WAV MimeTypeEnum_MimeType = 11
	// MIME type of audio/mp3.
	MimeTypeEnum_AUDIO_MP3 MimeTypeEnum_MimeType = 12
	// MIME type of application/x-html5-ad-zip.
	MimeTypeEnum_HTML5_AD_ZIP MimeTypeEnum_MimeType = 13
)

func (MimeTypeEnum_MimeType) Descriptor

func (MimeTypeEnum_MimeType) Enum

func (MimeTypeEnum_MimeType) EnumDescriptor deprecated

func (MimeTypeEnum_MimeType) EnumDescriptor() ([]byte, []int)

Deprecated: Use MimeTypeEnum_MimeType.Descriptor instead.

func (MimeTypeEnum_MimeType) Number

func (MimeTypeEnum_MimeType) String

func (x MimeTypeEnum_MimeType) String() string

func (MimeTypeEnum_MimeType) Type

type MinuteOfHourEnum

type MinuteOfHourEnum struct {
	// contains filtered or unexported fields
}

Container for enumeration of quarter-hours.

func (*MinuteOfHourEnum) Descriptor deprecated

func (*MinuteOfHourEnum) Descriptor() ([]byte, []int)

Deprecated: Use MinuteOfHourEnum.ProtoReflect.Descriptor instead.

func (*MinuteOfHourEnum) ProtoMessage

func (*MinuteOfHourEnum) ProtoMessage()

func (*MinuteOfHourEnum) ProtoReflect

func (x *MinuteOfHourEnum) ProtoReflect() protoreflect.Message

func (*MinuteOfHourEnum) Reset

func (x *MinuteOfHourEnum) Reset()

func (*MinuteOfHourEnum) String

func (x *MinuteOfHourEnum) String() string

type MinuteOfHourEnum_MinuteOfHour

type MinuteOfHourEnum_MinuteOfHour int32

Enumerates of quarter-hours. E.g. "FIFTEEN"

const (
	// Not specified.
	MinuteOfHourEnum_UNSPECIFIED MinuteOfHourEnum_MinuteOfHour = 0
	// The value is unknown in this version.
	MinuteOfHourEnum_UNKNOWN MinuteOfHourEnum_MinuteOfHour = 1
	// Zero minutes past the hour.
	MinuteOfHourEnum_ZERO MinuteOfHourEnum_MinuteOfHour = 2
	// Fifteen minutes past the hour.
	MinuteOfHourEnum_FIFTEEN MinuteOfHourEnum_MinuteOfHour = 3
	// Thirty minutes past the hour.
	MinuteOfHourEnum_THIRTY MinuteOfHourEnum_MinuteOfHour = 4
	// Forty-five minutes past the hour.
	MinuteOfHourEnum_FORTY_FIVE MinuteOfHourEnum_MinuteOfHour = 5
)

func (MinuteOfHourEnum_MinuteOfHour) Descriptor

func (MinuteOfHourEnum_MinuteOfHour) Enum

func (MinuteOfHourEnum_MinuteOfHour) EnumDescriptor deprecated

func (MinuteOfHourEnum_MinuteOfHour) EnumDescriptor() ([]byte, []int)

Deprecated: Use MinuteOfHourEnum_MinuteOfHour.Descriptor instead.

func (MinuteOfHourEnum_MinuteOfHour) Number

func (MinuteOfHourEnum_MinuteOfHour) String

func (MinuteOfHourEnum_MinuteOfHour) Type

type MobileDeviceTypeEnum

type MobileDeviceTypeEnum struct {
	// contains filtered or unexported fields
}

Container for enum describing the types of mobile device.

func (*MobileDeviceTypeEnum) Descriptor deprecated

func (*MobileDeviceTypeEnum) Descriptor() ([]byte, []int)

Deprecated: Use MobileDeviceTypeEnum.ProtoReflect.Descriptor instead.

func (*MobileDeviceTypeEnum) ProtoMessage

func (*MobileDeviceTypeEnum) ProtoMessage()

func (*MobileDeviceTypeEnum) ProtoReflect

func (x *MobileDeviceTypeEnum) ProtoReflect() protoreflect.Message

func (*MobileDeviceTypeEnum) Reset

func (x *MobileDeviceTypeEnum) Reset()

func (*MobileDeviceTypeEnum) String

func (x *MobileDeviceTypeEnum) String() string

type MobileDeviceTypeEnum_MobileDeviceType

type MobileDeviceTypeEnum_MobileDeviceType int32

The type of mobile device.

const (
	// Not specified.
	MobileDeviceTypeEnum_UNSPECIFIED MobileDeviceTypeEnum_MobileDeviceType = 0
	// Used for return value only. Represents value unknown in this version.
	MobileDeviceTypeEnum_UNKNOWN MobileDeviceTypeEnum_MobileDeviceType = 1
	// Mobile phones.
	MobileDeviceTypeEnum_MOBILE MobileDeviceTypeEnum_MobileDeviceType = 2
	// Tablets.
	MobileDeviceTypeEnum_TABLET MobileDeviceTypeEnum_MobileDeviceType = 3
)

func (MobileDeviceTypeEnum_MobileDeviceType) Descriptor

func (MobileDeviceTypeEnum_MobileDeviceType) Enum

func (MobileDeviceTypeEnum_MobileDeviceType) EnumDescriptor deprecated

func (MobileDeviceTypeEnum_MobileDeviceType) EnumDescriptor() ([]byte, []int)

Deprecated: Use MobileDeviceTypeEnum_MobileDeviceType.Descriptor instead.

func (MobileDeviceTypeEnum_MobileDeviceType) Number

func (MobileDeviceTypeEnum_MobileDeviceType) String

func (MobileDeviceTypeEnum_MobileDeviceType) Type

type MonthOfYearEnum

type MonthOfYearEnum struct {
	// contains filtered or unexported fields
}

Container for enumeration of months of the year, e.g., "January".

func (*MonthOfYearEnum) Descriptor deprecated

func (*MonthOfYearEnum) Descriptor() ([]byte, []int)

Deprecated: Use MonthOfYearEnum.ProtoReflect.Descriptor instead.

func (*MonthOfYearEnum) ProtoMessage

func (*MonthOfYearEnum) ProtoMessage()

func (*MonthOfYearEnum) ProtoReflect

func (x *MonthOfYearEnum) ProtoReflect() protoreflect.Message

func (*MonthOfYearEnum) Reset

func (x *MonthOfYearEnum) Reset()

func (*MonthOfYearEnum) String

func (x *MonthOfYearEnum) String() string

type MonthOfYearEnum_MonthOfYear

type MonthOfYearEnum_MonthOfYear int32

Enumerates months of the year, e.g., "January".

const (
	// Not specified.
	MonthOfYearEnum_UNSPECIFIED MonthOfYearEnum_MonthOfYear = 0
	// The value is unknown in this version.
	MonthOfYearEnum_UNKNOWN MonthOfYearEnum_MonthOfYear = 1
	// January.
	MonthOfYearEnum_JANUARY MonthOfYearEnum_MonthOfYear = 2
	// February.
	MonthOfYearEnum_FEBRUARY MonthOfYearEnum_MonthOfYear = 3
	// March.
	MonthOfYearEnum_MARCH MonthOfYearEnum_MonthOfYear = 4
	// April.
	MonthOfYearEnum_APRIL MonthOfYearEnum_MonthOfYear = 5
	// May.
	MonthOfYearEnum_MAY MonthOfYearEnum_MonthOfYear = 6
	// June.
	MonthOfYearEnum_JUNE MonthOfYearEnum_MonthOfYear = 7
	// July.
	MonthOfYearEnum_JULY MonthOfYearEnum_MonthOfYear = 8
	// August.
	MonthOfYearEnum_AUGUST MonthOfYearEnum_MonthOfYear = 9
	// September.
	MonthOfYearEnum_SEPTEMBER MonthOfYearEnum_MonthOfYear = 10
	// October.
	MonthOfYearEnum_OCTOBER MonthOfYearEnum_MonthOfYear = 11
	// November.
	MonthOfYearEnum_NOVEMBER MonthOfYearEnum_MonthOfYear = 12
	// December.
	MonthOfYearEnum_DECEMBER MonthOfYearEnum_MonthOfYear = 13
)

func (MonthOfYearEnum_MonthOfYear) Descriptor

func (MonthOfYearEnum_MonthOfYear) Enum

func (MonthOfYearEnum_MonthOfYear) EnumDescriptor deprecated

func (MonthOfYearEnum_MonthOfYear) EnumDescriptor() ([]byte, []int)

Deprecated: Use MonthOfYearEnum_MonthOfYear.Descriptor instead.

func (MonthOfYearEnum_MonthOfYear) Number

func (MonthOfYearEnum_MonthOfYear) String

func (MonthOfYearEnum_MonthOfYear) Type

type MutateJobStatusEnum

type MutateJobStatusEnum struct {
	// contains filtered or unexported fields
}

Container for enum describing possible mutate job statuses.

func (*MutateJobStatusEnum) Descriptor deprecated

func (*MutateJobStatusEnum) Descriptor() ([]byte, []int)

Deprecated: Use MutateJobStatusEnum.ProtoReflect.Descriptor instead.

func (*MutateJobStatusEnum) ProtoMessage

func (*MutateJobStatusEnum) ProtoMessage()

func (*MutateJobStatusEnum) ProtoReflect

func (x *MutateJobStatusEnum) ProtoReflect() protoreflect.Message

func (*MutateJobStatusEnum) Reset

func (x *MutateJobStatusEnum) Reset()

func (*MutateJobStatusEnum) String

func (x *MutateJobStatusEnum) String() string

type MutateJobStatusEnum_MutateJobStatus

type MutateJobStatusEnum_MutateJobStatus int32

The mutate job statuses.

const (
	// Not specified.
	MutateJobStatusEnum_UNSPECIFIED MutateJobStatusEnum_MutateJobStatus = 0
	// Used for return value only. Represents value unknown in this version.
	MutateJobStatusEnum_UNKNOWN MutateJobStatusEnum_MutateJobStatus = 1
	// The job is not currently running.
	MutateJobStatusEnum_PENDING MutateJobStatusEnum_MutateJobStatus = 2
	// The job is running.
	MutateJobStatusEnum_RUNNING MutateJobStatusEnum_MutateJobStatus = 3
	// The job is done.
	MutateJobStatusEnum_DONE MutateJobStatusEnum_MutateJobStatus = 4
)

func (MutateJobStatusEnum_MutateJobStatus) Descriptor

func (MutateJobStatusEnum_MutateJobStatus) Enum

func (MutateJobStatusEnum_MutateJobStatus) EnumDescriptor deprecated

func (MutateJobStatusEnum_MutateJobStatus) EnumDescriptor() ([]byte, []int)

Deprecated: Use MutateJobStatusEnum_MutateJobStatus.Descriptor instead.

func (MutateJobStatusEnum_MutateJobStatus) Number

func (MutateJobStatusEnum_MutateJobStatus) String

func (MutateJobStatusEnum_MutateJobStatus) Type

type NegativeGeoTargetTypeEnum

type NegativeGeoTargetTypeEnum struct {
	// contains filtered or unexported fields
}

Container for enum describing possible negative geo target types.

func (*NegativeGeoTargetTypeEnum) Descriptor deprecated

func (*NegativeGeoTargetTypeEnum) Descriptor() ([]byte, []int)

Deprecated: Use NegativeGeoTargetTypeEnum.ProtoReflect.Descriptor instead.

func (*NegativeGeoTargetTypeEnum) ProtoMessage

func (*NegativeGeoTargetTypeEnum) ProtoMessage()

func (*NegativeGeoTargetTypeEnum) ProtoReflect

func (*NegativeGeoTargetTypeEnum) Reset

func (x *NegativeGeoTargetTypeEnum) Reset()

func (*NegativeGeoTargetTypeEnum) String

func (x *NegativeGeoTargetTypeEnum) String() string

type NegativeGeoTargetTypeEnum_NegativeGeoTargetType

type NegativeGeoTargetTypeEnum_NegativeGeoTargetType int32

The possible negative geo target types.

const (
	// Not specified.
	NegativeGeoTargetTypeEnum_UNSPECIFIED NegativeGeoTargetTypeEnum_NegativeGeoTargetType = 0
	// The value is unknown in this version.
	NegativeGeoTargetTypeEnum_UNKNOWN NegativeGeoTargetTypeEnum_NegativeGeoTargetType = 1
	// Specifies that a user is excluded from seeing the ad if they
	// are in, or show interest in, advertiser's excluded locations.
	// DONT_CARE is removed in V2, use PRESENCE_OR_INTEREST
	// instead.
	NegativeGeoTargetTypeEnum_DONT_CARE NegativeGeoTargetTypeEnum_NegativeGeoTargetType = 2
	// Specifies that a user is excluded from seeing the ad if they
	// are in advertiser's excluded locations.
	// LOCATION_OF_PRESENCE is removed in V2, use PRESENCE
	// instead.
	NegativeGeoTargetTypeEnum_LOCATION_OF_PRESENCE NegativeGeoTargetTypeEnum_NegativeGeoTargetType = 3
)

func (NegativeGeoTargetTypeEnum_NegativeGeoTargetType) Descriptor

func (NegativeGeoTargetTypeEnum_NegativeGeoTargetType) Enum

func (NegativeGeoTargetTypeEnum_NegativeGeoTargetType) EnumDescriptor deprecated

Deprecated: Use NegativeGeoTargetTypeEnum_NegativeGeoTargetType.Descriptor instead.

func (NegativeGeoTargetTypeEnum_NegativeGeoTargetType) Number

func (NegativeGeoTargetTypeEnum_NegativeGeoTargetType) String

func (NegativeGeoTargetTypeEnum_NegativeGeoTargetType) Type

type OperatingSystemVersionOperatorTypeEnum

type OperatingSystemVersionOperatorTypeEnum struct {
	// contains filtered or unexported fields
}

Container for enum describing the type of OS operators.

func (*OperatingSystemVersionOperatorTypeEnum) Descriptor deprecated

func (*OperatingSystemVersionOperatorTypeEnum) Descriptor() ([]byte, []int)

Deprecated: Use OperatingSystemVersionOperatorTypeEnum.ProtoReflect.Descriptor instead.

func (*OperatingSystemVersionOperatorTypeEnum) ProtoMessage

func (*OperatingSystemVersionOperatorTypeEnum) ProtoReflect

func (*OperatingSystemVersionOperatorTypeEnum) Reset

func (*OperatingSystemVersionOperatorTypeEnum) String

type OperatingSystemVersionOperatorTypeEnum_OperatingSystemVersionOperatorType

type OperatingSystemVersionOperatorTypeEnum_OperatingSystemVersionOperatorType int32

The type of operating system version.

const (
	// Not specified.
	OperatingSystemVersionOperatorTypeEnum_UNSPECIFIED OperatingSystemVersionOperatorTypeEnum_OperatingSystemVersionOperatorType = 0
	// Used for return value only. Represents value unknown in this version.
	OperatingSystemVersionOperatorTypeEnum_UNKNOWN OperatingSystemVersionOperatorTypeEnum_OperatingSystemVersionOperatorType = 1
	// Equals to the specified version.
	OperatingSystemVersionOperatorTypeEnum_EQUALS_TO OperatingSystemVersionOperatorTypeEnum_OperatingSystemVersionOperatorType = 2
	// Greater than or equals to the specified version.
	OperatingSystemVersionOperatorTypeEnum_GREATER_THAN_EQUALS_TO OperatingSystemVersionOperatorTypeEnum_OperatingSystemVersionOperatorType = 4
)

func (OperatingSystemVersionOperatorTypeEnum_OperatingSystemVersionOperatorType) Descriptor

func (OperatingSystemVersionOperatorTypeEnum_OperatingSystemVersionOperatorType) Enum

func (OperatingSystemVersionOperatorTypeEnum_OperatingSystemVersionOperatorType) EnumDescriptor deprecated

Deprecated: Use OperatingSystemVersionOperatorTypeEnum_OperatingSystemVersionOperatorType.Descriptor instead.

func (OperatingSystemVersionOperatorTypeEnum_OperatingSystemVersionOperatorType) Number

func (OperatingSystemVersionOperatorTypeEnum_OperatingSystemVersionOperatorType) String

func (OperatingSystemVersionOperatorTypeEnum_OperatingSystemVersionOperatorType) Type

type PageOnePromotedStrategyGoalEnum

type PageOnePromotedStrategyGoalEnum struct {
	// contains filtered or unexported fields
}

Container for enum describing possible strategy goals: where impressions are desired to be shown on search result pages.

func (*PageOnePromotedStrategyGoalEnum) Descriptor deprecated

func (*PageOnePromotedStrategyGoalEnum) Descriptor() ([]byte, []int)

Deprecated: Use PageOnePromotedStrategyGoalEnum.ProtoReflect.Descriptor instead.

func (*PageOnePromotedStrategyGoalEnum) ProtoMessage

func (*PageOnePromotedStrategyGoalEnum) ProtoMessage()

func (*PageOnePromotedStrategyGoalEnum) ProtoReflect

func (*PageOnePromotedStrategyGoalEnum) Reset

func (*PageOnePromotedStrategyGoalEnum) String

type PageOnePromotedStrategyGoalEnum_PageOnePromotedStrategyGoal

type PageOnePromotedStrategyGoalEnum_PageOnePromotedStrategyGoal int32

Enum describing possible strategy goals.

const (
	// Not specified.
	PageOnePromotedStrategyGoalEnum_UNSPECIFIED PageOnePromotedStrategyGoalEnum_PageOnePromotedStrategyGoal = 0
	// Used for return value only. Represents value unknown in this version.
	PageOnePromotedStrategyGoalEnum_UNKNOWN PageOnePromotedStrategyGoalEnum_PageOnePromotedStrategyGoal = 1
	// First page on google.com.
	PageOnePromotedStrategyGoalEnum_FIRST_PAGE PageOnePromotedStrategyGoalEnum_PageOnePromotedStrategyGoal = 2
	// Top slots of the first page on google.com.
	PageOnePromotedStrategyGoalEnum_FIRST_PAGE_PROMOTED PageOnePromotedStrategyGoalEnum_PageOnePromotedStrategyGoal = 3
)

func (PageOnePromotedStrategyGoalEnum_PageOnePromotedStrategyGoal) Descriptor

func (PageOnePromotedStrategyGoalEnum_PageOnePromotedStrategyGoal) Enum

func (PageOnePromotedStrategyGoalEnum_PageOnePromotedStrategyGoal) EnumDescriptor deprecated

Deprecated: Use PageOnePromotedStrategyGoalEnum_PageOnePromotedStrategyGoal.Descriptor instead.

func (PageOnePromotedStrategyGoalEnum_PageOnePromotedStrategyGoal) Number

func (PageOnePromotedStrategyGoalEnum_PageOnePromotedStrategyGoal) String

func (PageOnePromotedStrategyGoalEnum_PageOnePromotedStrategyGoal) Type

type ParentalStatusTypeEnum

type ParentalStatusTypeEnum struct {
	// contains filtered or unexported fields
}

Container for enum describing the type of demographic parental statuses.

func (*ParentalStatusTypeEnum) Descriptor deprecated

func (*ParentalStatusTypeEnum) Descriptor() ([]byte, []int)

Deprecated: Use ParentalStatusTypeEnum.ProtoReflect.Descriptor instead.

func (*ParentalStatusTypeEnum) ProtoMessage

func (*ParentalStatusTypeEnum) ProtoMessage()

func (*ParentalStatusTypeEnum) ProtoReflect

func (x *ParentalStatusTypeEnum) ProtoReflect() protoreflect.Message

func (*ParentalStatusTypeEnum) Reset

func (x *ParentalStatusTypeEnum) Reset()

func (*ParentalStatusTypeEnum) String

func (x *ParentalStatusTypeEnum) String() string

type ParentalStatusTypeEnum_ParentalStatusType

type ParentalStatusTypeEnum_ParentalStatusType int32

The type of parental statuses (e.g. not a parent).

const (
	// Not specified.
	ParentalStatusTypeEnum_UNSPECIFIED ParentalStatusTypeEnum_ParentalStatusType = 0
	// Used for return value only. Represents value unknown in this version.
	ParentalStatusTypeEnum_UNKNOWN ParentalStatusTypeEnum_ParentalStatusType = 1
	// Parent.
	ParentalStatusTypeEnum_PARENT ParentalStatusTypeEnum_ParentalStatusType = 300
	// Not a parent.
	ParentalStatusTypeEnum_NOT_A_PARENT ParentalStatusTypeEnum_ParentalStatusType = 301
	// Undetermined parental status.
	ParentalStatusTypeEnum_UNDETERMINED ParentalStatusTypeEnum_ParentalStatusType = 302
)

func (ParentalStatusTypeEnum_ParentalStatusType) Descriptor

func (ParentalStatusTypeEnum_ParentalStatusType) Enum

func (ParentalStatusTypeEnum_ParentalStatusType) EnumDescriptor deprecated

func (ParentalStatusTypeEnum_ParentalStatusType) EnumDescriptor() ([]byte, []int)

Deprecated: Use ParentalStatusTypeEnum_ParentalStatusType.Descriptor instead.

func (ParentalStatusTypeEnum_ParentalStatusType) Number

func (ParentalStatusTypeEnum_ParentalStatusType) String

func (ParentalStatusTypeEnum_ParentalStatusType) Type

type PaymentModeEnum

type PaymentModeEnum struct {
	// contains filtered or unexported fields
}

Container for enum describing possible payment modes.

func (*PaymentModeEnum) Descriptor deprecated

func (*PaymentModeEnum) Descriptor() ([]byte, []int)

Deprecated: Use PaymentModeEnum.ProtoReflect.Descriptor instead.

func (*PaymentModeEnum) ProtoMessage

func (*PaymentModeEnum) ProtoMessage()

func (*PaymentModeEnum) ProtoReflect

func (x *PaymentModeEnum) ProtoReflect() protoreflect.Message

func (*PaymentModeEnum) Reset

func (x *PaymentModeEnum) Reset()

func (*PaymentModeEnum) String

func (x *PaymentModeEnum) String() string

type PaymentModeEnum_PaymentMode

type PaymentModeEnum_PaymentMode int32

Enum describing possible payment modes.

const (
	// Not specified.
	PaymentModeEnum_UNSPECIFIED PaymentModeEnum_PaymentMode = 0
	// Used for return value only. Represents value unknown in this version.
	PaymentModeEnum_UNKNOWN PaymentModeEnum_PaymentMode = 1
	// Pay per click.
	PaymentModeEnum_CLICKS PaymentModeEnum_PaymentMode = 4
	// Pay per conversion value. This mode is only supported by campaigns with
	// AdvertisingChannelType.HOTEL, BiddingStrategyType.COMMISSION, and
	// BudgetType.HOTEL_ADS_COMMISSION.
	PaymentModeEnum_CONVERSION_VALUE PaymentModeEnum_PaymentMode = 5
	// Pay per conversion. This mode is only supported by campaigns with
	// AdvertisingChannelType.DISPLAY (excluding
	// AdvertisingChannelSubType.DISPLAY_GMAIL), BiddingStrategyType.TARGET_CPA,
	// and BudgetType.FIXED_CPA. The customer must also be eligible for this
	// mode. See Customer.eligibility_failure_reasons for details.
	PaymentModeEnum_CONVERSIONS PaymentModeEnum_PaymentMode = 6
)

func (PaymentModeEnum_PaymentMode) Descriptor

func (PaymentModeEnum_PaymentMode) Enum

func (PaymentModeEnum_PaymentMode) EnumDescriptor deprecated

func (PaymentModeEnum_PaymentMode) EnumDescriptor() ([]byte, []int)

Deprecated: Use PaymentModeEnum_PaymentMode.Descriptor instead.

func (PaymentModeEnum_PaymentMode) Number

func (PaymentModeEnum_PaymentMode) String

func (PaymentModeEnum_PaymentMode) Type

type PlaceholderTypeEnum

type PlaceholderTypeEnum struct {
	// contains filtered or unexported fields
}

Container for enum describing possible placeholder types for a feed mapping.

func (*PlaceholderTypeEnum) Descriptor deprecated

func (*PlaceholderTypeEnum) Descriptor() ([]byte, []int)

Deprecated: Use PlaceholderTypeEnum.ProtoReflect.Descriptor instead.

func (*PlaceholderTypeEnum) ProtoMessage

func (*PlaceholderTypeEnum) ProtoMessage()

func (*PlaceholderTypeEnum) ProtoReflect

func (x *PlaceholderTypeEnum) ProtoReflect() protoreflect.Message

func (*PlaceholderTypeEnum) Reset

func (x *PlaceholderTypeEnum) Reset()

func (*PlaceholderTypeEnum) String

func (x *PlaceholderTypeEnum) String() string

type PlaceholderTypeEnum_PlaceholderType

type PlaceholderTypeEnum_PlaceholderType int32

Possible placeholder types for a feed mapping.

const (
	// Not specified.
	PlaceholderTypeEnum_UNSPECIFIED PlaceholderTypeEnum_PlaceholderType = 0
	// Used for return value only. Represents value unknown in this version.
	PlaceholderTypeEnum_UNKNOWN PlaceholderTypeEnum_PlaceholderType = 1
	// Lets you show links in your ad to pages from your website, including the
	// main landing page.
	PlaceholderTypeEnum_SITELINK PlaceholderTypeEnum_PlaceholderType = 2
	// Lets you attach a phone number to an ad, allowing customers to call
	// directly from the ad.
	PlaceholderTypeEnum_CALL PlaceholderTypeEnum_PlaceholderType = 3
	// Lets you provide users with a link that points to a mobile app in
	// addition to a website.
	PlaceholderTypeEnum_APP PlaceholderTypeEnum_PlaceholderType = 4
	// Lets you show locations of businesses from your Google My Business
	// account in your ad. This helps people find your locations by showing your
	// ads with your address, a map to your location, or the distance to your
	// business. This extension type is useful to draw customers to your
	// brick-and-mortar location.
	PlaceholderTypeEnum_LOCATION PlaceholderTypeEnum_PlaceholderType = 5
	// If you sell your product through retail chains, affiliate location
	// extensions let you show nearby stores that carry your products.
	PlaceholderTypeEnum_AFFILIATE_LOCATION PlaceholderTypeEnum_PlaceholderType = 6
	// Lets you include additional text with your search ads that provide
	// detailed information about your business, including products and services
	// you offer. Callouts appear in ads at the top and bottom of Google search
	// results.
	PlaceholderTypeEnum_CALLOUT PlaceholderTypeEnum_PlaceholderType = 7
	// Lets you add more info to your ad, specific to some predefined categories
	// such as types, brands, styles, etc. A minimum of 3 text (SNIPPETS) values
	// are required.
	PlaceholderTypeEnum_STRUCTURED_SNIPPET PlaceholderTypeEnum_PlaceholderType = 8
	// Allows users to see your ad, click an icon, and contact you directly by
	// text message. With one tap on your ad, people can contact you to book an
	// appointment, get a quote, ask for information, or request a service.
	PlaceholderTypeEnum_MESSAGE PlaceholderTypeEnum_PlaceholderType = 9
	// Lets you display prices for a list of items along with your ads. A price
	// feed is composed of three to eight price table rows.
	PlaceholderTypeEnum_PRICE PlaceholderTypeEnum_PlaceholderType = 10
	// Allows you to highlight sales and other promotions that let users see how
	// they can save by buying now.
	PlaceholderTypeEnum_PROMOTION PlaceholderTypeEnum_PlaceholderType = 11
	// Lets you dynamically inject custom data into the title and description
	// of your ads.
	PlaceholderTypeEnum_AD_CUSTOMIZER PlaceholderTypeEnum_PlaceholderType = 12
	// Indicates that this feed is for education dynamic remarketing.
	PlaceholderTypeEnum_DYNAMIC_EDUCATION PlaceholderTypeEnum_PlaceholderType = 13
	// Indicates that this feed is for flight dynamic remarketing.
	PlaceholderTypeEnum_DYNAMIC_FLIGHT PlaceholderTypeEnum_PlaceholderType = 14
	// Indicates that this feed is for a custom dynamic remarketing type. Use
	// this only if the other business types don't apply to your products or
	// services.
	PlaceholderTypeEnum_DYNAMIC_CUSTOM PlaceholderTypeEnum_PlaceholderType = 15
	// Indicates that this feed is for hotels and rentals dynamic remarketing.
	PlaceholderTypeEnum_DYNAMIC_HOTEL PlaceholderTypeEnum_PlaceholderType = 16
	// Indicates that this feed is for real estate dynamic remarketing.
	PlaceholderTypeEnum_DYNAMIC_REAL_ESTATE PlaceholderTypeEnum_PlaceholderType = 17
	// Indicates that this feed is for travel dynamic remarketing.
	PlaceholderTypeEnum_DYNAMIC_TRAVEL PlaceholderTypeEnum_PlaceholderType = 18
	// Indicates that this feed is for local deals dynamic remarketing.
	PlaceholderTypeEnum_DYNAMIC_LOCAL PlaceholderTypeEnum_PlaceholderType = 19
	// Indicates that this feed is for job dynamic remarketing.
	PlaceholderTypeEnum_DYNAMIC_JOB PlaceholderTypeEnum_PlaceholderType = 20
)

func (PlaceholderTypeEnum_PlaceholderType) Descriptor

func (PlaceholderTypeEnum_PlaceholderType) Enum

func (PlaceholderTypeEnum_PlaceholderType) EnumDescriptor deprecated

func (PlaceholderTypeEnum_PlaceholderType) EnumDescriptor() ([]byte, []int)

Deprecated: Use PlaceholderTypeEnum_PlaceholderType.Descriptor instead.

func (PlaceholderTypeEnum_PlaceholderType) Number

func (PlaceholderTypeEnum_PlaceholderType) String

func (PlaceholderTypeEnum_PlaceholderType) Type

type PlacementTypeEnum

type PlacementTypeEnum struct {
	// contains filtered or unexported fields
}

Container for enum describing possible placement types.

func (*PlacementTypeEnum) Descriptor deprecated

func (*PlacementTypeEnum) Descriptor() ([]byte, []int)

Deprecated: Use PlacementTypeEnum.ProtoReflect.Descriptor instead.

func (*PlacementTypeEnum) ProtoMessage

func (*PlacementTypeEnum) ProtoMessage()

func (*PlacementTypeEnum) ProtoReflect

func (x *PlacementTypeEnum) ProtoReflect() protoreflect.Message

func (*PlacementTypeEnum) Reset

func (x *PlacementTypeEnum) Reset()

func (*PlacementTypeEnum) String

func (x *PlacementTypeEnum) String() string

type PlacementTypeEnum_PlacementType

type PlacementTypeEnum_PlacementType int32

Possible placement types for a feed mapping.

const (
	// Not specified.
	PlacementTypeEnum_UNSPECIFIED PlacementTypeEnum_PlacementType = 0
	// Used for return value only. Represents value unknown in this version.
	PlacementTypeEnum_UNKNOWN PlacementTypeEnum_PlacementType = 1
	// Websites(e.g. 'www.flowers4sale.com').
	PlacementTypeEnum_WEBSITE PlacementTypeEnum_PlacementType = 2
	// Mobile application categories(e.g. 'Games').
	PlacementTypeEnum_MOBILE_APP_CATEGORY PlacementTypeEnum_PlacementType = 3
	// mobile applications(e.g. 'mobileapp::2-com.whatsthewordanswers').
	PlacementTypeEnum_MOBILE_APPLICATION PlacementTypeEnum_PlacementType = 4
	// YouTube videos(e.g. 'youtube.com/video/wtLJPvx7-ys').
	PlacementTypeEnum_YOUTUBE_VIDEO PlacementTypeEnum_PlacementType = 5
	// YouTube channels(e.g. 'youtube.com::L8ZULXASCc1I_oaOT0NaOQ').
	PlacementTypeEnum_YOUTUBE_CHANNEL PlacementTypeEnum_PlacementType = 6
)

func (PlacementTypeEnum_PlacementType) Descriptor

func (PlacementTypeEnum_PlacementType) Enum

func (PlacementTypeEnum_PlacementType) EnumDescriptor deprecated

func (PlacementTypeEnum_PlacementType) EnumDescriptor() ([]byte, []int)

Deprecated: Use PlacementTypeEnum_PlacementType.Descriptor instead.

func (PlacementTypeEnum_PlacementType) Number

func (PlacementTypeEnum_PlacementType) String

func (PlacementTypeEnum_PlacementType) Type

type PolicyApprovalStatusEnum

type PolicyApprovalStatusEnum struct {
	// contains filtered or unexported fields
}

Container for enum describing possible policy approval statuses.

func (*PolicyApprovalStatusEnum) Descriptor deprecated

func (*PolicyApprovalStatusEnum) Descriptor() ([]byte, []int)

Deprecated: Use PolicyApprovalStatusEnum.ProtoReflect.Descriptor instead.

func (*PolicyApprovalStatusEnum) ProtoMessage

func (*PolicyApprovalStatusEnum) ProtoMessage()

func (*PolicyApprovalStatusEnum) ProtoReflect

func (x *PolicyApprovalStatusEnum) ProtoReflect() protoreflect.Message

func (*PolicyApprovalStatusEnum) Reset

func (x *PolicyApprovalStatusEnum) Reset()

func (*PolicyApprovalStatusEnum) String

func (x *PolicyApprovalStatusEnum) String() string

type PolicyApprovalStatusEnum_PolicyApprovalStatus

type PolicyApprovalStatusEnum_PolicyApprovalStatus int32

The possible policy approval statuses. When there are several approval statuses available the most severe one will be used. The order of severity is DISAPPROVED, AREA_OF_INTEREST_ONLY, APPROVED_LIMITED and APPROVED.

const (
	// No value has been specified.
	PolicyApprovalStatusEnum_UNSPECIFIED PolicyApprovalStatusEnum_PolicyApprovalStatus = 0
	// The received value is not known in this version.
	//
	// This is a response-only value.
	PolicyApprovalStatusEnum_UNKNOWN PolicyApprovalStatusEnum_PolicyApprovalStatus = 1
	// Will not serve.
	PolicyApprovalStatusEnum_DISAPPROVED PolicyApprovalStatusEnum_PolicyApprovalStatus = 2
	// Serves with restrictions.
	PolicyApprovalStatusEnum_APPROVED_LIMITED PolicyApprovalStatusEnum_PolicyApprovalStatus = 3
	// Serves without restrictions.
	PolicyApprovalStatusEnum_APPROVED PolicyApprovalStatusEnum_PolicyApprovalStatus = 4
	// Will not serve in targeted countries, but may serve for users who are
	// searching for information about the targeted countries.
	PolicyApprovalStatusEnum_AREA_OF_INTEREST_ONLY PolicyApprovalStatusEnum_PolicyApprovalStatus = 5
)

func (PolicyApprovalStatusEnum_PolicyApprovalStatus) Descriptor

func (PolicyApprovalStatusEnum_PolicyApprovalStatus) Enum

func (PolicyApprovalStatusEnum_PolicyApprovalStatus) EnumDescriptor deprecated

func (PolicyApprovalStatusEnum_PolicyApprovalStatus) EnumDescriptor() ([]byte, []int)

Deprecated: Use PolicyApprovalStatusEnum_PolicyApprovalStatus.Descriptor instead.

func (PolicyApprovalStatusEnum_PolicyApprovalStatus) Number

func (PolicyApprovalStatusEnum_PolicyApprovalStatus) String

func (PolicyApprovalStatusEnum_PolicyApprovalStatus) Type

type PolicyReviewStatusEnum

type PolicyReviewStatusEnum struct {
	// contains filtered or unexported fields
}

Container for enum describing possible policy review statuses.

func (*PolicyReviewStatusEnum) Descriptor deprecated

func (*PolicyReviewStatusEnum) Descriptor() ([]byte, []int)

Deprecated: Use PolicyReviewStatusEnum.ProtoReflect.Descriptor instead.

func (*PolicyReviewStatusEnum) ProtoMessage

func (*PolicyReviewStatusEnum) ProtoMessage()

func (*PolicyReviewStatusEnum) ProtoReflect

func (x *PolicyReviewStatusEnum) ProtoReflect() protoreflect.Message

func (*PolicyReviewStatusEnum) Reset

func (x *PolicyReviewStatusEnum) Reset()

func (*PolicyReviewStatusEnum) String

func (x *PolicyReviewStatusEnum) String() string

type PolicyReviewStatusEnum_PolicyReviewStatus

type PolicyReviewStatusEnum_PolicyReviewStatus int32

The possible policy review statuses.

const (
	// No value has been specified.
	PolicyReviewStatusEnum_UNSPECIFIED PolicyReviewStatusEnum_PolicyReviewStatus = 0
	// The received value is not known in this version.
	//
	// This is a response-only value.
	PolicyReviewStatusEnum_UNKNOWN PolicyReviewStatusEnum_PolicyReviewStatus = 1
	// Currently under review.
	PolicyReviewStatusEnum_REVIEW_IN_PROGRESS PolicyReviewStatusEnum_PolicyReviewStatus = 2
	// Primary review complete. Other reviews may be continuing.
	PolicyReviewStatusEnum_REVIEWED PolicyReviewStatusEnum_PolicyReviewStatus = 3
	// The resource has been resubmitted for approval or its policy decision has
	// been appealed.
	PolicyReviewStatusEnum_UNDER_APPEAL PolicyReviewStatusEnum_PolicyReviewStatus = 4
)

func (PolicyReviewStatusEnum_PolicyReviewStatus) Descriptor

func (PolicyReviewStatusEnum_PolicyReviewStatus) Enum

func (PolicyReviewStatusEnum_PolicyReviewStatus) EnumDescriptor deprecated

func (PolicyReviewStatusEnum_PolicyReviewStatus) EnumDescriptor() ([]byte, []int)

Deprecated: Use PolicyReviewStatusEnum_PolicyReviewStatus.Descriptor instead.

func (PolicyReviewStatusEnum_PolicyReviewStatus) Number

func (PolicyReviewStatusEnum_PolicyReviewStatus) String

func (PolicyReviewStatusEnum_PolicyReviewStatus) Type

type PolicyTopicEntryTypeEnum

type PolicyTopicEntryTypeEnum struct {
	// contains filtered or unexported fields
}

Container for enum describing possible policy topic entry types.

func (*PolicyTopicEntryTypeEnum) Descriptor deprecated

func (*PolicyTopicEntryTypeEnum) Descriptor() ([]byte, []int)

Deprecated: Use PolicyTopicEntryTypeEnum.ProtoReflect.Descriptor instead.

func (*PolicyTopicEntryTypeEnum) ProtoMessage

func (*PolicyTopicEntryTypeEnum) ProtoMessage()

func (*PolicyTopicEntryTypeEnum) ProtoReflect

func (x *PolicyTopicEntryTypeEnum) ProtoReflect() protoreflect.Message

func (*PolicyTopicEntryTypeEnum) Reset

func (x *PolicyTopicEntryTypeEnum) Reset()

func (*PolicyTopicEntryTypeEnum) String

func (x *PolicyTopicEntryTypeEnum) String() string

type PolicyTopicEntryTypeEnum_PolicyTopicEntryType

type PolicyTopicEntryTypeEnum_PolicyTopicEntryType int32

The possible policy topic entry types.

const (
	// No value has been specified.
	PolicyTopicEntryTypeEnum_UNSPECIFIED PolicyTopicEntryTypeEnum_PolicyTopicEntryType = 0
	// The received value is not known in this version.
	//
	// This is a response-only value.
	PolicyTopicEntryTypeEnum_UNKNOWN PolicyTopicEntryTypeEnum_PolicyTopicEntryType = 1
	// The resource will not be served.
	PolicyTopicEntryTypeEnum_PROHIBITED PolicyTopicEntryTypeEnum_PolicyTopicEntryType = 2
	// The resource will not be served under some circumstances.
	PolicyTopicEntryTypeEnum_LIMITED PolicyTopicEntryTypeEnum_PolicyTopicEntryType = 4
	// The resource cannot serve at all because of the current targeting
	// criteria.
	PolicyTopicEntryTypeEnum_FULLY_LIMITED PolicyTopicEntryTypeEnum_PolicyTopicEntryType = 8
	// May be of interest, but does not limit how the resource is served.
	PolicyTopicEntryTypeEnum_DESCRIPTIVE PolicyTopicEntryTypeEnum_PolicyTopicEntryType = 5
	// Could increase coverage beyond normal.
	PolicyTopicEntryTypeEnum_BROADENING PolicyTopicEntryTypeEnum_PolicyTopicEntryType = 6
	// Constrained for all targeted countries, but may serve in other countries
	// through area of interest.
	PolicyTopicEntryTypeEnum_AREA_OF_INTEREST_ONLY PolicyTopicEntryTypeEnum_PolicyTopicEntryType = 7
)

func (PolicyTopicEntryTypeEnum_PolicyTopicEntryType) Descriptor

func (PolicyTopicEntryTypeEnum_PolicyTopicEntryType) Enum

func (PolicyTopicEntryTypeEnum_PolicyTopicEntryType) EnumDescriptor deprecated

func (PolicyTopicEntryTypeEnum_PolicyTopicEntryType) EnumDescriptor() ([]byte, []int)

Deprecated: Use PolicyTopicEntryTypeEnum_PolicyTopicEntryType.Descriptor instead.

func (PolicyTopicEntryTypeEnum_PolicyTopicEntryType) Number

func (PolicyTopicEntryTypeEnum_PolicyTopicEntryType) String

func (PolicyTopicEntryTypeEnum_PolicyTopicEntryType) Type

type PolicyTopicEvidenceDestinationMismatchUrlTypeEnum

type PolicyTopicEvidenceDestinationMismatchUrlTypeEnum struct {
	// contains filtered or unexported fields
}

Container for enum describing possible policy topic evidence destination mismatch url types.

func (*PolicyTopicEvidenceDestinationMismatchUrlTypeEnum) Descriptor deprecated

Deprecated: Use PolicyTopicEvidenceDestinationMismatchUrlTypeEnum.ProtoReflect.Descriptor instead.

func (*PolicyTopicEvidenceDestinationMismatchUrlTypeEnum) ProtoMessage

func (*PolicyTopicEvidenceDestinationMismatchUrlTypeEnum) ProtoReflect

func (*PolicyTopicEvidenceDestinationMismatchUrlTypeEnum) Reset

func (*PolicyTopicEvidenceDestinationMismatchUrlTypeEnum) String

type PolicyTopicEvidenceDestinationMismatchUrlTypeEnum_PolicyTopicEvidenceDestinationMismatchUrlType

type PolicyTopicEvidenceDestinationMismatchUrlTypeEnum_PolicyTopicEvidenceDestinationMismatchUrlType int32

The possible policy topic evidence destination mismatch url types.

const (
	// No value has been specified.
	PolicyTopicEvidenceDestinationMismatchUrlTypeEnum_UNSPECIFIED PolicyTopicEvidenceDestinationMismatchUrlTypeEnum_PolicyTopicEvidenceDestinationMismatchUrlType = 0
	// The received value is not known in this version.
	//
	// This is a response-only value.
	PolicyTopicEvidenceDestinationMismatchUrlTypeEnum_UNKNOWN PolicyTopicEvidenceDestinationMismatchUrlTypeEnum_PolicyTopicEvidenceDestinationMismatchUrlType = 1
	// The display url.
	PolicyTopicEvidenceDestinationMismatchUrlTypeEnum_DISPLAY_URL PolicyTopicEvidenceDestinationMismatchUrlTypeEnum_PolicyTopicEvidenceDestinationMismatchUrlType = 2
	// The final url.
	PolicyTopicEvidenceDestinationMismatchUrlTypeEnum_FINAL_URL PolicyTopicEvidenceDestinationMismatchUrlTypeEnum_PolicyTopicEvidenceDestinationMismatchUrlType = 3
	// The final mobile url.
	PolicyTopicEvidenceDestinationMismatchUrlTypeEnum_FINAL_MOBILE_URL PolicyTopicEvidenceDestinationMismatchUrlTypeEnum_PolicyTopicEvidenceDestinationMismatchUrlType = 4
	// The tracking url template, with substituted desktop url.
	PolicyTopicEvidenceDestinationMismatchUrlTypeEnum_TRACKING_URL PolicyTopicEvidenceDestinationMismatchUrlTypeEnum_PolicyTopicEvidenceDestinationMismatchUrlType = 5
	// The tracking url template, with substituted mobile url.
	PolicyTopicEvidenceDestinationMismatchUrlTypeEnum_MOBILE_TRACKING_URL PolicyTopicEvidenceDestinationMismatchUrlTypeEnum_PolicyTopicEvidenceDestinationMismatchUrlType = 6
)

func (PolicyTopicEvidenceDestinationMismatchUrlTypeEnum_PolicyTopicEvidenceDestinationMismatchUrlType) Descriptor

func (PolicyTopicEvidenceDestinationMismatchUrlTypeEnum_PolicyTopicEvidenceDestinationMismatchUrlType) EnumDescriptor deprecated

Deprecated: Use PolicyTopicEvidenceDestinationMismatchUrlTypeEnum_PolicyTopicEvidenceDestinationMismatchUrlType.Descriptor instead.

func (PolicyTopicEvidenceDestinationMismatchUrlTypeEnum_PolicyTopicEvidenceDestinationMismatchUrlType) Number

func (PolicyTopicEvidenceDestinationMismatchUrlTypeEnum_PolicyTopicEvidenceDestinationMismatchUrlType) String

func (PolicyTopicEvidenceDestinationMismatchUrlTypeEnum_PolicyTopicEvidenceDestinationMismatchUrlType) Type

type PolicyTopicEvidenceDestinationNotWorkingDeviceEnum

type PolicyTopicEvidenceDestinationNotWorkingDeviceEnum struct {
	// contains filtered or unexported fields
}

Container for enum describing possible policy topic evidence destination not working devices.

func (*PolicyTopicEvidenceDestinationNotWorkingDeviceEnum) Descriptor deprecated

Deprecated: Use PolicyTopicEvidenceDestinationNotWorkingDeviceEnum.ProtoReflect.Descriptor instead.

func (*PolicyTopicEvidenceDestinationNotWorkingDeviceEnum) ProtoMessage

func (*PolicyTopicEvidenceDestinationNotWorkingDeviceEnum) ProtoReflect

func (*PolicyTopicEvidenceDestinationNotWorkingDeviceEnum) Reset

func (*PolicyTopicEvidenceDestinationNotWorkingDeviceEnum) String

type PolicyTopicEvidenceDestinationNotWorkingDeviceEnum_PolicyTopicEvidenceDestinationNotWorkingDevice

type PolicyTopicEvidenceDestinationNotWorkingDeviceEnum_PolicyTopicEvidenceDestinationNotWorkingDevice int32

The possible policy topic evidence destination not working devices.

const (
	// No value has been specified.
	PolicyTopicEvidenceDestinationNotWorkingDeviceEnum_UNSPECIFIED PolicyTopicEvidenceDestinationNotWorkingDeviceEnum_PolicyTopicEvidenceDestinationNotWorkingDevice = 0
	// The received value is not known in this version.
	//
	// This is a response-only value.
	PolicyTopicEvidenceDestinationNotWorkingDeviceEnum_UNKNOWN PolicyTopicEvidenceDestinationNotWorkingDeviceEnum_PolicyTopicEvidenceDestinationNotWorkingDevice = 1
	// Landing page doesn't work on desktop device.
	PolicyTopicEvidenceDestinationNotWorkingDeviceEnum_DESKTOP PolicyTopicEvidenceDestinationNotWorkingDeviceEnum_PolicyTopicEvidenceDestinationNotWorkingDevice = 2
	// Landing page doesn't work on Android device.
	PolicyTopicEvidenceDestinationNotWorkingDeviceEnum_ANDROID PolicyTopicEvidenceDestinationNotWorkingDeviceEnum_PolicyTopicEvidenceDestinationNotWorkingDevice = 3
	// Landing page doesn't work on iOS device.
	PolicyTopicEvidenceDestinationNotWorkingDeviceEnum_IOS PolicyTopicEvidenceDestinationNotWorkingDeviceEnum_PolicyTopicEvidenceDestinationNotWorkingDevice = 4
)

func (PolicyTopicEvidenceDestinationNotWorkingDeviceEnum_PolicyTopicEvidenceDestinationNotWorkingDevice) Descriptor

func (PolicyTopicEvidenceDestinationNotWorkingDeviceEnum_PolicyTopicEvidenceDestinationNotWorkingDevice) EnumDescriptor deprecated

Deprecated: Use PolicyTopicEvidenceDestinationNotWorkingDeviceEnum_PolicyTopicEvidenceDestinationNotWorkingDevice.Descriptor instead.

func (PolicyTopicEvidenceDestinationNotWorkingDeviceEnum_PolicyTopicEvidenceDestinationNotWorkingDevice) Number

func (PolicyTopicEvidenceDestinationNotWorkingDeviceEnum_PolicyTopicEvidenceDestinationNotWorkingDevice) String

func (PolicyTopicEvidenceDestinationNotWorkingDeviceEnum_PolicyTopicEvidenceDestinationNotWorkingDevice) Type

type PositiveGeoTargetTypeEnum

type PositiveGeoTargetTypeEnum struct {
	// contains filtered or unexported fields
}

Container for enum describing possible positive geo target types.

func (*PositiveGeoTargetTypeEnum) Descriptor deprecated

func (*PositiveGeoTargetTypeEnum) Descriptor() ([]byte, []int)

Deprecated: Use PositiveGeoTargetTypeEnum.ProtoReflect.Descriptor instead.

func (*PositiveGeoTargetTypeEnum) ProtoMessage

func (*PositiveGeoTargetTypeEnum) ProtoMessage()

func (*PositiveGeoTargetTypeEnum) ProtoReflect

func (*PositiveGeoTargetTypeEnum) Reset

func (x *PositiveGeoTargetTypeEnum) Reset()

func (*PositiveGeoTargetTypeEnum) String

func (x *PositiveGeoTargetTypeEnum) String() string

type PositiveGeoTargetTypeEnum_PositiveGeoTargetType

type PositiveGeoTargetTypeEnum_PositiveGeoTargetType int32

The possible positive geo target types.

const (
	// Not specified.
	PositiveGeoTargetTypeEnum_UNSPECIFIED PositiveGeoTargetTypeEnum_PositiveGeoTargetType = 0
	// The value is unknown in this version.
	PositiveGeoTargetTypeEnum_UNKNOWN PositiveGeoTargetTypeEnum_PositiveGeoTargetType = 1
	// Specifies that an ad is triggered if the user is in,
	// or shows interest in, advertiser's targeted locations.
	// DONT_CARE is removed in V2, use PRESENCE_OR_INTEREST
	// instead.
	PositiveGeoTargetTypeEnum_DONT_CARE PositiveGeoTargetTypeEnum_PositiveGeoTargetType = 2
	// Specifies that an ad is triggered if the user
	// searches for advertiser's targeted locations.
	// AREA_OF_INTEREST is removed in V2, use
	// SEARCH_INTEREST instead.
	PositiveGeoTargetTypeEnum_AREA_OF_INTEREST PositiveGeoTargetTypeEnum_PositiveGeoTargetType = 3
	// Specifies that an ad is triggered if the user is in
	// or regularly in advertiser's targeted locations.
	// LOCATION_OF_PRESENCE is removed in V2, use PRESENCE
	// instead.
	PositiveGeoTargetTypeEnum_LOCATION_OF_PRESENCE PositiveGeoTargetTypeEnum_PositiveGeoTargetType = 4
)

func (PositiveGeoTargetTypeEnum_PositiveGeoTargetType) Descriptor

func (PositiveGeoTargetTypeEnum_PositiveGeoTargetType) Enum

func (PositiveGeoTargetTypeEnum_PositiveGeoTargetType) EnumDescriptor deprecated

Deprecated: Use PositiveGeoTargetTypeEnum_PositiveGeoTargetType.Descriptor instead.

func (PositiveGeoTargetTypeEnum_PositiveGeoTargetType) Number

func (PositiveGeoTargetTypeEnum_PositiveGeoTargetType) String

func (PositiveGeoTargetTypeEnum_PositiveGeoTargetType) Type

type PreferredContentTypeEnum

type PreferredContentTypeEnum struct {
	// contains filtered or unexported fields
}

Container for enumeration of preferred content criterion type.

func (*PreferredContentTypeEnum) Descriptor deprecated

func (*PreferredContentTypeEnum) Descriptor() ([]byte, []int)

Deprecated: Use PreferredContentTypeEnum.ProtoReflect.Descriptor instead.

func (*PreferredContentTypeEnum) ProtoMessage

func (*PreferredContentTypeEnum) ProtoMessage()

func (*PreferredContentTypeEnum) ProtoReflect

func (x *PreferredContentTypeEnum) ProtoReflect() protoreflect.Message

func (*PreferredContentTypeEnum) Reset

func (x *PreferredContentTypeEnum) Reset()

func (*PreferredContentTypeEnum) String

func (x *PreferredContentTypeEnum) String() string

type PreferredContentTypeEnum_PreferredContentType

type PreferredContentTypeEnum_PreferredContentType int32

Enumerates preferred content criterion type.

const (
	// Not specified.
	PreferredContentTypeEnum_UNSPECIFIED PreferredContentTypeEnum_PreferredContentType = 0
	// The value is unknown in this version.
	PreferredContentTypeEnum_UNKNOWN PreferredContentTypeEnum_PreferredContentType = 1
	// Represents top content on YouTube.
	PreferredContentTypeEnum_YOUTUBE_TOP_CONTENT PreferredContentTypeEnum_PreferredContentType = 400
)

func (PreferredContentTypeEnum_PreferredContentType) Descriptor

func (PreferredContentTypeEnum_PreferredContentType) Enum

func (PreferredContentTypeEnum_PreferredContentType) EnumDescriptor deprecated

func (PreferredContentTypeEnum_PreferredContentType) EnumDescriptor() ([]byte, []int)

Deprecated: Use PreferredContentTypeEnum_PreferredContentType.Descriptor instead.

func (PreferredContentTypeEnum_PreferredContentType) Number

func (PreferredContentTypeEnum_PreferredContentType) String

func (PreferredContentTypeEnum_PreferredContentType) Type

type PriceExtensionPriceQualifierEnum

type PriceExtensionPriceQualifierEnum struct {
	// contains filtered or unexported fields
}

Container for enum describing a price extension price qualifier.

func (*PriceExtensionPriceQualifierEnum) Descriptor deprecated

func (*PriceExtensionPriceQualifierEnum) Descriptor() ([]byte, []int)

Deprecated: Use PriceExtensionPriceQualifierEnum.ProtoReflect.Descriptor instead.

func (*PriceExtensionPriceQualifierEnum) ProtoMessage

func (*PriceExtensionPriceQualifierEnum) ProtoMessage()

func (*PriceExtensionPriceQualifierEnum) ProtoReflect

func (*PriceExtensionPriceQualifierEnum) Reset

func (*PriceExtensionPriceQualifierEnum) String

type PriceExtensionPriceQualifierEnum_PriceExtensionPriceQualifier

type PriceExtensionPriceQualifierEnum_PriceExtensionPriceQualifier int32

Enums of price extension price qualifier.

const (
	// Not specified.
	PriceExtensionPriceQualifierEnum_UNSPECIFIED PriceExtensionPriceQualifierEnum_PriceExtensionPriceQualifier = 0
	// Used for return value only. Represents value unknown in this version.
	PriceExtensionPriceQualifierEnum_UNKNOWN PriceExtensionPriceQualifierEnum_PriceExtensionPriceQualifier = 1
	// 'From' qualifier for the price.
	PriceExtensionPriceQualifierEnum_FROM PriceExtensionPriceQualifierEnum_PriceExtensionPriceQualifier = 2
	// 'Up to' qualifier for the price.
	PriceExtensionPriceQualifierEnum_UP_TO PriceExtensionPriceQualifierEnum_PriceExtensionPriceQualifier = 3
	// 'Average' qualifier for the price.
	PriceExtensionPriceQualifierEnum_AVERAGE PriceExtensionPriceQualifierEnum_PriceExtensionPriceQualifier = 4
)

func (PriceExtensionPriceQualifierEnum_PriceExtensionPriceQualifier) Descriptor

func (PriceExtensionPriceQualifierEnum_PriceExtensionPriceQualifier) Enum

func (PriceExtensionPriceQualifierEnum_PriceExtensionPriceQualifier) EnumDescriptor deprecated

Deprecated: Use PriceExtensionPriceQualifierEnum_PriceExtensionPriceQualifier.Descriptor instead.

func (PriceExtensionPriceQualifierEnum_PriceExtensionPriceQualifier) Number

func (PriceExtensionPriceQualifierEnum_PriceExtensionPriceQualifier) String

func (PriceExtensionPriceQualifierEnum_PriceExtensionPriceQualifier) Type

type PriceExtensionPriceUnitEnum

type PriceExtensionPriceUnitEnum struct {
	// contains filtered or unexported fields
}

Container for enum describing price extension price unit.

func (*PriceExtensionPriceUnitEnum) Descriptor deprecated

func (*PriceExtensionPriceUnitEnum) Descriptor() ([]byte, []int)

Deprecated: Use PriceExtensionPriceUnitEnum.ProtoReflect.Descriptor instead.

func (*PriceExtensionPriceUnitEnum) ProtoMessage

func (*PriceExtensionPriceUnitEnum) ProtoMessage()

func (*PriceExtensionPriceUnitEnum) ProtoReflect

func (*PriceExtensionPriceUnitEnum) Reset

func (x *PriceExtensionPriceUnitEnum) Reset()

func (*PriceExtensionPriceUnitEnum) String

func (x *PriceExtensionPriceUnitEnum) String() string

type PriceExtensionPriceUnitEnum_PriceExtensionPriceUnit

type PriceExtensionPriceUnitEnum_PriceExtensionPriceUnit int32

Price extension price unit.

const (
	// Not specified.
	PriceExtensionPriceUnitEnum_UNSPECIFIED PriceExtensionPriceUnitEnum_PriceExtensionPriceUnit = 0
	// Used for return value only. Represents value unknown in this version.
	PriceExtensionPriceUnitEnum_UNKNOWN PriceExtensionPriceUnitEnum_PriceExtensionPriceUnit = 1
	// Per hour.
	PriceExtensionPriceUnitEnum_PER_HOUR PriceExtensionPriceUnitEnum_PriceExtensionPriceUnit = 2
	// Per day.
	PriceExtensionPriceUnitEnum_PER_DAY PriceExtensionPriceUnitEnum_PriceExtensionPriceUnit = 3
	// Per week.
	PriceExtensionPriceUnitEnum_PER_WEEK PriceExtensionPriceUnitEnum_PriceExtensionPriceUnit = 4
	// Per month.
	PriceExtensionPriceUnitEnum_PER_MONTH PriceExtensionPriceUnitEnum_PriceExtensionPriceUnit = 5
	// Per year.
	PriceExtensionPriceUnitEnum_PER_YEAR PriceExtensionPriceUnitEnum_PriceExtensionPriceUnit = 6
	// Per night.
	PriceExtensionPriceUnitEnum_PER_NIGHT PriceExtensionPriceUnitEnum_PriceExtensionPriceUnit = 7
)

func (PriceExtensionPriceUnitEnum_PriceExtensionPriceUnit) Descriptor

func (PriceExtensionPriceUnitEnum_PriceExtensionPriceUnit) Enum

func (PriceExtensionPriceUnitEnum_PriceExtensionPriceUnit) EnumDescriptor deprecated

Deprecated: Use PriceExtensionPriceUnitEnum_PriceExtensionPriceUnit.Descriptor instead.

func (PriceExtensionPriceUnitEnum_PriceExtensionPriceUnit) Number

func (PriceExtensionPriceUnitEnum_PriceExtensionPriceUnit) String

func (PriceExtensionPriceUnitEnum_PriceExtensionPriceUnit) Type

type PriceExtensionTypeEnum

type PriceExtensionTypeEnum struct {
	// contains filtered or unexported fields
}

Container for enum describing types for a price extension.

func (*PriceExtensionTypeEnum) Descriptor deprecated

func (*PriceExtensionTypeEnum) Descriptor() ([]byte, []int)

Deprecated: Use PriceExtensionTypeEnum.ProtoReflect.Descriptor instead.

func (*PriceExtensionTypeEnum) ProtoMessage

func (*PriceExtensionTypeEnum) ProtoMessage()

func (*PriceExtensionTypeEnum) ProtoReflect

func (x *PriceExtensionTypeEnum) ProtoReflect() protoreflect.Message

func (*PriceExtensionTypeEnum) Reset

func (x *PriceExtensionTypeEnum) Reset()

func (*PriceExtensionTypeEnum) String

func (x *PriceExtensionTypeEnum) String() string

type PriceExtensionTypeEnum_PriceExtensionType

type PriceExtensionTypeEnum_PriceExtensionType int32

Price extension type.

const (
	// Not specified.
	PriceExtensionTypeEnum_UNSPECIFIED PriceExtensionTypeEnum_PriceExtensionType = 0
	// Used for return value only. Represents value unknown in this version.
	PriceExtensionTypeEnum_UNKNOWN PriceExtensionTypeEnum_PriceExtensionType = 1
	// The type for showing a list of brands.
	PriceExtensionTypeEnum_BRANDS PriceExtensionTypeEnum_PriceExtensionType = 2
	// The type for showing a list of events.
	PriceExtensionTypeEnum_EVENTS PriceExtensionTypeEnum_PriceExtensionType = 3
	// The type for showing locations relevant to your business.
	PriceExtensionTypeEnum_LOCATIONS PriceExtensionTypeEnum_PriceExtensionType = 4
	// The type for showing sub-regions or districts within a city or region.
	PriceExtensionTypeEnum_NEIGHBORHOODS PriceExtensionTypeEnum_PriceExtensionType = 5
	// The type for showing a collection of product categories.
	PriceExtensionTypeEnum_PRODUCT_CATEGORIES PriceExtensionTypeEnum_PriceExtensionType = 6
	// The type for showing a collection of related product tiers.
	PriceExtensionTypeEnum_PRODUCT_TIERS PriceExtensionTypeEnum_PriceExtensionType = 7
	// The type for showing a collection of services offered by your business.
	PriceExtensionTypeEnum_SERVICES PriceExtensionTypeEnum_PriceExtensionType = 8
	// The type for showing a collection of service categories.
	PriceExtensionTypeEnum_SERVICE_CATEGORIES PriceExtensionTypeEnum_PriceExtensionType = 9
	// The type for showing a collection of related service tiers.
	PriceExtensionTypeEnum_SERVICE_TIERS PriceExtensionTypeEnum_PriceExtensionType = 10
)

func (PriceExtensionTypeEnum_PriceExtensionType) Descriptor

func (PriceExtensionTypeEnum_PriceExtensionType) Enum

func (PriceExtensionTypeEnum_PriceExtensionType) EnumDescriptor deprecated

func (PriceExtensionTypeEnum_PriceExtensionType) EnumDescriptor() ([]byte, []int)

Deprecated: Use PriceExtensionTypeEnum_PriceExtensionType.Descriptor instead.

func (PriceExtensionTypeEnum_PriceExtensionType) Number

func (PriceExtensionTypeEnum_PriceExtensionType) String

func (PriceExtensionTypeEnum_PriceExtensionType) Type

type PricePlaceholderFieldEnum

type PricePlaceholderFieldEnum struct {
	// contains filtered or unexported fields
}

Values for Price placeholder fields.

func (*PricePlaceholderFieldEnum) Descriptor deprecated

func (*PricePlaceholderFieldEnum) Descriptor() ([]byte, []int)

Deprecated: Use PricePlaceholderFieldEnum.ProtoReflect.Descriptor instead.

func (*PricePlaceholderFieldEnum) ProtoMessage

func (*PricePlaceholderFieldEnum) ProtoMessage()

func (*PricePlaceholderFieldEnum) ProtoReflect

func (*PricePlaceholderFieldEnum) Reset

func (x *PricePlaceholderFieldEnum) Reset()

func (*PricePlaceholderFieldEnum) String

func (x *PricePlaceholderFieldEnum) String() string

type PricePlaceholderFieldEnum_PricePlaceholderField

type PricePlaceholderFieldEnum_PricePlaceholderField int32

Possible values for Price placeholder fields.

const (
	// Not specified.
	PricePlaceholderFieldEnum_UNSPECIFIED PricePlaceholderFieldEnum_PricePlaceholderField = 0
	// Used for return value only. Represents value unknown in this version.
	PricePlaceholderFieldEnum_UNKNOWN PricePlaceholderFieldEnum_PricePlaceholderField = 1
	// Data Type: STRING. The type of your price feed. Must match one of the
	// predefined price feed type exactly.
	PricePlaceholderFieldEnum_TYPE PricePlaceholderFieldEnum_PricePlaceholderField = 2
	// Data Type: STRING. The qualifier of each price. Must match one of the
	// predefined price qualifiers exactly.
	PricePlaceholderFieldEnum_PRICE_QUALIFIER PricePlaceholderFieldEnum_PricePlaceholderField = 3
	// Data Type: URL. Tracking template for the price feed when using Upgraded
	// URLs.
	PricePlaceholderFieldEnum_TRACKING_TEMPLATE PricePlaceholderFieldEnum_PricePlaceholderField = 4
	// Data Type: STRING. Language of the price feed. Must match one of the
	// available available locale codes exactly.
	PricePlaceholderFieldEnum_LANGUAGE PricePlaceholderFieldEnum_PricePlaceholderField = 5
	// Data Type: STRING. Final URL suffix for the price feed when using
	// parallel tracking.
	PricePlaceholderFieldEnum_FINAL_URL_SUFFIX PricePlaceholderFieldEnum_PricePlaceholderField = 6
	// Data Type: STRING. The header of item 1 of the table.
	PricePlaceholderFieldEnum_ITEM_1_HEADER PricePlaceholderFieldEnum_PricePlaceholderField = 100
	// Data Type: STRING. The description of item 1 of the table.
	PricePlaceholderFieldEnum_ITEM_1_DESCRIPTION PricePlaceholderFieldEnum_PricePlaceholderField = 101
	// Data Type: MONEY. The price (money with currency) of item 1 of the table,
	// e.g., 30 USD. The currency must match one of the available currencies.
	PricePlaceholderFieldEnum_ITEM_1_PRICE PricePlaceholderFieldEnum_PricePlaceholderField = 102
	// Data Type: STRING. The price unit of item 1 of the table. Must match one
	// of the predefined price units.
	PricePlaceholderFieldEnum_ITEM_1_UNIT PricePlaceholderFieldEnum_PricePlaceholderField = 103
	// Data Type: URL_LIST. The final URLs of item 1 of the table when using
	// Upgraded URLs.
	PricePlaceholderFieldEnum_ITEM_1_FINAL_URLS PricePlaceholderFieldEnum_PricePlaceholderField = 104
	// Data Type: URL_LIST. The final mobile URLs of item 1 of the table when
	// using Upgraded URLs.
	PricePlaceholderFieldEnum_ITEM_1_FINAL_MOBILE_URLS PricePlaceholderFieldEnum_PricePlaceholderField = 105
	// Data Type: STRING. The header of item 2 of the table.
	PricePlaceholderFieldEnum_ITEM_2_HEADER PricePlaceholderFieldEnum_PricePlaceholderField = 200
	// Data Type: STRING. The description of item 2 of the table.
	PricePlaceholderFieldEnum_ITEM_2_DESCRIPTION PricePlaceholderFieldEnum_PricePlaceholderField = 201
	// Data Type: MONEY. The price (money with currency) of item 2 of the table,
	// e.g., 30 USD. The currency must match one of the available currencies.
	PricePlaceholderFieldEnum_ITEM_2_PRICE PricePlaceholderFieldEnum_PricePlaceholderField = 202
	// Data Type: STRING. The price unit of item 2 of the table. Must match one
	// of the predefined price units.
	PricePlaceholderFieldEnum_ITEM_2_UNIT PricePlaceholderFieldEnum_PricePlaceholderField = 203
	// Data Type: URL_LIST. The final URLs of item 2 of the table when using
	// Upgraded URLs.
	PricePlaceholderFieldEnum_ITEM_2_FINAL_URLS PricePlaceholderFieldEnum_PricePlaceholderField = 204
	// Data Type: URL_LIST. The final mobile URLs of item 2 of the table when
	// using Upgraded URLs.
	PricePlaceholderFieldEnum_ITEM_2_FINAL_MOBILE_URLS PricePlaceholderFieldEnum_PricePlaceholderField = 205
	// Data Type: STRING. The header of item 3 of the table.
	PricePlaceholderFieldEnum_ITEM_3_HEADER PricePlaceholderFieldEnum_PricePlaceholderField = 300
	// Data Type: STRING. The description of item 3 of the table.
	PricePlaceholderFieldEnum_ITEM_3_DESCRIPTION PricePlaceholderFieldEnum_PricePlaceholderField = 301
	// Data Type: MONEY. The price (money with currency) of item 3 of the table,
	// e.g., 30 USD. The currency must match one of the available currencies.
	PricePlaceholderFieldEnum_ITEM_3_PRICE PricePlaceholderFieldEnum_PricePlaceholderField = 302
	// Data Type: STRING. The price unit of item 3 of the table. Must match one
	// of the predefined price units.
	PricePlaceholderFieldEnum_ITEM_3_UNIT PricePlaceholderFieldEnum_PricePlaceholderField = 303
	// Data Type: URL_LIST. The final URLs of item 3 of the table when using
	// Upgraded URLs.
	PricePlaceholderFieldEnum_ITEM_3_FINAL_URLS PricePlaceholderFieldEnum_PricePlaceholderField = 304
	// Data Type: URL_LIST. The final mobile URLs of item 3 of the table when
	// using Upgraded URLs.
	PricePlaceholderFieldEnum_ITEM_3_FINAL_MOBILE_URLS PricePlaceholderFieldEnum_PricePlaceholderField = 305
	// Data Type: STRING. The header of item 4 of the table.
	PricePlaceholderFieldEnum_ITEM_4_HEADER PricePlaceholderFieldEnum_PricePlaceholderField = 400
	// Data Type: STRING. The description of item 4 of the table.
	PricePlaceholderFieldEnum_ITEM_4_DESCRIPTION PricePlaceholderFieldEnum_PricePlaceholderField = 401
	// Data Type: MONEY. The price (money with currency) of item 4 of the table,
	// e.g., 30 USD. The currency must match one of the available currencies.
	PricePlaceholderFieldEnum_ITEM_4_PRICE PricePlaceholderFieldEnum_PricePlaceholderField = 402
	// Data Type: STRING. The price unit of item 4 of the table. Must match one
	// of the predefined price units.
	PricePlaceholderFieldEnum_ITEM_4_UNIT PricePlaceholderFieldEnum_PricePlaceholderField = 403
	// Data Type: URL_LIST. The final URLs of item 4 of the table when using
	// Upgraded URLs.
	PricePlaceholderFieldEnum_ITEM_4_FINAL_URLS PricePlaceholderFieldEnum_PricePlaceholderField = 404
	// Data Type: URL_LIST. The final mobile URLs of item 4 of the table when
	// using Upgraded URLs.
	PricePlaceholderFieldEnum_ITEM_4_FINAL_MOBILE_URLS PricePlaceholderFieldEnum_PricePlaceholderField = 405
	// Data Type: STRING. The header of item 5 of the table.
	PricePlaceholderFieldEnum_ITEM_5_HEADER PricePlaceholderFieldEnum_PricePlaceholderField = 500
	// Data Type: STRING. The description of item 5 of the table.
	PricePlaceholderFieldEnum_ITEM_5_DESCRIPTION PricePlaceholderFieldEnum_PricePlaceholderField = 501
	// Data Type: MONEY. The price (money with currency) of item 5 of the table,
	// e.g., 30 USD. The currency must match one of the available currencies.
	PricePlaceholderFieldEnum_ITEM_5_PRICE PricePlaceholderFieldEnum_PricePlaceholderField = 502
	// Data Type: STRING. The price unit of item 5 of the table. Must match one
	// of the predefined price units.
	PricePlaceholderFieldEnum_ITEM_5_UNIT PricePlaceholderFieldEnum_PricePlaceholderField = 503
	// Data Type: URL_LIST. The final URLs of item 5 of the table when using
	// Upgraded URLs.
	PricePlaceholderFieldEnum_ITEM_5_FINAL_URLS PricePlaceholderFieldEnum_PricePlaceholderField = 504
	// Data Type: URL_LIST. The final mobile URLs of item 5 of the table when
	// using Upgraded URLs.
	PricePlaceholderFieldEnum_ITEM_5_FINAL_MOBILE_URLS PricePlaceholderFieldEnum_PricePlaceholderField = 505
	// Data Type: STRING. The header of item 6 of the table.
	PricePlaceholderFieldEnum_ITEM_6_HEADER PricePlaceholderFieldEnum_PricePlaceholderField = 600
	// Data Type: STRING. The description of item 6 of the table.
	PricePlaceholderFieldEnum_ITEM_6_DESCRIPTION PricePlaceholderFieldEnum_PricePlaceholderField = 601
	// Data Type: MONEY. The price (money with currency) of item 6 of the table,
	// e.g., 30 USD. The currency must match one of the available currencies.
	PricePlaceholderFieldEnum_ITEM_6_PRICE PricePlaceholderFieldEnum_PricePlaceholderField = 602
	// Data Type: STRING. The price unit of item 6 of the table. Must match one
	// of the predefined price units.
	PricePlaceholderFieldEnum_ITEM_6_UNIT PricePlaceholderFieldEnum_PricePlaceholderField = 603
	// Data Type: URL_LIST. The final URLs of item 6 of the table when using
	// Upgraded URLs.
	PricePlaceholderFieldEnum_ITEM_6_FINAL_URLS PricePlaceholderFieldEnum_PricePlaceholderField = 604
	// Data Type: URL_LIST. The final mobile URLs of item 6 of the table when
	// using Upgraded URLs.
	PricePlaceholderFieldEnum_ITEM_6_FINAL_MOBILE_URLS PricePlaceholderFieldEnum_PricePlaceholderField = 605
	// Data Type: STRING. The header of item 7 of the table.
	PricePlaceholderFieldEnum_ITEM_7_HEADER PricePlaceholderFieldEnum_PricePlaceholderField = 700
	// Data Type: STRING. The description of item 7 of the table.
	PricePlaceholderFieldEnum_ITEM_7_DESCRIPTION PricePlaceholderFieldEnum_PricePlaceholderField = 701
	// Data Type: MONEY. The price (money with currency) of item 7 of the table,
	// e.g., 30 USD. The currency must match one of the available currencies.
	PricePlaceholderFieldEnum_ITEM_7_PRICE PricePlaceholderFieldEnum_PricePlaceholderField = 702
	// Data Type: STRING. The price unit of item 7 of the table. Must match one
	// of the predefined price units.
	PricePlaceholderFieldEnum_ITEM_7_UNIT PricePlaceholderFieldEnum_PricePlaceholderField = 703
	// Data Type: URL_LIST. The final URLs of item 7 of the table when using
	// Upgraded URLs.
	PricePlaceholderFieldEnum_ITEM_7_FINAL_URLS PricePlaceholderFieldEnum_PricePlaceholderField = 704
	// Data Type: URL_LIST. The final mobile URLs of item 7 of the table when
	// using Upgraded URLs.
	PricePlaceholderFieldEnum_ITEM_7_FINAL_MOBILE_URLS PricePlaceholderFieldEnum_PricePlaceholderField = 705
	// Data Type: STRING. The header of item 8 of the table.
	PricePlaceholderFieldEnum_ITEM_8_HEADER PricePlaceholderFieldEnum_PricePlaceholderField = 800
	// Data Type: STRING. The description of item 8 of the table.
	PricePlaceholderFieldEnum_ITEM_8_DESCRIPTION PricePlaceholderFieldEnum_PricePlaceholderField = 801
	// Data Type: MONEY. The price (money with currency) of item 8 of the table,
	// e.g., 30 USD. The currency must match one of the available currencies.
	PricePlaceholderFieldEnum_ITEM_8_PRICE PricePlaceholderFieldEnum_PricePlaceholderField = 802
	// Data Type: STRING. The price unit of item 8 of the table. Must match one
	// of the predefined price units.
	PricePlaceholderFieldEnum_ITEM_8_UNIT PricePlaceholderFieldEnum_PricePlaceholderField = 803
	// Data Type: URL_LIST. The final URLs of item 8 of the table when using
	// Upgraded URLs.
	PricePlaceholderFieldEnum_ITEM_8_FINAL_URLS PricePlaceholderFieldEnum_PricePlaceholderField = 804
	// Data Type: URL_LIST. The final mobile URLs of item 8 of the table when
	// using Upgraded URLs.
	PricePlaceholderFieldEnum_ITEM_8_FINAL_MOBILE_URLS PricePlaceholderFieldEnum_PricePlaceholderField = 805
)

func (PricePlaceholderFieldEnum_PricePlaceholderField) Descriptor

func (PricePlaceholderFieldEnum_PricePlaceholderField) Enum

func (PricePlaceholderFieldEnum_PricePlaceholderField) EnumDescriptor deprecated

Deprecated: Use PricePlaceholderFieldEnum_PricePlaceholderField.Descriptor instead.

func (PricePlaceholderFieldEnum_PricePlaceholderField) Number

func (PricePlaceholderFieldEnum_PricePlaceholderField) String

func (PricePlaceholderFieldEnum_PricePlaceholderField) Type

type ProductBiddingCategoryLevelEnum

type ProductBiddingCategoryLevelEnum struct {
	// contains filtered or unexported fields
}

Level of a product bidding category.

func (*ProductBiddingCategoryLevelEnum) Descriptor deprecated

func (*ProductBiddingCategoryLevelEnum) Descriptor() ([]byte, []int)

Deprecated: Use ProductBiddingCategoryLevelEnum.ProtoReflect.Descriptor instead.

func (*ProductBiddingCategoryLevelEnum) ProtoMessage

func (*ProductBiddingCategoryLevelEnum) ProtoMessage()

func (*ProductBiddingCategoryLevelEnum) ProtoReflect

func (*ProductBiddingCategoryLevelEnum) Reset

func (*ProductBiddingCategoryLevelEnum) String

type ProductBiddingCategoryLevelEnum_ProductBiddingCategoryLevel

type ProductBiddingCategoryLevelEnum_ProductBiddingCategoryLevel int32

Enum describing the level of the product bidding category.

const (
	// Not specified.
	ProductBiddingCategoryLevelEnum_UNSPECIFIED ProductBiddingCategoryLevelEnum_ProductBiddingCategoryLevel = 0
	// Used for return value only. Represents value unknown in this version.
	ProductBiddingCategoryLevelEnum_UNKNOWN ProductBiddingCategoryLevelEnum_ProductBiddingCategoryLevel = 1
	// Level 1.
	ProductBiddingCategoryLevelEnum_LEVEL1 ProductBiddingCategoryLevelEnum_ProductBiddingCategoryLevel = 2
	// Level 2.
	ProductBiddingCategoryLevelEnum_LEVEL2 ProductBiddingCategoryLevelEnum_ProductBiddingCategoryLevel = 3
	// Level 3.
	ProductBiddingCategoryLevelEnum_LEVEL3 ProductBiddingCategoryLevelEnum_ProductBiddingCategoryLevel = 4
	// Level 4.
	ProductBiddingCategoryLevelEnum_LEVEL4 ProductBiddingCategoryLevelEnum_ProductBiddingCategoryLevel = 5
	// Level 5.
	ProductBiddingCategoryLevelEnum_LEVEL5 ProductBiddingCategoryLevelEnum_ProductBiddingCategoryLevel = 6
)

func (ProductBiddingCategoryLevelEnum_ProductBiddingCategoryLevel) Descriptor

func (ProductBiddingCategoryLevelEnum_ProductBiddingCategoryLevel) Enum

func (ProductBiddingCategoryLevelEnum_ProductBiddingCategoryLevel) EnumDescriptor deprecated

Deprecated: Use ProductBiddingCategoryLevelEnum_ProductBiddingCategoryLevel.Descriptor instead.

func (ProductBiddingCategoryLevelEnum_ProductBiddingCategoryLevel) Number

func (ProductBiddingCategoryLevelEnum_ProductBiddingCategoryLevel) String

func (ProductBiddingCategoryLevelEnum_ProductBiddingCategoryLevel) Type

type ProductBiddingCategoryStatusEnum

type ProductBiddingCategoryStatusEnum struct {
	// contains filtered or unexported fields
}

Status of the product bidding category.

func (*ProductBiddingCategoryStatusEnum) Descriptor deprecated

func (*ProductBiddingCategoryStatusEnum) Descriptor() ([]byte, []int)

Deprecated: Use ProductBiddingCategoryStatusEnum.ProtoReflect.Descriptor instead.

func (*ProductBiddingCategoryStatusEnum) ProtoMessage

func (*ProductBiddingCategoryStatusEnum) ProtoMessage()

func (*ProductBiddingCategoryStatusEnum) ProtoReflect

func (*ProductBiddingCategoryStatusEnum) Reset

func (*ProductBiddingCategoryStatusEnum) String

type ProductBiddingCategoryStatusEnum_ProductBiddingCategoryStatus

type ProductBiddingCategoryStatusEnum_ProductBiddingCategoryStatus int32

Enum describing the status of the product bidding category.

const (
	// Not specified.
	ProductBiddingCategoryStatusEnum_UNSPECIFIED ProductBiddingCategoryStatusEnum_ProductBiddingCategoryStatus = 0
	// Used for return value only. Represents value unknown in this version.
	ProductBiddingCategoryStatusEnum_UNKNOWN ProductBiddingCategoryStatusEnum_ProductBiddingCategoryStatus = 1
	// The category is active and can be used for bidding.
	ProductBiddingCategoryStatusEnum_ACTIVE ProductBiddingCategoryStatusEnum_ProductBiddingCategoryStatus = 2
	// The category is obsolete. Used only for reporting purposes.
	ProductBiddingCategoryStatusEnum_OBSOLETE ProductBiddingCategoryStatusEnum_ProductBiddingCategoryStatus = 3
)

func (ProductBiddingCategoryStatusEnum_ProductBiddingCategoryStatus) Descriptor

func (ProductBiddingCategoryStatusEnum_ProductBiddingCategoryStatus) Enum

func (ProductBiddingCategoryStatusEnum_ProductBiddingCategoryStatus) EnumDescriptor deprecated

Deprecated: Use ProductBiddingCategoryStatusEnum_ProductBiddingCategoryStatus.Descriptor instead.

func (ProductBiddingCategoryStatusEnum_ProductBiddingCategoryStatus) Number

func (ProductBiddingCategoryStatusEnum_ProductBiddingCategoryStatus) String

func (ProductBiddingCategoryStatusEnum_ProductBiddingCategoryStatus) Type

type ProductChannelEnum

type ProductChannelEnum struct {
	// contains filtered or unexported fields
}

Locality of a product offer.

func (*ProductChannelEnum) Descriptor deprecated

func (*ProductChannelEnum) Descriptor() ([]byte, []int)

Deprecated: Use ProductChannelEnum.ProtoReflect.Descriptor instead.

func (*ProductChannelEnum) ProtoMessage

func (*ProductChannelEnum) ProtoMessage()

func (*ProductChannelEnum) ProtoReflect

func (x *ProductChannelEnum) ProtoReflect() protoreflect.Message

func (*ProductChannelEnum) Reset

func (x *ProductChannelEnum) Reset()

func (*ProductChannelEnum) String

func (x *ProductChannelEnum) String() string

type ProductChannelEnum_ProductChannel

type ProductChannelEnum_ProductChannel int32

Enum describing the locality of a product offer.

const (
	// Not specified.
	ProductChannelEnum_UNSPECIFIED ProductChannelEnum_ProductChannel = 0
	// Used for return value only. Represents value unknown in this version.
	ProductChannelEnum_UNKNOWN ProductChannelEnum_ProductChannel = 1
	// The item is sold online.
	ProductChannelEnum_ONLINE ProductChannelEnum_ProductChannel = 2
	// The item is sold in local stores.
	ProductChannelEnum_LOCAL ProductChannelEnum_ProductChannel = 3
)

func (ProductChannelEnum_ProductChannel) Descriptor

func (ProductChannelEnum_ProductChannel) Enum

func (ProductChannelEnum_ProductChannel) EnumDescriptor deprecated

func (ProductChannelEnum_ProductChannel) EnumDescriptor() ([]byte, []int)

Deprecated: Use ProductChannelEnum_ProductChannel.Descriptor instead.

func (ProductChannelEnum_ProductChannel) Number

func (ProductChannelEnum_ProductChannel) String

func (ProductChannelEnum_ProductChannel) Type

type ProductChannelExclusivityEnum

type ProductChannelExclusivityEnum struct {
	// contains filtered or unexported fields
}

Availability of a product offer.

func (*ProductChannelExclusivityEnum) Descriptor deprecated

func (*ProductChannelExclusivityEnum) Descriptor() ([]byte, []int)

Deprecated: Use ProductChannelExclusivityEnum.ProtoReflect.Descriptor instead.

func (*ProductChannelExclusivityEnum) ProtoMessage

func (*ProductChannelExclusivityEnum) ProtoMessage()

func (*ProductChannelExclusivityEnum) ProtoReflect

func (*ProductChannelExclusivityEnum) Reset

func (x *ProductChannelExclusivityEnum) Reset()

func (*ProductChannelExclusivityEnum) String

type ProductChannelExclusivityEnum_ProductChannelExclusivity

type ProductChannelExclusivityEnum_ProductChannelExclusivity int32

Enum describing the availability of a product offer.

const (
	// Not specified.
	ProductChannelExclusivityEnum_UNSPECIFIED ProductChannelExclusivityEnum_ProductChannelExclusivity = 0
	// Used for return value only. Represents value unknown in this version.
	ProductChannelExclusivityEnum_UNKNOWN ProductChannelExclusivityEnum_ProductChannelExclusivity = 1
	// The item is sold through one channel only, either local stores or online
	// as indicated by its ProductChannel.
	ProductChannelExclusivityEnum_SINGLE_CHANNEL ProductChannelExclusivityEnum_ProductChannelExclusivity = 2
	// The item is matched to its online or local stores counterpart, indicating
	// it is available for purchase in both ShoppingProductChannels.
	ProductChannelExclusivityEnum_MULTI_CHANNEL ProductChannelExclusivityEnum_ProductChannelExclusivity = 3
)

func (ProductChannelExclusivityEnum_ProductChannelExclusivity) Descriptor

func (ProductChannelExclusivityEnum_ProductChannelExclusivity) Enum

func (ProductChannelExclusivityEnum_ProductChannelExclusivity) EnumDescriptor deprecated

Deprecated: Use ProductChannelExclusivityEnum_ProductChannelExclusivity.Descriptor instead.

func (ProductChannelExclusivityEnum_ProductChannelExclusivity) Number

func (ProductChannelExclusivityEnum_ProductChannelExclusivity) String

func (ProductChannelExclusivityEnum_ProductChannelExclusivity) Type

type ProductConditionEnum

type ProductConditionEnum struct {
	// contains filtered or unexported fields
}

Condition of a product offer.

func (*ProductConditionEnum) Descriptor deprecated

func (*ProductConditionEnum) Descriptor() ([]byte, []int)

Deprecated: Use ProductConditionEnum.ProtoReflect.Descriptor instead.

func (*ProductConditionEnum) ProtoMessage

func (*ProductConditionEnum) ProtoMessage()

func (*ProductConditionEnum) ProtoReflect

func (x *ProductConditionEnum) ProtoReflect() protoreflect.Message

func (*ProductConditionEnum) Reset

func (x *ProductConditionEnum) Reset()

func (*ProductConditionEnum) String

func (x *ProductConditionEnum) String() string

type ProductConditionEnum_ProductCondition

type ProductConditionEnum_ProductCondition int32

Enum describing the condition of a product offer.

const (
	// Not specified.
	ProductConditionEnum_UNSPECIFIED ProductConditionEnum_ProductCondition = 0
	// Used for return value only. Represents value unknown in this version.
	ProductConditionEnum_UNKNOWN ProductConditionEnum_ProductCondition = 1
	// The product condition is new.
	ProductConditionEnum_NEW ProductConditionEnum_ProductCondition = 3
	// The product condition is refurbished.
	ProductConditionEnum_REFURBISHED ProductConditionEnum_ProductCondition = 4
	// The product condition is used.
	ProductConditionEnum_USED ProductConditionEnum_ProductCondition = 5
)

func (ProductConditionEnum_ProductCondition) Descriptor

func (ProductConditionEnum_ProductCondition) Enum

func (ProductConditionEnum_ProductCondition) EnumDescriptor deprecated

func (ProductConditionEnum_ProductCondition) EnumDescriptor() ([]byte, []int)

Deprecated: Use ProductConditionEnum_ProductCondition.Descriptor instead.

func (ProductConditionEnum_ProductCondition) Number

func (ProductConditionEnum_ProductCondition) String

func (ProductConditionEnum_ProductCondition) Type

type ProductTypeLevelEnum

type ProductTypeLevelEnum struct {
	// contains filtered or unexported fields
}

Level of the type of a product offer.

func (*ProductTypeLevelEnum) Descriptor deprecated

func (*ProductTypeLevelEnum) Descriptor() ([]byte, []int)

Deprecated: Use ProductTypeLevelEnum.ProtoReflect.Descriptor instead.

func (*ProductTypeLevelEnum) ProtoMessage

func (*ProductTypeLevelEnum) ProtoMessage()

func (*ProductTypeLevelEnum) ProtoReflect

func (x *ProductTypeLevelEnum) ProtoReflect() protoreflect.Message

func (*ProductTypeLevelEnum) Reset

func (x *ProductTypeLevelEnum) Reset()

func (*ProductTypeLevelEnum) String

func (x *ProductTypeLevelEnum) String() string

type ProductTypeLevelEnum_ProductTypeLevel

type ProductTypeLevelEnum_ProductTypeLevel int32

Enum describing the level of the type of a product offer.

const (
	// Not specified.
	ProductTypeLevelEnum_UNSPECIFIED ProductTypeLevelEnum_ProductTypeLevel = 0
	// Used for return value only. Represents value unknown in this version.
	ProductTypeLevelEnum_UNKNOWN ProductTypeLevelEnum_ProductTypeLevel = 1
	// Level 1.
	ProductTypeLevelEnum_LEVEL1 ProductTypeLevelEnum_ProductTypeLevel = 7
	// Level 2.
	ProductTypeLevelEnum_LEVEL2 ProductTypeLevelEnum_ProductTypeLevel = 8
	// Level 3.
	ProductTypeLevelEnum_LEVEL3 ProductTypeLevelEnum_ProductTypeLevel = 9
	// Level 4.
	ProductTypeLevelEnum_LEVEL4 ProductTypeLevelEnum_ProductTypeLevel = 10
	// Level 5.
	ProductTypeLevelEnum_LEVEL5 ProductTypeLevelEnum_ProductTypeLevel = 11
)

func (ProductTypeLevelEnum_ProductTypeLevel) Descriptor

func (ProductTypeLevelEnum_ProductTypeLevel) Enum

func (ProductTypeLevelEnum_ProductTypeLevel) EnumDescriptor deprecated

func (ProductTypeLevelEnum_ProductTypeLevel) EnumDescriptor() ([]byte, []int)

Deprecated: Use ProductTypeLevelEnum_ProductTypeLevel.Descriptor instead.

func (ProductTypeLevelEnum_ProductTypeLevel) Number

func (ProductTypeLevelEnum_ProductTypeLevel) String

func (ProductTypeLevelEnum_ProductTypeLevel) Type

type PromotionExtensionDiscountModifierEnum

type PromotionExtensionDiscountModifierEnum struct {
	// contains filtered or unexported fields
}

Container for enum describing possible a promotion extension discount modifier.

func (*PromotionExtensionDiscountModifierEnum) Descriptor deprecated

func (*PromotionExtensionDiscountModifierEnum) Descriptor() ([]byte, []int)

Deprecated: Use PromotionExtensionDiscountModifierEnum.ProtoReflect.Descriptor instead.

func (*PromotionExtensionDiscountModifierEnum) ProtoMessage

func (*PromotionExtensionDiscountModifierEnum) ProtoReflect

func (*PromotionExtensionDiscountModifierEnum) Reset

func (*PromotionExtensionDiscountModifierEnum) String

type PromotionExtensionDiscountModifierEnum_PromotionExtensionDiscountModifier

type PromotionExtensionDiscountModifierEnum_PromotionExtensionDiscountModifier int32

A promotion extension discount modifier.

const (
	// Not specified.
	PromotionExtensionDiscountModifierEnum_UNSPECIFIED PromotionExtensionDiscountModifierEnum_PromotionExtensionDiscountModifier = 0
	// Used for return value only. Represents value unknown in this version.
	PromotionExtensionDiscountModifierEnum_UNKNOWN PromotionExtensionDiscountModifierEnum_PromotionExtensionDiscountModifier = 1
	// 'Up to'.
	PromotionExtensionDiscountModifierEnum_UP_TO PromotionExtensionDiscountModifierEnum_PromotionExtensionDiscountModifier = 2
)

func (PromotionExtensionDiscountModifierEnum_PromotionExtensionDiscountModifier) Descriptor

func (PromotionExtensionDiscountModifierEnum_PromotionExtensionDiscountModifier) Enum

func (PromotionExtensionDiscountModifierEnum_PromotionExtensionDiscountModifier) EnumDescriptor deprecated

Deprecated: Use PromotionExtensionDiscountModifierEnum_PromotionExtensionDiscountModifier.Descriptor instead.

func (PromotionExtensionDiscountModifierEnum_PromotionExtensionDiscountModifier) Number

func (PromotionExtensionDiscountModifierEnum_PromotionExtensionDiscountModifier) String

func (PromotionExtensionDiscountModifierEnum_PromotionExtensionDiscountModifier) Type

type PromotionExtensionOccasionEnum

type PromotionExtensionOccasionEnum struct {
	// contains filtered or unexported fields
}

Container for enum describing a promotion extension occasion. For more information about the occasions please check: https://support.google.com/google-ads/answer/7367521

func (*PromotionExtensionOccasionEnum) Descriptor deprecated

func (*PromotionExtensionOccasionEnum) Descriptor() ([]byte, []int)

Deprecated: Use PromotionExtensionOccasionEnum.ProtoReflect.Descriptor instead.

func (*PromotionExtensionOccasionEnum) ProtoMessage

func (*PromotionExtensionOccasionEnum) ProtoMessage()

func (*PromotionExtensionOccasionEnum) ProtoReflect

func (*PromotionExtensionOccasionEnum) Reset

func (x *PromotionExtensionOccasionEnum) Reset()

func (*PromotionExtensionOccasionEnum) String

type PromotionExtensionOccasionEnum_PromotionExtensionOccasion

type PromotionExtensionOccasionEnum_PromotionExtensionOccasion int32

A promotion extension occasion.

const (
	// Not specified.
	PromotionExtensionOccasionEnum_UNSPECIFIED PromotionExtensionOccasionEnum_PromotionExtensionOccasion = 0
	// Used for return value only. Represents value unknown in this version.
	PromotionExtensionOccasionEnum_UNKNOWN PromotionExtensionOccasionEnum_PromotionExtensionOccasion = 1
	// New Year's.
	PromotionExtensionOccasionEnum_NEW_YEARS PromotionExtensionOccasionEnum_PromotionExtensionOccasion = 2
	// Chinese New Year.
	PromotionExtensionOccasionEnum_CHINESE_NEW_YEAR PromotionExtensionOccasionEnum_PromotionExtensionOccasion = 3
	// Valentine's Day.
	PromotionExtensionOccasionEnum_VALENTINES_DAY PromotionExtensionOccasionEnum_PromotionExtensionOccasion = 4
	// Easter.
	PromotionExtensionOccasionEnum_EASTER PromotionExtensionOccasionEnum_PromotionExtensionOccasion = 5
	// Mother's Day.
	PromotionExtensionOccasionEnum_MOTHERS_DAY PromotionExtensionOccasionEnum_PromotionExtensionOccasion = 6
	// Father's Day.
	PromotionExtensionOccasionEnum_FATHERS_DAY PromotionExtensionOccasionEnum_PromotionExtensionOccasion = 7
	// Labor Day.
	PromotionExtensionOccasionEnum_LABOR_DAY PromotionExtensionOccasionEnum_PromotionExtensionOccasion = 8
	// Back To School.
	PromotionExtensionOccasionEnum_BACK_TO_SCHOOL PromotionExtensionOccasionEnum_PromotionExtensionOccasion = 9
	// Halloween.
	PromotionExtensionOccasionEnum_HALLOWEEN PromotionExtensionOccasionEnum_PromotionExtensionOccasion = 10
	// Black Friday.
	PromotionExtensionOccasionEnum_BLACK_FRIDAY PromotionExtensionOccasionEnum_PromotionExtensionOccasion = 11
	// Cyber Monday.
	PromotionExtensionOccasionEnum_CYBER_MONDAY PromotionExtensionOccasionEnum_PromotionExtensionOccasion = 12
	// Christmas.
	PromotionExtensionOccasionEnum_CHRISTMAS PromotionExtensionOccasionEnum_PromotionExtensionOccasion = 13
	// Boxing Day.
	PromotionExtensionOccasionEnum_BOXING_DAY PromotionExtensionOccasionEnum_PromotionExtensionOccasion = 14
	// Independence Day in any country.
	PromotionExtensionOccasionEnum_INDEPENDENCE_DAY PromotionExtensionOccasionEnum_PromotionExtensionOccasion = 15
	// National Day in any country.
	PromotionExtensionOccasionEnum_NATIONAL_DAY PromotionExtensionOccasionEnum_PromotionExtensionOccasion = 16
	// End of any season.
	PromotionExtensionOccasionEnum_END_OF_SEASON PromotionExtensionOccasionEnum_PromotionExtensionOccasion = 17
	// Winter Sale.
	PromotionExtensionOccasionEnum_WINTER_SALE PromotionExtensionOccasionEnum_PromotionExtensionOccasion = 18
	// Summer sale.
	PromotionExtensionOccasionEnum_SUMMER_SALE PromotionExtensionOccasionEnum_PromotionExtensionOccasion = 19
	// Fall Sale.
	PromotionExtensionOccasionEnum_FALL_SALE PromotionExtensionOccasionEnum_PromotionExtensionOccasion = 20
	// Spring Sale.
	PromotionExtensionOccasionEnum_SPRING_SALE PromotionExtensionOccasionEnum_PromotionExtensionOccasion = 21
	// Ramadan.
	PromotionExtensionOccasionEnum_RAMADAN PromotionExtensionOccasionEnum_PromotionExtensionOccasion = 22
	// Eid al-Fitr.
	PromotionExtensionOccasionEnum_EID_AL_FITR PromotionExtensionOccasionEnum_PromotionExtensionOccasion = 23
	// Eid al-Adha.
	PromotionExtensionOccasionEnum_EID_AL_ADHA PromotionExtensionOccasionEnum_PromotionExtensionOccasion = 24
	// Singles Day.
	PromotionExtensionOccasionEnum_SINGLES_DAY PromotionExtensionOccasionEnum_PromotionExtensionOccasion = 25
	// Women's Day.
	PromotionExtensionOccasionEnum_WOMENS_DAY PromotionExtensionOccasionEnum_PromotionExtensionOccasion = 26
	// Holi.
	PromotionExtensionOccasionEnum_HOLI PromotionExtensionOccasionEnum_PromotionExtensionOccasion = 27
	// Parent's Day.
	PromotionExtensionOccasionEnum_PARENTS_DAY PromotionExtensionOccasionEnum_PromotionExtensionOccasion = 28
	// St. Nicholas Day.
	PromotionExtensionOccasionEnum_ST_NICHOLAS_DAY PromotionExtensionOccasionEnum_PromotionExtensionOccasion = 29
	// Carnival.
	PromotionExtensionOccasionEnum_CARNIVAL PromotionExtensionOccasionEnum_PromotionExtensionOccasion = 30
	// Epiphany, also known as Three Kings' Day.
	PromotionExtensionOccasionEnum_EPIPHANY PromotionExtensionOccasionEnum_PromotionExtensionOccasion = 31
	// Rosh Hashanah.
	PromotionExtensionOccasionEnum_ROSH_HASHANAH PromotionExtensionOccasionEnum_PromotionExtensionOccasion = 32
	// Passover.
	PromotionExtensionOccasionEnum_PASSOVER PromotionExtensionOccasionEnum_PromotionExtensionOccasion = 33
	// Hanukkah.
	PromotionExtensionOccasionEnum_HANUKKAH PromotionExtensionOccasionEnum_PromotionExtensionOccasion = 34
	// Diwali.
	PromotionExtensionOccasionEnum_DIWALI PromotionExtensionOccasionEnum_PromotionExtensionOccasion = 35
	// Navratri.
	PromotionExtensionOccasionEnum_NAVRATRI PromotionExtensionOccasionEnum_PromotionExtensionOccasion = 36
	// Available in Thai: Songkran.
	PromotionExtensionOccasionEnum_SONGKRAN PromotionExtensionOccasionEnum_PromotionExtensionOccasion = 37
	// Available in Japanese: Year-end Gift.
	PromotionExtensionOccasionEnum_YEAR_END_GIFT PromotionExtensionOccasionEnum_PromotionExtensionOccasion = 38
)

func (PromotionExtensionOccasionEnum_PromotionExtensionOccasion) Descriptor

func (PromotionExtensionOccasionEnum_PromotionExtensionOccasion) Enum

func (PromotionExtensionOccasionEnum_PromotionExtensionOccasion) EnumDescriptor deprecated

Deprecated: Use PromotionExtensionOccasionEnum_PromotionExtensionOccasion.Descriptor instead.

func (PromotionExtensionOccasionEnum_PromotionExtensionOccasion) Number

func (PromotionExtensionOccasionEnum_PromotionExtensionOccasion) String

func (PromotionExtensionOccasionEnum_PromotionExtensionOccasion) Type

type PromotionPlaceholderFieldEnum

type PromotionPlaceholderFieldEnum struct {
	// contains filtered or unexported fields
}

Values for Promotion placeholder fields.

func (*PromotionPlaceholderFieldEnum) Descriptor deprecated

func (*PromotionPlaceholderFieldEnum) Descriptor() ([]byte, []int)

Deprecated: Use PromotionPlaceholderFieldEnum.ProtoReflect.Descriptor instead.

func (*PromotionPlaceholderFieldEnum) ProtoMessage

func (*PromotionPlaceholderFieldEnum) ProtoMessage()

func (*PromotionPlaceholderFieldEnum) ProtoReflect

func (*PromotionPlaceholderFieldEnum) Reset

func (x *PromotionPlaceholderFieldEnum) Reset()

func (*PromotionPlaceholderFieldEnum) String

type PromotionPlaceholderFieldEnum_PromotionPlaceholderField

type PromotionPlaceholderFieldEnum_PromotionPlaceholderField int32

Possible values for Promotion placeholder fields.

const (
	// Not specified.
	PromotionPlaceholderFieldEnum_UNSPECIFIED PromotionPlaceholderFieldEnum_PromotionPlaceholderField = 0
	// Used for return value only. Represents value unknown in this version.
	PromotionPlaceholderFieldEnum_UNKNOWN PromotionPlaceholderFieldEnum_PromotionPlaceholderField = 1
	// Data Type: STRING. The text that appears on the ad when the extension is
	// shown.
	PromotionPlaceholderFieldEnum_PROMOTION_TARGET PromotionPlaceholderFieldEnum_PromotionPlaceholderField = 2
	// Data Type: STRING. Allows you to add "up to" phrase to the promotion,
	// in case you have variable promotion rates.
	PromotionPlaceholderFieldEnum_DISCOUNT_MODIFIER PromotionPlaceholderFieldEnum_PromotionPlaceholderField = 3
	// Data Type: INT64. Takes a value in micros, where 1 million micros
	// represents 1%, and is shown as a percentage when rendered.
	PromotionPlaceholderFieldEnum_PERCENT_OFF PromotionPlaceholderFieldEnum_PromotionPlaceholderField = 4
	// Data Type: MONEY. Requires a currency and an amount of money.
	PromotionPlaceholderFieldEnum_MONEY_AMOUNT_OFF PromotionPlaceholderFieldEnum_PromotionPlaceholderField = 5
	// Data Type: STRING. A string that the user enters to get the discount.
	PromotionPlaceholderFieldEnum_PROMOTION_CODE PromotionPlaceholderFieldEnum_PromotionPlaceholderField = 6
	// Data Type: MONEY. A minimum spend before the user qualifies for the
	// promotion.
	PromotionPlaceholderFieldEnum_ORDERS_OVER_AMOUNT PromotionPlaceholderFieldEnum_PromotionPlaceholderField = 7
	// Data Type: DATE. The start date of the promotion.
	PromotionPlaceholderFieldEnum_PROMOTION_START PromotionPlaceholderFieldEnum_PromotionPlaceholderField = 8
	// Data Type: DATE. The end date of the promotion.
	PromotionPlaceholderFieldEnum_PROMOTION_END PromotionPlaceholderFieldEnum_PromotionPlaceholderField = 9
	// Data Type: STRING. Describes the associated event for the promotion using
	// one of the PromotionExtensionOccasion enum values, for example NEW_YEARS.
	PromotionPlaceholderFieldEnum_OCCASION PromotionPlaceholderFieldEnum_PromotionPlaceholderField = 10
	// Data Type: URL_LIST. Final URLs to be used in the ad when using Upgraded
	// URLs.
	PromotionPlaceholderFieldEnum_FINAL_URLS PromotionPlaceholderFieldEnum_PromotionPlaceholderField = 11
	// Data Type: URL_LIST. Final mobile URLs for the ad when using Upgraded
	// URLs.
	PromotionPlaceholderFieldEnum_FINAL_MOBILE_URLS PromotionPlaceholderFieldEnum_PromotionPlaceholderField = 12
	// Data Type: URL. Tracking template for the ad when using Upgraded URLs.
	PromotionPlaceholderFieldEnum_TRACKING_URL PromotionPlaceholderFieldEnum_PromotionPlaceholderField = 13
	// Data Type: STRING. A string represented by a language code for the
	// promotion.
	PromotionPlaceholderFieldEnum_LANGUAGE PromotionPlaceholderFieldEnum_PromotionPlaceholderField = 14
	// Data Type: STRING. Final URL suffix for the ad when using parallel
	// tracking.
	PromotionPlaceholderFieldEnum_FINAL_URL_SUFFIX PromotionPlaceholderFieldEnum_PromotionPlaceholderField = 15
)

func (PromotionPlaceholderFieldEnum_PromotionPlaceholderField) Descriptor

func (PromotionPlaceholderFieldEnum_PromotionPlaceholderField) Enum

func (PromotionPlaceholderFieldEnum_PromotionPlaceholderField) EnumDescriptor deprecated

Deprecated: Use PromotionPlaceholderFieldEnum_PromotionPlaceholderField.Descriptor instead.

func (PromotionPlaceholderFieldEnum_PromotionPlaceholderField) Number

func (PromotionPlaceholderFieldEnum_PromotionPlaceholderField) String

func (PromotionPlaceholderFieldEnum_PromotionPlaceholderField) Type

type ProximityRadiusUnitsEnum

type ProximityRadiusUnitsEnum struct {
	// contains filtered or unexported fields
}

Container for enum describing unit of radius in proximity.

func (*ProximityRadiusUnitsEnum) Descriptor deprecated

func (*ProximityRadiusUnitsEnum) Descriptor() ([]byte, []int)

Deprecated: Use ProximityRadiusUnitsEnum.ProtoReflect.Descriptor instead.

func (*ProximityRadiusUnitsEnum) ProtoMessage

func (*ProximityRadiusUnitsEnum) ProtoMessage()

func (*ProximityRadiusUnitsEnum) ProtoReflect

func (x *ProximityRadiusUnitsEnum) ProtoReflect() protoreflect.Message

func (*ProximityRadiusUnitsEnum) Reset

func (x *ProximityRadiusUnitsEnum) Reset()

func (*ProximityRadiusUnitsEnum) String

func (x *ProximityRadiusUnitsEnum) String() string

type ProximityRadiusUnitsEnum_ProximityRadiusUnits

type ProximityRadiusUnitsEnum_ProximityRadiusUnits int32

The unit of radius distance in proximity (e.g. MILES)

const (
	// Not specified.
	ProximityRadiusUnitsEnum_UNSPECIFIED ProximityRadiusUnitsEnum_ProximityRadiusUnits = 0
	// Used for return value only. Represents value unknown in this version.
	ProximityRadiusUnitsEnum_UNKNOWN ProximityRadiusUnitsEnum_ProximityRadiusUnits = 1
	// Miles
	ProximityRadiusUnitsEnum_MILES ProximityRadiusUnitsEnum_ProximityRadiusUnits = 2
	// Kilometers
	ProximityRadiusUnitsEnum_KILOMETERS ProximityRadiusUnitsEnum_ProximityRadiusUnits = 3
)

func (ProximityRadiusUnitsEnum_ProximityRadiusUnits) Descriptor

func (ProximityRadiusUnitsEnum_ProximityRadiusUnits) Enum

func (ProximityRadiusUnitsEnum_ProximityRadiusUnits) EnumDescriptor deprecated

func (ProximityRadiusUnitsEnum_ProximityRadiusUnits) EnumDescriptor() ([]byte, []int)

Deprecated: Use ProximityRadiusUnitsEnum_ProximityRadiusUnits.Descriptor instead.

func (ProximityRadiusUnitsEnum_ProximityRadiusUnits) Number

func (ProximityRadiusUnitsEnum_ProximityRadiusUnits) String

func (ProximityRadiusUnitsEnum_ProximityRadiusUnits) Type

type QualityScoreBucketEnum

type QualityScoreBucketEnum struct {
	// contains filtered or unexported fields
}

The relative performance compared to other advertisers.

func (*QualityScoreBucketEnum) Descriptor deprecated

func (*QualityScoreBucketEnum) Descriptor() ([]byte, []int)

Deprecated: Use QualityScoreBucketEnum.ProtoReflect.Descriptor instead.

func (*QualityScoreBucketEnum) ProtoMessage

func (*QualityScoreBucketEnum) ProtoMessage()

func (*QualityScoreBucketEnum) ProtoReflect

func (x *QualityScoreBucketEnum) ProtoReflect() protoreflect.Message

func (*QualityScoreBucketEnum) Reset

func (x *QualityScoreBucketEnum) Reset()

func (*QualityScoreBucketEnum) String

func (x *QualityScoreBucketEnum) String() string

type QualityScoreBucketEnum_QualityScoreBucket

type QualityScoreBucketEnum_QualityScoreBucket int32

Enum listing the possible quality score buckets.

const (
	// Not specified.
	QualityScoreBucketEnum_UNSPECIFIED QualityScoreBucketEnum_QualityScoreBucket = 0
	// Used for return value only. Represents value unknown in this version.
	QualityScoreBucketEnum_UNKNOWN QualityScoreBucketEnum_QualityScoreBucket = 1
	// Quality of the creative is below average.
	QualityScoreBucketEnum_BELOW_AVERAGE QualityScoreBucketEnum_QualityScoreBucket = 2
	// Quality of the creative is average.
	QualityScoreBucketEnum_AVERAGE QualityScoreBucketEnum_QualityScoreBucket = 3
	// Quality of the creative is above average.
	QualityScoreBucketEnum_ABOVE_AVERAGE QualityScoreBucketEnum_QualityScoreBucket = 4
)

func (QualityScoreBucketEnum_QualityScoreBucket) Descriptor

func (QualityScoreBucketEnum_QualityScoreBucket) Enum

func (QualityScoreBucketEnum_QualityScoreBucket) EnumDescriptor deprecated

func (QualityScoreBucketEnum_QualityScoreBucket) EnumDescriptor() ([]byte, []int)

Deprecated: Use QualityScoreBucketEnum_QualityScoreBucket.Descriptor instead.

func (QualityScoreBucketEnum_QualityScoreBucket) Number

func (QualityScoreBucketEnum_QualityScoreBucket) String

func (QualityScoreBucketEnum_QualityScoreBucket) Type

type RealEstatePlaceholderFieldEnum

type RealEstatePlaceholderFieldEnum struct {
	// contains filtered or unexported fields
}

Values for Real Estate placeholder fields. For more information about dynamic remarketing feeds, see https://support.google.com/google-ads/answer/6053288.

func (*RealEstatePlaceholderFieldEnum) Descriptor deprecated

func (*RealEstatePlaceholderFieldEnum) Descriptor() ([]byte, []int)

Deprecated: Use RealEstatePlaceholderFieldEnum.ProtoReflect.Descriptor instead.

func (*RealEstatePlaceholderFieldEnum) ProtoMessage

func (*RealEstatePlaceholderFieldEnum) ProtoMessage()

func (*RealEstatePlaceholderFieldEnum) ProtoReflect

func (*RealEstatePlaceholderFieldEnum) Reset

func (x *RealEstatePlaceholderFieldEnum) Reset()

func (*RealEstatePlaceholderFieldEnum) String

type RealEstatePlaceholderFieldEnum_RealEstatePlaceholderField

type RealEstatePlaceholderFieldEnum_RealEstatePlaceholderField int32

Possible values for Real Estate placeholder fields.

const (
	// Not specified.
	RealEstatePlaceholderFieldEnum_UNSPECIFIED RealEstatePlaceholderFieldEnum_RealEstatePlaceholderField = 0
	// Used for return value only. Represents value unknown in this version.
	RealEstatePlaceholderFieldEnum_UNKNOWN RealEstatePlaceholderFieldEnum_RealEstatePlaceholderField = 1
	// Data Type: STRING. Unique ID.
	RealEstatePlaceholderFieldEnum_LISTING_ID RealEstatePlaceholderFieldEnum_RealEstatePlaceholderField = 2
	// Data Type: STRING. Main headline with listing name to be shown in dynamic
	// ad.
	RealEstatePlaceholderFieldEnum_LISTING_NAME RealEstatePlaceholderFieldEnum_RealEstatePlaceholderField = 3
	// Data Type: STRING. City name to be shown in dynamic ad.
	RealEstatePlaceholderFieldEnum_CITY_NAME RealEstatePlaceholderFieldEnum_RealEstatePlaceholderField = 4
	// Data Type: STRING. Description of listing to be shown in dynamic ad.
	RealEstatePlaceholderFieldEnum_DESCRIPTION RealEstatePlaceholderFieldEnum_RealEstatePlaceholderField = 5
	// Data Type: STRING. Complete listing address, including postal code.
	RealEstatePlaceholderFieldEnum_ADDRESS RealEstatePlaceholderFieldEnum_RealEstatePlaceholderField = 6
	// Data Type: STRING. Price to be shown in the ad.
	// Example: "100.00 USD"
	RealEstatePlaceholderFieldEnum_PRICE RealEstatePlaceholderFieldEnum_RealEstatePlaceholderField = 7
	// Data Type: STRING. Formatted price to be shown in the ad.
	// Example: "Starting at $100.00 USD", "$80 - $100"
	RealEstatePlaceholderFieldEnum_FORMATTED_PRICE RealEstatePlaceholderFieldEnum_RealEstatePlaceholderField = 8
	// Data Type: URL. Image to be displayed in the ad.
	RealEstatePlaceholderFieldEnum_IMAGE_URL RealEstatePlaceholderFieldEnum_RealEstatePlaceholderField = 9
	// Data Type: STRING. Type of property (house, condo, apartment, etc.) used
	// to group like items together for recommendation engine.
	RealEstatePlaceholderFieldEnum_PROPERTY_TYPE RealEstatePlaceholderFieldEnum_RealEstatePlaceholderField = 10
	// Data Type: STRING. Type of listing (resale, rental, foreclosure, etc.)
	// used to group like items together for recommendation engine.
	RealEstatePlaceholderFieldEnum_LISTING_TYPE RealEstatePlaceholderFieldEnum_RealEstatePlaceholderField = 11
	// Data Type: STRING_LIST. Keywords used for product retrieval.
	RealEstatePlaceholderFieldEnum_CONTEXTUAL_KEYWORDS RealEstatePlaceholderFieldEnum_RealEstatePlaceholderField = 12
	// Data Type: URL_LIST. Final URLs to be used in ad when using Upgraded
	// URLs; the more specific the better (e.g. the individual URL of a specific
	// listing and its location).
	RealEstatePlaceholderFieldEnum_FINAL_URLS RealEstatePlaceholderFieldEnum_RealEstatePlaceholderField = 13
	// Data Type: URL_LIST. Final mobile URLs for the ad when using Upgraded
	// URLs.
	RealEstatePlaceholderFieldEnum_FINAL_MOBILE_URLS RealEstatePlaceholderFieldEnum_RealEstatePlaceholderField = 14
	// Data Type: URL. Tracking template for the ad when using Upgraded URLs.
	RealEstatePlaceholderFieldEnum_TRACKING_URL RealEstatePlaceholderFieldEnum_RealEstatePlaceholderField = 15
	// Data Type: STRING. Android app link. Must be formatted as:
	// android-app://{package_id}/{scheme}/{host_path}.
	// The components are defined as follows:
	// package_id: app ID as specified in Google Play.
	// scheme: the scheme to pass to the application. Can be HTTP, or a custom
	//   scheme.
	// host_path: identifies the specific content within your application.
	RealEstatePlaceholderFieldEnum_ANDROID_APP_LINK RealEstatePlaceholderFieldEnum_RealEstatePlaceholderField = 16
	// Data Type: STRING_LIST. List of recommended listing IDs to show together
	// with this item.
	RealEstatePlaceholderFieldEnum_SIMILAR_LISTING_IDS RealEstatePlaceholderFieldEnum_RealEstatePlaceholderField = 17
	// Data Type: STRING. iOS app link.
	RealEstatePlaceholderFieldEnum_IOS_APP_LINK RealEstatePlaceholderFieldEnum_RealEstatePlaceholderField = 18
	// Data Type: INT64. iOS app store ID.
	RealEstatePlaceholderFieldEnum_IOS_APP_STORE_ID RealEstatePlaceholderFieldEnum_RealEstatePlaceholderField = 19
)

func (RealEstatePlaceholderFieldEnum_RealEstatePlaceholderField) Descriptor

func (RealEstatePlaceholderFieldEnum_RealEstatePlaceholderField) Enum

func (RealEstatePlaceholderFieldEnum_RealEstatePlaceholderField) EnumDescriptor deprecated

Deprecated: Use RealEstatePlaceholderFieldEnum_RealEstatePlaceholderField.Descriptor instead.

func (RealEstatePlaceholderFieldEnum_RealEstatePlaceholderField) Number

func (RealEstatePlaceholderFieldEnum_RealEstatePlaceholderField) String

func (RealEstatePlaceholderFieldEnum_RealEstatePlaceholderField) Type

type RecommendationTypeEnum

type RecommendationTypeEnum struct {
	// contains filtered or unexported fields
}

Container for enum describing types of recommendations.

func (*RecommendationTypeEnum) Descriptor deprecated

func (*RecommendationTypeEnum) Descriptor() ([]byte, []int)

Deprecated: Use RecommendationTypeEnum.ProtoReflect.Descriptor instead.

func (*RecommendationTypeEnum) ProtoMessage

func (*RecommendationTypeEnum) ProtoMessage()

func (*RecommendationTypeEnum) ProtoReflect

func (x *RecommendationTypeEnum) ProtoReflect() protoreflect.Message

func (*RecommendationTypeEnum) Reset

func (x *RecommendationTypeEnum) Reset()

func (*RecommendationTypeEnum) String

func (x *RecommendationTypeEnum) String() string

type RecommendationTypeEnum_RecommendationType

type RecommendationTypeEnum_RecommendationType int32

Types of recommendations.

const (
	// Not specified.
	RecommendationTypeEnum_UNSPECIFIED RecommendationTypeEnum_RecommendationType = 0
	// Used for return value only. Represents value unknown in this version.
	RecommendationTypeEnum_UNKNOWN RecommendationTypeEnum_RecommendationType = 1
	// Budget recommendation for budget constrained campaigns.
	RecommendationTypeEnum_CAMPAIGN_BUDGET RecommendationTypeEnum_RecommendationType = 2
	// Keyword recommendation.
	RecommendationTypeEnum_KEYWORD RecommendationTypeEnum_RecommendationType = 3
	// Recommendation to add a new text ad.
	RecommendationTypeEnum_TEXT_AD RecommendationTypeEnum_RecommendationType = 4
	// Recommendation to update a campaign to use a Target CPA bidding strategy.
	RecommendationTypeEnum_TARGET_CPA_OPT_IN RecommendationTypeEnum_RecommendationType = 5
	// Recommendation to update a campaign to use the Maximize Conversions
	// bidding strategy.
	RecommendationTypeEnum_MAXIMIZE_CONVERSIONS_OPT_IN RecommendationTypeEnum_RecommendationType = 6
	// Recommendation to enable Enhanced Cost Per Click for a campaign.
	RecommendationTypeEnum_ENHANCED_CPC_OPT_IN RecommendationTypeEnum_RecommendationType = 7
	// Recommendation to start showing your campaign's ads on Google Search
	// Partners Websites.
	RecommendationTypeEnum_SEARCH_PARTNERS_OPT_IN RecommendationTypeEnum_RecommendationType = 8
	// Recommendation to update a campaign to use a Maximize Clicks bidding
	// strategy.
	RecommendationTypeEnum_MAXIMIZE_CLICKS_OPT_IN RecommendationTypeEnum_RecommendationType = 9
	// Recommendation to start using the "Optimize" ad rotation setting for the
	// given ad group.
	RecommendationTypeEnum_OPTIMIZE_AD_ROTATION RecommendationTypeEnum_RecommendationType = 10
	// Recommendation to add callout extensions to a campaign.
	RecommendationTypeEnum_CALLOUT_EXTENSION RecommendationTypeEnum_RecommendationType = 11
	// Recommendation to add sitelink extensions to a campaign.
	RecommendationTypeEnum_SITELINK_EXTENSION RecommendationTypeEnum_RecommendationType = 12
	// Recommendation to add call extensions to a campaign.
	RecommendationTypeEnum_CALL_EXTENSION RecommendationTypeEnum_RecommendationType = 13
	// Recommendation to change an existing keyword from one match type to a
	// broader match type.
	RecommendationTypeEnum_KEYWORD_MATCH_TYPE RecommendationTypeEnum_RecommendationType = 14
	// Recommendation to move unused budget from one budget to a constrained
	// budget.
	RecommendationTypeEnum_MOVE_UNUSED_BUDGET RecommendationTypeEnum_RecommendationType = 15
)

func (RecommendationTypeEnum_RecommendationType) Descriptor

func (RecommendationTypeEnum_RecommendationType) Enum

func (RecommendationTypeEnum_RecommendationType) EnumDescriptor deprecated

func (RecommendationTypeEnum_RecommendationType) EnumDescriptor() ([]byte, []int)

Deprecated: Use RecommendationTypeEnum_RecommendationType.Descriptor instead.

func (RecommendationTypeEnum_RecommendationType) Number

func (RecommendationTypeEnum_RecommendationType) String

func (RecommendationTypeEnum_RecommendationType) Type

type SearchEngineResultsPageTypeEnum

type SearchEngineResultsPageTypeEnum struct {
	// contains filtered or unexported fields
}

The type of the search engine results page.

func (*SearchEngineResultsPageTypeEnum) Descriptor deprecated

func (*SearchEngineResultsPageTypeEnum) Descriptor() ([]byte, []int)

Deprecated: Use SearchEngineResultsPageTypeEnum.ProtoReflect.Descriptor instead.

func (*SearchEngineResultsPageTypeEnum) ProtoMessage

func (*SearchEngineResultsPageTypeEnum) ProtoMessage()

func (*SearchEngineResultsPageTypeEnum) ProtoReflect

func (*SearchEngineResultsPageTypeEnum) Reset

func (*SearchEngineResultsPageTypeEnum) String

type SearchEngineResultsPageTypeEnum_SearchEngineResultsPageType

type SearchEngineResultsPageTypeEnum_SearchEngineResultsPageType int32

The type of the search engine results page.

const (
	// Not specified.
	SearchEngineResultsPageTypeEnum_UNSPECIFIED SearchEngineResultsPageTypeEnum_SearchEngineResultsPageType = 0
	// Used for return value only. Represents value unknown in this version.
	SearchEngineResultsPageTypeEnum_UNKNOWN SearchEngineResultsPageTypeEnum_SearchEngineResultsPageType = 1
	// Only ads were contained in the search engine results page.
	SearchEngineResultsPageTypeEnum_ADS_ONLY SearchEngineResultsPageTypeEnum_SearchEngineResultsPageType = 2
	// Only organic results were contained in the search engine results page.
	SearchEngineResultsPageTypeEnum_ORGANIC_ONLY SearchEngineResultsPageTypeEnum_SearchEngineResultsPageType = 3
	// Both ads and organic results were contained in the search engine results
	// page.
	SearchEngineResultsPageTypeEnum_ADS_AND_ORGANIC SearchEngineResultsPageTypeEnum_SearchEngineResultsPageType = 4
)

func (SearchEngineResultsPageTypeEnum_SearchEngineResultsPageType) Descriptor

func (SearchEngineResultsPageTypeEnum_SearchEngineResultsPageType) Enum

func (SearchEngineResultsPageTypeEnum_SearchEngineResultsPageType) EnumDescriptor deprecated

Deprecated: Use SearchEngineResultsPageTypeEnum_SearchEngineResultsPageType.Descriptor instead.

func (SearchEngineResultsPageTypeEnum_SearchEngineResultsPageType) Number

func (SearchEngineResultsPageTypeEnum_SearchEngineResultsPageType) String

func (SearchEngineResultsPageTypeEnum_SearchEngineResultsPageType) Type

type SearchTermMatchTypeEnum

type SearchTermMatchTypeEnum struct {
	// contains filtered or unexported fields
}

Container for enum describing match types for a keyword triggering an ad.

func (*SearchTermMatchTypeEnum) Descriptor deprecated

func (*SearchTermMatchTypeEnum) Descriptor() ([]byte, []int)

Deprecated: Use SearchTermMatchTypeEnum.ProtoReflect.Descriptor instead.

func (*SearchTermMatchTypeEnum) ProtoMessage

func (*SearchTermMatchTypeEnum) ProtoMessage()

func (*SearchTermMatchTypeEnum) ProtoReflect

func (x *SearchTermMatchTypeEnum) ProtoReflect() protoreflect.Message

func (*SearchTermMatchTypeEnum) Reset

func (x *SearchTermMatchTypeEnum) Reset()

func (*SearchTermMatchTypeEnum) String

func (x *SearchTermMatchTypeEnum) String() string

type SearchTermMatchTypeEnum_SearchTermMatchType

type SearchTermMatchTypeEnum_SearchTermMatchType int32

Possible match types for a keyword triggering an ad, including variants.

const (
	// Not specified.
	SearchTermMatchTypeEnum_UNSPECIFIED SearchTermMatchTypeEnum_SearchTermMatchType = 0
	// Used for return value only. Represents value unknown in this version.
	SearchTermMatchTypeEnum_UNKNOWN SearchTermMatchTypeEnum_SearchTermMatchType = 1
	// Broad match.
	SearchTermMatchTypeEnum_BROAD SearchTermMatchTypeEnum_SearchTermMatchType = 2
	// Exact match.
	SearchTermMatchTypeEnum_EXACT SearchTermMatchTypeEnum_SearchTermMatchType = 3
	// Phrase match.
	SearchTermMatchTypeEnum_PHRASE SearchTermMatchTypeEnum_SearchTermMatchType = 4
	// Exact match (close variant).
	SearchTermMatchTypeEnum_NEAR_EXACT SearchTermMatchTypeEnum_SearchTermMatchType = 5
	// Phrase match (close variant).
	SearchTermMatchTypeEnum_NEAR_PHRASE SearchTermMatchTypeEnum_SearchTermMatchType = 6
)

func (SearchTermMatchTypeEnum_SearchTermMatchType) Descriptor

func (SearchTermMatchTypeEnum_SearchTermMatchType) Enum

func (SearchTermMatchTypeEnum_SearchTermMatchType) EnumDescriptor deprecated

func (SearchTermMatchTypeEnum_SearchTermMatchType) EnumDescriptor() ([]byte, []int)

Deprecated: Use SearchTermMatchTypeEnum_SearchTermMatchType.Descriptor instead.

func (SearchTermMatchTypeEnum_SearchTermMatchType) Number

func (SearchTermMatchTypeEnum_SearchTermMatchType) String

func (SearchTermMatchTypeEnum_SearchTermMatchType) Type

type SearchTermTargetingStatusEnum

type SearchTermTargetingStatusEnum struct {
	// contains filtered or unexported fields
}

Container for enum indicating whether a search term is one of your targeted or excluded keywords.

func (*SearchTermTargetingStatusEnum) Descriptor deprecated

func (*SearchTermTargetingStatusEnum) Descriptor() ([]byte, []int)

Deprecated: Use SearchTermTargetingStatusEnum.ProtoReflect.Descriptor instead.

func (*SearchTermTargetingStatusEnum) ProtoMessage

func (*SearchTermTargetingStatusEnum) ProtoMessage()

func (*SearchTermTargetingStatusEnum) ProtoReflect

func (*SearchTermTargetingStatusEnum) Reset

func (x *SearchTermTargetingStatusEnum) Reset()

func (*SearchTermTargetingStatusEnum) String

type SearchTermTargetingStatusEnum_SearchTermTargetingStatus

type SearchTermTargetingStatusEnum_SearchTermTargetingStatus int32

Indicates whether the search term is one of your targeted or excluded keywords.

const (
	// Not specified.
	SearchTermTargetingStatusEnum_UNSPECIFIED SearchTermTargetingStatusEnum_SearchTermTargetingStatus = 0
	// Used for return value only. Represents value unknown in this version.
	SearchTermTargetingStatusEnum_UNKNOWN SearchTermTargetingStatusEnum_SearchTermTargetingStatus = 1
	// Search term is added to targeted keywords.
	SearchTermTargetingStatusEnum_ADDED SearchTermTargetingStatusEnum_SearchTermTargetingStatus = 2
	// Search term matches a negative keyword.
	SearchTermTargetingStatusEnum_EXCLUDED SearchTermTargetingStatusEnum_SearchTermTargetingStatus = 3
	// Search term has been both added and excluded.
	SearchTermTargetingStatusEnum_ADDED_EXCLUDED SearchTermTargetingStatusEnum_SearchTermTargetingStatus = 4
	// Search term is neither targeted nor excluded.
	SearchTermTargetingStatusEnum_NONE SearchTermTargetingStatusEnum_SearchTermTargetingStatus = 5
)

func (SearchTermTargetingStatusEnum_SearchTermTargetingStatus) Descriptor

func (SearchTermTargetingStatusEnum_SearchTermTargetingStatus) Enum

func (SearchTermTargetingStatusEnum_SearchTermTargetingStatus) EnumDescriptor deprecated

Deprecated: Use SearchTermTargetingStatusEnum_SearchTermTargetingStatus.Descriptor instead.

func (SearchTermTargetingStatusEnum_SearchTermTargetingStatus) Number

func (SearchTermTargetingStatusEnum_SearchTermTargetingStatus) String

func (SearchTermTargetingStatusEnum_SearchTermTargetingStatus) Type

type ServedAssetFieldTypeEnum

type ServedAssetFieldTypeEnum struct {
	// contains filtered or unexported fields
}

Container for enum describing possible asset field types.

func (*ServedAssetFieldTypeEnum) Descriptor deprecated

func (*ServedAssetFieldTypeEnum) Descriptor() ([]byte, []int)

Deprecated: Use ServedAssetFieldTypeEnum.ProtoReflect.Descriptor instead.

func (*ServedAssetFieldTypeEnum) ProtoMessage

func (*ServedAssetFieldTypeEnum) ProtoMessage()

func (*ServedAssetFieldTypeEnum) ProtoReflect

func (x *ServedAssetFieldTypeEnum) ProtoReflect() protoreflect.Message

func (*ServedAssetFieldTypeEnum) Reset

func (x *ServedAssetFieldTypeEnum) Reset()

func (*ServedAssetFieldTypeEnum) String

func (x *ServedAssetFieldTypeEnum) String() string

type ServedAssetFieldTypeEnum_ServedAssetFieldType

type ServedAssetFieldTypeEnum_ServedAssetFieldType int32

The possible asset field types.

const (
	// No value has been specified.
	ServedAssetFieldTypeEnum_UNSPECIFIED ServedAssetFieldTypeEnum_ServedAssetFieldType = 0
	// The received value is not known in this version.
	//
	// This is a response-only value.
	ServedAssetFieldTypeEnum_UNKNOWN ServedAssetFieldTypeEnum_ServedAssetFieldType = 1
	// The asset is used in headline 1.
	ServedAssetFieldTypeEnum_HEADLINE_1 ServedAssetFieldTypeEnum_ServedAssetFieldType = 2
	// The asset is used in headline 2.
	ServedAssetFieldTypeEnum_HEADLINE_2 ServedAssetFieldTypeEnum_ServedAssetFieldType = 3
	// The asset is used in headline 3.
	ServedAssetFieldTypeEnum_HEADLINE_3 ServedAssetFieldTypeEnum_ServedAssetFieldType = 4
	// The asset is used in description 1.
	ServedAssetFieldTypeEnum_DESCRIPTION_1 ServedAssetFieldTypeEnum_ServedAssetFieldType = 5
	// The asset is used in description 2.
	ServedAssetFieldTypeEnum_DESCRIPTION_2 ServedAssetFieldTypeEnum_ServedAssetFieldType = 6
)

func (ServedAssetFieldTypeEnum_ServedAssetFieldType) Descriptor

func (ServedAssetFieldTypeEnum_ServedAssetFieldType) Enum

func (ServedAssetFieldTypeEnum_ServedAssetFieldType) EnumDescriptor deprecated

func (ServedAssetFieldTypeEnum_ServedAssetFieldType) EnumDescriptor() ([]byte, []int)

Deprecated: Use ServedAssetFieldTypeEnum_ServedAssetFieldType.Descriptor instead.

func (ServedAssetFieldTypeEnum_ServedAssetFieldType) Number

func (ServedAssetFieldTypeEnum_ServedAssetFieldType) String

func (ServedAssetFieldTypeEnum_ServedAssetFieldType) Type

type SharedSetStatusEnum

type SharedSetStatusEnum struct {
	// contains filtered or unexported fields
}

Container for enum describing types of shared set statuses.

func (*SharedSetStatusEnum) Descriptor deprecated

func (*SharedSetStatusEnum) Descriptor() ([]byte, []int)

Deprecated: Use SharedSetStatusEnum.ProtoReflect.Descriptor instead.

func (*SharedSetStatusEnum) ProtoMessage

func (*SharedSetStatusEnum) ProtoMessage()

func (*SharedSetStatusEnum) ProtoReflect

func (x *SharedSetStatusEnum) ProtoReflect() protoreflect.Message

func (*SharedSetStatusEnum) Reset

func (x *SharedSetStatusEnum) Reset()

func (*SharedSetStatusEnum) String

func (x *SharedSetStatusEnum) String() string

type SharedSetStatusEnum_SharedSetStatus

type SharedSetStatusEnum_SharedSetStatus int32

Enum listing the possible shared set statuses.

const (
	// Not specified.
	SharedSetStatusEnum_UNSPECIFIED SharedSetStatusEnum_SharedSetStatus = 0
	// Used for return value only. Represents value unknown in this version.
	SharedSetStatusEnum_UNKNOWN SharedSetStatusEnum_SharedSetStatus = 1
	// The shared set is enabled.
	SharedSetStatusEnum_ENABLED SharedSetStatusEnum_SharedSetStatus = 2
	// The shared set is removed and can no longer be used.
	SharedSetStatusEnum_REMOVED SharedSetStatusEnum_SharedSetStatus = 3
)

func (SharedSetStatusEnum_SharedSetStatus) Descriptor

func (SharedSetStatusEnum_SharedSetStatus) Enum

func (SharedSetStatusEnum_SharedSetStatus) EnumDescriptor deprecated

func (SharedSetStatusEnum_SharedSetStatus) EnumDescriptor() ([]byte, []int)

Deprecated: Use SharedSetStatusEnum_SharedSetStatus.Descriptor instead.

func (SharedSetStatusEnum_SharedSetStatus) Number

func (SharedSetStatusEnum_SharedSetStatus) String

func (SharedSetStatusEnum_SharedSetStatus) Type

type SharedSetTypeEnum

type SharedSetTypeEnum struct {
	// contains filtered or unexported fields
}

Container for enum describing types of shared sets.

func (*SharedSetTypeEnum) Descriptor deprecated

func (*SharedSetTypeEnum) Descriptor() ([]byte, []int)

Deprecated: Use SharedSetTypeEnum.ProtoReflect.Descriptor instead.

func (*SharedSetTypeEnum) ProtoMessage

func (*SharedSetTypeEnum) ProtoMessage()

func (*SharedSetTypeEnum) ProtoReflect

func (x *SharedSetTypeEnum) ProtoReflect() protoreflect.Message

func (*SharedSetTypeEnum) Reset

func (x *SharedSetTypeEnum) Reset()

func (*SharedSetTypeEnum) String

func (x *SharedSetTypeEnum) String() string

type SharedSetTypeEnum_SharedSetType

type SharedSetTypeEnum_SharedSetType int32

Enum listing the possible shared set types.

const (
	// Not specified.
	SharedSetTypeEnum_UNSPECIFIED SharedSetTypeEnum_SharedSetType = 0
	// Used for return value only. Represents value unknown in this version.
	SharedSetTypeEnum_UNKNOWN SharedSetTypeEnum_SharedSetType = 1
	// A set of keywords that can be excluded from targeting.
	SharedSetTypeEnum_NEGATIVE_KEYWORDS SharedSetTypeEnum_SharedSetType = 2
	// A set of placements that can be excluded from targeting.
	SharedSetTypeEnum_NEGATIVE_PLACEMENTS SharedSetTypeEnum_SharedSetType = 3
)

func (SharedSetTypeEnum_SharedSetType) Descriptor

func (SharedSetTypeEnum_SharedSetType) Enum

func (SharedSetTypeEnum_SharedSetType) EnumDescriptor deprecated

func (SharedSetTypeEnum_SharedSetType) EnumDescriptor() ([]byte, []int)

Deprecated: Use SharedSetTypeEnum_SharedSetType.Descriptor instead.

func (SharedSetTypeEnum_SharedSetType) Number

func (SharedSetTypeEnum_SharedSetType) String

func (SharedSetTypeEnum_SharedSetType) Type

type SimulationModificationMethodEnum

type SimulationModificationMethodEnum struct {
	// contains filtered or unexported fields
}

Container for enum describing the method by which a simulation modifies a field.

func (*SimulationModificationMethodEnum) Descriptor deprecated

func (*SimulationModificationMethodEnum) Descriptor() ([]byte, []int)

Deprecated: Use SimulationModificationMethodEnum.ProtoReflect.Descriptor instead.

func (*SimulationModificationMethodEnum) ProtoMessage

func (*SimulationModificationMethodEnum) ProtoMessage()

func (*SimulationModificationMethodEnum) ProtoReflect

func (*SimulationModificationMethodEnum) Reset

func (*SimulationModificationMethodEnum) String

type SimulationModificationMethodEnum_SimulationModificationMethod

type SimulationModificationMethodEnum_SimulationModificationMethod int32

Enum describing the method by which a simulation modifies a field.

const (
	// Not specified.
	SimulationModificationMethodEnum_UNSPECIFIED SimulationModificationMethodEnum_SimulationModificationMethod = 0
	// Used for return value only. Represents value unknown in this version.
	SimulationModificationMethodEnum_UNKNOWN SimulationModificationMethodEnum_SimulationModificationMethod = 1
	// The values in a simulation were applied to all children of a given
	// resource uniformly. Overrides on child resources were not respected.
	SimulationModificationMethodEnum_UNIFORM SimulationModificationMethodEnum_SimulationModificationMethod = 2
	// The values in a simulation were applied to the given resource.
	// Overrides on child resources were respected, and traffic estimates
	// do not include these resources.
	SimulationModificationMethodEnum_DEFAULT SimulationModificationMethodEnum_SimulationModificationMethod = 3
)

func (SimulationModificationMethodEnum_SimulationModificationMethod) Descriptor

func (SimulationModificationMethodEnum_SimulationModificationMethod) Enum

func (SimulationModificationMethodEnum_SimulationModificationMethod) EnumDescriptor deprecated

Deprecated: Use SimulationModificationMethodEnum_SimulationModificationMethod.Descriptor instead.

func (SimulationModificationMethodEnum_SimulationModificationMethod) Number

func (SimulationModificationMethodEnum_SimulationModificationMethod) String

func (SimulationModificationMethodEnum_SimulationModificationMethod) Type

type SimulationTypeEnum

type SimulationTypeEnum struct {
	// contains filtered or unexported fields
}

Container for enum describing the field a simulation modifies.

func (*SimulationTypeEnum) Descriptor deprecated

func (*SimulationTypeEnum) Descriptor() ([]byte, []int)

Deprecated: Use SimulationTypeEnum.ProtoReflect.Descriptor instead.

func (*SimulationTypeEnum) ProtoMessage

func (*SimulationTypeEnum) ProtoMessage()

func (*SimulationTypeEnum) ProtoReflect

func (x *SimulationTypeEnum) ProtoReflect() protoreflect.Message

func (*SimulationTypeEnum) Reset

func (x *SimulationTypeEnum) Reset()

func (*SimulationTypeEnum) String

func (x *SimulationTypeEnum) String() string

type SimulationTypeEnum_SimulationType

type SimulationTypeEnum_SimulationType int32

Enum describing the field a simulation modifies.

const (
	// Not specified.
	SimulationTypeEnum_UNSPECIFIED SimulationTypeEnum_SimulationType = 0
	// Used for return value only. Represents value unknown in this version.
	SimulationTypeEnum_UNKNOWN SimulationTypeEnum_SimulationType = 1
	// The simulation is for a cpc bid.
	SimulationTypeEnum_CPC_BID SimulationTypeEnum_SimulationType = 2
	// The simulation is for a cpv bid.
	SimulationTypeEnum_CPV_BID SimulationTypeEnum_SimulationType = 3
	// The simulation is for a cpa target.
	SimulationTypeEnum_TARGET_CPA SimulationTypeEnum_SimulationType = 4
	// The simulation is for a bid modifier.
	SimulationTypeEnum_BID_MODIFIER SimulationTypeEnum_SimulationType = 5
)

func (SimulationTypeEnum_SimulationType) Descriptor

func (SimulationTypeEnum_SimulationType) Enum

func (SimulationTypeEnum_SimulationType) EnumDescriptor deprecated

func (SimulationTypeEnum_SimulationType) EnumDescriptor() ([]byte, []int)

Deprecated: Use SimulationTypeEnum_SimulationType.Descriptor instead.

func (SimulationTypeEnum_SimulationType) Number

func (SimulationTypeEnum_SimulationType) String

func (SimulationTypeEnum_SimulationType) Type

type SitelinkPlaceholderFieldEnum

type SitelinkPlaceholderFieldEnum struct {
	// contains filtered or unexported fields
}

Values for Sitelink placeholder fields.

func (*SitelinkPlaceholderFieldEnum) Descriptor deprecated

func (*SitelinkPlaceholderFieldEnum) Descriptor() ([]byte, []int)

Deprecated: Use SitelinkPlaceholderFieldEnum.ProtoReflect.Descriptor instead.

func (*SitelinkPlaceholderFieldEnum) ProtoMessage

func (*SitelinkPlaceholderFieldEnum) ProtoMessage()

func (*SitelinkPlaceholderFieldEnum) ProtoReflect

func (*SitelinkPlaceholderFieldEnum) Reset

func (x *SitelinkPlaceholderFieldEnum) Reset()

func (*SitelinkPlaceholderFieldEnum) String

type SitelinkPlaceholderFieldEnum_SitelinkPlaceholderField

type SitelinkPlaceholderFieldEnum_SitelinkPlaceholderField int32

Possible values for Sitelink placeholder fields.

const (
	// Not specified.
	SitelinkPlaceholderFieldEnum_UNSPECIFIED SitelinkPlaceholderFieldEnum_SitelinkPlaceholderField = 0
	// Used for return value only. Represents value unknown in this version.
	SitelinkPlaceholderFieldEnum_UNKNOWN SitelinkPlaceholderFieldEnum_SitelinkPlaceholderField = 1
	// Data Type: STRING. The link text for your sitelink.
	SitelinkPlaceholderFieldEnum_TEXT SitelinkPlaceholderFieldEnum_SitelinkPlaceholderField = 2
	// Data Type: STRING. First line of the sitelink description.
	SitelinkPlaceholderFieldEnum_LINE_1 SitelinkPlaceholderFieldEnum_SitelinkPlaceholderField = 3
	// Data Type: STRING. Second line of the sitelink description.
	SitelinkPlaceholderFieldEnum_LINE_2 SitelinkPlaceholderFieldEnum_SitelinkPlaceholderField = 4
	// Data Type: URL_LIST. Final URLs for the sitelink when using Upgraded
	// URLs.
	SitelinkPlaceholderFieldEnum_FINAL_URLS SitelinkPlaceholderFieldEnum_SitelinkPlaceholderField = 5
	// Data Type: URL_LIST. Final Mobile URLs for the sitelink when using
	// Upgraded URLs.
	SitelinkPlaceholderFieldEnum_FINAL_MOBILE_URLS SitelinkPlaceholderFieldEnum_SitelinkPlaceholderField = 6
	// Data Type: URL. Tracking template for the sitelink when using Upgraded
	// URLs.
	SitelinkPlaceholderFieldEnum_TRACKING_URL SitelinkPlaceholderFieldEnum_SitelinkPlaceholderField = 7
	// Data Type: STRING. Final URL suffix for sitelink when using parallel
	// tracking.
	SitelinkPlaceholderFieldEnum_FINAL_URL_SUFFIX SitelinkPlaceholderFieldEnum_SitelinkPlaceholderField = 8
)

func (SitelinkPlaceholderFieldEnum_SitelinkPlaceholderField) Descriptor

func (SitelinkPlaceholderFieldEnum_SitelinkPlaceholderField) Enum

func (SitelinkPlaceholderFieldEnum_SitelinkPlaceholderField) EnumDescriptor deprecated

Deprecated: Use SitelinkPlaceholderFieldEnum_SitelinkPlaceholderField.Descriptor instead.

func (SitelinkPlaceholderFieldEnum_SitelinkPlaceholderField) Number

func (SitelinkPlaceholderFieldEnum_SitelinkPlaceholderField) String

func (SitelinkPlaceholderFieldEnum_SitelinkPlaceholderField) Type

type SlotEnum

type SlotEnum struct {
	// contains filtered or unexported fields
}

Container for enumeration of possible positions of the Ad.

func (*SlotEnum) Descriptor deprecated

func (*SlotEnum) Descriptor() ([]byte, []int)

Deprecated: Use SlotEnum.ProtoReflect.Descriptor instead.

func (*SlotEnum) ProtoMessage

func (*SlotEnum) ProtoMessage()

func (*SlotEnum) ProtoReflect

func (x *SlotEnum) ProtoReflect() protoreflect.Message

func (*SlotEnum) Reset

func (x *SlotEnum) Reset()

func (*SlotEnum) String

func (x *SlotEnum) String() string

type SlotEnum_Slot

type SlotEnum_Slot int32

Enumerates possible positions of the Ad.

const (
	// Not specified.
	SlotEnum_UNSPECIFIED SlotEnum_Slot = 0
	// The value is unknown in this version.
	SlotEnum_UNKNOWN SlotEnum_Slot = 1
	// Google search: Side.
	SlotEnum_SEARCH_SIDE SlotEnum_Slot = 2
	// Google search: Top.
	SlotEnum_SEARCH_TOP SlotEnum_Slot = 3
	// Google search: Other.
	SlotEnum_SEARCH_OTHER SlotEnum_Slot = 4
	// Google Display Network.
	SlotEnum_CONTENT SlotEnum_Slot = 5
	// Search partners: Top.
	SlotEnum_SEARCH_PARTNER_TOP SlotEnum_Slot = 6
	// Search partners: Other.
	SlotEnum_SEARCH_PARTNER_OTHER SlotEnum_Slot = 7
	// Cross-network.
	SlotEnum_MIXED SlotEnum_Slot = 8
)

func (SlotEnum_Slot) Descriptor

func (SlotEnum_Slot) Enum

func (x SlotEnum_Slot) Enum() *SlotEnum_Slot

func (SlotEnum_Slot) EnumDescriptor deprecated

func (SlotEnum_Slot) EnumDescriptor() ([]byte, []int)

Deprecated: Use SlotEnum_Slot.Descriptor instead.

func (SlotEnum_Slot) Number

func (SlotEnum_Slot) String

func (x SlotEnum_Slot) String() string

func (SlotEnum_Slot) Type

type SpendingLimitTypeEnum

type SpendingLimitTypeEnum struct {
	// contains filtered or unexported fields
}

Message describing spending limit types.

func (*SpendingLimitTypeEnum) Descriptor deprecated

func (*SpendingLimitTypeEnum) Descriptor() ([]byte, []int)

Deprecated: Use SpendingLimitTypeEnum.ProtoReflect.Descriptor instead.

func (*SpendingLimitTypeEnum) ProtoMessage

func (*SpendingLimitTypeEnum) ProtoMessage()

func (*SpendingLimitTypeEnum) ProtoReflect

func (x *SpendingLimitTypeEnum) ProtoReflect() protoreflect.Message

func (*SpendingLimitTypeEnum) Reset

func (x *SpendingLimitTypeEnum) Reset()

func (*SpendingLimitTypeEnum) String

func (x *SpendingLimitTypeEnum) String() string

type SpendingLimitTypeEnum_SpendingLimitType

type SpendingLimitTypeEnum_SpendingLimitType int32

The possible spending limit types used by certain resources as an alternative to absolute money values in micros.

const (
	// Not specified.
	SpendingLimitTypeEnum_UNSPECIFIED SpendingLimitTypeEnum_SpendingLimitType = 0
	// Used for return value only. Represents value unknown in this version.
	SpendingLimitTypeEnum_UNKNOWN SpendingLimitTypeEnum_SpendingLimitType = 1
	// Infinite, indicates unlimited spending power.
	SpendingLimitTypeEnum_INFINITE SpendingLimitTypeEnum_SpendingLimitType = 2
)

func (SpendingLimitTypeEnum_SpendingLimitType) Descriptor

func (SpendingLimitTypeEnum_SpendingLimitType) Enum

func (SpendingLimitTypeEnum_SpendingLimitType) EnumDescriptor deprecated

func (SpendingLimitTypeEnum_SpendingLimitType) EnumDescriptor() ([]byte, []int)

Deprecated: Use SpendingLimitTypeEnum_SpendingLimitType.Descriptor instead.

func (SpendingLimitTypeEnum_SpendingLimitType) Number

func (SpendingLimitTypeEnum_SpendingLimitType) String

func (SpendingLimitTypeEnum_SpendingLimitType) Type

type StructuredSnippetPlaceholderFieldEnum

type StructuredSnippetPlaceholderFieldEnum struct {
	// contains filtered or unexported fields
}

Values for Structured Snippet placeholder fields.

func (*StructuredSnippetPlaceholderFieldEnum) Descriptor deprecated

func (*StructuredSnippetPlaceholderFieldEnum) Descriptor() ([]byte, []int)

Deprecated: Use StructuredSnippetPlaceholderFieldEnum.ProtoReflect.Descriptor instead.

func (*StructuredSnippetPlaceholderFieldEnum) ProtoMessage

func (*StructuredSnippetPlaceholderFieldEnum) ProtoMessage()

func (*StructuredSnippetPlaceholderFieldEnum) ProtoReflect

func (*StructuredSnippetPlaceholderFieldEnum) Reset

func (*StructuredSnippetPlaceholderFieldEnum) String

type StructuredSnippetPlaceholderFieldEnum_StructuredSnippetPlaceholderField

type StructuredSnippetPlaceholderFieldEnum_StructuredSnippetPlaceholderField int32

Possible values for Structured Snippet placeholder fields.

const (
	// Not specified.
	StructuredSnippetPlaceholderFieldEnum_UNSPECIFIED StructuredSnippetPlaceholderFieldEnum_StructuredSnippetPlaceholderField = 0
	// Used for return value only. Represents value unknown in this version.
	StructuredSnippetPlaceholderFieldEnum_UNKNOWN StructuredSnippetPlaceholderFieldEnum_StructuredSnippetPlaceholderField = 1
	// Data Type: STRING. The category of snippet of your products/services.
	// Must match exactly one of the predefined structured snippets headers.
	// For a list, visit
	// https://developers.google.com/adwords/api/docs/appendix/structured-snippet-headers
	StructuredSnippetPlaceholderFieldEnum_HEADER StructuredSnippetPlaceholderFieldEnum_StructuredSnippetPlaceholderField = 2
	// Data Type: STRING_LIST. Text values that describe your products/services.
	// All text must be family safe. Special or non-ASCII characters are not
	// permitted. A snippet can be at most 25 characters.
	StructuredSnippetPlaceholderFieldEnum_SNIPPETS StructuredSnippetPlaceholderFieldEnum_StructuredSnippetPlaceholderField = 3
)

func (StructuredSnippetPlaceholderFieldEnum_StructuredSnippetPlaceholderField) Descriptor

func (StructuredSnippetPlaceholderFieldEnum_StructuredSnippetPlaceholderField) Enum

func (StructuredSnippetPlaceholderFieldEnum_StructuredSnippetPlaceholderField) EnumDescriptor deprecated

Deprecated: Use StructuredSnippetPlaceholderFieldEnum_StructuredSnippetPlaceholderField.Descriptor instead.

func (StructuredSnippetPlaceholderFieldEnum_StructuredSnippetPlaceholderField) Number

func (StructuredSnippetPlaceholderFieldEnum_StructuredSnippetPlaceholderField) String

func (StructuredSnippetPlaceholderFieldEnum_StructuredSnippetPlaceholderField) Type

type SystemManagedResourceSourceEnum

type SystemManagedResourceSourceEnum struct {
	// contains filtered or unexported fields
}

Container for enum describing possible system managed entity sources.

func (*SystemManagedResourceSourceEnum) Descriptor deprecated

func (*SystemManagedResourceSourceEnum) Descriptor() ([]byte, []int)

Deprecated: Use SystemManagedResourceSourceEnum.ProtoReflect.Descriptor instead.

func (*SystemManagedResourceSourceEnum) ProtoMessage

func (*SystemManagedResourceSourceEnum) ProtoMessage()

func (*SystemManagedResourceSourceEnum) ProtoReflect

func (*SystemManagedResourceSourceEnum) Reset

func (*SystemManagedResourceSourceEnum) String

type SystemManagedResourceSourceEnum_SystemManagedResourceSource

type SystemManagedResourceSourceEnum_SystemManagedResourceSource int32

Enum listing the possible system managed entity sources.

const (
	// Not specified.
	SystemManagedResourceSourceEnum_UNSPECIFIED SystemManagedResourceSourceEnum_SystemManagedResourceSource = 0
	// Used for return value only. Represents value unknown in this version.
	SystemManagedResourceSourceEnum_UNKNOWN SystemManagedResourceSourceEnum_SystemManagedResourceSource = 1
	// Generated ad variations experiment ad.
	SystemManagedResourceSourceEnum_AD_VARIATIONS SystemManagedResourceSourceEnum_SystemManagedResourceSource = 2
)

func (SystemManagedResourceSourceEnum_SystemManagedResourceSource) Descriptor

func (SystemManagedResourceSourceEnum_SystemManagedResourceSource) Enum

func (SystemManagedResourceSourceEnum_SystemManagedResourceSource) EnumDescriptor deprecated

Deprecated: Use SystemManagedResourceSourceEnum_SystemManagedResourceSource.Descriptor instead.

func (SystemManagedResourceSourceEnum_SystemManagedResourceSource) Number

func (SystemManagedResourceSourceEnum_SystemManagedResourceSource) String

func (SystemManagedResourceSourceEnum_SystemManagedResourceSource) Type

type TargetCpaOptInRecommendationGoalEnum

type TargetCpaOptInRecommendationGoalEnum struct {
	// contains filtered or unexported fields
}

Container for enum describing goals for TargetCpaOptIn recommendation.

func (*TargetCpaOptInRecommendationGoalEnum) Descriptor deprecated

func (*TargetCpaOptInRecommendationGoalEnum) Descriptor() ([]byte, []int)

Deprecated: Use TargetCpaOptInRecommendationGoalEnum.ProtoReflect.Descriptor instead.

func (*TargetCpaOptInRecommendationGoalEnum) ProtoMessage

func (*TargetCpaOptInRecommendationGoalEnum) ProtoMessage()

func (*TargetCpaOptInRecommendationGoalEnum) ProtoReflect

func (*TargetCpaOptInRecommendationGoalEnum) Reset

func (*TargetCpaOptInRecommendationGoalEnum) String

type TargetCpaOptInRecommendationGoalEnum_TargetCpaOptInRecommendationGoal

type TargetCpaOptInRecommendationGoalEnum_TargetCpaOptInRecommendationGoal int32

Goal of TargetCpaOptIn recommendation.

const (
	// Not specified.
	TargetCpaOptInRecommendationGoalEnum_UNSPECIFIED TargetCpaOptInRecommendationGoalEnum_TargetCpaOptInRecommendationGoal = 0
	// Used for return value only. Represents value unknown in this version.
	TargetCpaOptInRecommendationGoalEnum_UNKNOWN TargetCpaOptInRecommendationGoalEnum_TargetCpaOptInRecommendationGoal = 1
	// Recommendation to set Target CPA to maintain the same cost.
	TargetCpaOptInRecommendationGoalEnum_SAME_COST TargetCpaOptInRecommendationGoalEnum_TargetCpaOptInRecommendationGoal = 2
	// Recommendation to set Target CPA to maintain the same conversions.
	TargetCpaOptInRecommendationGoalEnum_SAME_CONVERSIONS TargetCpaOptInRecommendationGoalEnum_TargetCpaOptInRecommendationGoal = 3
	// Recommendation to set Target CPA to maintain the same CPA.
	TargetCpaOptInRecommendationGoalEnum_SAME_CPA TargetCpaOptInRecommendationGoalEnum_TargetCpaOptInRecommendationGoal = 4
	// Recommendation to set Target CPA to a value that is as close as possible
	// to, yet lower than, the actual CPA (computed for past 28 days).
	TargetCpaOptInRecommendationGoalEnum_CLOSEST_CPA TargetCpaOptInRecommendationGoalEnum_TargetCpaOptInRecommendationGoal = 5
)

func (TargetCpaOptInRecommendationGoalEnum_TargetCpaOptInRecommendationGoal) Descriptor

func (TargetCpaOptInRecommendationGoalEnum_TargetCpaOptInRecommendationGoal) Enum

func (TargetCpaOptInRecommendationGoalEnum_TargetCpaOptInRecommendationGoal) EnumDescriptor deprecated

Deprecated: Use TargetCpaOptInRecommendationGoalEnum_TargetCpaOptInRecommendationGoal.Descriptor instead.

func (TargetCpaOptInRecommendationGoalEnum_TargetCpaOptInRecommendationGoal) Number

func (TargetCpaOptInRecommendationGoalEnum_TargetCpaOptInRecommendationGoal) String

func (TargetCpaOptInRecommendationGoalEnum_TargetCpaOptInRecommendationGoal) Type

type TargetImpressionShareLocationEnum

type TargetImpressionShareLocationEnum struct {
	// contains filtered or unexported fields
}

Container for enum describing where on the first search results page the automated bidding system should target impressions for the TargetImpressionShare bidding strategy.

func (*TargetImpressionShareLocationEnum) Descriptor deprecated

func (*TargetImpressionShareLocationEnum) Descriptor() ([]byte, []int)

Deprecated: Use TargetImpressionShareLocationEnum.ProtoReflect.Descriptor instead.

func (*TargetImpressionShareLocationEnum) ProtoMessage

func (*TargetImpressionShareLocationEnum) ProtoMessage()

func (*TargetImpressionShareLocationEnum) ProtoReflect

func (*TargetImpressionShareLocationEnum) Reset

func (*TargetImpressionShareLocationEnum) String

type TargetImpressionShareLocationEnum_TargetImpressionShareLocation

type TargetImpressionShareLocationEnum_TargetImpressionShareLocation int32

Enum describing possible goals.

const (
	// Not specified.
	TargetImpressionShareLocationEnum_UNSPECIFIED TargetImpressionShareLocationEnum_TargetImpressionShareLocation = 0
	// Used for return value only. Represents value unknown in this version.
	TargetImpressionShareLocationEnum_UNKNOWN TargetImpressionShareLocationEnum_TargetImpressionShareLocation = 1
	// Any location on the web page.
	TargetImpressionShareLocationEnum_ANYWHERE_ON_PAGE TargetImpressionShareLocationEnum_TargetImpressionShareLocation = 2
	// Top box of ads.
	TargetImpressionShareLocationEnum_TOP_OF_PAGE TargetImpressionShareLocationEnum_TargetImpressionShareLocation = 3
	// Top slot in the top box of ads.
	TargetImpressionShareLocationEnum_ABSOLUTE_TOP_OF_PAGE TargetImpressionShareLocationEnum_TargetImpressionShareLocation = 4
)

func (TargetImpressionShareLocationEnum_TargetImpressionShareLocation) Descriptor

func (TargetImpressionShareLocationEnum_TargetImpressionShareLocation) Enum

func (TargetImpressionShareLocationEnum_TargetImpressionShareLocation) EnumDescriptor deprecated

Deprecated: Use TargetImpressionShareLocationEnum_TargetImpressionShareLocation.Descriptor instead.

func (TargetImpressionShareLocationEnum_TargetImpressionShareLocation) Number

func (TargetImpressionShareLocationEnum_TargetImpressionShareLocation) String

func (TargetImpressionShareLocationEnum_TargetImpressionShareLocation) Type

type TargetingDimensionEnum

type TargetingDimensionEnum struct {
	// contains filtered or unexported fields
}

The dimensions that can be targeted.

func (*TargetingDimensionEnum) Descriptor deprecated

func (*TargetingDimensionEnum) Descriptor() ([]byte, []int)

Deprecated: Use TargetingDimensionEnum.ProtoReflect.Descriptor instead.

func (*TargetingDimensionEnum) ProtoMessage

func (*TargetingDimensionEnum) ProtoMessage()

func (*TargetingDimensionEnum) ProtoReflect

func (x *TargetingDimensionEnum) ProtoReflect() protoreflect.Message

func (*TargetingDimensionEnum) Reset

func (x *TargetingDimensionEnum) Reset()

func (*TargetingDimensionEnum) String

func (x *TargetingDimensionEnum) String() string

type TargetingDimensionEnum_TargetingDimension

type TargetingDimensionEnum_TargetingDimension int32

Enum describing possible targeting dimensions.

const (
	// Not specified.
	TargetingDimensionEnum_UNSPECIFIED TargetingDimensionEnum_TargetingDimension = 0
	// Used for return value only. Represents value unknown in this version.
	TargetingDimensionEnum_UNKNOWN TargetingDimensionEnum_TargetingDimension = 1
	// Keyword criteria, e.g. 'mars cruise'. KEYWORD may be used as a custom bid
	// dimension. Keywords are always a targeting dimension, so may not be set
	// as a target "ALL" dimension with TargetRestriction.
	TargetingDimensionEnum_KEYWORD TargetingDimensionEnum_TargetingDimension = 2
	// Audience criteria, which include user list, user interest, custom
	// affinity,  and custom in market.
	TargetingDimensionEnum_AUDIENCE TargetingDimensionEnum_TargetingDimension = 3
	// Topic criteria for targeting categories of content, e.g.
	// 'category::Animals>Pets' Used for Display and Video targeting.
	TargetingDimensionEnum_TOPIC TargetingDimensionEnum_TargetingDimension = 4
	// Criteria for targeting gender.
	TargetingDimensionEnum_GENDER TargetingDimensionEnum_TargetingDimension = 5
	// Criteria for targeting age ranges.
	TargetingDimensionEnum_AGE_RANGE TargetingDimensionEnum_TargetingDimension = 6
	// Placement criteria, which include websites like 'www.flowers4sale.com',
	// as well as mobile applications, mobile app categories, YouTube videos,
	// and YouTube channels.
	TargetingDimensionEnum_PLACEMENT TargetingDimensionEnum_TargetingDimension = 7
	// Criteria for parental status targeting.
	TargetingDimensionEnum_PARENTAL_STATUS TargetingDimensionEnum_TargetingDimension = 8
	// Criteria for income range targeting.
	TargetingDimensionEnum_INCOME_RANGE TargetingDimensionEnum_TargetingDimension = 9
)

func (TargetingDimensionEnum_TargetingDimension) Descriptor

func (TargetingDimensionEnum_TargetingDimension) Enum

func (TargetingDimensionEnum_TargetingDimension) EnumDescriptor deprecated

func (TargetingDimensionEnum_TargetingDimension) EnumDescriptor() ([]byte, []int)

Deprecated: Use TargetingDimensionEnum_TargetingDimension.Descriptor instead.

func (TargetingDimensionEnum_TargetingDimension) Number

func (TargetingDimensionEnum_TargetingDimension) String

func (TargetingDimensionEnum_TargetingDimension) Type

type TimeTypeEnum

type TimeTypeEnum struct {
	// contains filtered or unexported fields
}

Message describing time types.

func (*TimeTypeEnum) Descriptor deprecated

func (*TimeTypeEnum) Descriptor() ([]byte, []int)

Deprecated: Use TimeTypeEnum.ProtoReflect.Descriptor instead.

func (*TimeTypeEnum) ProtoMessage

func (*TimeTypeEnum) ProtoMessage()

func (*TimeTypeEnum) ProtoReflect

func (x *TimeTypeEnum) ProtoReflect() protoreflect.Message

func (*TimeTypeEnum) Reset

func (x *TimeTypeEnum) Reset()

func (*TimeTypeEnum) String

func (x *TimeTypeEnum) String() string

type TimeTypeEnum_TimeType

type TimeTypeEnum_TimeType int32

The possible time types used by certain resources as an alternative to absolute timestamps.

const (
	// Not specified.
	TimeTypeEnum_UNSPECIFIED TimeTypeEnum_TimeType = 0
	// Used for return value only. Represents value unknown in this version.
	TimeTypeEnum_UNKNOWN TimeTypeEnum_TimeType = 1
	// As soon as possible.
	TimeTypeEnum_NOW TimeTypeEnum_TimeType = 2
	// An infinite point in the future.
	TimeTypeEnum_FOREVER TimeTypeEnum_TimeType = 3
)

func (TimeTypeEnum_TimeType) Descriptor

func (TimeTypeEnum_TimeType) Enum

func (TimeTypeEnum_TimeType) EnumDescriptor deprecated

func (TimeTypeEnum_TimeType) EnumDescriptor() ([]byte, []int)

Deprecated: Use TimeTypeEnum_TimeType.Descriptor instead.

func (TimeTypeEnum_TimeType) Number

func (TimeTypeEnum_TimeType) String

func (x TimeTypeEnum_TimeType) String() string

func (TimeTypeEnum_TimeType) Type

type TrackingCodePageFormatEnum

type TrackingCodePageFormatEnum struct {
	// contains filtered or unexported fields
}

Container for enum describing the format of the web page where the tracking tag and snippet will be installed.

func (*TrackingCodePageFormatEnum) Descriptor deprecated

func (*TrackingCodePageFormatEnum) Descriptor() ([]byte, []int)

Deprecated: Use TrackingCodePageFormatEnum.ProtoReflect.Descriptor instead.

func (*TrackingCodePageFormatEnum) ProtoMessage

func (*TrackingCodePageFormatEnum) ProtoMessage()

func (*TrackingCodePageFormatEnum) ProtoReflect

func (*TrackingCodePageFormatEnum) Reset

func (x *TrackingCodePageFormatEnum) Reset()

func (*TrackingCodePageFormatEnum) String

func (x *TrackingCodePageFormatEnum) String() string

type TrackingCodePageFormatEnum_TrackingCodePageFormat

type TrackingCodePageFormatEnum_TrackingCodePageFormat int32

The format of the web page where the tracking tag and snippet will be installed.

const (
	// Not specified.
	TrackingCodePageFormatEnum_UNSPECIFIED TrackingCodePageFormatEnum_TrackingCodePageFormat = 0
	// Used for return value only. Represents value unknown in this version.
	TrackingCodePageFormatEnum_UNKNOWN TrackingCodePageFormatEnum_TrackingCodePageFormat = 1
	// Standard HTML page format.
	TrackingCodePageFormatEnum_HTML TrackingCodePageFormatEnum_TrackingCodePageFormat = 2
	// Google AMP page format.
	TrackingCodePageFormatEnum_AMP TrackingCodePageFormatEnum_TrackingCodePageFormat = 3
)

func (TrackingCodePageFormatEnum_TrackingCodePageFormat) Descriptor

func (TrackingCodePageFormatEnum_TrackingCodePageFormat) Enum

func (TrackingCodePageFormatEnum_TrackingCodePageFormat) EnumDescriptor deprecated

Deprecated: Use TrackingCodePageFormatEnum_TrackingCodePageFormat.Descriptor instead.

func (TrackingCodePageFormatEnum_TrackingCodePageFormat) Number

func (TrackingCodePageFormatEnum_TrackingCodePageFormat) String

func (TrackingCodePageFormatEnum_TrackingCodePageFormat) Type

type TrackingCodeTypeEnum

type TrackingCodeTypeEnum struct {
	// contains filtered or unexported fields
}

Container for enum describing the type of the generated tag snippets for tracking conversions.

func (*TrackingCodeTypeEnum) Descriptor deprecated

func (*TrackingCodeTypeEnum) Descriptor() ([]byte, []int)

Deprecated: Use TrackingCodeTypeEnum.ProtoReflect.Descriptor instead.

func (*TrackingCodeTypeEnum) ProtoMessage

func (*TrackingCodeTypeEnum) ProtoMessage()

func (*TrackingCodeTypeEnum) ProtoReflect

func (x *TrackingCodeTypeEnum) ProtoReflect() protoreflect.Message

func (*TrackingCodeTypeEnum) Reset

func (x *TrackingCodeTypeEnum) Reset()

func (*TrackingCodeTypeEnum) String

func (x *TrackingCodeTypeEnum) String() string

type TrackingCodeTypeEnum_TrackingCodeType

type TrackingCodeTypeEnum_TrackingCodeType int32

The type of the generated tag snippets for tracking conversions.

const (
	// Not specified.
	TrackingCodeTypeEnum_UNSPECIFIED TrackingCodeTypeEnum_TrackingCodeType = 0
	// Used for return value only. Represents value unknown in this version.
	TrackingCodeTypeEnum_UNKNOWN TrackingCodeTypeEnum_TrackingCodeType = 1
	// The snippet that is fired as a result of a website page loading.
	TrackingCodeTypeEnum_WEBPAGE TrackingCodeTypeEnum_TrackingCodeType = 2
	// The snippet contains a JavaScript function which fires the tag. This
	// function is typically called from an onClick handler added to a link or
	// button element on the page.
	TrackingCodeTypeEnum_WEBPAGE_ONCLICK TrackingCodeTypeEnum_TrackingCodeType = 3
	// For embedding on a mobile webpage. The snippet contains a JavaScript
	// function which fires the tag.
	TrackingCodeTypeEnum_CLICK_TO_CALL TrackingCodeTypeEnum_TrackingCodeType = 4
)

func (TrackingCodeTypeEnum_TrackingCodeType) Descriptor

func (TrackingCodeTypeEnum_TrackingCodeType) Enum

func (TrackingCodeTypeEnum_TrackingCodeType) EnumDescriptor deprecated

func (TrackingCodeTypeEnum_TrackingCodeType) EnumDescriptor() ([]byte, []int)

Deprecated: Use TrackingCodeTypeEnum_TrackingCodeType.Descriptor instead.

func (TrackingCodeTypeEnum_TrackingCodeType) Number

func (TrackingCodeTypeEnum_TrackingCodeType) String

func (TrackingCodeTypeEnum_TrackingCodeType) Type

type TravelPlaceholderFieldEnum

type TravelPlaceholderFieldEnum struct {
	// contains filtered or unexported fields
}

Values for Travel placeholder fields. For more information about dynamic remarketing feeds, see https://support.google.com/google-ads/answer/6053288.

func (*TravelPlaceholderFieldEnum) Descriptor deprecated

func (*TravelPlaceholderFieldEnum) Descriptor() ([]byte, []int)

Deprecated: Use TravelPlaceholderFieldEnum.ProtoReflect.Descriptor instead.

func (*TravelPlaceholderFieldEnum) ProtoMessage

func (*TravelPlaceholderFieldEnum) ProtoMessage()

func (*TravelPlaceholderFieldEnum) ProtoReflect

func (*TravelPlaceholderFieldEnum) Reset

func (x *TravelPlaceholderFieldEnum) Reset()

func (*TravelPlaceholderFieldEnum) String

func (x *TravelPlaceholderFieldEnum) String() string

type TravelPlaceholderFieldEnum_TravelPlaceholderField

type TravelPlaceholderFieldEnum_TravelPlaceholderField int32

Possible values for Travel placeholder fields.

const (
	// Not specified.
	TravelPlaceholderFieldEnum_UNSPECIFIED TravelPlaceholderFieldEnum_TravelPlaceholderField = 0
	// Used for return value only. Represents value unknown in this version.
	TravelPlaceholderFieldEnum_UNKNOWN TravelPlaceholderFieldEnum_TravelPlaceholderField = 1
	// Data Type: STRING. Required. Destination id. Example: PAR, LON.
	// For feed items that only have destination id, destination id must be a
	// unique key. For feed items that have both destination id and origin id,
	// then the combination must be a unique key.
	TravelPlaceholderFieldEnum_DESTINATION_ID TravelPlaceholderFieldEnum_TravelPlaceholderField = 2
	// Data Type: STRING. Origin id. Example: PAR, LON.
	// Combination of DESTINATION_ID and ORIGIN_ID must be
	// unique per offer.
	TravelPlaceholderFieldEnum_ORIGIN_ID TravelPlaceholderFieldEnum_TravelPlaceholderField = 3
	// Data Type: STRING. Required. Main headline with name to be shown in
	// dynamic ad.
	TravelPlaceholderFieldEnum_TITLE TravelPlaceholderFieldEnum_TravelPlaceholderField = 4
	// Data Type: STRING. The destination name. Shorter names are recommended.
	TravelPlaceholderFieldEnum_DESTINATION_NAME TravelPlaceholderFieldEnum_TravelPlaceholderField = 5
	// Data Type: STRING. Origin name. Shorter names are recommended.
	TravelPlaceholderFieldEnum_ORIGIN_NAME TravelPlaceholderFieldEnum_TravelPlaceholderField = 6
	// Data Type: STRING. Price to be shown in the ad. Highly recommended for
	// dynamic ads.
	// Example: "100.00 USD"
	TravelPlaceholderFieldEnum_PRICE TravelPlaceholderFieldEnum_TravelPlaceholderField = 7
	// Data Type: STRING. Formatted price to be shown in the ad.
	// Example: "Starting at $100.00 USD", "$80 - $100"
	TravelPlaceholderFieldEnum_FORMATTED_PRICE TravelPlaceholderFieldEnum_TravelPlaceholderField = 8
	// Data Type: STRING. Sale price to be shown in the ad.
	// Example: "80.00 USD"
	TravelPlaceholderFieldEnum_SALE_PRICE TravelPlaceholderFieldEnum_TravelPlaceholderField = 9
	// Data Type: STRING. Formatted sale price to be shown in the ad.
	// Example: "On sale for $80.00", "$60 - $80"
	TravelPlaceholderFieldEnum_FORMATTED_SALE_PRICE TravelPlaceholderFieldEnum_TravelPlaceholderField = 10
	// Data Type: URL. Image to be displayed in the ad.
	TravelPlaceholderFieldEnum_IMAGE_URL TravelPlaceholderFieldEnum_TravelPlaceholderField = 11
	// Data Type: STRING. Category of travel offer used to group like items
	// together for recommendation engine.
	TravelPlaceholderFieldEnum_CATEGORY TravelPlaceholderFieldEnum_TravelPlaceholderField = 12
	// Data Type: STRING_LIST. Keywords used for product retrieval.
	TravelPlaceholderFieldEnum_CONTEXTUAL_KEYWORDS TravelPlaceholderFieldEnum_TravelPlaceholderField = 13
	// Data Type: STRING. Address of travel offer, including postal code.
	TravelPlaceholderFieldEnum_DESTINATION_ADDRESS TravelPlaceholderFieldEnum_TravelPlaceholderField = 14
	// Data Type: URL_LIST. Required. Final URLs to be used in ad, when using
	// Upgraded URLs; the more specific the better (e.g. the individual URL of a
	// specific travel offer and its location).
	TravelPlaceholderFieldEnum_FINAL_URL TravelPlaceholderFieldEnum_TravelPlaceholderField = 15
	// Data Type: URL_LIST. Final mobile URLs for the ad when using Upgraded
	// URLs.
	TravelPlaceholderFieldEnum_FINAL_MOBILE_URLS TravelPlaceholderFieldEnum_TravelPlaceholderField = 16
	// Data Type: URL. Tracking template for the ad when using Upgraded URLs.
	TravelPlaceholderFieldEnum_TRACKING_URL TravelPlaceholderFieldEnum_TravelPlaceholderField = 17
	// Data Type: STRING. Android app link. Must be formatted as:
	// android-app://{package_id}/{scheme}/{host_path}.
	// The components are defined as follows:
	// package_id: app ID as specified in Google Play.
	// scheme: the scheme to pass to the application. Can be HTTP, or a custom
	//   scheme.
	// host_path: identifies the specific content within your application.
	TravelPlaceholderFieldEnum_ANDROID_APP_LINK TravelPlaceholderFieldEnum_TravelPlaceholderField = 18
	// Data Type: STRING_LIST. List of recommended destination IDs to show
	// together with this item.
	TravelPlaceholderFieldEnum_SIMILAR_DESTINATION_IDS TravelPlaceholderFieldEnum_TravelPlaceholderField = 19
	// Data Type: STRING. iOS app link.
	TravelPlaceholderFieldEnum_IOS_APP_LINK TravelPlaceholderFieldEnum_TravelPlaceholderField = 20
	// Data Type: INT64. iOS app store ID.
	TravelPlaceholderFieldEnum_IOS_APP_STORE_ID TravelPlaceholderFieldEnum_TravelPlaceholderField = 21
)

func (TravelPlaceholderFieldEnum_TravelPlaceholderField) Descriptor

func (TravelPlaceholderFieldEnum_TravelPlaceholderField) Enum

func (TravelPlaceholderFieldEnum_TravelPlaceholderField) EnumDescriptor deprecated

Deprecated: Use TravelPlaceholderFieldEnum_TravelPlaceholderField.Descriptor instead.

func (TravelPlaceholderFieldEnum_TravelPlaceholderField) Number

func (TravelPlaceholderFieldEnum_TravelPlaceholderField) String

func (TravelPlaceholderFieldEnum_TravelPlaceholderField) Type

type UserInterestTaxonomyTypeEnum

type UserInterestTaxonomyTypeEnum struct {
	// contains filtered or unexported fields
}

Message describing a UserInterestTaxonomyType.

func (*UserInterestTaxonomyTypeEnum) Descriptor deprecated

func (*UserInterestTaxonomyTypeEnum) Descriptor() ([]byte, []int)

Deprecated: Use UserInterestTaxonomyTypeEnum.ProtoReflect.Descriptor instead.

func (*UserInterestTaxonomyTypeEnum) ProtoMessage

func (*UserInterestTaxonomyTypeEnum) ProtoMessage()

func (*UserInterestTaxonomyTypeEnum) ProtoReflect

func (*UserInterestTaxonomyTypeEnum) Reset

func (x *UserInterestTaxonomyTypeEnum) Reset()

func (*UserInterestTaxonomyTypeEnum) String

type UserInterestTaxonomyTypeEnum_UserInterestTaxonomyType

type UserInterestTaxonomyTypeEnum_UserInterestTaxonomyType int32

Enum containing the possible UserInterestTaxonomyTypes.

const (
	// Not specified.
	UserInterestTaxonomyTypeEnum_UNSPECIFIED UserInterestTaxonomyTypeEnum_UserInterestTaxonomyType = 0
	// Used for return value only. Represents value unknown in this version.
	UserInterestTaxonomyTypeEnum_UNKNOWN UserInterestTaxonomyTypeEnum_UserInterestTaxonomyType = 1
	// The affinity for this user interest.
	UserInterestTaxonomyTypeEnum_AFFINITY UserInterestTaxonomyTypeEnum_UserInterestTaxonomyType = 2
	// The market for this user interest.
	UserInterestTaxonomyTypeEnum_IN_MARKET UserInterestTaxonomyTypeEnum_UserInterestTaxonomyType = 3
	// Users known to have installed applications in the specified categories.
	UserInterestTaxonomyTypeEnum_MOBILE_APP_INSTALL_USER UserInterestTaxonomyTypeEnum_UserInterestTaxonomyType = 4
	// The geographical location of the interest-based vertical.
	UserInterestTaxonomyTypeEnum_VERTICAL_GEO UserInterestTaxonomyTypeEnum_UserInterestTaxonomyType = 5
	// User interest criteria for new smart phone users.
	UserInterestTaxonomyTypeEnum_NEW_SMART_PHONE_USER UserInterestTaxonomyTypeEnum_UserInterestTaxonomyType = 6
)

func (UserInterestTaxonomyTypeEnum_UserInterestTaxonomyType) Descriptor

func (UserInterestTaxonomyTypeEnum_UserInterestTaxonomyType) Enum

func (UserInterestTaxonomyTypeEnum_UserInterestTaxonomyType) EnumDescriptor deprecated

Deprecated: Use UserInterestTaxonomyTypeEnum_UserInterestTaxonomyType.Descriptor instead.

func (UserInterestTaxonomyTypeEnum_UserInterestTaxonomyType) Number

func (UserInterestTaxonomyTypeEnum_UserInterestTaxonomyType) String

func (UserInterestTaxonomyTypeEnum_UserInterestTaxonomyType) Type

type UserListAccessStatusEnum

type UserListAccessStatusEnum struct {
	// contains filtered or unexported fields
}

Indicates if this client still has access to the list.

func (*UserListAccessStatusEnum) Descriptor deprecated

func (*UserListAccessStatusEnum) Descriptor() ([]byte, []int)

Deprecated: Use UserListAccessStatusEnum.ProtoReflect.Descriptor instead.

func (*UserListAccessStatusEnum) ProtoMessage

func (*UserListAccessStatusEnum) ProtoMessage()

func (*UserListAccessStatusEnum) ProtoReflect

func (x *UserListAccessStatusEnum) ProtoReflect() protoreflect.Message

func (*UserListAccessStatusEnum) Reset

func (x *UserListAccessStatusEnum) Reset()

func (*UserListAccessStatusEnum) String

func (x *UserListAccessStatusEnum) String() string

type UserListAccessStatusEnum_UserListAccessStatus

type UserListAccessStatusEnum_UserListAccessStatus int32

Enum containing possible user list access statuses.

const (
	// Not specified.
	UserListAccessStatusEnum_UNSPECIFIED UserListAccessStatusEnum_UserListAccessStatus = 0
	// Used for return value only. Represents value unknown in this version.
	UserListAccessStatusEnum_UNKNOWN UserListAccessStatusEnum_UserListAccessStatus = 1
	// The access is enabled.
	UserListAccessStatusEnum_ENABLED UserListAccessStatusEnum_UserListAccessStatus = 2
	// The access is disabled.
	UserListAccessStatusEnum_DISABLED UserListAccessStatusEnum_UserListAccessStatus = 3
)

func (UserListAccessStatusEnum_UserListAccessStatus) Descriptor

func (UserListAccessStatusEnum_UserListAccessStatus) Enum

func (UserListAccessStatusEnum_UserListAccessStatus) EnumDescriptor deprecated

func (UserListAccessStatusEnum_UserListAccessStatus) EnumDescriptor() ([]byte, []int)

Deprecated: Use UserListAccessStatusEnum_UserListAccessStatus.Descriptor instead.

func (UserListAccessStatusEnum_UserListAccessStatus) Number

func (UserListAccessStatusEnum_UserListAccessStatus) String

func (UserListAccessStatusEnum_UserListAccessStatus) Type

type UserListClosingReasonEnum

type UserListClosingReasonEnum struct {
	// contains filtered or unexported fields
}

Indicates the reason why the userlist was closed. This enum is only used when a list is auto-closed by the system.

func (*UserListClosingReasonEnum) Descriptor deprecated

func (*UserListClosingReasonEnum) Descriptor() ([]byte, []int)

Deprecated: Use UserListClosingReasonEnum.ProtoReflect.Descriptor instead.

func (*UserListClosingReasonEnum) ProtoMessage

func (*UserListClosingReasonEnum) ProtoMessage()

func (*UserListClosingReasonEnum) ProtoReflect

func (*UserListClosingReasonEnum) Reset

func (x *UserListClosingReasonEnum) Reset()

func (*UserListClosingReasonEnum) String

func (x *UserListClosingReasonEnum) String() string

type UserListClosingReasonEnum_UserListClosingReason

type UserListClosingReasonEnum_UserListClosingReason int32

Enum describing possible user list closing reasons.

const (
	// Not specified.
	UserListClosingReasonEnum_UNSPECIFIED UserListClosingReasonEnum_UserListClosingReason = 0
	// Used for return value only. Represents value unknown in this version.
	UserListClosingReasonEnum_UNKNOWN UserListClosingReasonEnum_UserListClosingReason = 1
	// The userlist was closed because of not being used for over one year.
	UserListClosingReasonEnum_UNUSED UserListClosingReasonEnum_UserListClosingReason = 2
)

func (UserListClosingReasonEnum_UserListClosingReason) Descriptor

func (UserListClosingReasonEnum_UserListClosingReason) Enum

func (UserListClosingReasonEnum_UserListClosingReason) EnumDescriptor deprecated

Deprecated: Use UserListClosingReasonEnum_UserListClosingReason.Descriptor instead.

func (UserListClosingReasonEnum_UserListClosingReason) Number

func (UserListClosingReasonEnum_UserListClosingReason) String

func (UserListClosingReasonEnum_UserListClosingReason) Type

type UserListCombinedRuleOperatorEnum

type UserListCombinedRuleOperatorEnum struct {
	// contains filtered or unexported fields
}

Logical operator connecting two rules.

func (*UserListCombinedRuleOperatorEnum) Descriptor deprecated

func (*UserListCombinedRuleOperatorEnum) Descriptor() ([]byte, []int)

Deprecated: Use UserListCombinedRuleOperatorEnum.ProtoReflect.Descriptor instead.

func (*UserListCombinedRuleOperatorEnum) ProtoMessage

func (*UserListCombinedRuleOperatorEnum) ProtoMessage()

func (*UserListCombinedRuleOperatorEnum) ProtoReflect

func (*UserListCombinedRuleOperatorEnum) Reset

func (*UserListCombinedRuleOperatorEnum) String

type UserListCombinedRuleOperatorEnum_UserListCombinedRuleOperator

type UserListCombinedRuleOperatorEnum_UserListCombinedRuleOperator int32

Enum describing possible user list combined rule operators.

const (
	// Not specified.
	UserListCombinedRuleOperatorEnum_UNSPECIFIED UserListCombinedRuleOperatorEnum_UserListCombinedRuleOperator = 0
	// Used for return value only. Represents value unknown in this version.
	UserListCombinedRuleOperatorEnum_UNKNOWN UserListCombinedRuleOperatorEnum_UserListCombinedRuleOperator = 1
	// A AND B.
	UserListCombinedRuleOperatorEnum_AND UserListCombinedRuleOperatorEnum_UserListCombinedRuleOperator = 2
	// A AND NOT B.
	UserListCombinedRuleOperatorEnum_AND_NOT UserListCombinedRuleOperatorEnum_UserListCombinedRuleOperator = 3
)

func (UserListCombinedRuleOperatorEnum_UserListCombinedRuleOperator) Descriptor

func (UserListCombinedRuleOperatorEnum_UserListCombinedRuleOperator) Enum

func (UserListCombinedRuleOperatorEnum_UserListCombinedRuleOperator) EnumDescriptor deprecated

Deprecated: Use UserListCombinedRuleOperatorEnum_UserListCombinedRuleOperator.Descriptor instead.

func (UserListCombinedRuleOperatorEnum_UserListCombinedRuleOperator) Number

func (UserListCombinedRuleOperatorEnum_UserListCombinedRuleOperator) String

func (UserListCombinedRuleOperatorEnum_UserListCombinedRuleOperator) Type

type UserListCrmDataSourceTypeEnum

type UserListCrmDataSourceTypeEnum struct {
	// contains filtered or unexported fields
}

Indicates source of Crm upload data.

func (*UserListCrmDataSourceTypeEnum) Descriptor deprecated

func (*UserListCrmDataSourceTypeEnum) Descriptor() ([]byte, []int)

Deprecated: Use UserListCrmDataSourceTypeEnum.ProtoReflect.Descriptor instead.

func (*UserListCrmDataSourceTypeEnum) ProtoMessage

func (*UserListCrmDataSourceTypeEnum) ProtoMessage()

func (*UserListCrmDataSourceTypeEnum) ProtoReflect

func (*UserListCrmDataSourceTypeEnum) Reset

func (x *UserListCrmDataSourceTypeEnum) Reset()

func (*UserListCrmDataSourceTypeEnum) String

type UserListCrmDataSourceTypeEnum_UserListCrmDataSourceType

type UserListCrmDataSourceTypeEnum_UserListCrmDataSourceType int32

Enum describing possible user list crm data source type.

const (
	// Not specified.
	UserListCrmDataSourceTypeEnum_UNSPECIFIED UserListCrmDataSourceTypeEnum_UserListCrmDataSourceType = 0
	// Used for return value only. Represents value unknown in this version.
	UserListCrmDataSourceTypeEnum_UNKNOWN UserListCrmDataSourceTypeEnum_UserListCrmDataSourceType = 1
	// The uploaded data is first-party data.
	UserListCrmDataSourceTypeEnum_FIRST_PARTY UserListCrmDataSourceTypeEnum_UserListCrmDataSourceType = 2
	// The uploaded data is from a third-party credit bureau.
	UserListCrmDataSourceTypeEnum_THIRD_PARTY_CREDIT_BUREAU UserListCrmDataSourceTypeEnum_UserListCrmDataSourceType = 3
	// The uploaded data is from a third-party voter file.
	UserListCrmDataSourceTypeEnum_THIRD_PARTY_VOTER_FILE UserListCrmDataSourceTypeEnum_UserListCrmDataSourceType = 4
)

func (UserListCrmDataSourceTypeEnum_UserListCrmDataSourceType) Descriptor

func (UserListCrmDataSourceTypeEnum_UserListCrmDataSourceType) Enum

func (UserListCrmDataSourceTypeEnum_UserListCrmDataSourceType) EnumDescriptor deprecated

Deprecated: Use UserListCrmDataSourceTypeEnum_UserListCrmDataSourceType.Descriptor instead.

func (UserListCrmDataSourceTypeEnum_UserListCrmDataSourceType) Number

func (UserListCrmDataSourceTypeEnum_UserListCrmDataSourceType) String

func (UserListCrmDataSourceTypeEnum_UserListCrmDataSourceType) Type

type UserListDateRuleItemOperatorEnum

type UserListDateRuleItemOperatorEnum struct {
	// contains filtered or unexported fields
}

Supported rule operator for date type.

func (*UserListDateRuleItemOperatorEnum) Descriptor deprecated

func (*UserListDateRuleItemOperatorEnum) Descriptor() ([]byte, []int)

Deprecated: Use UserListDateRuleItemOperatorEnum.ProtoReflect.Descriptor instead.

func (*UserListDateRuleItemOperatorEnum) ProtoMessage

func (*UserListDateRuleItemOperatorEnum) ProtoMessage()

func (*UserListDateRuleItemOperatorEnum) ProtoReflect

func (*UserListDateRuleItemOperatorEnum) Reset

func (*UserListDateRuleItemOperatorEnum) String

type UserListDateRuleItemOperatorEnum_UserListDateRuleItemOperator

type UserListDateRuleItemOperatorEnum_UserListDateRuleItemOperator int32

Enum describing possible user list date rule item operators.

const (
	// Not specified.
	UserListDateRuleItemOperatorEnum_UNSPECIFIED UserListDateRuleItemOperatorEnum_UserListDateRuleItemOperator = 0
	// Used for return value only. Represents value unknown in this version.
	UserListDateRuleItemOperatorEnum_UNKNOWN UserListDateRuleItemOperatorEnum_UserListDateRuleItemOperator = 1
	// Equals.
	UserListDateRuleItemOperatorEnum_EQUALS UserListDateRuleItemOperatorEnum_UserListDateRuleItemOperator = 2
	// Not Equals.
	UserListDateRuleItemOperatorEnum_NOT_EQUALS UserListDateRuleItemOperatorEnum_UserListDateRuleItemOperator = 3
	// Before.
	UserListDateRuleItemOperatorEnum_BEFORE UserListDateRuleItemOperatorEnum_UserListDateRuleItemOperator = 4
	// After.
	UserListDateRuleItemOperatorEnum_AFTER UserListDateRuleItemOperatorEnum_UserListDateRuleItemOperator = 5
)

func (UserListDateRuleItemOperatorEnum_UserListDateRuleItemOperator) Descriptor

func (UserListDateRuleItemOperatorEnum_UserListDateRuleItemOperator) Enum

func (UserListDateRuleItemOperatorEnum_UserListDateRuleItemOperator) EnumDescriptor deprecated

Deprecated: Use UserListDateRuleItemOperatorEnum_UserListDateRuleItemOperator.Descriptor instead.

func (UserListDateRuleItemOperatorEnum_UserListDateRuleItemOperator) Number

func (UserListDateRuleItemOperatorEnum_UserListDateRuleItemOperator) String

func (UserListDateRuleItemOperatorEnum_UserListDateRuleItemOperator) Type

type UserListLogicalRuleOperatorEnum

type UserListLogicalRuleOperatorEnum struct {
	// contains filtered or unexported fields
}

The logical operator of the rule.

func (*UserListLogicalRuleOperatorEnum) Descriptor deprecated

func (*UserListLogicalRuleOperatorEnum) Descriptor() ([]byte, []int)

Deprecated: Use UserListLogicalRuleOperatorEnum.ProtoReflect.Descriptor instead.

func (*UserListLogicalRuleOperatorEnum) ProtoMessage

func (*UserListLogicalRuleOperatorEnum) ProtoMessage()

func (*UserListLogicalRuleOperatorEnum) ProtoReflect

func (*UserListLogicalRuleOperatorEnum) Reset

func (*UserListLogicalRuleOperatorEnum) String

type UserListLogicalRuleOperatorEnum_UserListLogicalRuleOperator

type UserListLogicalRuleOperatorEnum_UserListLogicalRuleOperator int32

Enum describing possible user list logical rule operators.

const (
	// Not specified.
	UserListLogicalRuleOperatorEnum_UNSPECIFIED UserListLogicalRuleOperatorEnum_UserListLogicalRuleOperator = 0
	// Used for return value only. Represents value unknown in this version.
	UserListLogicalRuleOperatorEnum_UNKNOWN UserListLogicalRuleOperatorEnum_UserListLogicalRuleOperator = 1
	// And - all of the operands.
	UserListLogicalRuleOperatorEnum_ALL UserListLogicalRuleOperatorEnum_UserListLogicalRuleOperator = 2
	// Or - at least one of the operands.
	UserListLogicalRuleOperatorEnum_ANY UserListLogicalRuleOperatorEnum_UserListLogicalRuleOperator = 3
	// Not - none of the operands.
	UserListLogicalRuleOperatorEnum_NONE UserListLogicalRuleOperatorEnum_UserListLogicalRuleOperator = 4
)

func (UserListLogicalRuleOperatorEnum_UserListLogicalRuleOperator) Descriptor

func (UserListLogicalRuleOperatorEnum_UserListLogicalRuleOperator) Enum

func (UserListLogicalRuleOperatorEnum_UserListLogicalRuleOperator) EnumDescriptor deprecated

Deprecated: Use UserListLogicalRuleOperatorEnum_UserListLogicalRuleOperator.Descriptor instead.

func (UserListLogicalRuleOperatorEnum_UserListLogicalRuleOperator) Number

func (UserListLogicalRuleOperatorEnum_UserListLogicalRuleOperator) String

func (UserListLogicalRuleOperatorEnum_UserListLogicalRuleOperator) Type

type UserListMembershipStatusEnum

type UserListMembershipStatusEnum struct {
	// contains filtered or unexported fields
}

Membership status of this user list. Indicates whether a user list is open or active. Only open user lists can accumulate more users and can be used for targeting.

func (*UserListMembershipStatusEnum) Descriptor deprecated

func (*UserListMembershipStatusEnum) Descriptor() ([]byte, []int)

Deprecated: Use UserListMembershipStatusEnum.ProtoReflect.Descriptor instead.

func (*UserListMembershipStatusEnum) ProtoMessage

func (*UserListMembershipStatusEnum) ProtoMessage()

func (*UserListMembershipStatusEnum) ProtoReflect

func (*UserListMembershipStatusEnum) Reset

func (x *UserListMembershipStatusEnum) Reset()

func (*UserListMembershipStatusEnum) String

type UserListMembershipStatusEnum_UserListMembershipStatus

type UserListMembershipStatusEnum_UserListMembershipStatus int32

Enum containing possible user list membership statuses.

const (
	// Not specified.
	UserListMembershipStatusEnum_UNSPECIFIED UserListMembershipStatusEnum_UserListMembershipStatus = 0
	// Used for return value only. Represents value unknown in this version.
	UserListMembershipStatusEnum_UNKNOWN UserListMembershipStatusEnum_UserListMembershipStatus = 1
	// Open status - List is accruing members and can be targeted to.
	UserListMembershipStatusEnum_OPEN UserListMembershipStatusEnum_UserListMembershipStatus = 2
	// Closed status - No new members being added. Cannot be used for targeting.
	UserListMembershipStatusEnum_CLOSED UserListMembershipStatusEnum_UserListMembershipStatus = 3
)

func (UserListMembershipStatusEnum_UserListMembershipStatus) Descriptor

func (UserListMembershipStatusEnum_UserListMembershipStatus) Enum

func (UserListMembershipStatusEnum_UserListMembershipStatus) EnumDescriptor deprecated

Deprecated: Use UserListMembershipStatusEnum_UserListMembershipStatus.Descriptor instead.

func (UserListMembershipStatusEnum_UserListMembershipStatus) Number

func (UserListMembershipStatusEnum_UserListMembershipStatus) String

func (UserListMembershipStatusEnum_UserListMembershipStatus) Type

type UserListNumberRuleItemOperatorEnum

type UserListNumberRuleItemOperatorEnum struct {
	// contains filtered or unexported fields
}

Supported rule operator for number type.

func (*UserListNumberRuleItemOperatorEnum) Descriptor deprecated

func (*UserListNumberRuleItemOperatorEnum) Descriptor() ([]byte, []int)

Deprecated: Use UserListNumberRuleItemOperatorEnum.ProtoReflect.Descriptor instead.

func (*UserListNumberRuleItemOperatorEnum) ProtoMessage

func (*UserListNumberRuleItemOperatorEnum) ProtoMessage()

func (*UserListNumberRuleItemOperatorEnum) ProtoReflect

func (*UserListNumberRuleItemOperatorEnum) Reset

func (*UserListNumberRuleItemOperatorEnum) String

type UserListNumberRuleItemOperatorEnum_UserListNumberRuleItemOperator

type UserListNumberRuleItemOperatorEnum_UserListNumberRuleItemOperator int32

Enum describing possible user list number rule item operators.

const (
	// Not specified.
	UserListNumberRuleItemOperatorEnum_UNSPECIFIED UserListNumberRuleItemOperatorEnum_UserListNumberRuleItemOperator = 0
	// Used for return value only. Represents value unknown in this version.
	UserListNumberRuleItemOperatorEnum_UNKNOWN UserListNumberRuleItemOperatorEnum_UserListNumberRuleItemOperator = 1
	// Greater than.
	UserListNumberRuleItemOperatorEnum_GREATER_THAN UserListNumberRuleItemOperatorEnum_UserListNumberRuleItemOperator = 2
	// Greater than or equal.
	UserListNumberRuleItemOperatorEnum_GREATER_THAN_OR_EQUAL UserListNumberRuleItemOperatorEnum_UserListNumberRuleItemOperator = 3
	// Equals.
	UserListNumberRuleItemOperatorEnum_EQUALS UserListNumberRuleItemOperatorEnum_UserListNumberRuleItemOperator = 4
	// Not equals.
	UserListNumberRuleItemOperatorEnum_NOT_EQUALS UserListNumberRuleItemOperatorEnum_UserListNumberRuleItemOperator = 5
	// Less than.
	UserListNumberRuleItemOperatorEnum_LESS_THAN UserListNumberRuleItemOperatorEnum_UserListNumberRuleItemOperator = 6
	// Less than or equal.
	UserListNumberRuleItemOperatorEnum_LESS_THAN_OR_EQUAL UserListNumberRuleItemOperatorEnum_UserListNumberRuleItemOperator = 7
)

func (UserListNumberRuleItemOperatorEnum_UserListNumberRuleItemOperator) Descriptor

func (UserListNumberRuleItemOperatorEnum_UserListNumberRuleItemOperator) Enum

func (UserListNumberRuleItemOperatorEnum_UserListNumberRuleItemOperator) EnumDescriptor deprecated

Deprecated: Use UserListNumberRuleItemOperatorEnum_UserListNumberRuleItemOperator.Descriptor instead.

func (UserListNumberRuleItemOperatorEnum_UserListNumberRuleItemOperator) Number

func (UserListNumberRuleItemOperatorEnum_UserListNumberRuleItemOperator) String

func (UserListNumberRuleItemOperatorEnum_UserListNumberRuleItemOperator) Type

type UserListPrepopulationStatusEnum

type UserListPrepopulationStatusEnum struct {
	// contains filtered or unexported fields
}

Indicates status of prepopulation based on the rule.

func (*UserListPrepopulationStatusEnum) Descriptor deprecated

func (*UserListPrepopulationStatusEnum) Descriptor() ([]byte, []int)

Deprecated: Use UserListPrepopulationStatusEnum.ProtoReflect.Descriptor instead.

func (*UserListPrepopulationStatusEnum) ProtoMessage

func (*UserListPrepopulationStatusEnum) ProtoMessage()

func (*UserListPrepopulationStatusEnum) ProtoReflect

func (*UserListPrepopulationStatusEnum) Reset

func (*UserListPrepopulationStatusEnum) String

type UserListPrepopulationStatusEnum_UserListPrepopulationStatus

type UserListPrepopulationStatusEnum_UserListPrepopulationStatus int32

Enum describing possible user list prepopulation status.

const (
	// Not specified.
	UserListPrepopulationStatusEnum_UNSPECIFIED UserListPrepopulationStatusEnum_UserListPrepopulationStatus = 0
	// Used for return value only. Represents value unknown in this version.
	UserListPrepopulationStatusEnum_UNKNOWN UserListPrepopulationStatusEnum_UserListPrepopulationStatus = 1
	// Prepopoulation is being requested.
	UserListPrepopulationStatusEnum_REQUESTED UserListPrepopulationStatusEnum_UserListPrepopulationStatus = 2
	// Prepopulation is finished.
	UserListPrepopulationStatusEnum_FINISHED UserListPrepopulationStatusEnum_UserListPrepopulationStatus = 3
	// Prepopulation failed.
	UserListPrepopulationStatusEnum_FAILED UserListPrepopulationStatusEnum_UserListPrepopulationStatus = 4
)

func (UserListPrepopulationStatusEnum_UserListPrepopulationStatus) Descriptor

func (UserListPrepopulationStatusEnum_UserListPrepopulationStatus) Enum

func (UserListPrepopulationStatusEnum_UserListPrepopulationStatus) EnumDescriptor deprecated

Deprecated: Use UserListPrepopulationStatusEnum_UserListPrepopulationStatus.Descriptor instead.

func (UserListPrepopulationStatusEnum_UserListPrepopulationStatus) Number

func (UserListPrepopulationStatusEnum_UserListPrepopulationStatus) String

func (UserListPrepopulationStatusEnum_UserListPrepopulationStatus) Type

type UserListRuleTypeEnum

type UserListRuleTypeEnum struct {
	// contains filtered or unexported fields
}

Rule based user list rule type.

func (*UserListRuleTypeEnum) Descriptor deprecated

func (*UserListRuleTypeEnum) Descriptor() ([]byte, []int)

Deprecated: Use UserListRuleTypeEnum.ProtoReflect.Descriptor instead.

func (*UserListRuleTypeEnum) ProtoMessage

func (*UserListRuleTypeEnum) ProtoMessage()

func (*UserListRuleTypeEnum) ProtoReflect

func (x *UserListRuleTypeEnum) ProtoReflect() protoreflect.Message

func (*UserListRuleTypeEnum) Reset

func (x *UserListRuleTypeEnum) Reset()

func (*UserListRuleTypeEnum) String

func (x *UserListRuleTypeEnum) String() string

type UserListRuleTypeEnum_UserListRuleType

type UserListRuleTypeEnum_UserListRuleType int32

Enum describing possible user list rule types.

const (
	// Not specified.
	UserListRuleTypeEnum_UNSPECIFIED UserListRuleTypeEnum_UserListRuleType = 0
	// Used for return value only. Represents value unknown in this version.
	UserListRuleTypeEnum_UNKNOWN UserListRuleTypeEnum_UserListRuleType = 1
	// Conjunctive normal form.
	UserListRuleTypeEnum_AND_OF_ORS UserListRuleTypeEnum_UserListRuleType = 2
	// Disjunctive normal form.
	UserListRuleTypeEnum_OR_OF_ANDS UserListRuleTypeEnum_UserListRuleType = 3
)

func (UserListRuleTypeEnum_UserListRuleType) Descriptor

func (UserListRuleTypeEnum_UserListRuleType) Enum

func (UserListRuleTypeEnum_UserListRuleType) EnumDescriptor deprecated

func (UserListRuleTypeEnum_UserListRuleType) EnumDescriptor() ([]byte, []int)

Deprecated: Use UserListRuleTypeEnum_UserListRuleType.Descriptor instead.

func (UserListRuleTypeEnum_UserListRuleType) Number

func (UserListRuleTypeEnum_UserListRuleType) String

func (UserListRuleTypeEnum_UserListRuleType) Type

type UserListSizeRangeEnum

type UserListSizeRangeEnum struct {
	// contains filtered or unexported fields
}

Size range in terms of number of users of a UserList.

func (*UserListSizeRangeEnum) Descriptor deprecated

func (*UserListSizeRangeEnum) Descriptor() ([]byte, []int)

Deprecated: Use UserListSizeRangeEnum.ProtoReflect.Descriptor instead.

func (*UserListSizeRangeEnum) ProtoMessage

func (*UserListSizeRangeEnum) ProtoMessage()

func (*UserListSizeRangeEnum) ProtoReflect

func (x *UserListSizeRangeEnum) ProtoReflect() protoreflect.Message

func (*UserListSizeRangeEnum) Reset

func (x *UserListSizeRangeEnum) Reset()

func (*UserListSizeRangeEnum) String

func (x *UserListSizeRangeEnum) String() string

type UserListSizeRangeEnum_UserListSizeRange

type UserListSizeRangeEnum_UserListSizeRange int32

Enum containing possible user list size ranges.

const (
	// Not specified.
	UserListSizeRangeEnum_UNSPECIFIED UserListSizeRangeEnum_UserListSizeRange = 0
	// Used for return value only. Represents value unknown in this version.
	UserListSizeRangeEnum_UNKNOWN UserListSizeRangeEnum_UserListSizeRange = 1
	// User list has less than 500 users.
	UserListSizeRangeEnum_LESS_THAN_FIVE_HUNDRED UserListSizeRangeEnum_UserListSizeRange = 2
	// User list has number of users in range of 500 to 1000.
	UserListSizeRangeEnum_LESS_THAN_ONE_THOUSAND UserListSizeRangeEnum_UserListSizeRange = 3
	// User list has number of users in range of 1000 to 10000.
	UserListSizeRangeEnum_ONE_THOUSAND_TO_TEN_THOUSAND UserListSizeRangeEnum_UserListSizeRange = 4
	// User list has number of users in range of 10000 to 50000.
	UserListSizeRangeEnum_TEN_THOUSAND_TO_FIFTY_THOUSAND UserListSizeRangeEnum_UserListSizeRange = 5
	// User list has number of users in range of 50000 to 100000.
	UserListSizeRangeEnum_FIFTY_THOUSAND_TO_ONE_HUNDRED_THOUSAND UserListSizeRangeEnum_UserListSizeRange = 6
	// User list has number of users in range of 100000 to 300000.
	UserListSizeRangeEnum_ONE_HUNDRED_THOUSAND_TO_THREE_HUNDRED_THOUSAND UserListSizeRangeEnum_UserListSizeRange = 7
	// User list has number of users in range of 300000 to 500000.
	UserListSizeRangeEnum_THREE_HUNDRED_THOUSAND_TO_FIVE_HUNDRED_THOUSAND UserListSizeRangeEnum_UserListSizeRange = 8
	// User list has number of users in range of 500000 to 1 million.
	UserListSizeRangeEnum_FIVE_HUNDRED_THOUSAND_TO_ONE_MILLION UserListSizeRangeEnum_UserListSizeRange = 9
	// User list has number of users in range of 1 to 2 millions.
	UserListSizeRangeEnum_ONE_MILLION_TO_TWO_MILLION UserListSizeRangeEnum_UserListSizeRange = 10
	// User list has number of users in range of 2 to 3 millions.
	UserListSizeRangeEnum_TWO_MILLION_TO_THREE_MILLION UserListSizeRangeEnum_UserListSizeRange = 11
	// User list has number of users in range of 3 to 5 millions.
	UserListSizeRangeEnum_THREE_MILLION_TO_FIVE_MILLION UserListSizeRangeEnum_UserListSizeRange = 12
	// User list has number of users in range of 5 to 10 millions.
	UserListSizeRangeEnum_FIVE_MILLION_TO_TEN_MILLION UserListSizeRangeEnum_UserListSizeRange = 13
	// User list has number of users in range of 10 to 20 millions.
	UserListSizeRangeEnum_TEN_MILLION_TO_TWENTY_MILLION UserListSizeRangeEnum_UserListSizeRange = 14
	// User list has number of users in range of 20 to 30 millions.
	UserListSizeRangeEnum_TWENTY_MILLION_TO_THIRTY_MILLION UserListSizeRangeEnum_UserListSizeRange = 15
	// User list has number of users in range of 30 to 50 millions.
	UserListSizeRangeEnum_THIRTY_MILLION_TO_FIFTY_MILLION UserListSizeRangeEnum_UserListSizeRange = 16
	// User list has over 50 million users.
	UserListSizeRangeEnum_OVER_FIFTY_MILLION UserListSizeRangeEnum_UserListSizeRange = 17
)

func (UserListSizeRangeEnum_UserListSizeRange) Descriptor

func (UserListSizeRangeEnum_UserListSizeRange) Enum

func (UserListSizeRangeEnum_UserListSizeRange) EnumDescriptor deprecated

func (UserListSizeRangeEnum_UserListSizeRange) EnumDescriptor() ([]byte, []int)

Deprecated: Use UserListSizeRangeEnum_UserListSizeRange.Descriptor instead.

func (UserListSizeRangeEnum_UserListSizeRange) Number

func (UserListSizeRangeEnum_UserListSizeRange) String

func (UserListSizeRangeEnum_UserListSizeRange) Type

type UserListStringRuleItemOperatorEnum

type UserListStringRuleItemOperatorEnum struct {
	// contains filtered or unexported fields
}

Supported rule operator for string type.

func (*UserListStringRuleItemOperatorEnum) Descriptor deprecated

func (*UserListStringRuleItemOperatorEnum) Descriptor() ([]byte, []int)

Deprecated: Use UserListStringRuleItemOperatorEnum.ProtoReflect.Descriptor instead.

func (*UserListStringRuleItemOperatorEnum) ProtoMessage

func (*UserListStringRuleItemOperatorEnum) ProtoMessage()

func (*UserListStringRuleItemOperatorEnum) ProtoReflect

func (*UserListStringRuleItemOperatorEnum) Reset

func (*UserListStringRuleItemOperatorEnum) String

type UserListStringRuleItemOperatorEnum_UserListStringRuleItemOperator

type UserListStringRuleItemOperatorEnum_UserListStringRuleItemOperator int32

Enum describing possible user list string rule item operators.

const (
	// Not specified.
	UserListStringRuleItemOperatorEnum_UNSPECIFIED UserListStringRuleItemOperatorEnum_UserListStringRuleItemOperator = 0
	// Used for return value only. Represents value unknown in this version.
	UserListStringRuleItemOperatorEnum_UNKNOWN UserListStringRuleItemOperatorEnum_UserListStringRuleItemOperator = 1
	// Contains.
	UserListStringRuleItemOperatorEnum_CONTAINS UserListStringRuleItemOperatorEnum_UserListStringRuleItemOperator = 2
	// Equals.
	UserListStringRuleItemOperatorEnum_EQUALS UserListStringRuleItemOperatorEnum_UserListStringRuleItemOperator = 3
	// Starts with.
	UserListStringRuleItemOperatorEnum_STARTS_WITH UserListStringRuleItemOperatorEnum_UserListStringRuleItemOperator = 4
	// Ends with.
	UserListStringRuleItemOperatorEnum_ENDS_WITH UserListStringRuleItemOperatorEnum_UserListStringRuleItemOperator = 5
	// Not equals.
	UserListStringRuleItemOperatorEnum_NOT_EQUALS UserListStringRuleItemOperatorEnum_UserListStringRuleItemOperator = 6
	// Not contains.
	UserListStringRuleItemOperatorEnum_NOT_CONTAINS UserListStringRuleItemOperatorEnum_UserListStringRuleItemOperator = 7
	// Not starts with.
	UserListStringRuleItemOperatorEnum_NOT_STARTS_WITH UserListStringRuleItemOperatorEnum_UserListStringRuleItemOperator = 8
	// Not ends with.
	UserListStringRuleItemOperatorEnum_NOT_ENDS_WITH UserListStringRuleItemOperatorEnum_UserListStringRuleItemOperator = 9
)

func (UserListStringRuleItemOperatorEnum_UserListStringRuleItemOperator) Descriptor

func (UserListStringRuleItemOperatorEnum_UserListStringRuleItemOperator) Enum

func (UserListStringRuleItemOperatorEnum_UserListStringRuleItemOperator) EnumDescriptor deprecated

Deprecated: Use UserListStringRuleItemOperatorEnum_UserListStringRuleItemOperator.Descriptor instead.

func (UserListStringRuleItemOperatorEnum_UserListStringRuleItemOperator) Number

func (UserListStringRuleItemOperatorEnum_UserListStringRuleItemOperator) String

func (UserListStringRuleItemOperatorEnum_UserListStringRuleItemOperator) Type

type UserListTypeEnum

type UserListTypeEnum struct {
	// contains filtered or unexported fields
}

The user list types.

func (*UserListTypeEnum) Descriptor deprecated

func (*UserListTypeEnum) Descriptor() ([]byte, []int)

Deprecated: Use UserListTypeEnum.ProtoReflect.Descriptor instead.

func (*UserListTypeEnum) ProtoMessage

func (*UserListTypeEnum) ProtoMessage()

func (*UserListTypeEnum) ProtoReflect

func (x *UserListTypeEnum) ProtoReflect() protoreflect.Message

func (*UserListTypeEnum) Reset

func (x *UserListTypeEnum) Reset()

func (*UserListTypeEnum) String

func (x *UserListTypeEnum) String() string

type UserListTypeEnum_UserListType

type UserListTypeEnum_UserListType int32

Enum containing possible user list types.

const (
	// Not specified.
	UserListTypeEnum_UNSPECIFIED UserListTypeEnum_UserListType = 0
	// Used for return value only. Represents value unknown in this version.
	UserListTypeEnum_UNKNOWN UserListTypeEnum_UserListType = 1
	// UserList represented as a collection of conversion types.
	UserListTypeEnum_REMARKETING UserListTypeEnum_UserListType = 2
	// UserList represented as a combination of other user lists/interests.
	UserListTypeEnum_LOGICAL UserListTypeEnum_UserListType = 3
	// UserList created in the Google Ad Manager platform.
	UserListTypeEnum_EXTERNAL_REMARKETING UserListTypeEnum_UserListType = 4
	// UserList associated with a rule.
	UserListTypeEnum_RULE_BASED UserListTypeEnum_UserListType = 5
	// UserList with users similar to users of another UserList.
	UserListTypeEnum_SIMILAR UserListTypeEnum_UserListType = 6
	// UserList of first-party CRM data provided by advertiser in the form of
	// emails or other formats.
	UserListTypeEnum_CRM_BASED UserListTypeEnum_UserListType = 7
)

func (UserListTypeEnum_UserListType) Descriptor

func (UserListTypeEnum_UserListType) Enum

func (UserListTypeEnum_UserListType) EnumDescriptor deprecated

func (UserListTypeEnum_UserListType) EnumDescriptor() ([]byte, []int)

Deprecated: Use UserListTypeEnum_UserListType.Descriptor instead.

func (UserListTypeEnum_UserListType) Number

func (UserListTypeEnum_UserListType) String

func (UserListTypeEnum_UserListType) Type

type VanityPharmaDisplayUrlModeEnum

type VanityPharmaDisplayUrlModeEnum struct {
	// contains filtered or unexported fields
}

The display mode for vanity pharma URLs.

func (*VanityPharmaDisplayUrlModeEnum) Descriptor deprecated

func (*VanityPharmaDisplayUrlModeEnum) Descriptor() ([]byte, []int)

Deprecated: Use VanityPharmaDisplayUrlModeEnum.ProtoReflect.Descriptor instead.

func (*VanityPharmaDisplayUrlModeEnum) ProtoMessage

func (*VanityPharmaDisplayUrlModeEnum) ProtoMessage()

func (*VanityPharmaDisplayUrlModeEnum) ProtoReflect

func (*VanityPharmaDisplayUrlModeEnum) Reset

func (x *VanityPharmaDisplayUrlModeEnum) Reset()

func (*VanityPharmaDisplayUrlModeEnum) String

type VanityPharmaDisplayUrlModeEnum_VanityPharmaDisplayUrlMode

type VanityPharmaDisplayUrlModeEnum_VanityPharmaDisplayUrlMode int32

Enum describing possible display modes for vanity pharma URLs.

const (
	// Not specified.
	VanityPharmaDisplayUrlModeEnum_UNSPECIFIED VanityPharmaDisplayUrlModeEnum_VanityPharmaDisplayUrlMode = 0
	// Used for return value only. Represents value unknown in this version.
	VanityPharmaDisplayUrlModeEnum_UNKNOWN VanityPharmaDisplayUrlModeEnum_VanityPharmaDisplayUrlMode = 1
	// Replace vanity pharma URL with manufacturer website url.
	VanityPharmaDisplayUrlModeEnum_MANUFACTURER_WEBSITE_URL VanityPharmaDisplayUrlModeEnum_VanityPharmaDisplayUrlMode = 2
	// Replace vanity pharma URL with description of the website.
	VanityPharmaDisplayUrlModeEnum_WEBSITE_DESCRIPTION VanityPharmaDisplayUrlModeEnum_VanityPharmaDisplayUrlMode = 3
)

func (VanityPharmaDisplayUrlModeEnum_VanityPharmaDisplayUrlMode) Descriptor

func (VanityPharmaDisplayUrlModeEnum_VanityPharmaDisplayUrlMode) Enum

func (VanityPharmaDisplayUrlModeEnum_VanityPharmaDisplayUrlMode) EnumDescriptor deprecated

Deprecated: Use VanityPharmaDisplayUrlModeEnum_VanityPharmaDisplayUrlMode.Descriptor instead.

func (VanityPharmaDisplayUrlModeEnum_VanityPharmaDisplayUrlMode) Number

func (VanityPharmaDisplayUrlModeEnum_VanityPharmaDisplayUrlMode) String

func (VanityPharmaDisplayUrlModeEnum_VanityPharmaDisplayUrlMode) Type

type VanityPharmaTextEnum

type VanityPharmaTextEnum struct {
	// contains filtered or unexported fields
}

The text that will be displayed in display URL of the text ad when website description is the selected display mode for vanity pharma URLs.

func (*VanityPharmaTextEnum) Descriptor deprecated

func (*VanityPharmaTextEnum) Descriptor() ([]byte, []int)

Deprecated: Use VanityPharmaTextEnum.ProtoReflect.Descriptor instead.

func (*VanityPharmaTextEnum) ProtoMessage

func (*VanityPharmaTextEnum) ProtoMessage()

func (*VanityPharmaTextEnum) ProtoReflect

func (x *VanityPharmaTextEnum) ProtoReflect() protoreflect.Message

func (*VanityPharmaTextEnum) Reset

func (x *VanityPharmaTextEnum) Reset()

func (*VanityPharmaTextEnum) String

func (x *VanityPharmaTextEnum) String() string

type VanityPharmaTextEnum_VanityPharmaText

type VanityPharmaTextEnum_VanityPharmaText int32

Enum describing possible text.

const (
	// Not specified.
	VanityPharmaTextEnum_UNSPECIFIED VanityPharmaTextEnum_VanityPharmaText = 0
	// Used for return value only. Represents value unknown in this version.
	VanityPharmaTextEnum_UNKNOWN VanityPharmaTextEnum_VanityPharmaText = 1
	// Prescription treatment website with website content in English.
	VanityPharmaTextEnum_PRESCRIPTION_TREATMENT_WEBSITE_EN VanityPharmaTextEnum_VanityPharmaText = 2
	// Prescription treatment website with website content in Spanish
	// (Sitio de tratamientos con receta).
	VanityPharmaTextEnum_PRESCRIPTION_TREATMENT_WEBSITE_ES VanityPharmaTextEnum_VanityPharmaText = 3
	// Prescription device website with website content in English.
	VanityPharmaTextEnum_PRESCRIPTION_DEVICE_WEBSITE_EN VanityPharmaTextEnum_VanityPharmaText = 4
	// Prescription device website with website content in Spanish (Sitio de
	// dispositivos con receta).
	VanityPharmaTextEnum_PRESCRIPTION_DEVICE_WEBSITE_ES VanityPharmaTextEnum_VanityPharmaText = 5
	// Medical device website with website content in English.
	VanityPharmaTextEnum_MEDICAL_DEVICE_WEBSITE_EN VanityPharmaTextEnum_VanityPharmaText = 6
	// Medical device website with website content in Spanish (Sitio de
	// dispositivos médicos).
	VanityPharmaTextEnum_MEDICAL_DEVICE_WEBSITE_ES VanityPharmaTextEnum_VanityPharmaText = 7
	// Preventative treatment website with website content in English.
	VanityPharmaTextEnum_PREVENTATIVE_TREATMENT_WEBSITE_EN VanityPharmaTextEnum_VanityPharmaText = 8
	// Preventative treatment website with website content in Spanish (Sitio de
	// tratamientos preventivos).
	VanityPharmaTextEnum_PREVENTATIVE_TREATMENT_WEBSITE_ES VanityPharmaTextEnum_VanityPharmaText = 9
	// Prescription contraception website with website content in English.
	VanityPharmaTextEnum_PRESCRIPTION_CONTRACEPTION_WEBSITE_EN VanityPharmaTextEnum_VanityPharmaText = 10
	// Prescription contraception website with website content in Spanish (Sitio
	// de anticonceptivos con receta).
	VanityPharmaTextEnum_PRESCRIPTION_CONTRACEPTION_WEBSITE_ES VanityPharmaTextEnum_VanityPharmaText = 11
	// Prescription vaccine website with website content in English.
	VanityPharmaTextEnum_PRESCRIPTION_VACCINE_WEBSITE_EN VanityPharmaTextEnum_VanityPharmaText = 12
	// Prescription vaccine website with website content in Spanish (Sitio de
	// vacunas con receta).
	VanityPharmaTextEnum_PRESCRIPTION_VACCINE_WEBSITE_ES VanityPharmaTextEnum_VanityPharmaText = 13
)

func (VanityPharmaTextEnum_VanityPharmaText) Descriptor

func (VanityPharmaTextEnum_VanityPharmaText) Enum

func (VanityPharmaTextEnum_VanityPharmaText) EnumDescriptor deprecated

func (VanityPharmaTextEnum_VanityPharmaText) EnumDescriptor() ([]byte, []int)

Deprecated: Use VanityPharmaTextEnum_VanityPharmaText.Descriptor instead.

func (VanityPharmaTextEnum_VanityPharmaText) Number

func (VanityPharmaTextEnum_VanityPharmaText) String

func (VanityPharmaTextEnum_VanityPharmaText) Type

type WebpageConditionOperandEnum

type WebpageConditionOperandEnum struct {
	// contains filtered or unexported fields
}

Container for enum describing webpage condition operand in webpage criterion.

func (*WebpageConditionOperandEnum) Descriptor deprecated

func (*WebpageConditionOperandEnum) Descriptor() ([]byte, []int)

Deprecated: Use WebpageConditionOperandEnum.ProtoReflect.Descriptor instead.

func (*WebpageConditionOperandEnum) ProtoMessage

func (*WebpageConditionOperandEnum) ProtoMessage()

func (*WebpageConditionOperandEnum) ProtoReflect

func (*WebpageConditionOperandEnum) Reset

func (x *WebpageConditionOperandEnum) Reset()

func (*WebpageConditionOperandEnum) String

func (x *WebpageConditionOperandEnum) String() string

type WebpageConditionOperandEnum_WebpageConditionOperand

type WebpageConditionOperandEnum_WebpageConditionOperand int32

The webpage condition operand in webpage criterion.

const (
	// Not specified.
	WebpageConditionOperandEnum_UNSPECIFIED WebpageConditionOperandEnum_WebpageConditionOperand = 0
	// Used for return value only. Represents value unknown in this version.
	WebpageConditionOperandEnum_UNKNOWN WebpageConditionOperandEnum_WebpageConditionOperand = 1
	// Operand denoting a webpage URL targeting condition.
	WebpageConditionOperandEnum_URL WebpageConditionOperandEnum_WebpageConditionOperand = 2
	// Operand denoting a webpage category targeting condition.
	WebpageConditionOperandEnum_CATEGORY WebpageConditionOperandEnum_WebpageConditionOperand = 3
	// Operand denoting a webpage title targeting condition.
	WebpageConditionOperandEnum_PAGE_TITLE WebpageConditionOperandEnum_WebpageConditionOperand = 4
	// Operand denoting a webpage content targeting condition.
	WebpageConditionOperandEnum_PAGE_CONTENT WebpageConditionOperandEnum_WebpageConditionOperand = 5
	// Operand denoting a webpage custom label targeting condition.
	WebpageConditionOperandEnum_CUSTOM_LABEL WebpageConditionOperandEnum_WebpageConditionOperand = 6
)

func (WebpageConditionOperandEnum_WebpageConditionOperand) Descriptor

func (WebpageConditionOperandEnum_WebpageConditionOperand) Enum

func (WebpageConditionOperandEnum_WebpageConditionOperand) EnumDescriptor deprecated

Deprecated: Use WebpageConditionOperandEnum_WebpageConditionOperand.Descriptor instead.

func (WebpageConditionOperandEnum_WebpageConditionOperand) Number

func (WebpageConditionOperandEnum_WebpageConditionOperand) String

func (WebpageConditionOperandEnum_WebpageConditionOperand) Type

type WebpageConditionOperatorEnum

type WebpageConditionOperatorEnum struct {
	// contains filtered or unexported fields
}

Container for enum describing webpage condition operator in webpage criterion.

func (*WebpageConditionOperatorEnum) Descriptor deprecated

func (*WebpageConditionOperatorEnum) Descriptor() ([]byte, []int)

Deprecated: Use WebpageConditionOperatorEnum.ProtoReflect.Descriptor instead.

func (*WebpageConditionOperatorEnum) ProtoMessage

func (*WebpageConditionOperatorEnum) ProtoMessage()

func (*WebpageConditionOperatorEnum) ProtoReflect

func (*WebpageConditionOperatorEnum) Reset

func (x *WebpageConditionOperatorEnum) Reset()

func (*WebpageConditionOperatorEnum) String

type WebpageConditionOperatorEnum_WebpageConditionOperator

type WebpageConditionOperatorEnum_WebpageConditionOperator int32

The webpage condition operator in webpage criterion.

const (
	// Not specified.
	WebpageConditionOperatorEnum_UNSPECIFIED WebpageConditionOperatorEnum_WebpageConditionOperator = 0
	// Used for return value only. Represents value unknown in this version.
	WebpageConditionOperatorEnum_UNKNOWN WebpageConditionOperatorEnum_WebpageConditionOperator = 1
	// The argument web condition is equal to the compared web condition.
	WebpageConditionOperatorEnum_EQUALS WebpageConditionOperatorEnum_WebpageConditionOperator = 2
	// The argument web condition is part of the compared web condition.
	WebpageConditionOperatorEnum_CONTAINS WebpageConditionOperatorEnum_WebpageConditionOperator = 3
)

func (WebpageConditionOperatorEnum_WebpageConditionOperator) Descriptor

func (WebpageConditionOperatorEnum_WebpageConditionOperator) Enum

func (WebpageConditionOperatorEnum_WebpageConditionOperator) EnumDescriptor deprecated

Deprecated: Use WebpageConditionOperatorEnum_WebpageConditionOperator.Descriptor instead.

func (WebpageConditionOperatorEnum_WebpageConditionOperator) Number

func (WebpageConditionOperatorEnum_WebpageConditionOperator) String

func (WebpageConditionOperatorEnum_WebpageConditionOperator) Type

Source Files

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL