common

package
v0.0.0-...-51c3e5b Latest Latest
Warning

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

Go to latest
Published: Sep 29, 2020 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_google_ads_googleads_v2_common_ad_asset_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v2_common_ad_type_infos_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v2_common_asset_types_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v2_common_bidding_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v2_common_click_location_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v2_common_criteria_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v2_common_criterion_category_availability_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v2_common_custom_parameter_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v2_common_dates_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v2_common_explorer_auto_optimizer_setting_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v2_common_extensions_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v2_common_feed_common_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v2_common_final_app_url_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v2_common_frequency_cap_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v2_common_keyword_plan_common_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v2_common_matching_function_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v2_common_metrics_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v2_common_policy_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v2_common_real_time_bidding_setting_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v2_common_segments_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v2_common_simulation_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v2_common_tag_snippet_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v2_common_targeting_setting_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v2_common_text_label_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v2_common_url_collection_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v2_common_user_lists_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v2_common_value_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type AdImageAsset

type AdImageAsset struct {

	// The Asset resource name of this image.
	Asset *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=asset,proto3" json:"asset,omitempty"`
	// contains filtered or unexported fields
}

An image asset used inside an ad.

func (*AdImageAsset) Descriptor deprecated

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

Deprecated: Use AdImageAsset.ProtoReflect.Descriptor instead.

func (*AdImageAsset) GetAsset

func (x *AdImageAsset) GetAsset() *wrapperspb.StringValue

func (*AdImageAsset) ProtoMessage

func (*AdImageAsset) ProtoMessage()

func (*AdImageAsset) ProtoReflect

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

func (*AdImageAsset) Reset

func (x *AdImageAsset) Reset()

func (*AdImageAsset) String

func (x *AdImageAsset) String() string

type AdMediaBundleAsset

type AdMediaBundleAsset struct {

	// The Asset resource name of this media bundle.
	Asset *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=asset,proto3" json:"asset,omitempty"`
	// contains filtered or unexported fields
}

A media bundle asset used inside an ad.

func (*AdMediaBundleAsset) Descriptor deprecated

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

Deprecated: Use AdMediaBundleAsset.ProtoReflect.Descriptor instead.

func (*AdMediaBundleAsset) GetAsset

func (x *AdMediaBundleAsset) GetAsset() *wrapperspb.StringValue

func (*AdMediaBundleAsset) ProtoMessage

func (*AdMediaBundleAsset) ProtoMessage()

func (*AdMediaBundleAsset) ProtoReflect

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

func (*AdMediaBundleAsset) Reset

func (x *AdMediaBundleAsset) Reset()

func (*AdMediaBundleAsset) String

func (x *AdMediaBundleAsset) String() string

type AdScheduleInfo

type AdScheduleInfo struct {

	// Minutes after the start hour at which this schedule starts.
	//
	// This field is required for CREATE operations and is prohibited on UPDATE
	// operations.
	StartMinute enums.MinuteOfHourEnum_MinuteOfHour `` /* 160-byte string literal not displayed */
	// Minutes after the end hour at which this schedule ends. The schedule is
	// exclusive of the end minute.
	//
	// This field is required for CREATE operations and is prohibited on UPDATE
	// operations.
	EndMinute enums.MinuteOfHourEnum_MinuteOfHour `` /* 154-byte string literal not displayed */
	// Starting hour in 24 hour time.
	// This field must be between 0 and 23, inclusive.
	//
	// This field is required for CREATE operations and is prohibited on UPDATE
	// operations.
	StartHour *wrapperspb.Int32Value `protobuf:"bytes,3,opt,name=start_hour,json=startHour,proto3" json:"start_hour,omitempty"`
	// Ending hour in 24 hour time; 24 signifies end of the day.
	// This field must be between 0 and 24, inclusive.
	//
	// This field is required for CREATE operations and is prohibited on UPDATE
	// operations.
	EndHour *wrapperspb.Int32Value `protobuf:"bytes,4,opt,name=end_hour,json=endHour,proto3" json:"end_hour,omitempty"`
	// Day of the week the schedule applies to.
	//
	// This field is required for CREATE operations and is prohibited on UPDATE
	// operations.
	DayOfWeek enums.DayOfWeekEnum_DayOfWeek `` /* 150-byte string literal not displayed */
	// contains filtered or unexported fields
}

Represents an AdSchedule criterion.

AdSchedule is specified as the day of the week and a time interval within which ads will be shown.

No more than six AdSchedules can be added for the same day.

func (*AdScheduleInfo) Descriptor deprecated

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

Deprecated: Use AdScheduleInfo.ProtoReflect.Descriptor instead.

func (*AdScheduleInfo) GetDayOfWeek

func (x *AdScheduleInfo) GetDayOfWeek() enums.DayOfWeekEnum_DayOfWeek

func (*AdScheduleInfo) GetEndHour

func (x *AdScheduleInfo) GetEndHour() *wrapperspb.Int32Value

func (*AdScheduleInfo) GetEndMinute

func (*AdScheduleInfo) GetStartHour

func (x *AdScheduleInfo) GetStartHour() *wrapperspb.Int32Value

func (*AdScheduleInfo) GetStartMinute

func (*AdScheduleInfo) ProtoMessage

func (*AdScheduleInfo) ProtoMessage()

func (*AdScheduleInfo) ProtoReflect

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

func (*AdScheduleInfo) Reset

func (x *AdScheduleInfo) Reset()

func (*AdScheduleInfo) String

func (x *AdScheduleInfo) String() string

type AdTextAsset

type AdTextAsset struct {

	// Asset text.
	Text *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=text,proto3" json:"text,omitempty"`
	// The pinned field of the asset. This restricts the asset to only serve
	// within this field. Multiple assets can be pinned to the same field. An
	// asset that is unpinned or pinned to a different field will not serve in a
	// field where some other asset has been pinned.
	PinnedField enums.ServedAssetFieldTypeEnum_ServedAssetFieldType `` /* 176-byte string literal not displayed */
	// contains filtered or unexported fields
}

A text asset used inside an ad.

func (*AdTextAsset) Descriptor deprecated

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

Deprecated: Use AdTextAsset.ProtoReflect.Descriptor instead.

func (*AdTextAsset) GetPinnedField

func (*AdTextAsset) GetText

func (x *AdTextAsset) GetText() *wrapperspb.StringValue

func (*AdTextAsset) ProtoMessage

func (*AdTextAsset) ProtoMessage()

func (*AdTextAsset) ProtoReflect

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

func (*AdTextAsset) Reset

func (x *AdTextAsset) Reset()

func (*AdTextAsset) String

func (x *AdTextAsset) String() string

type AdVideoAsset

type AdVideoAsset struct {

	// The Asset resource name of this video.
	Asset *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=asset,proto3" json:"asset,omitempty"`
	// contains filtered or unexported fields
}

A video asset used inside an ad.

func (*AdVideoAsset) Descriptor deprecated

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

Deprecated: Use AdVideoAsset.ProtoReflect.Descriptor instead.

func (*AdVideoAsset) GetAsset

func (x *AdVideoAsset) GetAsset() *wrapperspb.StringValue

func (*AdVideoAsset) ProtoMessage

func (*AdVideoAsset) ProtoMessage()

func (*AdVideoAsset) ProtoReflect

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

func (*AdVideoAsset) Reset

func (x *AdVideoAsset) Reset()

func (*AdVideoAsset) String

func (x *AdVideoAsset) String() string

type AddressInfo

type AddressInfo struct {

	// Postal code.
	PostalCode *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=postal_code,json=postalCode,proto3" json:"postal_code,omitempty"`
	// Province or state code.
	ProvinceCode *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=province_code,json=provinceCode,proto3" json:"province_code,omitempty"`
	// Country code.
	CountryCode *wrapperspb.StringValue `protobuf:"bytes,3,opt,name=country_code,json=countryCode,proto3" json:"country_code,omitempty"`
	// Province or state name.
	ProvinceName *wrapperspb.StringValue `protobuf:"bytes,4,opt,name=province_name,json=provinceName,proto3" json:"province_name,omitempty"`
	// Street address line 1.
	StreetAddress *wrapperspb.StringValue `protobuf:"bytes,5,opt,name=street_address,json=streetAddress,proto3" json:"street_address,omitempty"`
	// Street address line 2. This field is write-only. It is only used for
	// calculating the longitude and latitude of an address when geo_point is
	// empty.
	StreetAddress2 *wrapperspb.StringValue `protobuf:"bytes,6,opt,name=street_address2,json=streetAddress2,proto3" json:"street_address2,omitempty"`
	// Name of the city.
	CityName *wrapperspb.StringValue `protobuf:"bytes,7,opt,name=city_name,json=cityName,proto3" json:"city_name,omitempty"`
	// contains filtered or unexported fields
}

Address for proximity criterion.

func (*AddressInfo) Descriptor deprecated

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

Deprecated: Use AddressInfo.ProtoReflect.Descriptor instead.

func (*AddressInfo) GetCityName

func (x *AddressInfo) GetCityName() *wrapperspb.StringValue

func (*AddressInfo) GetCountryCode

func (x *AddressInfo) GetCountryCode() *wrapperspb.StringValue

func (*AddressInfo) GetPostalCode

func (x *AddressInfo) GetPostalCode() *wrapperspb.StringValue

func (*AddressInfo) GetProvinceCode

func (x *AddressInfo) GetProvinceCode() *wrapperspb.StringValue

func (*AddressInfo) GetProvinceName

func (x *AddressInfo) GetProvinceName() *wrapperspb.StringValue

func (*AddressInfo) GetStreetAddress

func (x *AddressInfo) GetStreetAddress() *wrapperspb.StringValue

func (*AddressInfo) GetStreetAddress2

func (x *AddressInfo) GetStreetAddress2() *wrapperspb.StringValue

func (*AddressInfo) ProtoMessage

func (*AddressInfo) ProtoMessage()

func (*AddressInfo) ProtoReflect

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

func (*AddressInfo) Reset

func (x *AddressInfo) Reset()

func (*AddressInfo) String

func (x *AddressInfo) String() string

type AffiliateLocationFeedItem

type AffiliateLocationFeedItem struct {

	// The name of the business.
	BusinessName *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=business_name,json=businessName,proto3" json:"business_name,omitempty"`
	// Line 1 of the business address.
	AddressLine_1 *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=address_line_1,json=addressLine1,proto3" json:"address_line_1,omitempty"`
	// Line 2 of the business address.
	AddressLine_2 *wrapperspb.StringValue `protobuf:"bytes,3,opt,name=address_line_2,json=addressLine2,proto3" json:"address_line_2,omitempty"`
	// City of the business address.
	City *wrapperspb.StringValue `protobuf:"bytes,4,opt,name=city,proto3" json:"city,omitempty"`
	// Province of the business address.
	Province *wrapperspb.StringValue `protobuf:"bytes,5,opt,name=province,proto3" json:"province,omitempty"`
	// Postal code of the business address.
	PostalCode *wrapperspb.StringValue `protobuf:"bytes,6,opt,name=postal_code,json=postalCode,proto3" json:"postal_code,omitempty"`
	// Country code of the business address.
	CountryCode *wrapperspb.StringValue `protobuf:"bytes,7,opt,name=country_code,json=countryCode,proto3" json:"country_code,omitempty"`
	// Phone number of the business.
	PhoneNumber *wrapperspb.StringValue `protobuf:"bytes,8,opt,name=phone_number,json=phoneNumber,proto3" json:"phone_number,omitempty"`
	// Id of the retail chain that is advertised as a seller of your product.
	ChainId *wrapperspb.Int64Value `protobuf:"bytes,9,opt,name=chain_id,json=chainId,proto3" json:"chain_id,omitempty"`
	// Name of chain.
	ChainName *wrapperspb.StringValue `protobuf:"bytes,10,opt,name=chain_name,json=chainName,proto3" json:"chain_name,omitempty"`
	// contains filtered or unexported fields
}

Represents an affiliate location extension.

func (*AffiliateLocationFeedItem) Descriptor deprecated

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

Deprecated: Use AffiliateLocationFeedItem.ProtoReflect.Descriptor instead.

func (*AffiliateLocationFeedItem) GetAddressLine_1

func (x *AffiliateLocationFeedItem) GetAddressLine_1() *wrapperspb.StringValue

func (*AffiliateLocationFeedItem) GetAddressLine_2

func (x *AffiliateLocationFeedItem) GetAddressLine_2() *wrapperspb.StringValue

func (*AffiliateLocationFeedItem) GetBusinessName

func (x *AffiliateLocationFeedItem) GetBusinessName() *wrapperspb.StringValue

func (*AffiliateLocationFeedItem) GetChainId

func (*AffiliateLocationFeedItem) GetChainName

func (*AffiliateLocationFeedItem) GetCity

func (*AffiliateLocationFeedItem) GetCountryCode

func (x *AffiliateLocationFeedItem) GetCountryCode() *wrapperspb.StringValue

func (*AffiliateLocationFeedItem) GetPhoneNumber

func (x *AffiliateLocationFeedItem) GetPhoneNumber() *wrapperspb.StringValue

func (*AffiliateLocationFeedItem) GetPostalCode

func (x *AffiliateLocationFeedItem) GetPostalCode() *wrapperspb.StringValue

func (*AffiliateLocationFeedItem) GetProvince

func (*AffiliateLocationFeedItem) ProtoMessage

func (*AffiliateLocationFeedItem) ProtoMessage()

func (*AffiliateLocationFeedItem) ProtoReflect

func (*AffiliateLocationFeedItem) Reset

func (x *AffiliateLocationFeedItem) Reset()

func (*AffiliateLocationFeedItem) String

func (x *AffiliateLocationFeedItem) String() string

type AgeRangeInfo

type AgeRangeInfo struct {

	// Type of the age range.
	Type enums.AgeRangeTypeEnum_AgeRangeType `` /* 127-byte string literal not displayed */
	// contains filtered or unexported fields
}

An age range criterion.

func (*AgeRangeInfo) Descriptor deprecated

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

Deprecated: Use AgeRangeInfo.ProtoReflect.Descriptor instead.

func (*AgeRangeInfo) GetType

func (*AgeRangeInfo) ProtoMessage

func (*AgeRangeInfo) ProtoMessage()

func (*AgeRangeInfo) ProtoReflect

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

func (*AgeRangeInfo) Reset

func (x *AgeRangeInfo) Reset()

func (*AgeRangeInfo) String

func (x *AgeRangeInfo) String() string

type AppAdInfo

type AppAdInfo struct {

	// An optional text asset that, if specified, must always be displayed when
	// the ad is served.
	MandatoryAdText *AdTextAsset `protobuf:"bytes,1,opt,name=mandatory_ad_text,json=mandatoryAdText,proto3" json:"mandatory_ad_text,omitempty"`
	// List of text assets for headlines. When the ad serves the headlines will
	// be selected from this list.
	Headlines []*AdTextAsset `protobuf:"bytes,2,rep,name=headlines,proto3" json:"headlines,omitempty"`
	// List of text assets for descriptions. When the ad serves the descriptions
	// will be selected from this list.
	Descriptions []*AdTextAsset `protobuf:"bytes,3,rep,name=descriptions,proto3" json:"descriptions,omitempty"`
	// List of image assets that may be displayed with the ad.
	Images []*AdImageAsset `protobuf:"bytes,4,rep,name=images,proto3" json:"images,omitempty"`
	// List of YouTube video assets that may be displayed with the ad.
	YoutubeVideos []*AdVideoAsset `protobuf:"bytes,5,rep,name=youtube_videos,json=youtubeVideos,proto3" json:"youtube_videos,omitempty"`
	// List of media bundle assets that may be used with the ad.
	Html5MediaBundles []*AdMediaBundleAsset `protobuf:"bytes,6,rep,name=html5_media_bundles,json=html5MediaBundles,proto3" json:"html5_media_bundles,omitempty"`
	// contains filtered or unexported fields
}

An app ad.

func (*AppAdInfo) Descriptor deprecated

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

Deprecated: Use AppAdInfo.ProtoReflect.Descriptor instead.

func (*AppAdInfo) GetDescriptions

func (x *AppAdInfo) GetDescriptions() []*AdTextAsset

func (*AppAdInfo) GetHeadlines

func (x *AppAdInfo) GetHeadlines() []*AdTextAsset

func (*AppAdInfo) GetHtml5MediaBundles

func (x *AppAdInfo) GetHtml5MediaBundles() []*AdMediaBundleAsset

func (*AppAdInfo) GetImages

func (x *AppAdInfo) GetImages() []*AdImageAsset

func (*AppAdInfo) GetMandatoryAdText

func (x *AppAdInfo) GetMandatoryAdText() *AdTextAsset

func (*AppAdInfo) GetYoutubeVideos

func (x *AppAdInfo) GetYoutubeVideos() []*AdVideoAsset

func (*AppAdInfo) ProtoMessage

func (*AppAdInfo) ProtoMessage()

func (*AppAdInfo) ProtoReflect

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

func (*AppAdInfo) Reset

func (x *AppAdInfo) Reset()

func (*AppAdInfo) String

func (x *AppAdInfo) String() string

type AppEngagementAdInfo

type AppEngagementAdInfo struct {

	// List of text assets for headlines. When the ad serves the headlines will
	// be selected from this list.
	Headlines []*AdTextAsset `protobuf:"bytes,1,rep,name=headlines,proto3" json:"headlines,omitempty"`
	// List of text assets for descriptions. When the ad serves the descriptions
	// will be selected from this list.
	Descriptions []*AdTextAsset `protobuf:"bytes,2,rep,name=descriptions,proto3" json:"descriptions,omitempty"`
	// List of image assets that may be displayed with the ad.
	Images []*AdImageAsset `protobuf:"bytes,3,rep,name=images,proto3" json:"images,omitempty"`
	// List of video assets that may be displayed with the ad.
	Videos []*AdVideoAsset `protobuf:"bytes,4,rep,name=videos,proto3" json:"videos,omitempty"`
	// contains filtered or unexported fields
}

App engagement ads allow you to write text encouraging a specific action in the app, like checking in, making a purchase, or booking a flight. They allow you to send users to a specific part of your app where they can find what they're looking for easier and faster.

func (*AppEngagementAdInfo) Descriptor deprecated

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

Deprecated: Use AppEngagementAdInfo.ProtoReflect.Descriptor instead.

func (*AppEngagementAdInfo) GetDescriptions

func (x *AppEngagementAdInfo) GetDescriptions() []*AdTextAsset

func (*AppEngagementAdInfo) GetHeadlines

func (x *AppEngagementAdInfo) GetHeadlines() []*AdTextAsset

func (*AppEngagementAdInfo) GetImages

func (x *AppEngagementAdInfo) GetImages() []*AdImageAsset

func (*AppEngagementAdInfo) GetVideos

func (x *AppEngagementAdInfo) GetVideos() []*AdVideoAsset

func (*AppEngagementAdInfo) ProtoMessage

func (*AppEngagementAdInfo) ProtoMessage()

func (*AppEngagementAdInfo) ProtoReflect

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

func (*AppEngagementAdInfo) Reset

func (x *AppEngagementAdInfo) Reset()

func (*AppEngagementAdInfo) String

func (x *AppEngagementAdInfo) String() string

type AppFeedItem

type AppFeedItem struct {

	// The visible text displayed when the link is rendered in an ad.
	// This string must not be empty, and the length of this string should
	// be between 1 and 25, inclusive.
	LinkText *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=link_text,json=linkText,proto3" json:"link_text,omitempty"`
	// The store-specific ID for the target application.
	// This string must not be empty.
	AppId *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"`
	// The application store that the target application belongs to.
	// This field is required.
	AppStore enums.AppStoreEnum_AppStore `` /* 143-byte string literal not displayed */
	// A list of possible final URLs after all cross domain redirects.
	// This list must not be empty.
	FinalUrls []*wrapperspb.StringValue `protobuf:"bytes,4,rep,name=final_urls,json=finalUrls,proto3" json:"final_urls,omitempty"`
	// A list of possible final mobile URLs after all cross domain redirects.
	FinalMobileUrls []*wrapperspb.StringValue `protobuf:"bytes,5,rep,name=final_mobile_urls,json=finalMobileUrls,proto3" json:"final_mobile_urls,omitempty"`
	// URL template for constructing a tracking URL. Default value is "{lpurl}".
	TrackingUrlTemplate *wrapperspb.StringValue `protobuf:"bytes,6,opt,name=tracking_url_template,json=trackingUrlTemplate,proto3" json:"tracking_url_template,omitempty"`
	// A list of mappings to be used for substituting URL custom parameter tags in
	// the tracking_url_template, final_urls, and/or final_mobile_urls.
	UrlCustomParameters []*CustomParameter `protobuf:"bytes,7,rep,name=url_custom_parameters,json=urlCustomParameters,proto3" json:"url_custom_parameters,omitempty"`
	// URL template for appending params to landing page URLs served with parallel
	// tracking.
	FinalUrlSuffix *wrapperspb.StringValue `protobuf:"bytes,8,opt,name=final_url_suffix,json=finalUrlSuffix,proto3" json:"final_url_suffix,omitempty"`
	// contains filtered or unexported fields
}

Represents an App extension.

func (*AppFeedItem) Descriptor deprecated

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

Deprecated: Use AppFeedItem.ProtoReflect.Descriptor instead.

func (*AppFeedItem) GetAppId

func (x *AppFeedItem) GetAppId() *wrapperspb.StringValue

func (*AppFeedItem) GetAppStore

func (x *AppFeedItem) GetAppStore() enums.AppStoreEnum_AppStore

func (*AppFeedItem) GetFinalMobileUrls

func (x *AppFeedItem) GetFinalMobileUrls() []*wrapperspb.StringValue

func (*AppFeedItem) GetFinalUrlSuffix

func (x *AppFeedItem) GetFinalUrlSuffix() *wrapperspb.StringValue

func (*AppFeedItem) GetFinalUrls

func (x *AppFeedItem) GetFinalUrls() []*wrapperspb.StringValue

func (*AppFeedItem) GetLinkText

func (x *AppFeedItem) GetLinkText() *wrapperspb.StringValue

func (*AppFeedItem) GetTrackingUrlTemplate

func (x *AppFeedItem) GetTrackingUrlTemplate() *wrapperspb.StringValue

func (*AppFeedItem) GetUrlCustomParameters

func (x *AppFeedItem) GetUrlCustomParameters() []*CustomParameter

func (*AppFeedItem) ProtoMessage

func (*AppFeedItem) ProtoMessage()

func (*AppFeedItem) ProtoReflect

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

func (*AppFeedItem) Reset

func (x *AppFeedItem) Reset()

func (*AppFeedItem) String

func (x *AppFeedItem) String() string

type AppPaymentModelInfo

type AppPaymentModelInfo struct {

	// Type of the app payment model.
	Type enums.AppPaymentModelTypeEnum_AppPaymentModelType `` /* 141-byte string literal not displayed */
	// contains filtered or unexported fields
}

An app payment model criterion.

func (*AppPaymentModelInfo) Descriptor deprecated

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

Deprecated: Use AppPaymentModelInfo.ProtoReflect.Descriptor instead.

func (*AppPaymentModelInfo) GetType

func (*AppPaymentModelInfo) ProtoMessage

func (*AppPaymentModelInfo) ProtoMessage()

func (*AppPaymentModelInfo) ProtoReflect

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

func (*AppPaymentModelInfo) Reset

func (x *AppPaymentModelInfo) Reset()

func (*AppPaymentModelInfo) String

func (x *AppPaymentModelInfo) String() string

type BasicUserListInfo

type BasicUserListInfo struct {

	// Actions associated with this user list.
	Actions []*UserListActionInfo `protobuf:"bytes,1,rep,name=actions,proto3" json:"actions,omitempty"`
	// contains filtered or unexported fields
}

User list targeting as a collection of conversions or remarketing actions.

func (*BasicUserListInfo) Descriptor deprecated

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

Deprecated: Use BasicUserListInfo.ProtoReflect.Descriptor instead.

func (*BasicUserListInfo) GetActions

func (x *BasicUserListInfo) GetActions() []*UserListActionInfo

func (*BasicUserListInfo) ProtoMessage

func (*BasicUserListInfo) ProtoMessage()

func (*BasicUserListInfo) ProtoReflect

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

func (*BasicUserListInfo) Reset

func (x *BasicUserListInfo) Reset()

func (*BasicUserListInfo) String

func (x *BasicUserListInfo) String() string

type BidModifierSimulationPoint

type BidModifierSimulationPoint struct {

	// The simulated bid modifier upon which projected metrics are based.
	BidModifier *wrapperspb.DoubleValue `protobuf:"bytes,1,opt,name=bid_modifier,json=bidModifier,proto3" json:"bid_modifier,omitempty"`
	// Projected number of biddable conversions.
	// Only search advertising channel type supports this field.
	BiddableConversions *wrapperspb.DoubleValue `protobuf:"bytes,2,opt,name=biddable_conversions,json=biddableConversions,proto3" json:"biddable_conversions,omitempty"`
	// Projected total value of biddable conversions.
	// Only search advertising channel type supports this field.
	BiddableConversionsValue *wrapperspb.DoubleValue `` /* 135-byte string literal not displayed */
	// Projected number of clicks.
	Clicks *wrapperspb.Int64Value `protobuf:"bytes,4,opt,name=clicks,proto3" json:"clicks,omitempty"`
	// Projected cost in micros.
	CostMicros *wrapperspb.Int64Value `protobuf:"bytes,5,opt,name=cost_micros,json=costMicros,proto3" json:"cost_micros,omitempty"`
	// Projected number of impressions.
	Impressions *wrapperspb.Int64Value `protobuf:"bytes,6,opt,name=impressions,proto3" json:"impressions,omitempty"`
	// Projected number of top slot impressions.
	// Only search advertising channel type supports this field.
	TopSlotImpressions *wrapperspb.Int64Value `protobuf:"bytes,7,opt,name=top_slot_impressions,json=topSlotImpressions,proto3" json:"top_slot_impressions,omitempty"`
	// Projected number of biddable conversions for the parent resource.
	// Only search advertising channel type supports this field.
	ParentBiddableConversions *wrapperspb.DoubleValue `` /* 138-byte string literal not displayed */
	// Projected total value of biddable conversions for the parent resource.
	// Only search advertising channel type supports this field.
	ParentBiddableConversionsValue *wrapperspb.DoubleValue `` /* 155-byte string literal not displayed */
	// Projected number of clicks for the parent resource.
	ParentClicks *wrapperspb.Int64Value `protobuf:"bytes,10,opt,name=parent_clicks,json=parentClicks,proto3" json:"parent_clicks,omitempty"`
	// Projected cost in micros for the parent resource.
	ParentCostMicros *wrapperspb.Int64Value `protobuf:"bytes,11,opt,name=parent_cost_micros,json=parentCostMicros,proto3" json:"parent_cost_micros,omitempty"`
	// Projected number of impressions for the parent resource.
	ParentImpressions *wrapperspb.Int64Value `protobuf:"bytes,12,opt,name=parent_impressions,json=parentImpressions,proto3" json:"parent_impressions,omitempty"`
	// Projected number of top slot impressions for the parent resource.
	// Only search advertising channel type supports this field.
	ParentTopSlotImpressions *wrapperspb.Int64Value `` /* 138-byte string literal not displayed */
	// Projected minimum daily budget that must be available to the parent
	// resource to realize this simulation.
	ParentRequiredBudgetMicros *wrapperspb.Int64Value `` /* 144-byte string literal not displayed */
	// contains filtered or unexported fields
}

Projected metrics for a specific bid modifier amount.

func (*BidModifierSimulationPoint) Descriptor deprecated

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

Deprecated: Use BidModifierSimulationPoint.ProtoReflect.Descriptor instead.

func (*BidModifierSimulationPoint) GetBidModifier

func (x *BidModifierSimulationPoint) GetBidModifier() *wrapperspb.DoubleValue

func (*BidModifierSimulationPoint) GetBiddableConversions

func (x *BidModifierSimulationPoint) GetBiddableConversions() *wrapperspb.DoubleValue

func (*BidModifierSimulationPoint) GetBiddableConversionsValue

func (x *BidModifierSimulationPoint) GetBiddableConversionsValue() *wrapperspb.DoubleValue

func (*BidModifierSimulationPoint) GetClicks

func (*BidModifierSimulationPoint) GetCostMicros

func (x *BidModifierSimulationPoint) GetCostMicros() *wrapperspb.Int64Value

func (*BidModifierSimulationPoint) GetImpressions

func (x *BidModifierSimulationPoint) GetImpressions() *wrapperspb.Int64Value

func (*BidModifierSimulationPoint) GetParentBiddableConversions

func (x *BidModifierSimulationPoint) GetParentBiddableConversions() *wrapperspb.DoubleValue

func (*BidModifierSimulationPoint) GetParentBiddableConversionsValue

func (x *BidModifierSimulationPoint) GetParentBiddableConversionsValue() *wrapperspb.DoubleValue

func (*BidModifierSimulationPoint) GetParentClicks

func (x *BidModifierSimulationPoint) GetParentClicks() *wrapperspb.Int64Value

func (*BidModifierSimulationPoint) GetParentCostMicros

func (x *BidModifierSimulationPoint) GetParentCostMicros() *wrapperspb.Int64Value

func (*BidModifierSimulationPoint) GetParentImpressions

func (x *BidModifierSimulationPoint) GetParentImpressions() *wrapperspb.Int64Value

func (*BidModifierSimulationPoint) GetParentRequiredBudgetMicros

func (x *BidModifierSimulationPoint) GetParentRequiredBudgetMicros() *wrapperspb.Int64Value

func (*BidModifierSimulationPoint) GetParentTopSlotImpressions

func (x *BidModifierSimulationPoint) GetParentTopSlotImpressions() *wrapperspb.Int64Value

func (*BidModifierSimulationPoint) GetTopSlotImpressions

func (x *BidModifierSimulationPoint) GetTopSlotImpressions() *wrapperspb.Int64Value

func (*BidModifierSimulationPoint) ProtoMessage

func (*BidModifierSimulationPoint) ProtoMessage()

func (*BidModifierSimulationPoint) ProtoReflect

func (*BidModifierSimulationPoint) Reset

func (x *BidModifierSimulationPoint) Reset()

func (*BidModifierSimulationPoint) String

func (x *BidModifierSimulationPoint) String() string

type BidModifierSimulationPointList

type BidModifierSimulationPointList struct {

	// Projected metrics for a series of bid modifier amounts.
	Points []*BidModifierSimulationPoint `protobuf:"bytes,1,rep,name=points,proto3" json:"points,omitempty"`
	// contains filtered or unexported fields
}

A container for simulation points for simulations of type BID_MODIFIER.

func (*BidModifierSimulationPointList) Descriptor deprecated

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

Deprecated: Use BidModifierSimulationPointList.ProtoReflect.Descriptor instead.

func (*BidModifierSimulationPointList) GetPoints

func (*BidModifierSimulationPointList) ProtoMessage

func (*BidModifierSimulationPointList) ProtoMessage()

func (*BidModifierSimulationPointList) ProtoReflect

func (*BidModifierSimulationPointList) Reset

func (x *BidModifierSimulationPointList) Reset()

func (*BidModifierSimulationPointList) String

type CallFeedItem

type CallFeedItem struct {

	// The advertiser's phone number to append to the ad.
	// This string must not be empty.
	PhoneNumber *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=phone_number,json=phoneNumber,proto3" json:"phone_number,omitempty"`
	// Uppercase two-letter country code of the advertiser's phone number.
	// This string must not be empty.
	CountryCode *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=country_code,json=countryCode,proto3" json:"country_code,omitempty"`
	// Indicates whether call tracking is enabled. By default, call tracking is
	// not enabled.
	CallTrackingEnabled *wrapperspb.BoolValue `protobuf:"bytes,3,opt,name=call_tracking_enabled,json=callTrackingEnabled,proto3" json:"call_tracking_enabled,omitempty"`
	// The conversion action to attribute a call conversion to. If not set a
	// default conversion action is used. This field only has effect if
	// call_tracking_enabled is set to true. Otherwise this field is ignored.
	CallConversionAction *wrapperspb.StringValue `protobuf:"bytes,4,opt,name=call_conversion_action,json=callConversionAction,proto3" json:"call_conversion_action,omitempty"`
	// If true, disable call conversion tracking. call_conversion_action should
	// not be set if this is true. Optional.
	CallConversionTrackingDisabled *wrapperspb.BoolValue `` /* 155-byte string literal not displayed */
	// Enum value that indicates whether this call extension uses its own call
	// conversion setting (or just have call conversion disabled), or following
	// the account level setting.
	CallConversionReportingState enums.CallConversionReportingStateEnum_CallConversionReportingState `` /* 247-byte string literal not displayed */
	// contains filtered or unexported fields
}

Represents a Call extension.

func (*CallFeedItem) Descriptor deprecated

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

Deprecated: Use CallFeedItem.ProtoReflect.Descriptor instead.

func (*CallFeedItem) GetCallConversionAction

func (x *CallFeedItem) GetCallConversionAction() *wrapperspb.StringValue

func (*CallFeedItem) GetCallConversionTrackingDisabled

func (x *CallFeedItem) GetCallConversionTrackingDisabled() *wrapperspb.BoolValue

func (*CallFeedItem) GetCallTrackingEnabled

func (x *CallFeedItem) GetCallTrackingEnabled() *wrapperspb.BoolValue

func (*CallFeedItem) GetCountryCode

func (x *CallFeedItem) GetCountryCode() *wrapperspb.StringValue

func (*CallFeedItem) GetPhoneNumber

func (x *CallFeedItem) GetPhoneNumber() *wrapperspb.StringValue

func (*CallFeedItem) ProtoMessage

func (*CallFeedItem) ProtoMessage()

func (*CallFeedItem) ProtoReflect

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

func (*CallFeedItem) Reset

func (x *CallFeedItem) Reset()

func (*CallFeedItem) String

func (x *CallFeedItem) String() string

type CallOnlyAdInfo

type CallOnlyAdInfo struct {

	// The country code in the ad.
	CountryCode *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=country_code,json=countryCode,proto3" json:"country_code,omitempty"`
	// The phone number in the ad.
	PhoneNumber *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=phone_number,json=phoneNumber,proto3" json:"phone_number,omitempty"`
	// The business name in the ad.
	BusinessName *wrapperspb.StringValue `protobuf:"bytes,3,opt,name=business_name,json=businessName,proto3" json:"business_name,omitempty"`
	// First headline in the ad.
	Headline1 *wrapperspb.StringValue `protobuf:"bytes,11,opt,name=headline1,proto3" json:"headline1,omitempty"`
	// Second headline in the ad.
	Headline2 *wrapperspb.StringValue `protobuf:"bytes,12,opt,name=headline2,proto3" json:"headline2,omitempty"`
	// The first line of the ad's description.
	Description1 *wrapperspb.StringValue `protobuf:"bytes,4,opt,name=description1,proto3" json:"description1,omitempty"`
	// The second line of the ad's description.
	Description2 *wrapperspb.StringValue `protobuf:"bytes,5,opt,name=description2,proto3" json:"description2,omitempty"`
	// Whether to enable call tracking for the creative. Enabling call
	// tracking also enables call conversions.
	CallTracked *wrapperspb.BoolValue `protobuf:"bytes,6,opt,name=call_tracked,json=callTracked,proto3" json:"call_tracked,omitempty"`
	// Whether to disable call conversion for the creative.
	// If set to `true`, disables call conversions even when `call_tracked` is
	// `true`.
	// If `call_tracked` is `false`, this field is ignored.
	DisableCallConversion *wrapperspb.BoolValue `` /* 126-byte string literal not displayed */
	// The URL to be used for phone number verification.
	PhoneNumberVerificationUrl *wrapperspb.StringValue `` /* 143-byte string literal not displayed */
	// The conversion action to attribute a call conversion to. If not set a
	// default conversion action is used. This field only has effect if
	// call_tracked is set to true. Otherwise this field is ignored.
	ConversionAction *wrapperspb.StringValue `protobuf:"bytes,9,opt,name=conversion_action,json=conversionAction,proto3" json:"conversion_action,omitempty"`
	// The call conversion behavior of this call only ad. It can use its own call
	// conversion setting, inherit the account level setting, or be disabled.
	ConversionReportingState enums.CallConversionReportingStateEnum_CallConversionReportingState `` /* 234-byte string literal not displayed */
	// contains filtered or unexported fields
}

A call-only ad.

func (*CallOnlyAdInfo) Descriptor deprecated

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

Deprecated: Use CallOnlyAdInfo.ProtoReflect.Descriptor instead.

func (*CallOnlyAdInfo) GetBusinessName

func (x *CallOnlyAdInfo) GetBusinessName() *wrapperspb.StringValue

func (*CallOnlyAdInfo) GetCallTracked

func (x *CallOnlyAdInfo) GetCallTracked() *wrapperspb.BoolValue

func (*CallOnlyAdInfo) GetConversionAction

func (x *CallOnlyAdInfo) GetConversionAction() *wrapperspb.StringValue

func (*CallOnlyAdInfo) GetCountryCode

func (x *CallOnlyAdInfo) GetCountryCode() *wrapperspb.StringValue

func (*CallOnlyAdInfo) GetDescription1

func (x *CallOnlyAdInfo) GetDescription1() *wrapperspb.StringValue

func (*CallOnlyAdInfo) GetDescription2

func (x *CallOnlyAdInfo) GetDescription2() *wrapperspb.StringValue

func (*CallOnlyAdInfo) GetDisableCallConversion

func (x *CallOnlyAdInfo) GetDisableCallConversion() *wrapperspb.BoolValue

func (*CallOnlyAdInfo) GetHeadline1

func (x *CallOnlyAdInfo) GetHeadline1() *wrapperspb.StringValue

func (*CallOnlyAdInfo) GetHeadline2

func (x *CallOnlyAdInfo) GetHeadline2() *wrapperspb.StringValue

func (*CallOnlyAdInfo) GetPhoneNumber

func (x *CallOnlyAdInfo) GetPhoneNumber() *wrapperspb.StringValue

func (*CallOnlyAdInfo) GetPhoneNumberVerificationUrl

func (x *CallOnlyAdInfo) GetPhoneNumberVerificationUrl() *wrapperspb.StringValue

func (*CallOnlyAdInfo) ProtoMessage

func (*CallOnlyAdInfo) ProtoMessage()

func (*CallOnlyAdInfo) ProtoReflect

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

func (*CallOnlyAdInfo) Reset

func (x *CallOnlyAdInfo) Reset()

func (*CallOnlyAdInfo) String

func (x *CallOnlyAdInfo) String() string

type CalloutFeedItem

type CalloutFeedItem struct {

	// The callout text.
	// The length of this string should be between 1 and 25, inclusive.
	CalloutText *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=callout_text,json=calloutText,proto3" json:"callout_text,omitempty"`
	// contains filtered or unexported fields
}

Represents a callout extension.

func (*CalloutFeedItem) Descriptor deprecated

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

Deprecated: Use CalloutFeedItem.ProtoReflect.Descriptor instead.

func (*CalloutFeedItem) GetCalloutText

func (x *CalloutFeedItem) GetCalloutText() *wrapperspb.StringValue

func (*CalloutFeedItem) ProtoMessage

func (*CalloutFeedItem) ProtoMessage()

func (*CalloutFeedItem) ProtoReflect

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

func (*CalloutFeedItem) Reset

func (x *CalloutFeedItem) Reset()

func (*CalloutFeedItem) String

func (x *CalloutFeedItem) String() string

type CarrierInfo

type CarrierInfo struct {

	// The Carrier constant resource name.
	CarrierConstant *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=carrier_constant,json=carrierConstant,proto3" json:"carrier_constant,omitempty"`
	// contains filtered or unexported fields
}

Represents a Carrier Criterion.

func (*CarrierInfo) Descriptor deprecated

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

Deprecated: Use CarrierInfo.ProtoReflect.Descriptor instead.

func (*CarrierInfo) GetCarrierConstant

func (x *CarrierInfo) GetCarrierConstant() *wrapperspb.StringValue

func (*CarrierInfo) ProtoMessage

func (*CarrierInfo) ProtoMessage()

func (*CarrierInfo) ProtoReflect

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

func (*CarrierInfo) Reset

func (x *CarrierInfo) Reset()

func (*CarrierInfo) String

func (x *CarrierInfo) String() string

type ClickLocation

type ClickLocation struct {

	// The city location criterion associated with the impression.
	City *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=city,proto3" json:"city,omitempty"`
	// The country location criterion associated with the impression.
	Country *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=country,proto3" json:"country,omitempty"`
	// The metro location criterion associated with the impression.
	Metro *wrapperspb.StringValue `protobuf:"bytes,3,opt,name=metro,proto3" json:"metro,omitempty"`
	// The most specific location criterion associated with the impression.
	MostSpecific *wrapperspb.StringValue `protobuf:"bytes,4,opt,name=most_specific,json=mostSpecific,proto3" json:"most_specific,omitempty"`
	// The region location criterion associated with the impression.
	Region *wrapperspb.StringValue `protobuf:"bytes,5,opt,name=region,proto3" json:"region,omitempty"`
	// contains filtered or unexported fields
}

Location criteria associated with a click.

func (*ClickLocation) Descriptor deprecated

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

Deprecated: Use ClickLocation.ProtoReflect.Descriptor instead.

func (*ClickLocation) GetCity

func (x *ClickLocation) GetCity() *wrapperspb.StringValue

func (*ClickLocation) GetCountry

func (x *ClickLocation) GetCountry() *wrapperspb.StringValue

func (*ClickLocation) GetMetro

func (x *ClickLocation) GetMetro() *wrapperspb.StringValue

func (*ClickLocation) GetMostSpecific

func (x *ClickLocation) GetMostSpecific() *wrapperspb.StringValue

func (*ClickLocation) GetRegion

func (x *ClickLocation) GetRegion() *wrapperspb.StringValue

func (*ClickLocation) ProtoMessage

func (*ClickLocation) ProtoMessage()

func (*ClickLocation) ProtoReflect

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

func (*ClickLocation) Reset

func (x *ClickLocation) Reset()

func (*ClickLocation) String

func (x *ClickLocation) String() string

type CombinedRuleUserListInfo

type CombinedRuleUserListInfo struct {

	// Left operand of the combined rule.
	// This field is required and must be populated when creating new combined
	// rule based user list.
	LeftOperand *UserListRuleInfo `protobuf:"bytes,1,opt,name=left_operand,json=leftOperand,proto3" json:"left_operand,omitempty"`
	// Right operand of the combined rule.
	// This field is required and must be populated when creating new combined
	// rule based user list.
	RightOperand *UserListRuleInfo `protobuf:"bytes,2,opt,name=right_operand,json=rightOperand,proto3" json:"right_operand,omitempty"`
	// Operator to connect the two operands.
	//
	// Required for creating a combined rule user list.
	RuleOperator enums.UserListCombinedRuleOperatorEnum_UserListCombinedRuleOperator `` /* 195-byte string literal not displayed */
	// contains filtered or unexported fields
}

User lists defined by combining two rules, left operand and right operand. There are two operators: AND where left operand and right operand have to be true; AND_NOT where left operand is true but right operand is false.

func (*CombinedRuleUserListInfo) Descriptor deprecated

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

Deprecated: Use CombinedRuleUserListInfo.ProtoReflect.Descriptor instead.

func (*CombinedRuleUserListInfo) GetLeftOperand

func (x *CombinedRuleUserListInfo) GetLeftOperand() *UserListRuleInfo

func (*CombinedRuleUserListInfo) GetRightOperand

func (x *CombinedRuleUserListInfo) GetRightOperand() *UserListRuleInfo

func (*CombinedRuleUserListInfo) ProtoMessage

func (*CombinedRuleUserListInfo) ProtoMessage()

func (*CombinedRuleUserListInfo) ProtoReflect

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

func (*CombinedRuleUserListInfo) Reset

func (x *CombinedRuleUserListInfo) Reset()

func (*CombinedRuleUserListInfo) String

func (x *CombinedRuleUserListInfo) String() string

type Commission

type Commission struct {

	// Commission rate defines the portion of the conversion value that the
	// advertiser will be billed. A commission rate of x should be passed into
	// this field as (x * 1,000,000). For example, 106,000 represents a commission
	// rate of 0.106 (10.6%).
	CommissionRateMicros *wrapperspb.Int64Value `protobuf:"bytes,1,opt,name=commission_rate_micros,json=commissionRateMicros,proto3" json:"commission_rate_micros,omitempty"`
	// contains filtered or unexported fields
}

Commission is an automatic bidding strategy in which the advertiser pays a certain portion of the conversion value.

func (*Commission) Descriptor deprecated

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

Deprecated: Use Commission.ProtoReflect.Descriptor instead.

func (*Commission) GetCommissionRateMicros

func (x *Commission) GetCommissionRateMicros() *wrapperspb.Int64Value

func (*Commission) ProtoMessage

func (*Commission) ProtoMessage()

func (*Commission) ProtoReflect

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

func (*Commission) Reset

func (x *Commission) Reset()

func (*Commission) String

func (x *Commission) String() string

type ContentLabelInfo

type ContentLabelInfo struct {

	// Content label type, required for CREATE operations.
	Type enums.ContentLabelTypeEnum_ContentLabelType `` /* 135-byte string literal not displayed */
	// contains filtered or unexported fields
}

Content Label for category exclusion.

func (*ContentLabelInfo) Descriptor deprecated

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

Deprecated: Use ContentLabelInfo.ProtoReflect.Descriptor instead.

func (*ContentLabelInfo) GetType

func (*ContentLabelInfo) ProtoMessage

func (*ContentLabelInfo) ProtoMessage()

func (*ContentLabelInfo) ProtoReflect

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

func (*ContentLabelInfo) Reset

func (x *ContentLabelInfo) Reset()

func (*ContentLabelInfo) String

func (x *ContentLabelInfo) String() string

type CpcBidSimulationPoint

type CpcBidSimulationPoint struct {

	// The simulated CPC bid upon which projected metrics are based.
	CpcBidMicros *wrapperspb.Int64Value `protobuf:"bytes,1,opt,name=cpc_bid_micros,json=cpcBidMicros,proto3" json:"cpc_bid_micros,omitempty"`
	// Projected number of biddable conversions.
	BiddableConversions *wrapperspb.DoubleValue `protobuf:"bytes,2,opt,name=biddable_conversions,json=biddableConversions,proto3" json:"biddable_conversions,omitempty"`
	// Projected total value of biddable conversions.
	BiddableConversionsValue *wrapperspb.DoubleValue `` /* 135-byte string literal not displayed */
	// Projected number of clicks.
	Clicks *wrapperspb.Int64Value `protobuf:"bytes,4,opt,name=clicks,proto3" json:"clicks,omitempty"`
	// Projected cost in micros.
	CostMicros *wrapperspb.Int64Value `protobuf:"bytes,5,opt,name=cost_micros,json=costMicros,proto3" json:"cost_micros,omitempty"`
	// Projected number of impressions.
	Impressions *wrapperspb.Int64Value `protobuf:"bytes,6,opt,name=impressions,proto3" json:"impressions,omitempty"`
	// Projected number of top slot impressions.
	// Only search advertising channel type supports this field.
	TopSlotImpressions *wrapperspb.Int64Value `protobuf:"bytes,7,opt,name=top_slot_impressions,json=topSlotImpressions,proto3" json:"top_slot_impressions,omitempty"`
	// contains filtered or unexported fields
}

Projected metrics for a specific CPC bid amount.

func (*CpcBidSimulationPoint) Descriptor deprecated

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

Deprecated: Use CpcBidSimulationPoint.ProtoReflect.Descriptor instead.

func (*CpcBidSimulationPoint) GetBiddableConversions

func (x *CpcBidSimulationPoint) GetBiddableConversions() *wrapperspb.DoubleValue

func (*CpcBidSimulationPoint) GetBiddableConversionsValue

func (x *CpcBidSimulationPoint) GetBiddableConversionsValue() *wrapperspb.DoubleValue

func (*CpcBidSimulationPoint) GetClicks

func (*CpcBidSimulationPoint) GetCostMicros

func (x *CpcBidSimulationPoint) GetCostMicros() *wrapperspb.Int64Value

func (*CpcBidSimulationPoint) GetCpcBidMicros

func (x *CpcBidSimulationPoint) GetCpcBidMicros() *wrapperspb.Int64Value

func (*CpcBidSimulationPoint) GetImpressions

func (x *CpcBidSimulationPoint) GetImpressions() *wrapperspb.Int64Value

func (*CpcBidSimulationPoint) GetTopSlotImpressions

func (x *CpcBidSimulationPoint) GetTopSlotImpressions() *wrapperspb.Int64Value

func (*CpcBidSimulationPoint) ProtoMessage

func (*CpcBidSimulationPoint) ProtoMessage()

func (*CpcBidSimulationPoint) ProtoReflect

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

func (*CpcBidSimulationPoint) Reset

func (x *CpcBidSimulationPoint) Reset()

func (*CpcBidSimulationPoint) String

func (x *CpcBidSimulationPoint) String() string

type CpcBidSimulationPointList

type CpcBidSimulationPointList struct {

	// Projected metrics for a series of CPC bid amounts.
	Points []*CpcBidSimulationPoint `protobuf:"bytes,1,rep,name=points,proto3" json:"points,omitempty"`
	// contains filtered or unexported fields
}

A container for simulation points for simulations of type CPC_BID.

func (*CpcBidSimulationPointList) Descriptor deprecated

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

Deprecated: Use CpcBidSimulationPointList.ProtoReflect.Descriptor instead.

func (*CpcBidSimulationPointList) GetPoints

func (*CpcBidSimulationPointList) ProtoMessage

func (*CpcBidSimulationPointList) ProtoMessage()

func (*CpcBidSimulationPointList) ProtoReflect

func (*CpcBidSimulationPointList) Reset

func (x *CpcBidSimulationPointList) Reset()

func (*CpcBidSimulationPointList) String

func (x *CpcBidSimulationPointList) String() string

type CpvBidSimulationPoint

type CpvBidSimulationPoint struct {

	// The simulated CPV bid upon which projected metrics are based.
	CpvBidMicros *wrapperspb.Int64Value `protobuf:"bytes,1,opt,name=cpv_bid_micros,json=cpvBidMicros,proto3" json:"cpv_bid_micros,omitempty"`
	// Projected cost in micros.
	CostMicros *wrapperspb.Int64Value `protobuf:"bytes,2,opt,name=cost_micros,json=costMicros,proto3" json:"cost_micros,omitempty"`
	// Projected number of impressions.
	Impressions *wrapperspb.Int64Value `protobuf:"bytes,3,opt,name=impressions,proto3" json:"impressions,omitempty"`
	// Projected number of views.
	Views *wrapperspb.Int64Value `protobuf:"bytes,4,opt,name=views,proto3" json:"views,omitempty"`
	// contains filtered or unexported fields
}

Projected metrics for a specific CPV bid amount.

func (*CpvBidSimulationPoint) Descriptor deprecated

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

Deprecated: Use CpvBidSimulationPoint.ProtoReflect.Descriptor instead.

func (*CpvBidSimulationPoint) GetCostMicros

func (x *CpvBidSimulationPoint) GetCostMicros() *wrapperspb.Int64Value

func (*CpvBidSimulationPoint) GetCpvBidMicros

func (x *CpvBidSimulationPoint) GetCpvBidMicros() *wrapperspb.Int64Value

func (*CpvBidSimulationPoint) GetImpressions

func (x *CpvBidSimulationPoint) GetImpressions() *wrapperspb.Int64Value

func (*CpvBidSimulationPoint) GetViews

func (*CpvBidSimulationPoint) ProtoMessage

func (*CpvBidSimulationPoint) ProtoMessage()

func (*CpvBidSimulationPoint) ProtoReflect

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

func (*CpvBidSimulationPoint) Reset

func (x *CpvBidSimulationPoint) Reset()

func (*CpvBidSimulationPoint) String

func (x *CpvBidSimulationPoint) String() string

type CpvBidSimulationPointList

type CpvBidSimulationPointList struct {

	// Projected metrics for a series of CPV bid amounts.
	Points []*CpvBidSimulationPoint `protobuf:"bytes,1,rep,name=points,proto3" json:"points,omitempty"`
	// contains filtered or unexported fields
}

A container for simulation points for simulations of type CPV_BID.

func (*CpvBidSimulationPointList) Descriptor deprecated

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

Deprecated: Use CpvBidSimulationPointList.ProtoReflect.Descriptor instead.

func (*CpvBidSimulationPointList) GetPoints

func (*CpvBidSimulationPointList) ProtoMessage

func (*CpvBidSimulationPointList) ProtoMessage()

func (*CpvBidSimulationPointList) ProtoReflect

func (*CpvBidSimulationPointList) Reset

func (x *CpvBidSimulationPointList) Reset()

func (*CpvBidSimulationPointList) String

func (x *CpvBidSimulationPointList) String() string

type CriterionCategoryAvailability

type CriterionCategoryAvailability struct {

	// Channel types and subtypes that are available to the category.
	Channel *CriterionCategoryChannelAvailability `protobuf:"bytes,1,opt,name=channel,proto3" json:"channel,omitempty"`
	// Locales that are available to the category for the channel.
	Locale []*CriterionCategoryLocaleAvailability `protobuf:"bytes,2,rep,name=locale,proto3" json:"locale,omitempty"`
	// contains filtered or unexported fields
}

Information of category availability, per advertising channel.

func (*CriterionCategoryAvailability) Descriptor deprecated

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

Deprecated: Use CriterionCategoryAvailability.ProtoReflect.Descriptor instead.

func (*CriterionCategoryAvailability) GetChannel

func (*CriterionCategoryAvailability) GetLocale

func (*CriterionCategoryAvailability) ProtoMessage

func (*CriterionCategoryAvailability) ProtoMessage()

func (*CriterionCategoryAvailability) ProtoReflect

func (*CriterionCategoryAvailability) Reset

func (x *CriterionCategoryAvailability) Reset()

func (*CriterionCategoryAvailability) String

type CriterionCategoryChannelAvailability

type CriterionCategoryChannelAvailability struct {

	// Format of the channel availability. Can be ALL_CHANNELS (the rest of the
	// fields will not be set), CHANNEL_TYPE (only advertising_channel_type type
	// will be set, the category is available to all sub types under it) or
	// CHANNEL_TYPE_AND_SUBTYPES (advertising_channel_type,
	// advertising_channel_sub_type, and include_default_channel_sub_type will all
	// be set).
	AvailabilityMode enums.CriterionCategoryChannelAvailabilityModeEnum_CriterionCategoryChannelAvailabilityMode `` /* 231-byte string literal not displayed */
	// Channel type the category is available to.
	AdvertisingChannelType enums.AdvertisingChannelTypeEnum_AdvertisingChannelType `` /* 215-byte string literal not displayed */
	// Channel subtypes under the channel type the category is available to.
	AdvertisingChannelSubType []enums.AdvertisingChannelSubTypeEnum_AdvertisingChannelSubType `` /* 239-byte string literal not displayed */
	// Whether default channel sub type is included. For example,
	// advertising_channel_type being DISPLAY and include_default_channel_sub_type
	// being false means that the default display campaign where channel sub type
	// is not set is not included in this availability configuration.
	IncludeDefaultChannelSubType *wrapperspb.BoolValue `` /* 151-byte string literal not displayed */
	// contains filtered or unexported fields
}

Information of advertising channel type and subtypes a category is available in.

func (*CriterionCategoryChannelAvailability) Descriptor deprecated

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

Deprecated: Use CriterionCategoryChannelAvailability.ProtoReflect.Descriptor instead.

func (*CriterionCategoryChannelAvailability) GetAdvertisingChannelSubType

func (*CriterionCategoryChannelAvailability) GetAdvertisingChannelType

func (*CriterionCategoryChannelAvailability) GetIncludeDefaultChannelSubType

func (x *CriterionCategoryChannelAvailability) GetIncludeDefaultChannelSubType() *wrapperspb.BoolValue

func (*CriterionCategoryChannelAvailability) ProtoMessage

func (*CriterionCategoryChannelAvailability) ProtoMessage()

func (*CriterionCategoryChannelAvailability) ProtoReflect

func (*CriterionCategoryChannelAvailability) Reset

func (*CriterionCategoryChannelAvailability) String

type CriterionCategoryLocaleAvailability

type CriterionCategoryLocaleAvailability struct {

	// Format of the locale availability. Can be LAUNCHED_TO_ALL (both country and
	// language will be empty), COUNTRY (only country will be set), LANGUAGE (only
	// language wil be set), COUNTRY_AND_LANGUAGE (both country and language will
	// be set).
	AvailabilityMode enums.CriterionCategoryLocaleAvailabilityModeEnum_CriterionCategoryLocaleAvailabilityMode `` /* 229-byte string literal not displayed */
	// Code of the country.
	CountryCode *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=country_code,json=countryCode,proto3" json:"country_code,omitempty"`
	// Code of the language.
	LanguageCode *wrapperspb.StringValue `protobuf:"bytes,3,opt,name=language_code,json=languageCode,proto3" json:"language_code,omitempty"`
	// contains filtered or unexported fields
}

Information about which locales a category is available in.

func (*CriterionCategoryLocaleAvailability) Descriptor deprecated

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

Deprecated: Use CriterionCategoryLocaleAvailability.ProtoReflect.Descriptor instead.

func (*CriterionCategoryLocaleAvailability) GetCountryCode

func (*CriterionCategoryLocaleAvailability) GetLanguageCode

func (*CriterionCategoryLocaleAvailability) ProtoMessage

func (*CriterionCategoryLocaleAvailability) ProtoMessage()

func (*CriterionCategoryLocaleAvailability) ProtoReflect

func (*CriterionCategoryLocaleAvailability) Reset

func (*CriterionCategoryLocaleAvailability) String

type CrmBasedUserListInfo

type CrmBasedUserListInfo struct {

	// A string that uniquely identifies a mobile application from which the data
	// was collected to the Google Ads API.
	// For iOS, the ID string is the 9 digit string that appears at the end of an
	// App Store URL (e.g., "476943146" for "Flood-It! 2" whose App Store link is
	// http://itunes.apple.com/us/app/flood-it!-2/id476943146).
	// For Android, the ID string is the application's package name
	// (e.g., "com.labpixies.colordrips" for "Color Drips" given Google Play link
	// https://play.google.com/store/apps/details?id=com.labpixies.colordrips).
	// Required when creating CrmBasedUserList for uploading mobile advertising
	// IDs.
	AppId *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"`
	// Matching key type of the list.
	// Mixed data types are not allowed on the same list.
	// This field is required for an ADD operation.
	UploadKeyType enums.CustomerMatchUploadKeyTypeEnum_CustomerMatchUploadKeyType `` /* 196-byte string literal not displayed */
	// Data source of the list. Default value is FIRST_PARTY.
	// Only customers on the allow-list can create third-party sourced CRM lists.
	DataSourceType enums.UserListCrmDataSourceTypeEnum_UserListCrmDataSourceType `` /* 197-byte string literal not displayed */
	// contains filtered or unexported fields
}

UserList of CRM users provided by the advertiser.

func (*CrmBasedUserListInfo) Descriptor deprecated

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

Deprecated: Use CrmBasedUserListInfo.ProtoReflect.Descriptor instead.

func (*CrmBasedUserListInfo) GetAppId

func (*CrmBasedUserListInfo) ProtoMessage

func (*CrmBasedUserListInfo) ProtoMessage()

func (*CrmBasedUserListInfo) ProtoReflect

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

func (*CrmBasedUserListInfo) Reset

func (x *CrmBasedUserListInfo) Reset()

func (*CrmBasedUserListInfo) String

func (x *CrmBasedUserListInfo) String() string

type CustomAffinityInfo

type CustomAffinityInfo struct {

	// The CustomInterest resource name.
	CustomAffinity *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=custom_affinity,json=customAffinity,proto3" json:"custom_affinity,omitempty"`
	// contains filtered or unexported fields
}

A custom affinity criterion. A criterion of this type is only targetable.

func (*CustomAffinityInfo) Descriptor deprecated

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

Deprecated: Use CustomAffinityInfo.ProtoReflect.Descriptor instead.

func (*CustomAffinityInfo) GetCustomAffinity

func (x *CustomAffinityInfo) GetCustomAffinity() *wrapperspb.StringValue

func (*CustomAffinityInfo) ProtoMessage

func (*CustomAffinityInfo) ProtoMessage()

func (*CustomAffinityInfo) ProtoReflect

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

func (*CustomAffinityInfo) Reset

func (x *CustomAffinityInfo) Reset()

func (*CustomAffinityInfo) String

func (x *CustomAffinityInfo) String() string

type CustomIntentInfo

type CustomIntentInfo struct {

	// The CustomInterest resource name.
	CustomIntent *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=custom_intent,json=customIntent,proto3" json:"custom_intent,omitempty"`
	// contains filtered or unexported fields
}

A custom intent criterion. A criterion of this type is only targetable.

func (*CustomIntentInfo) Descriptor deprecated

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

Deprecated: Use CustomIntentInfo.ProtoReflect.Descriptor instead.

func (*CustomIntentInfo) GetCustomIntent

func (x *CustomIntentInfo) GetCustomIntent() *wrapperspb.StringValue

func (*CustomIntentInfo) ProtoMessage

func (*CustomIntentInfo) ProtoMessage()

func (*CustomIntentInfo) ProtoReflect

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

func (*CustomIntentInfo) Reset

func (x *CustomIntentInfo) Reset()

func (*CustomIntentInfo) String

func (x *CustomIntentInfo) String() string

type CustomParameter

type CustomParameter struct {

	// The key matching the parameter tag name.
	Key *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	// The value to be substituted.
	Value *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

A mapping that can be used by custom parameter tags in a `tracking_url_template`, `final_urls`, or `mobile_final_urls`.

func (*CustomParameter) Descriptor deprecated

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

Deprecated: Use CustomParameter.ProtoReflect.Descriptor instead.

func (*CustomParameter) GetKey

func (x *CustomParameter) GetKey() *wrapperspb.StringValue

func (*CustomParameter) GetValue

func (x *CustomParameter) GetValue() *wrapperspb.StringValue

func (*CustomParameter) ProtoMessage

func (*CustomParameter) ProtoMessage()

func (*CustomParameter) ProtoReflect

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

func (*CustomParameter) Reset

func (x *CustomParameter) Reset()

func (*CustomParameter) String

func (x *CustomParameter) String() string

type DateRange

type DateRange struct {

	// The start date, in yyyy-mm-dd format. This date is inclusive.
	StartDate *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=start_date,json=startDate,proto3" json:"start_date,omitempty"`
	// The end date, in yyyy-mm-dd format. This date is inclusive.
	EndDate *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=end_date,json=endDate,proto3" json:"end_date,omitempty"`
	// contains filtered or unexported fields
}

A date range.

func (*DateRange) Descriptor deprecated

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

Deprecated: Use DateRange.ProtoReflect.Descriptor instead.

func (*DateRange) GetEndDate

func (x *DateRange) GetEndDate() *wrapperspb.StringValue

func (*DateRange) GetStartDate

func (x *DateRange) GetStartDate() *wrapperspb.StringValue

func (*DateRange) ProtoMessage

func (*DateRange) ProtoMessage()

func (*DateRange) ProtoReflect

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

func (*DateRange) Reset

func (x *DateRange) Reset()

func (*DateRange) String

func (x *DateRange) String() string

type DateSpecificRuleUserListInfo

type DateSpecificRuleUserListInfo struct {

	// Boolean rule that defines visitor of a page.
	//
	// Required for creating a date specific rule user list.
	Rule *UserListRuleInfo `protobuf:"bytes,1,opt,name=rule,proto3" json:"rule,omitempty"`
	// Start date of users visit. If set to 2000-01-01, then the list includes all
	// users before end_date. The date's format should be YYYY-MM-DD.
	//
	// Required for creating a data specific rule user list.
	StartDate *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=start_date,json=startDate,proto3" json:"start_date,omitempty"`
	// End date of users visit. If set to 2037-12-30, then the list includes all
	// users after start_date. The date's format should be YYYY-MM-DD.
	//
	// Required for creating a data specific rule user list.
	EndDate *wrapperspb.StringValue `protobuf:"bytes,3,opt,name=end_date,json=endDate,proto3" json:"end_date,omitempty"`
	// contains filtered or unexported fields
}

Visitors of a page during specific dates.

func (*DateSpecificRuleUserListInfo) Descriptor deprecated

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

Deprecated: Use DateSpecificRuleUserListInfo.ProtoReflect.Descriptor instead.

func (*DateSpecificRuleUserListInfo) GetEndDate

func (*DateSpecificRuleUserListInfo) GetRule

func (*DateSpecificRuleUserListInfo) GetStartDate

func (*DateSpecificRuleUserListInfo) ProtoMessage

func (*DateSpecificRuleUserListInfo) ProtoMessage()

func (*DateSpecificRuleUserListInfo) ProtoReflect

func (*DateSpecificRuleUserListInfo) Reset

func (x *DateSpecificRuleUserListInfo) Reset()

func (*DateSpecificRuleUserListInfo) String

type DeviceInfo

type DeviceInfo struct {

	// Type of the device.
	Type enums.DeviceEnum_Device `protobuf:"varint,1,opt,name=type,proto3,enum=google.ads.googleads.v2.enums.DeviceEnum_Device" json:"type,omitempty"`
	// contains filtered or unexported fields
}

A device criterion.

func (*DeviceInfo) Descriptor deprecated

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

Deprecated: Use DeviceInfo.ProtoReflect.Descriptor instead.

func (*DeviceInfo) GetType

func (x *DeviceInfo) GetType() enums.DeviceEnum_Device

func (*DeviceInfo) ProtoMessage

func (*DeviceInfo) ProtoMessage()

func (*DeviceInfo) ProtoReflect

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

func (*DeviceInfo) Reset

func (x *DeviceInfo) Reset()

func (*DeviceInfo) String

func (x *DeviceInfo) String() string

type DisplayCallToAction

type DisplayCallToAction struct {

	// Text for the display-call-to-action.
	Text *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=text,proto3" json:"text,omitempty"`
	// Text color for the display-call-to-action in hexadecimal, e.g. #ffffff for
	// white.
	TextColor *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=text_color,json=textColor,proto3" json:"text_color,omitempty"`
	// Identifies the url collection in the ad.url_collections field. If not set
	// the url defaults to final_url.
	UrlCollectionId *wrapperspb.StringValue `protobuf:"bytes,3,opt,name=url_collection_id,json=urlCollectionId,proto3" json:"url_collection_id,omitempty"`
	// contains filtered or unexported fields
}

Data for display call to action. The call to action is a piece of the ad that prompts the user to do something. Like clicking a link or making a phone call.

func (*DisplayCallToAction) Descriptor deprecated

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

Deprecated: Use DisplayCallToAction.ProtoReflect.Descriptor instead.

func (*DisplayCallToAction) GetText

func (*DisplayCallToAction) GetTextColor

func (x *DisplayCallToAction) GetTextColor() *wrapperspb.StringValue

func (*DisplayCallToAction) GetUrlCollectionId

func (x *DisplayCallToAction) GetUrlCollectionId() *wrapperspb.StringValue

func (*DisplayCallToAction) ProtoMessage

func (*DisplayCallToAction) ProtoMessage()

func (*DisplayCallToAction) ProtoReflect

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

func (*DisplayCallToAction) Reset

func (x *DisplayCallToAction) Reset()

func (*DisplayCallToAction) String

func (x *DisplayCallToAction) String() string

type DisplayUploadAdInfo

type DisplayUploadAdInfo struct {

	// The product type of this ad. See comments on the enum for details.
	DisplayUploadProductType enums.DisplayUploadProductTypeEnum_DisplayUploadProductType `` /* 227-byte string literal not displayed */
	// The asset data that makes up the ad.
	//
	// Types that are assignable to MediaAsset:
	//	*DisplayUploadAdInfo_MediaBundle
	MediaAsset isDisplayUploadAdInfo_MediaAsset `protobuf_oneof:"media_asset"`
	// contains filtered or unexported fields
}

A generic type of display ad. The exact ad format is controlled by the display_upload_product_type field, which determines what kinds of data need to be included with the ad.

func (*DisplayUploadAdInfo) Descriptor deprecated

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

Deprecated: Use DisplayUploadAdInfo.ProtoReflect.Descriptor instead.

func (*DisplayUploadAdInfo) GetDisplayUploadProductType

func (*DisplayUploadAdInfo) GetMediaAsset

func (m *DisplayUploadAdInfo) GetMediaAsset() isDisplayUploadAdInfo_MediaAsset

func (*DisplayUploadAdInfo) GetMediaBundle

func (x *DisplayUploadAdInfo) GetMediaBundle() *AdMediaBundleAsset

func (*DisplayUploadAdInfo) ProtoMessage

func (*DisplayUploadAdInfo) ProtoMessage()

func (*DisplayUploadAdInfo) ProtoReflect

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

func (*DisplayUploadAdInfo) Reset

func (x *DisplayUploadAdInfo) Reset()

func (*DisplayUploadAdInfo) String

func (x *DisplayUploadAdInfo) String() string

type DisplayUploadAdInfo_MediaBundle

type DisplayUploadAdInfo_MediaBundle struct {
	// A media bundle asset to be used in the ad. For information about the
	// media bundle for HTML5_UPLOAD_AD see
	// https://support.google.com/google-ads/answer/1722096
	// Media bundles that are part of dynamic product types use a special format
	// that needs to be created through the Google Web Designer. See
	// https://support.google.com/webdesigner/answer/7543898 for more
	// information.
	MediaBundle *AdMediaBundleAsset `protobuf:"bytes,2,opt,name=media_bundle,json=mediaBundle,proto3,oneof"`
}

type EnhancedCpc

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

An automated 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.

func (*EnhancedCpc) Descriptor deprecated

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

Deprecated: Use EnhancedCpc.ProtoReflect.Descriptor instead.

func (*EnhancedCpc) ProtoMessage

func (*EnhancedCpc) ProtoMessage()

func (*EnhancedCpc) ProtoReflect

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

func (*EnhancedCpc) Reset

func (x *EnhancedCpc) Reset()

func (*EnhancedCpc) String

func (x *EnhancedCpc) String() string

type ExpandedDynamicSearchAdInfo

type ExpandedDynamicSearchAdInfo struct {

	// The description of the ad.
	Description *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=description,proto3" json:"description,omitempty"`
	// The second description of the ad.
	Description2 *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=description2,proto3" json:"description2,omitempty"`
	// contains filtered or unexported fields
}

An expanded dynamic search ad.

func (*ExpandedDynamicSearchAdInfo) Descriptor deprecated

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

Deprecated: Use ExpandedDynamicSearchAdInfo.ProtoReflect.Descriptor instead.

func (*ExpandedDynamicSearchAdInfo) GetDescription

func (x *ExpandedDynamicSearchAdInfo) GetDescription() *wrapperspb.StringValue

func (*ExpandedDynamicSearchAdInfo) GetDescription2

func (x *ExpandedDynamicSearchAdInfo) GetDescription2() *wrapperspb.StringValue

func (*ExpandedDynamicSearchAdInfo) ProtoMessage

func (*ExpandedDynamicSearchAdInfo) ProtoMessage()

func (*ExpandedDynamicSearchAdInfo) ProtoReflect

func (*ExpandedDynamicSearchAdInfo) Reset

func (x *ExpandedDynamicSearchAdInfo) Reset()

func (*ExpandedDynamicSearchAdInfo) String

func (x *ExpandedDynamicSearchAdInfo) String() string

type ExpandedTextAdInfo

type ExpandedTextAdInfo struct {

	// The first part of the ad's headline.
	HeadlinePart1 *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=headline_part1,json=headlinePart1,proto3" json:"headline_part1,omitempty"`
	// The second part of the ad's headline.
	HeadlinePart2 *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=headline_part2,json=headlinePart2,proto3" json:"headline_part2,omitempty"`
	// The third part of the ad's headline.
	HeadlinePart3 *wrapperspb.StringValue `protobuf:"bytes,6,opt,name=headline_part3,json=headlinePart3,proto3" json:"headline_part3,omitempty"`
	// The description of the ad.
	Description *wrapperspb.StringValue `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	// The second description of the ad.
	Description2 *wrapperspb.StringValue `protobuf:"bytes,7,opt,name=description2,proto3" json:"description2,omitempty"`
	// The text that can appear alongside the ad's displayed URL.
	Path1 *wrapperspb.StringValue `protobuf:"bytes,4,opt,name=path1,proto3" json:"path1,omitempty"`
	// Additional text that can appear alongside the ad's displayed URL.
	Path2 *wrapperspb.StringValue `protobuf:"bytes,5,opt,name=path2,proto3" json:"path2,omitempty"`
	// contains filtered or unexported fields
}

An expanded text ad.

func (*ExpandedTextAdInfo) Descriptor deprecated

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

Deprecated: Use ExpandedTextAdInfo.ProtoReflect.Descriptor instead.

func (*ExpandedTextAdInfo) GetDescription

func (x *ExpandedTextAdInfo) GetDescription() *wrapperspb.StringValue

func (*ExpandedTextAdInfo) GetDescription2

func (x *ExpandedTextAdInfo) GetDescription2() *wrapperspb.StringValue

func (*ExpandedTextAdInfo) GetHeadlinePart1

func (x *ExpandedTextAdInfo) GetHeadlinePart1() *wrapperspb.StringValue

func (*ExpandedTextAdInfo) GetHeadlinePart2

func (x *ExpandedTextAdInfo) GetHeadlinePart2() *wrapperspb.StringValue

func (*ExpandedTextAdInfo) GetHeadlinePart3

func (x *ExpandedTextAdInfo) GetHeadlinePart3() *wrapperspb.StringValue

func (*ExpandedTextAdInfo) GetPath1

func (x *ExpandedTextAdInfo) GetPath1() *wrapperspb.StringValue

func (*ExpandedTextAdInfo) GetPath2

func (x *ExpandedTextAdInfo) GetPath2() *wrapperspb.StringValue

func (*ExpandedTextAdInfo) ProtoMessage

func (*ExpandedTextAdInfo) ProtoMessage()

func (*ExpandedTextAdInfo) ProtoReflect

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

func (*ExpandedTextAdInfo) Reset

func (x *ExpandedTextAdInfo) Reset()

func (*ExpandedTextAdInfo) String

func (x *ExpandedTextAdInfo) String() string

type ExplorerAutoOptimizerSetting

type ExplorerAutoOptimizerSetting struct {

	// Indicates whether the optimizer is turned on.
	OptIn *wrapperspb.BoolValue `protobuf:"bytes,1,opt,name=opt_in,json=optIn,proto3" json:"opt_in,omitempty"`
	// contains filtered or unexported fields
}

Settings for the Display Campaign Optimizer, initially named "Explorer". Learn more about [automatic targeting](https://support.google.com/google-ads/answer/190596).

func (*ExplorerAutoOptimizerSetting) Descriptor deprecated

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

Deprecated: Use ExplorerAutoOptimizerSetting.ProtoReflect.Descriptor instead.

func (*ExplorerAutoOptimizerSetting) GetOptIn

func (*ExplorerAutoOptimizerSetting) ProtoMessage

func (*ExplorerAutoOptimizerSetting) ProtoMessage()

func (*ExplorerAutoOptimizerSetting) ProtoReflect

func (*ExplorerAutoOptimizerSetting) Reset

func (x *ExplorerAutoOptimizerSetting) Reset()

func (*ExplorerAutoOptimizerSetting) String

type ExpressionRuleUserListInfo

type ExpressionRuleUserListInfo struct {

	// Boolean rule that defines this user list. The rule consists of a list of
	// rule item groups and each rule item group consists of a list of rule items.
	// All the rule item groups are ORed or ANDed together for evaluation based on
	// rule.rule_type.
	//
	// Required for creating an expression rule user list.
	Rule *UserListRuleInfo `protobuf:"bytes,1,opt,name=rule,proto3" json:"rule,omitempty"`
	// contains filtered or unexported fields
}

Visitors of a page. The page visit is defined by one boolean rule expression.

func (*ExpressionRuleUserListInfo) Descriptor deprecated

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

Deprecated: Use ExpressionRuleUserListInfo.ProtoReflect.Descriptor instead.

func (*ExpressionRuleUserListInfo) GetRule

func (*ExpressionRuleUserListInfo) ProtoMessage

func (*ExpressionRuleUserListInfo) ProtoMessage()

func (*ExpressionRuleUserListInfo) ProtoReflect

func (*ExpressionRuleUserListInfo) Reset

func (x *ExpressionRuleUserListInfo) Reset()

func (*ExpressionRuleUserListInfo) String

func (x *ExpressionRuleUserListInfo) String() string

type FinalAppUrl

type FinalAppUrl struct {

	// The operating system targeted by this URL. Required.
	OsType enums.AppUrlOperatingSystemTypeEnum_AppUrlOperatingSystemType `` /* 171-byte string literal not displayed */
	// The app deep link URL. Deep links specify a location in an app that
	// corresponds to the content you'd like to show, and should be of the form
	// {scheme}://{host_path}
	// The scheme identifies which app to open. For your app, you can use a custom
	// scheme that starts with the app's name. The host and path specify the
	// unique location in the app where your content exists.
	// Example: "exampleapp://productid_1234". Required.
	Url *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=url,proto3" json:"url,omitempty"`
	// contains filtered or unexported fields
}

A URL for deep linking into an app for the given operating system.

func (*FinalAppUrl) Descriptor deprecated

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

Deprecated: Use FinalAppUrl.ProtoReflect.Descriptor instead.

func (*FinalAppUrl) GetUrl

func (x *FinalAppUrl) GetUrl() *wrapperspb.StringValue

func (*FinalAppUrl) ProtoMessage

func (*FinalAppUrl) ProtoMessage()

func (*FinalAppUrl) ProtoReflect

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

func (*FinalAppUrl) Reset

func (x *FinalAppUrl) Reset()

func (*FinalAppUrl) String

func (x *FinalAppUrl) String() string

type FrequencyCapEntry

type FrequencyCapEntry struct {

	// The key of a particular frequency cap. There can be no more
	// than one frequency cap with the same key.
	Key *FrequencyCapKey `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	// Maximum number of events allowed during the time range by this cap.
	Cap *wrapperspb.Int32Value `protobuf:"bytes,2,opt,name=cap,proto3" json:"cap,omitempty"`
	// contains filtered or unexported fields
}

A rule specifying the maximum number of times an ad (or some set of ads) can be shown to a user over a particular time period.

func (*FrequencyCapEntry) Descriptor deprecated

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

Deprecated: Use FrequencyCapEntry.ProtoReflect.Descriptor instead.

func (*FrequencyCapEntry) GetCap

func (*FrequencyCapEntry) GetKey

func (x *FrequencyCapEntry) GetKey() *FrequencyCapKey

func (*FrequencyCapEntry) ProtoMessage

func (*FrequencyCapEntry) ProtoMessage()

func (*FrequencyCapEntry) ProtoReflect

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

func (*FrequencyCapEntry) Reset

func (x *FrequencyCapEntry) Reset()

func (*FrequencyCapEntry) String

func (x *FrequencyCapEntry) String() string

type FrequencyCapKey

type FrequencyCapKey struct {

	// The level on which the cap is to be applied (e.g. ad group ad, ad group).
	// The cap is applied to all the entities of this level.
	Level enums.FrequencyCapLevelEnum_FrequencyCapLevel `` /* 139-byte string literal not displayed */
	// The type of event that the cap applies to (e.g. impression).
	EventType enums.FrequencyCapEventTypeEnum_FrequencyCapEventType `` /* 172-byte string literal not displayed */
	// Unit of time the cap is defined at (e.g. day, week).
	TimeUnit enums.FrequencyCapTimeUnitEnum_FrequencyCapTimeUnit `` /* 167-byte string literal not displayed */
	// Number of time units the cap lasts.
	TimeLength *wrapperspb.Int32Value `protobuf:"bytes,4,opt,name=time_length,json=timeLength,proto3" json:"time_length,omitempty"`
	// contains filtered or unexported fields
}

A group of fields used as keys for a frequency cap. There can be no more than one frequency cap with the same key.

func (*FrequencyCapKey) Descriptor deprecated

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

Deprecated: Use FrequencyCapKey.ProtoReflect.Descriptor instead.

func (*FrequencyCapKey) GetEventType

func (*FrequencyCapKey) GetLevel

func (*FrequencyCapKey) GetTimeLength

func (x *FrequencyCapKey) GetTimeLength() *wrapperspb.Int32Value

func (*FrequencyCapKey) GetTimeUnit

func (*FrequencyCapKey) ProtoMessage

func (*FrequencyCapKey) ProtoMessage()

func (*FrequencyCapKey) ProtoReflect

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

func (*FrequencyCapKey) Reset

func (x *FrequencyCapKey) Reset()

func (*FrequencyCapKey) String

func (x *FrequencyCapKey) String() string

type GenderInfo

type GenderInfo struct {

	// Type of the gender.
	Type enums.GenderTypeEnum_GenderType `protobuf:"varint,1,opt,name=type,proto3,enum=google.ads.googleads.v2.enums.GenderTypeEnum_GenderType" json:"type,omitempty"`
	// contains filtered or unexported fields
}

A gender criterion.

func (*GenderInfo) Descriptor deprecated

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

Deprecated: Use GenderInfo.ProtoReflect.Descriptor instead.

func (*GenderInfo) GetType

func (*GenderInfo) ProtoMessage

func (*GenderInfo) ProtoMessage()

func (*GenderInfo) ProtoReflect

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

func (*GenderInfo) Reset

func (x *GenderInfo) Reset()

func (*GenderInfo) String

func (x *GenderInfo) String() string

type GeoPointInfo

type GeoPointInfo struct {

	// Micro degrees for the longitude.
	LongitudeInMicroDegrees *wrapperspb.Int32Value `` /* 134-byte string literal not displayed */
	// Micro degrees for the latitude.
	LatitudeInMicroDegrees *wrapperspb.Int32Value `` /* 131-byte string literal not displayed */
	// contains filtered or unexported fields
}

Geo point for proximity criterion.

func (*GeoPointInfo) Descriptor deprecated

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

Deprecated: Use GeoPointInfo.ProtoReflect.Descriptor instead.

func (*GeoPointInfo) GetLatitudeInMicroDegrees

func (x *GeoPointInfo) GetLatitudeInMicroDegrees() *wrapperspb.Int32Value

func (*GeoPointInfo) GetLongitudeInMicroDegrees

func (x *GeoPointInfo) GetLongitudeInMicroDegrees() *wrapperspb.Int32Value

func (*GeoPointInfo) ProtoMessage

func (*GeoPointInfo) ProtoMessage()

func (*GeoPointInfo) ProtoReflect

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

func (*GeoPointInfo) Reset

func (x *GeoPointInfo) Reset()

func (*GeoPointInfo) String

func (x *GeoPointInfo) String() string

type GmailAdInfo

type GmailAdInfo struct {

	// The Gmail teaser.
	Teaser *GmailTeaser `protobuf:"bytes,1,opt,name=teaser,proto3" json:"teaser,omitempty"`
	// The MediaFile resource name of the header image. Valid image types are GIF,
	// JPEG and PNG. The minimum size is 300x100 pixels and the aspect ratio must
	// be between 3:1 and 5:1 (+-1%).
	HeaderImage *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=header_image,json=headerImage,proto3" json:"header_image,omitempty"`
	// The MediaFile resource name of the marketing image. Valid image types are
	// GIF, JPEG and PNG. The image must either be landscape with a minimum size
	// of 600x314 pixels and aspect ratio of 600:314 (+-1%) or square with a
	// minimum size of 300x300 pixels and aspect ratio of 1:1 (+-1%)
	MarketingImage *wrapperspb.StringValue `protobuf:"bytes,3,opt,name=marketing_image,json=marketingImage,proto3" json:"marketing_image,omitempty"`
	// Headline of the marketing image.
	MarketingImageHeadline *wrapperspb.StringValue `` /* 129-byte string literal not displayed */
	// Description of the marketing image.
	MarketingImageDescription *wrapperspb.StringValue `` /* 138-byte string literal not displayed */
	// Display-call-to-action of the marketing image.
	MarketingImageDisplayCallToAction *DisplayCallToAction `` /* 168-byte string literal not displayed */
	// Product images. Up to 15 images are supported.
	ProductImages []*ProductImage `protobuf:"bytes,7,rep,name=product_images,json=productImages,proto3" json:"product_images,omitempty"`
	// Product videos. Up to 7 videos are supported. At least one product video
	// or a marketing image must be specified.
	ProductVideos []*ProductVideo `protobuf:"bytes,8,rep,name=product_videos,json=productVideos,proto3" json:"product_videos,omitempty"`
	// contains filtered or unexported fields
}

A Gmail ad.

func (*GmailAdInfo) Descriptor deprecated

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

Deprecated: Use GmailAdInfo.ProtoReflect.Descriptor instead.

func (*GmailAdInfo) GetHeaderImage

func (x *GmailAdInfo) GetHeaderImage() *wrapperspb.StringValue

func (*GmailAdInfo) GetMarketingImage

func (x *GmailAdInfo) GetMarketingImage() *wrapperspb.StringValue

func (*GmailAdInfo) GetMarketingImageDescription

func (x *GmailAdInfo) GetMarketingImageDescription() *wrapperspb.StringValue

func (*GmailAdInfo) GetMarketingImageDisplayCallToAction

func (x *GmailAdInfo) GetMarketingImageDisplayCallToAction() *DisplayCallToAction

func (*GmailAdInfo) GetMarketingImageHeadline

func (x *GmailAdInfo) GetMarketingImageHeadline() *wrapperspb.StringValue

func (*GmailAdInfo) GetProductImages

func (x *GmailAdInfo) GetProductImages() []*ProductImage

func (*GmailAdInfo) GetProductVideos

func (x *GmailAdInfo) GetProductVideos() []*ProductVideo

func (*GmailAdInfo) GetTeaser

func (x *GmailAdInfo) GetTeaser() *GmailTeaser

func (*GmailAdInfo) ProtoMessage

func (*GmailAdInfo) ProtoMessage()

func (*GmailAdInfo) ProtoReflect

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

func (*GmailAdInfo) Reset

func (x *GmailAdInfo) Reset()

func (*GmailAdInfo) String

func (x *GmailAdInfo) String() string

type GmailTeaser

type GmailTeaser struct {

	// Headline of the teaser.
	Headline *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=headline,proto3" json:"headline,omitempty"`
	// Description of the teaser.
	Description *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
	// Business name of the advertiser.
	BusinessName *wrapperspb.StringValue `protobuf:"bytes,3,opt,name=business_name,json=businessName,proto3" json:"business_name,omitempty"`
	// The MediaFile resource name of the logo image. Valid image types are GIF,
	// JPEG and PNG. The minimum size is 144x144 pixels and the aspect ratio must
	// be 1:1 (+-1%).
	LogoImage *wrapperspb.StringValue `protobuf:"bytes,4,opt,name=logo_image,json=logoImage,proto3" json:"logo_image,omitempty"`
	// contains filtered or unexported fields
}

Gmail teaser data. The teaser is a small header that acts as an invitation to view the rest of the ad (the body).

func (*GmailTeaser) Descriptor deprecated

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

Deprecated: Use GmailTeaser.ProtoReflect.Descriptor instead.

func (*GmailTeaser) GetBusinessName

func (x *GmailTeaser) GetBusinessName() *wrapperspb.StringValue

func (*GmailTeaser) GetDescription

func (x *GmailTeaser) GetDescription() *wrapperspb.StringValue

func (*GmailTeaser) GetHeadline

func (x *GmailTeaser) GetHeadline() *wrapperspb.StringValue

func (*GmailTeaser) GetLogoImage

func (x *GmailTeaser) GetLogoImage() *wrapperspb.StringValue

func (*GmailTeaser) ProtoMessage

func (*GmailTeaser) ProtoMessage()

func (*GmailTeaser) ProtoReflect

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

func (*GmailTeaser) Reset

func (x *GmailTeaser) Reset()

func (*GmailTeaser) String

func (x *GmailTeaser) String() string

type HotelAdInfo

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

A hotel ad.

func (*HotelAdInfo) Descriptor deprecated

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

Deprecated: Use HotelAdInfo.ProtoReflect.Descriptor instead.

func (*HotelAdInfo) ProtoMessage

func (*HotelAdInfo) ProtoMessage()

func (*HotelAdInfo) ProtoReflect

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

func (*HotelAdInfo) Reset

func (x *HotelAdInfo) Reset()

func (*HotelAdInfo) String

func (x *HotelAdInfo) String() string

type HotelAdvanceBookingWindowInfo

type HotelAdvanceBookingWindowInfo struct {

	// Low end of the number of days prior to the stay.
	MinDays *wrapperspb.Int64Value `protobuf:"bytes,1,opt,name=min_days,json=minDays,proto3" json:"min_days,omitempty"`
	// High end of the number of days prior to the stay.
	MaxDays *wrapperspb.Int64Value `protobuf:"bytes,2,opt,name=max_days,json=maxDays,proto3" json:"max_days,omitempty"`
	// contains filtered or unexported fields
}

Criterion for number of days prior to the stay the booking is being made.

func (*HotelAdvanceBookingWindowInfo) Descriptor deprecated

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

Deprecated: Use HotelAdvanceBookingWindowInfo.ProtoReflect.Descriptor instead.

func (*HotelAdvanceBookingWindowInfo) GetMaxDays

func (*HotelAdvanceBookingWindowInfo) GetMinDays

func (*HotelAdvanceBookingWindowInfo) ProtoMessage

func (*HotelAdvanceBookingWindowInfo) ProtoMessage()

func (*HotelAdvanceBookingWindowInfo) ProtoReflect

func (*HotelAdvanceBookingWindowInfo) Reset

func (x *HotelAdvanceBookingWindowInfo) Reset()

func (*HotelAdvanceBookingWindowInfo) String

type HotelCalloutFeedItem

type HotelCalloutFeedItem struct {

	// The callout text.
	// The length of this string should be between 1 and 25, inclusive.
	Text *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=text,proto3" json:"text,omitempty"`
	// The language of the hotel callout text.
	// IETF BCP 47 compliant language code.
	LanguageCode *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=language_code,json=languageCode,proto3" json:"language_code,omitempty"`
	// contains filtered or unexported fields
}

Represents a hotel callout extension.

func (*HotelCalloutFeedItem) Descriptor deprecated

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

Deprecated: Use HotelCalloutFeedItem.ProtoReflect.Descriptor instead.

func (*HotelCalloutFeedItem) GetLanguageCode

func (x *HotelCalloutFeedItem) GetLanguageCode() *wrapperspb.StringValue

func (*HotelCalloutFeedItem) GetText

func (*HotelCalloutFeedItem) ProtoMessage

func (*HotelCalloutFeedItem) ProtoMessage()

func (*HotelCalloutFeedItem) ProtoReflect

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

func (*HotelCalloutFeedItem) Reset

func (x *HotelCalloutFeedItem) Reset()

func (*HotelCalloutFeedItem) String

func (x *HotelCalloutFeedItem) String() string

type HotelCheckInDayInfo

type HotelCheckInDayInfo struct {

	// The day of the week.
	DayOfWeek enums.DayOfWeekEnum_DayOfWeek `` /* 150-byte string literal not displayed */
	// contains filtered or unexported fields
}

Criterion for day of the week the booking is for.

func (*HotelCheckInDayInfo) Descriptor deprecated

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

Deprecated: Use HotelCheckInDayInfo.ProtoReflect.Descriptor instead.

func (*HotelCheckInDayInfo) GetDayOfWeek

func (*HotelCheckInDayInfo) ProtoMessage

func (*HotelCheckInDayInfo) ProtoMessage()

func (*HotelCheckInDayInfo) ProtoReflect

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

func (*HotelCheckInDayInfo) Reset

func (x *HotelCheckInDayInfo) Reset()

func (*HotelCheckInDayInfo) String

func (x *HotelCheckInDayInfo) String() string

type HotelCityInfo

type HotelCityInfo struct {

	// The Geo Target Constant resource name.
	CityCriterion *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=city_criterion,json=cityCriterion,proto3" json:"city_criterion,omitempty"`
	// contains filtered or unexported fields
}

City the hotel is located in.

func (*HotelCityInfo) Descriptor deprecated

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

Deprecated: Use HotelCityInfo.ProtoReflect.Descriptor instead.

func (*HotelCityInfo) GetCityCriterion

func (x *HotelCityInfo) GetCityCriterion() *wrapperspb.StringValue

func (*HotelCityInfo) ProtoMessage

func (*HotelCityInfo) ProtoMessage()

func (*HotelCityInfo) ProtoReflect

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

func (*HotelCityInfo) Reset

func (x *HotelCityInfo) Reset()

func (*HotelCityInfo) String

func (x *HotelCityInfo) String() string

type HotelClassInfo

type HotelClassInfo struct {

	// Long value of the hotel class.
	Value *wrapperspb.Int64Value `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

Class of the hotel as a number of stars 1 to 5.

func (*HotelClassInfo) Descriptor deprecated

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

Deprecated: Use HotelClassInfo.ProtoReflect.Descriptor instead.

func (*HotelClassInfo) GetValue

func (x *HotelClassInfo) GetValue() *wrapperspb.Int64Value

func (*HotelClassInfo) ProtoMessage

func (*HotelClassInfo) ProtoMessage()

func (*HotelClassInfo) ProtoReflect

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

func (*HotelClassInfo) Reset

func (x *HotelClassInfo) Reset()

func (*HotelClassInfo) String

func (x *HotelClassInfo) String() string

type HotelCountryRegionInfo

type HotelCountryRegionInfo struct {

	// The Geo Target Constant resource name.
	CountryRegionCriterion *wrapperspb.StringValue `` /* 129-byte string literal not displayed */
	// contains filtered or unexported fields
}

Country or Region the hotel is located in.

func (*HotelCountryRegionInfo) Descriptor deprecated

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

Deprecated: Use HotelCountryRegionInfo.ProtoReflect.Descriptor instead.

func (*HotelCountryRegionInfo) GetCountryRegionCriterion

func (x *HotelCountryRegionInfo) GetCountryRegionCriterion() *wrapperspb.StringValue

func (*HotelCountryRegionInfo) ProtoMessage

func (*HotelCountryRegionInfo) ProtoMessage()

func (*HotelCountryRegionInfo) ProtoReflect

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

func (*HotelCountryRegionInfo) Reset

func (x *HotelCountryRegionInfo) Reset()

func (*HotelCountryRegionInfo) String

func (x *HotelCountryRegionInfo) String() string

type HotelDateSelectionTypeInfo

type HotelDateSelectionTypeInfo struct {

	// Type of the hotel date selection
	Type enums.HotelDateSelectionTypeEnum_HotelDateSelectionType `` /* 147-byte string literal not displayed */
	// contains filtered or unexported fields
}

Criterion for hotel date selection (default dates vs. user selected).

func (*HotelDateSelectionTypeInfo) Descriptor deprecated

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

Deprecated: Use HotelDateSelectionTypeInfo.ProtoReflect.Descriptor instead.

func (*HotelDateSelectionTypeInfo) GetType

func (*HotelDateSelectionTypeInfo) ProtoMessage

func (*HotelDateSelectionTypeInfo) ProtoMessage()

func (*HotelDateSelectionTypeInfo) ProtoReflect

func (*HotelDateSelectionTypeInfo) Reset

func (x *HotelDateSelectionTypeInfo) Reset()

func (*HotelDateSelectionTypeInfo) String

func (x *HotelDateSelectionTypeInfo) String() string

type HotelIdInfo

type HotelIdInfo struct {

	// String value of the hotel ID.
	Value *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

Advertiser-specific hotel ID.

func (*HotelIdInfo) Descriptor deprecated

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

Deprecated: Use HotelIdInfo.ProtoReflect.Descriptor instead.

func (*HotelIdInfo) GetValue

func (x *HotelIdInfo) GetValue() *wrapperspb.StringValue

func (*HotelIdInfo) ProtoMessage

func (*HotelIdInfo) ProtoMessage()

func (*HotelIdInfo) ProtoReflect

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

func (*HotelIdInfo) Reset

func (x *HotelIdInfo) Reset()

func (*HotelIdInfo) String

func (x *HotelIdInfo) String() string

type HotelLengthOfStayInfo

type HotelLengthOfStayInfo struct {

	// Low end of the number of nights in the stay.
	MinNights *wrapperspb.Int64Value `protobuf:"bytes,1,opt,name=min_nights,json=minNights,proto3" json:"min_nights,omitempty"`
	// High end of the number of nights in the stay.
	MaxNights *wrapperspb.Int64Value `protobuf:"bytes,2,opt,name=max_nights,json=maxNights,proto3" json:"max_nights,omitempty"`
	// contains filtered or unexported fields
}

Criterion for length of hotel stay in nights.

func (*HotelLengthOfStayInfo) Descriptor deprecated

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

Deprecated: Use HotelLengthOfStayInfo.ProtoReflect.Descriptor instead.

func (*HotelLengthOfStayInfo) GetMaxNights

func (x *HotelLengthOfStayInfo) GetMaxNights() *wrapperspb.Int64Value

func (*HotelLengthOfStayInfo) GetMinNights

func (x *HotelLengthOfStayInfo) GetMinNights() *wrapperspb.Int64Value

func (*HotelLengthOfStayInfo) ProtoMessage

func (*HotelLengthOfStayInfo) ProtoMessage()

func (*HotelLengthOfStayInfo) ProtoReflect

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

func (*HotelLengthOfStayInfo) Reset

func (x *HotelLengthOfStayInfo) Reset()

func (*HotelLengthOfStayInfo) String

func (x *HotelLengthOfStayInfo) String() string

type HotelStateInfo

type HotelStateInfo struct {

	// The Geo Target Constant resource name.
	StateCriterion *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=state_criterion,json=stateCriterion,proto3" json:"state_criterion,omitempty"`
	// contains filtered or unexported fields
}

State the hotel is located in.

func (*HotelStateInfo) Descriptor deprecated

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

Deprecated: Use HotelStateInfo.ProtoReflect.Descriptor instead.

func (*HotelStateInfo) GetStateCriterion

func (x *HotelStateInfo) GetStateCriterion() *wrapperspb.StringValue

func (*HotelStateInfo) ProtoMessage

func (*HotelStateInfo) ProtoMessage()

func (*HotelStateInfo) ProtoReflect

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

func (*HotelStateInfo) Reset

func (x *HotelStateInfo) Reset()

func (*HotelStateInfo) String

func (x *HotelStateInfo) String() string

type ImageAdInfo

type ImageAdInfo struct {

	// Width in pixels of the full size image.
	PixelWidth *wrapperspb.Int64Value `protobuf:"bytes,4,opt,name=pixel_width,json=pixelWidth,proto3" json:"pixel_width,omitempty"`
	// Height in pixels of the full size image.
	PixelHeight *wrapperspb.Int64Value `protobuf:"bytes,5,opt,name=pixel_height,json=pixelHeight,proto3" json:"pixel_height,omitempty"`
	// URL of the full size image.
	ImageUrl *wrapperspb.StringValue `protobuf:"bytes,6,opt,name=image_url,json=imageUrl,proto3" json:"image_url,omitempty"`
	// Width in pixels of the preview size image.
	PreviewPixelWidth *wrapperspb.Int64Value `protobuf:"bytes,7,opt,name=preview_pixel_width,json=previewPixelWidth,proto3" json:"preview_pixel_width,omitempty"`
	// Height in pixels of the preview size image.
	PreviewPixelHeight *wrapperspb.Int64Value `protobuf:"bytes,8,opt,name=preview_pixel_height,json=previewPixelHeight,proto3" json:"preview_pixel_height,omitempty"`
	// URL of the preview size image.
	PreviewImageUrl *wrapperspb.StringValue `protobuf:"bytes,9,opt,name=preview_image_url,json=previewImageUrl,proto3" json:"preview_image_url,omitempty"`
	// The mime type of the image.
	MimeType enums.MimeTypeEnum_MimeType `` /* 144-byte string literal not displayed */
	// The name of the image. If the image was created from a MediaFile, this is
	// the MediaFile's name. If the image was created from bytes, this is empty.
	Name *wrapperspb.StringValue `protobuf:"bytes,11,opt,name=name,proto3" json:"name,omitempty"`
	// The image to create the ImageAd from. This can be specified in one of
	// two ways.
	// 1. An existing MediaFile resource.
	// 2. The raw image data as bytes.
	//
	// Types that are assignable to Image:
	//	*ImageAdInfo_MediaFile
	//	*ImageAdInfo_Data
	//	*ImageAdInfo_AdIdToCopyImageFrom
	Image isImageAdInfo_Image `protobuf_oneof:"image"`
	// contains filtered or unexported fields
}

An image ad.

func (*ImageAdInfo) Descriptor deprecated

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

Deprecated: Use ImageAdInfo.ProtoReflect.Descriptor instead.

func (*ImageAdInfo) GetAdIdToCopyImageFrom

func (x *ImageAdInfo) GetAdIdToCopyImageFrom() *wrapperspb.Int64Value

func (*ImageAdInfo) GetData

func (x *ImageAdInfo) GetData() *wrapperspb.BytesValue

func (*ImageAdInfo) GetImage

func (m *ImageAdInfo) GetImage() isImageAdInfo_Image

func (*ImageAdInfo) GetImageUrl

func (x *ImageAdInfo) GetImageUrl() *wrapperspb.StringValue

func (*ImageAdInfo) GetMediaFile

func (x *ImageAdInfo) GetMediaFile() *wrapperspb.StringValue

func (*ImageAdInfo) GetMimeType

func (x *ImageAdInfo) GetMimeType() enums.MimeTypeEnum_MimeType

func (*ImageAdInfo) GetName

func (x *ImageAdInfo) GetName() *wrapperspb.StringValue

func (*ImageAdInfo) GetPixelHeight

func (x *ImageAdInfo) GetPixelHeight() *wrapperspb.Int64Value

func (*ImageAdInfo) GetPixelWidth

func (x *ImageAdInfo) GetPixelWidth() *wrapperspb.Int64Value

func (*ImageAdInfo) GetPreviewImageUrl

func (x *ImageAdInfo) GetPreviewImageUrl() *wrapperspb.StringValue

func (*ImageAdInfo) GetPreviewPixelHeight

func (x *ImageAdInfo) GetPreviewPixelHeight() *wrapperspb.Int64Value

func (*ImageAdInfo) GetPreviewPixelWidth

func (x *ImageAdInfo) GetPreviewPixelWidth() *wrapperspb.Int64Value

func (*ImageAdInfo) ProtoMessage

func (*ImageAdInfo) ProtoMessage()

func (*ImageAdInfo) ProtoReflect

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

func (*ImageAdInfo) Reset

func (x *ImageAdInfo) Reset()

func (*ImageAdInfo) String

func (x *ImageAdInfo) String() string

type ImageAdInfo_AdIdToCopyImageFrom

type ImageAdInfo_AdIdToCopyImageFrom struct {
	// An ad ID to copy the image from.
	AdIdToCopyImageFrom *wrapperspb.Int64Value `protobuf:"bytes,3,opt,name=ad_id_to_copy_image_from,json=adIdToCopyImageFrom,proto3,oneof"`
}

type ImageAdInfo_Data

type ImageAdInfo_Data struct {
	// Raw image data as bytes.
	Data *wrapperspb.BytesValue `protobuf:"bytes,2,opt,name=data,proto3,oneof"`
}

type ImageAdInfo_MediaFile

type ImageAdInfo_MediaFile struct {
	// The MediaFile resource to use for the image.
	MediaFile *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=media_file,json=mediaFile,proto3,oneof"`
}

type ImageAsset

type ImageAsset struct {

	// The raw bytes data of an image. This field is mutate only.
	Data *wrapperspb.BytesValue `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	// File size of the image asset in bytes.
	FileSize *wrapperspb.Int64Value `protobuf:"bytes,2,opt,name=file_size,json=fileSize,proto3" json:"file_size,omitempty"`
	// MIME type of the image asset.
	MimeType enums.MimeTypeEnum_MimeType `` /* 143-byte string literal not displayed */
	// Metadata for this image at its original size.
	FullSize *ImageDimension `protobuf:"bytes,4,opt,name=full_size,json=fullSize,proto3" json:"full_size,omitempty"`
	// contains filtered or unexported fields
}

An Image asset.

func (*ImageAsset) Descriptor deprecated

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

Deprecated: Use ImageAsset.ProtoReflect.Descriptor instead.

func (*ImageAsset) GetData

func (x *ImageAsset) GetData() *wrapperspb.BytesValue

func (*ImageAsset) GetFileSize

func (x *ImageAsset) GetFileSize() *wrapperspb.Int64Value

func (*ImageAsset) GetFullSize

func (x *ImageAsset) GetFullSize() *ImageDimension

func (*ImageAsset) GetMimeType

func (x *ImageAsset) GetMimeType() enums.MimeTypeEnum_MimeType

func (*ImageAsset) ProtoMessage

func (*ImageAsset) ProtoMessage()

func (*ImageAsset) ProtoReflect

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

func (*ImageAsset) Reset

func (x *ImageAsset) Reset()

func (*ImageAsset) String

func (x *ImageAsset) String() string

type ImageDimension

type ImageDimension struct {

	// Height of the image.
	HeightPixels *wrapperspb.Int64Value `protobuf:"bytes,1,opt,name=height_pixels,json=heightPixels,proto3" json:"height_pixels,omitempty"`
	// Width of the image.
	WidthPixels *wrapperspb.Int64Value `protobuf:"bytes,2,opt,name=width_pixels,json=widthPixels,proto3" json:"width_pixels,omitempty"`
	// A URL that returns the image with this height and width.
	Url *wrapperspb.StringValue `protobuf:"bytes,3,opt,name=url,proto3" json:"url,omitempty"`
	// contains filtered or unexported fields
}

Metadata for an image at a certain size, either original or resized.

func (*ImageDimension) Descriptor deprecated

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

Deprecated: Use ImageDimension.ProtoReflect.Descriptor instead.

func (*ImageDimension) GetHeightPixels

func (x *ImageDimension) GetHeightPixels() *wrapperspb.Int64Value

func (*ImageDimension) GetUrl

func (x *ImageDimension) GetUrl() *wrapperspb.StringValue

func (*ImageDimension) GetWidthPixels

func (x *ImageDimension) GetWidthPixels() *wrapperspb.Int64Value

func (*ImageDimension) ProtoMessage

func (*ImageDimension) ProtoMessage()

func (*ImageDimension) ProtoReflect

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

func (*ImageDimension) Reset

func (x *ImageDimension) Reset()

func (*ImageDimension) String

func (x *ImageDimension) String() string

type IncomeRangeInfo

type IncomeRangeInfo struct {

	// Type of the income range.
	Type enums.IncomeRangeTypeEnum_IncomeRangeType `` /* 133-byte string literal not displayed */
	// contains filtered or unexported fields
}

An income range criterion.

func (*IncomeRangeInfo) Descriptor deprecated

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

Deprecated: Use IncomeRangeInfo.ProtoReflect.Descriptor instead.

func (*IncomeRangeInfo) GetType

func (*IncomeRangeInfo) ProtoMessage

func (*IncomeRangeInfo) ProtoMessage()

func (*IncomeRangeInfo) ProtoReflect

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

func (*IncomeRangeInfo) Reset

func (x *IncomeRangeInfo) Reset()

func (*IncomeRangeInfo) String

func (x *IncomeRangeInfo) String() string

type InteractionTypeInfo

type InteractionTypeInfo struct {

	// The interaction type.
	Type enums.InteractionTypeEnum_InteractionType `` /* 133-byte string literal not displayed */
	// contains filtered or unexported fields
}

Criterion for Interaction Type.

func (*InteractionTypeInfo) Descriptor deprecated

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

Deprecated: Use InteractionTypeInfo.ProtoReflect.Descriptor instead.

func (*InteractionTypeInfo) GetType

func (*InteractionTypeInfo) ProtoMessage

func (*InteractionTypeInfo) ProtoMessage()

func (*InteractionTypeInfo) ProtoReflect

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

func (*InteractionTypeInfo) Reset

func (x *InteractionTypeInfo) Reset()

func (*InteractionTypeInfo) String

func (x *InteractionTypeInfo) String() string

type IpBlockInfo

type IpBlockInfo struct {

	// The IP address of this IP block.
	IpAddress *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=ip_address,json=ipAddress,proto3" json:"ip_address,omitempty"`
	// contains filtered or unexported fields
}

An IpBlock criterion used for IP exclusions. We allow:

  • IPv4 and IPv6 addresses
  • individual addresses (192.168.0.1)
  • masks for individual addresses (192.168.0.1/32)
  • masks for Class C networks (192.168.0.1/24)

func (*IpBlockInfo) Descriptor deprecated

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

Deprecated: Use IpBlockInfo.ProtoReflect.Descriptor instead.

func (*IpBlockInfo) GetIpAddress

func (x *IpBlockInfo) GetIpAddress() *wrapperspb.StringValue

func (*IpBlockInfo) ProtoMessage

func (*IpBlockInfo) ProtoMessage()

func (*IpBlockInfo) ProtoReflect

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

func (*IpBlockInfo) Reset

func (x *IpBlockInfo) Reset()

func (*IpBlockInfo) String

func (x *IpBlockInfo) String() string

type Keyword

type Keyword struct {

	// The AdGroupCriterion resource name.
	AdGroupCriterion *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=ad_group_criterion,json=adGroupCriterion,proto3" json:"ad_group_criterion,omitempty"`
	// Keyword info.
	Info *KeywordInfo `protobuf:"bytes,2,opt,name=info,proto3" json:"info,omitempty"`
	// contains filtered or unexported fields
}

A Keyword criterion segment.

func (*Keyword) Descriptor deprecated

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

Deprecated: Use Keyword.ProtoReflect.Descriptor instead.

func (*Keyword) GetAdGroupCriterion

func (x *Keyword) GetAdGroupCriterion() *wrapperspb.StringValue

func (*Keyword) GetInfo

func (x *Keyword) GetInfo() *KeywordInfo

func (*Keyword) ProtoMessage

func (*Keyword) ProtoMessage()

func (*Keyword) ProtoReflect

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

func (*Keyword) Reset

func (x *Keyword) Reset()

func (*Keyword) String

func (x *Keyword) String() string

type KeywordInfo

type KeywordInfo struct {

	// The text of the keyword (at most 80 characters and 10 words).
	Text *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=text,proto3" json:"text,omitempty"`
	// The match type of the keyword.
	MatchType enums.KeywordMatchTypeEnum_KeywordMatchType `` /* 162-byte string literal not displayed */
	// contains filtered or unexported fields
}

A keyword criterion.

func (*KeywordInfo) Descriptor deprecated

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

Deprecated: Use KeywordInfo.ProtoReflect.Descriptor instead.

func (*KeywordInfo) GetMatchType

func (*KeywordInfo) GetText

func (x *KeywordInfo) GetText() *wrapperspb.StringValue

func (*KeywordInfo) ProtoMessage

func (*KeywordInfo) ProtoMessage()

func (*KeywordInfo) ProtoReflect

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

func (*KeywordInfo) Reset

func (x *KeywordInfo) Reset()

func (*KeywordInfo) String

func (x *KeywordInfo) String() string

type KeywordPlanHistoricalMetrics

type KeywordPlanHistoricalMetrics struct {

	// Approximate number of monthly searches on this query averaged
	// for the past 12 months.
	AvgMonthlySearches *wrapperspb.Int64Value `protobuf:"bytes,1,opt,name=avg_monthly_searches,json=avgMonthlySearches,proto3" json:"avg_monthly_searches,omitempty"`
	// The competition level for the query.
	Competition enums.KeywordPlanCompetitionLevelEnum_KeywordPlanCompetitionLevel `` /* 171-byte string literal not displayed */
	// contains filtered or unexported fields
}

Historical metrics specific to the targeting options selected. Targeting options include geographies, network, etc. Refer to https://support.google.com/google-ads/answer/3022575 for more details.

func (*KeywordPlanHistoricalMetrics) Descriptor deprecated

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

Deprecated: Use KeywordPlanHistoricalMetrics.ProtoReflect.Descriptor instead.

func (*KeywordPlanHistoricalMetrics) GetAvgMonthlySearches

func (x *KeywordPlanHistoricalMetrics) GetAvgMonthlySearches() *wrapperspb.Int64Value

func (*KeywordPlanHistoricalMetrics) ProtoMessage

func (*KeywordPlanHistoricalMetrics) ProtoMessage()

func (*KeywordPlanHistoricalMetrics) ProtoReflect

func (*KeywordPlanHistoricalMetrics) Reset

func (x *KeywordPlanHistoricalMetrics) Reset()

func (*KeywordPlanHistoricalMetrics) String

type LanguageInfo

type LanguageInfo struct {

	// The language constant resource name.
	LanguageConstant *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=language_constant,json=languageConstant,proto3" json:"language_constant,omitempty"`
	// contains filtered or unexported fields
}

A language criterion.

func (*LanguageInfo) Descriptor deprecated

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

Deprecated: Use LanguageInfo.ProtoReflect.Descriptor instead.

func (*LanguageInfo) GetLanguageConstant

func (x *LanguageInfo) GetLanguageConstant() *wrapperspb.StringValue

func (*LanguageInfo) ProtoMessage

func (*LanguageInfo) ProtoMessage()

func (*LanguageInfo) ProtoReflect

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

func (*LanguageInfo) Reset

func (x *LanguageInfo) Reset()

func (*LanguageInfo) String

func (x *LanguageInfo) String() string

type LegacyAppInstallAdInfo

type LegacyAppInstallAdInfo struct {

	// The id of the mobile app.
	AppId *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"`
	// The app store the mobile app is available in.
	AppStore enums.LegacyAppInstallAdAppStoreEnum_LegacyAppInstallAdAppStore `` /* 179-byte string literal not displayed */
	// The headline of the ad.
	Headline *wrapperspb.StringValue `protobuf:"bytes,3,opt,name=headline,proto3" json:"headline,omitempty"`
	// The first description line of the ad.
	Description1 *wrapperspb.StringValue `protobuf:"bytes,4,opt,name=description1,proto3" json:"description1,omitempty"`
	// The second description line of the ad.
	Description2 *wrapperspb.StringValue `protobuf:"bytes,5,opt,name=description2,proto3" json:"description2,omitempty"`
	// contains filtered or unexported fields
}

A legacy app install ad that only can be used by a few select customers.

func (*LegacyAppInstallAdInfo) Descriptor deprecated

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

Deprecated: Use LegacyAppInstallAdInfo.ProtoReflect.Descriptor instead.

func (*LegacyAppInstallAdInfo) GetAppId

func (*LegacyAppInstallAdInfo) GetDescription1

func (x *LegacyAppInstallAdInfo) GetDescription1() *wrapperspb.StringValue

func (*LegacyAppInstallAdInfo) GetDescription2

func (x *LegacyAppInstallAdInfo) GetDescription2() *wrapperspb.StringValue

func (*LegacyAppInstallAdInfo) GetHeadline

func (x *LegacyAppInstallAdInfo) GetHeadline() *wrapperspb.StringValue

func (*LegacyAppInstallAdInfo) ProtoMessage

func (*LegacyAppInstallAdInfo) ProtoMessage()

func (*LegacyAppInstallAdInfo) ProtoReflect

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

func (*LegacyAppInstallAdInfo) Reset

func (x *LegacyAppInstallAdInfo) Reset()

func (*LegacyAppInstallAdInfo) String

func (x *LegacyAppInstallAdInfo) String() string

type LegacyResponsiveDisplayAdInfo

type LegacyResponsiveDisplayAdInfo struct {

	// The short version of the ad's headline.
	ShortHeadline *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=short_headline,json=shortHeadline,proto3" json:"short_headline,omitempty"`
	// The long version of the ad's headline.
	LongHeadline *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=long_headline,json=longHeadline,proto3" json:"long_headline,omitempty"`
	// The description of the ad.
	Description *wrapperspb.StringValue `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	// The business name in the ad.
	BusinessName *wrapperspb.StringValue `protobuf:"bytes,4,opt,name=business_name,json=businessName,proto3" json:"business_name,omitempty"`
	// Advertiser's consent to allow flexible color. When true, the ad may be
	// served with different color if necessary. When false, the ad will be served
	// with the specified colors or a neutral color.
	// The default value is true.
	// Must be true if main_color and accent_color are not set.
	AllowFlexibleColor *wrapperspb.BoolValue `protobuf:"bytes,5,opt,name=allow_flexible_color,json=allowFlexibleColor,proto3" json:"allow_flexible_color,omitempty"`
	// The accent color of the ad in hexadecimal, e.g. #ffffff for white.
	// If one of main_color and accent_color is set, the other is required as
	// well.
	AccentColor *wrapperspb.StringValue `protobuf:"bytes,6,opt,name=accent_color,json=accentColor,proto3" json:"accent_color,omitempty"`
	// The main color of the ad in hexadecimal, e.g. #ffffff for white.
	// If one of main_color and accent_color is set, the other is required as
	// well.
	MainColor *wrapperspb.StringValue `protobuf:"bytes,7,opt,name=main_color,json=mainColor,proto3" json:"main_color,omitempty"`
	// The call-to-action text for the ad.
	CallToActionText *wrapperspb.StringValue `protobuf:"bytes,8,opt,name=call_to_action_text,json=callToActionText,proto3" json:"call_to_action_text,omitempty"`
	// The MediaFile resource name of the logo image used in the ad.
	LogoImage *wrapperspb.StringValue `protobuf:"bytes,9,opt,name=logo_image,json=logoImage,proto3" json:"logo_image,omitempty"`
	// The MediaFile resource name of the square logo image used in the ad.
	SquareLogoImage *wrapperspb.StringValue `protobuf:"bytes,10,opt,name=square_logo_image,json=squareLogoImage,proto3" json:"square_logo_image,omitempty"`
	// The MediaFile resource name of the marketing image used in the ad.
	MarketingImage *wrapperspb.StringValue `protobuf:"bytes,11,opt,name=marketing_image,json=marketingImage,proto3" json:"marketing_image,omitempty"`
	// The MediaFile resource name of the square marketing image used in the ad.
	SquareMarketingImage *wrapperspb.StringValue `protobuf:"bytes,12,opt,name=square_marketing_image,json=squareMarketingImage,proto3" json:"square_marketing_image,omitempty"`
	// Specifies which format the ad will be served in. Default is ALL_FORMATS.
	FormatSetting enums.DisplayAdFormatSettingEnum_DisplayAdFormatSetting `` /* 187-byte string literal not displayed */
	// Prefix before price. E.g. 'as low as'.
	PricePrefix *wrapperspb.StringValue `protobuf:"bytes,14,opt,name=price_prefix,json=pricePrefix,proto3" json:"price_prefix,omitempty"`
	// Promotion text used for dyanmic formats of responsive ads. For example
	// 'Free two-day shipping'.
	PromoText *wrapperspb.StringValue `protobuf:"bytes,15,opt,name=promo_text,json=promoText,proto3" json:"promo_text,omitempty"`
	// contains filtered or unexported fields
}

A legacy responsive display ad. Ads of this type are labeled 'Responsive ads' in the Google Ads UI.

func (*LegacyResponsiveDisplayAdInfo) Descriptor deprecated

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

Deprecated: Use LegacyResponsiveDisplayAdInfo.ProtoReflect.Descriptor instead.

func (*LegacyResponsiveDisplayAdInfo) GetAccentColor

func (*LegacyResponsiveDisplayAdInfo) GetAllowFlexibleColor

func (x *LegacyResponsiveDisplayAdInfo) GetAllowFlexibleColor() *wrapperspb.BoolValue

func (*LegacyResponsiveDisplayAdInfo) GetBusinessName

func (*LegacyResponsiveDisplayAdInfo) GetCallToActionText

func (x *LegacyResponsiveDisplayAdInfo) GetCallToActionText() *wrapperspb.StringValue

func (*LegacyResponsiveDisplayAdInfo) GetDescription

func (*LegacyResponsiveDisplayAdInfo) GetFormatSetting

func (*LegacyResponsiveDisplayAdInfo) GetLogoImage

func (*LegacyResponsiveDisplayAdInfo) GetLongHeadline

func (*LegacyResponsiveDisplayAdInfo) GetMainColor

func (*LegacyResponsiveDisplayAdInfo) GetMarketingImage

func (x *LegacyResponsiveDisplayAdInfo) GetMarketingImage() *wrapperspb.StringValue

func (*LegacyResponsiveDisplayAdInfo) GetPricePrefix

func (*LegacyResponsiveDisplayAdInfo) GetPromoText

func (*LegacyResponsiveDisplayAdInfo) GetShortHeadline

func (x *LegacyResponsiveDisplayAdInfo) GetShortHeadline() *wrapperspb.StringValue

func (*LegacyResponsiveDisplayAdInfo) GetSquareLogoImage

func (x *LegacyResponsiveDisplayAdInfo) GetSquareLogoImage() *wrapperspb.StringValue

func (*LegacyResponsiveDisplayAdInfo) GetSquareMarketingImage

func (x *LegacyResponsiveDisplayAdInfo) GetSquareMarketingImage() *wrapperspb.StringValue

func (*LegacyResponsiveDisplayAdInfo) ProtoMessage

func (*LegacyResponsiveDisplayAdInfo) ProtoMessage()

func (*LegacyResponsiveDisplayAdInfo) ProtoReflect

func (*LegacyResponsiveDisplayAdInfo) Reset

func (x *LegacyResponsiveDisplayAdInfo) Reset()

func (*LegacyResponsiveDisplayAdInfo) String

type ListingBrandInfo

type ListingBrandInfo struct {

	// String value of the listing brand.
	Value *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

Brand of the listing.

func (*ListingBrandInfo) Descriptor deprecated

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

Deprecated: Use ListingBrandInfo.ProtoReflect.Descriptor instead.

func (*ListingBrandInfo) GetValue

func (x *ListingBrandInfo) GetValue() *wrapperspb.StringValue

func (*ListingBrandInfo) ProtoMessage

func (*ListingBrandInfo) ProtoMessage()

func (*ListingBrandInfo) ProtoReflect

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

func (*ListingBrandInfo) Reset

func (x *ListingBrandInfo) Reset()

func (*ListingBrandInfo) String

func (x *ListingBrandInfo) String() string

type ListingCustomAttributeInfo

type ListingCustomAttributeInfo struct {

	// String value of the listing custom attribute.
	Value *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	// Indicates the index of the custom attribute.
	Index enums.ListingCustomAttributeIndexEnum_ListingCustomAttributeIndex `` /* 159-byte string literal not displayed */
	// contains filtered or unexported fields
}

Listing custom attribute.

func (*ListingCustomAttributeInfo) Descriptor deprecated

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

Deprecated: Use ListingCustomAttributeInfo.ProtoReflect.Descriptor instead.

func (*ListingCustomAttributeInfo) GetValue

func (*ListingCustomAttributeInfo) ProtoMessage

func (*ListingCustomAttributeInfo) ProtoMessage()

func (*ListingCustomAttributeInfo) ProtoReflect

func (*ListingCustomAttributeInfo) Reset

func (x *ListingCustomAttributeInfo) Reset()

func (*ListingCustomAttributeInfo) String

func (x *ListingCustomAttributeInfo) String() string

type ListingDimensionInfo

type ListingDimensionInfo struct {

	// Dimension of one of the types below is always present.
	//
	// Types that are assignable to Dimension:
	//	*ListingDimensionInfo_ListingBrand
	//	*ListingDimensionInfo_HotelId
	//	*ListingDimensionInfo_HotelClass
	//	*ListingDimensionInfo_HotelCountryRegion
	//	*ListingDimensionInfo_HotelState
	//	*ListingDimensionInfo_HotelCity
	//	*ListingDimensionInfo_ListingCustomAttribute
	//	*ListingDimensionInfo_ProductBiddingCategory
	//	*ListingDimensionInfo_ProductChannel
	//	*ListingDimensionInfo_ProductChannelExclusivity
	//	*ListingDimensionInfo_ProductCondition
	//	*ListingDimensionInfo_ProductItemId
	//	*ListingDimensionInfo_ProductType
	//	*ListingDimensionInfo_UnknownListingDimension
	Dimension isListingDimensionInfo_Dimension `protobuf_oneof:"dimension"`
	// contains filtered or unexported fields
}

Listing dimensions for listing group criterion.

func (*ListingDimensionInfo) Descriptor deprecated

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

Deprecated: Use ListingDimensionInfo.ProtoReflect.Descriptor instead.

func (*ListingDimensionInfo) GetDimension

func (m *ListingDimensionInfo) GetDimension() isListingDimensionInfo_Dimension

func (*ListingDimensionInfo) GetHotelCity

func (x *ListingDimensionInfo) GetHotelCity() *HotelCityInfo

func (*ListingDimensionInfo) GetHotelClass

func (x *ListingDimensionInfo) GetHotelClass() *HotelClassInfo

func (*ListingDimensionInfo) GetHotelCountryRegion

func (x *ListingDimensionInfo) GetHotelCountryRegion() *HotelCountryRegionInfo

func (*ListingDimensionInfo) GetHotelId

func (x *ListingDimensionInfo) GetHotelId() *HotelIdInfo

func (*ListingDimensionInfo) GetHotelState

func (x *ListingDimensionInfo) GetHotelState() *HotelStateInfo

func (*ListingDimensionInfo) GetListingBrand

func (x *ListingDimensionInfo) GetListingBrand() *ListingBrandInfo

func (*ListingDimensionInfo) GetListingCustomAttribute

func (x *ListingDimensionInfo) GetListingCustomAttribute() *ListingCustomAttributeInfo

func (*ListingDimensionInfo) GetProductBiddingCategory

func (x *ListingDimensionInfo) GetProductBiddingCategory() *ProductBiddingCategoryInfo

func (*ListingDimensionInfo) GetProductChannel

func (x *ListingDimensionInfo) GetProductChannel() *ProductChannelInfo

func (*ListingDimensionInfo) GetProductChannelExclusivity

func (x *ListingDimensionInfo) GetProductChannelExclusivity() *ProductChannelExclusivityInfo

func (*ListingDimensionInfo) GetProductCondition

func (x *ListingDimensionInfo) GetProductCondition() *ProductConditionInfo

func (*ListingDimensionInfo) GetProductItemId

func (x *ListingDimensionInfo) GetProductItemId() *ProductItemIdInfo

func (*ListingDimensionInfo) GetProductType

func (x *ListingDimensionInfo) GetProductType() *ProductTypeInfo

func (*ListingDimensionInfo) GetUnknownListingDimension

func (x *ListingDimensionInfo) GetUnknownListingDimension() *UnknownListingDimensionInfo

func (*ListingDimensionInfo) ProtoMessage

func (*ListingDimensionInfo) ProtoMessage()

func (*ListingDimensionInfo) ProtoReflect

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

func (*ListingDimensionInfo) Reset

func (x *ListingDimensionInfo) Reset()

func (*ListingDimensionInfo) String

func (x *ListingDimensionInfo) String() string

type ListingDimensionInfo_HotelCity

type ListingDimensionInfo_HotelCity struct {
	// City the hotel is located in.
	HotelCity *HotelCityInfo `protobuf:"bytes,6,opt,name=hotel_city,json=hotelCity,proto3,oneof"`
}

type ListingDimensionInfo_HotelClass

type ListingDimensionInfo_HotelClass struct {
	// Class of the hotel as a number of stars 1 to 5.
	HotelClass *HotelClassInfo `protobuf:"bytes,3,opt,name=hotel_class,json=hotelClass,proto3,oneof"`
}

type ListingDimensionInfo_HotelCountryRegion

type ListingDimensionInfo_HotelCountryRegion struct {
	// Country or Region the hotel is located in.
	HotelCountryRegion *HotelCountryRegionInfo `protobuf:"bytes,4,opt,name=hotel_country_region,json=hotelCountryRegion,proto3,oneof"`
}

type ListingDimensionInfo_HotelId

type ListingDimensionInfo_HotelId struct {
	// Advertiser-specific hotel ID.
	HotelId *HotelIdInfo `protobuf:"bytes,2,opt,name=hotel_id,json=hotelId,proto3,oneof"`
}

type ListingDimensionInfo_HotelState

type ListingDimensionInfo_HotelState struct {
	// State the hotel is located in.
	HotelState *HotelStateInfo `protobuf:"bytes,5,opt,name=hotel_state,json=hotelState,proto3,oneof"`
}

type ListingDimensionInfo_ListingBrand

type ListingDimensionInfo_ListingBrand struct {
	// Brand of the listing.
	ListingBrand *ListingBrandInfo `protobuf:"bytes,1,opt,name=listing_brand,json=listingBrand,proto3,oneof"`
}

type ListingDimensionInfo_ListingCustomAttribute

type ListingDimensionInfo_ListingCustomAttribute struct {
	// Listing custom attribute.
	ListingCustomAttribute *ListingCustomAttributeInfo `protobuf:"bytes,7,opt,name=listing_custom_attribute,json=listingCustomAttribute,proto3,oneof"`
}

type ListingDimensionInfo_ProductBiddingCategory

type ListingDimensionInfo_ProductBiddingCategory struct {
	// Bidding category of a product offer.
	ProductBiddingCategory *ProductBiddingCategoryInfo `protobuf:"bytes,13,opt,name=product_bidding_category,json=productBiddingCategory,proto3,oneof"`
}

type ListingDimensionInfo_ProductChannel

type ListingDimensionInfo_ProductChannel struct {
	// Locality of a product offer.
	ProductChannel *ProductChannelInfo `protobuf:"bytes,8,opt,name=product_channel,json=productChannel,proto3,oneof"`
}

type ListingDimensionInfo_ProductChannelExclusivity

type ListingDimensionInfo_ProductChannelExclusivity struct {
	// Availability of a product offer.
	ProductChannelExclusivity *ProductChannelExclusivityInfo `protobuf:"bytes,9,opt,name=product_channel_exclusivity,json=productChannelExclusivity,proto3,oneof"`
}

type ListingDimensionInfo_ProductCondition

type ListingDimensionInfo_ProductCondition struct {
	// Condition of a product offer.
	ProductCondition *ProductConditionInfo `protobuf:"bytes,10,opt,name=product_condition,json=productCondition,proto3,oneof"`
}

type ListingDimensionInfo_ProductItemId

type ListingDimensionInfo_ProductItemId struct {
	// Item id of a product offer.
	ProductItemId *ProductItemIdInfo `protobuf:"bytes,11,opt,name=product_item_id,json=productItemId,proto3,oneof"`
}

type ListingDimensionInfo_ProductType

type ListingDimensionInfo_ProductType struct {
	// Type of a product offer.
	ProductType *ProductTypeInfo `protobuf:"bytes,12,opt,name=product_type,json=productType,proto3,oneof"`
}

type ListingDimensionInfo_UnknownListingDimension

type ListingDimensionInfo_UnknownListingDimension struct {
	// Unknown dimension. Set when no other listing dimension is set.
	UnknownListingDimension *UnknownListingDimensionInfo `protobuf:"bytes,14,opt,name=unknown_listing_dimension,json=unknownListingDimension,proto3,oneof"`
}

type ListingGroupInfo

type ListingGroupInfo struct {

	// Type of the listing group.
	Type enums.ListingGroupTypeEnum_ListingGroupType `` /* 135-byte string literal not displayed */
	// Dimension value with which this listing group is refining its parent.
	// Undefined for the root group.
	CaseValue *ListingDimensionInfo `protobuf:"bytes,2,opt,name=case_value,json=caseValue,proto3" json:"case_value,omitempty"`
	// Resource name of ad group criterion which is the parent listing group
	// subdivision. Null for the root group.
	ParentAdGroupCriterion *wrapperspb.StringValue `` /* 131-byte string literal not displayed */
	// contains filtered or unexported fields
}

A listing group criterion.

func (*ListingGroupInfo) Descriptor deprecated

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

Deprecated: Use ListingGroupInfo.ProtoReflect.Descriptor instead.

func (*ListingGroupInfo) GetCaseValue

func (x *ListingGroupInfo) GetCaseValue() *ListingDimensionInfo

func (*ListingGroupInfo) GetParentAdGroupCriterion

func (x *ListingGroupInfo) GetParentAdGroupCriterion() *wrapperspb.StringValue

func (*ListingGroupInfo) GetType

func (*ListingGroupInfo) ProtoMessage

func (*ListingGroupInfo) ProtoMessage()

func (*ListingGroupInfo) ProtoReflect

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

func (*ListingGroupInfo) Reset

func (x *ListingGroupInfo) Reset()

func (*ListingGroupInfo) String

func (x *ListingGroupInfo) String() string

type ListingScopeInfo

type ListingScopeInfo struct {

	// Scope of the campaign criterion.
	Dimensions []*ListingDimensionInfo `protobuf:"bytes,2,rep,name=dimensions,proto3" json:"dimensions,omitempty"`
	// contains filtered or unexported fields
}

A listing scope criterion.

func (*ListingScopeInfo) Descriptor deprecated

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

Deprecated: Use ListingScopeInfo.ProtoReflect.Descriptor instead.

func (*ListingScopeInfo) GetDimensions

func (x *ListingScopeInfo) GetDimensions() []*ListingDimensionInfo

func (*ListingScopeInfo) ProtoMessage

func (*ListingScopeInfo) ProtoMessage()

func (*ListingScopeInfo) ProtoReflect

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

func (*ListingScopeInfo) Reset

func (x *ListingScopeInfo) Reset()

func (*ListingScopeInfo) String

func (x *ListingScopeInfo) String() string

type LocationFeedItem

type LocationFeedItem struct {

	// The name of the business.
	BusinessName *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=business_name,json=businessName,proto3" json:"business_name,omitempty"`
	// Line 1 of the business address.
	AddressLine_1 *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=address_line_1,json=addressLine1,proto3" json:"address_line_1,omitempty"`
	// Line 2 of the business address.
	AddressLine_2 *wrapperspb.StringValue `protobuf:"bytes,3,opt,name=address_line_2,json=addressLine2,proto3" json:"address_line_2,omitempty"`
	// City of the business address.
	City *wrapperspb.StringValue `protobuf:"bytes,4,opt,name=city,proto3" json:"city,omitempty"`
	// Province of the business address.
	Province *wrapperspb.StringValue `protobuf:"bytes,5,opt,name=province,proto3" json:"province,omitempty"`
	// Postal code of the business address.
	PostalCode *wrapperspb.StringValue `protobuf:"bytes,6,opt,name=postal_code,json=postalCode,proto3" json:"postal_code,omitempty"`
	// Country code of the business address.
	CountryCode *wrapperspb.StringValue `protobuf:"bytes,7,opt,name=country_code,json=countryCode,proto3" json:"country_code,omitempty"`
	// Phone number of the business.
	PhoneNumber *wrapperspb.StringValue `protobuf:"bytes,8,opt,name=phone_number,json=phoneNumber,proto3" json:"phone_number,omitempty"`
	// contains filtered or unexported fields
}

Represents a location extension.

func (*LocationFeedItem) Descriptor deprecated

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

Deprecated: Use LocationFeedItem.ProtoReflect.Descriptor instead.

func (*LocationFeedItem) GetAddressLine_1

func (x *LocationFeedItem) GetAddressLine_1() *wrapperspb.StringValue

func (*LocationFeedItem) GetAddressLine_2

func (x *LocationFeedItem) GetAddressLine_2() *wrapperspb.StringValue

func (*LocationFeedItem) GetBusinessName

func (x *LocationFeedItem) GetBusinessName() *wrapperspb.StringValue

func (*LocationFeedItem) GetCity

func (x *LocationFeedItem) GetCity() *wrapperspb.StringValue

func (*LocationFeedItem) GetCountryCode

func (x *LocationFeedItem) GetCountryCode() *wrapperspb.StringValue

func (*LocationFeedItem) GetPhoneNumber

func (x *LocationFeedItem) GetPhoneNumber() *wrapperspb.StringValue

func (*LocationFeedItem) GetPostalCode

func (x *LocationFeedItem) GetPostalCode() *wrapperspb.StringValue

func (*LocationFeedItem) GetProvince

func (x *LocationFeedItem) GetProvince() *wrapperspb.StringValue

func (*LocationFeedItem) ProtoMessage

func (*LocationFeedItem) ProtoMessage()

func (*LocationFeedItem) ProtoReflect

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

func (*LocationFeedItem) Reset

func (x *LocationFeedItem) Reset()

func (*LocationFeedItem) String

func (x *LocationFeedItem) String() string

type LocationGroupInfo

type LocationGroupInfo struct {

	// Feed specifying locations for targeting.
	// This is required and must be set in CREATE operations.
	Feed *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=feed,proto3" json:"feed,omitempty"`
	// Geo target constant(s) restricting the scope of the geographic area within
	// the feed. Currently only one geo target constant is allowed.
	GeoTargetConstants []*wrapperspb.StringValue `protobuf:"bytes,2,rep,name=geo_target_constants,json=geoTargetConstants,proto3" json:"geo_target_constants,omitempty"`
	// Distance in units specifying the radius around targeted locations.
	// This is required and must be set in CREATE operations.
	Radius *wrapperspb.Int64Value `protobuf:"bytes,3,opt,name=radius,proto3" json:"radius,omitempty"`
	// Unit of the radius, miles and meters supported currently.
	// This is required and must be set in CREATE operations.
	RadiusUnits enums.LocationGroupRadiusUnitsEnum_LocationGroupRadiusUnits `` /* 184-byte string literal not displayed */
	// contains filtered or unexported fields
}

A radius around a list of locations specified via a feed.

func (*LocationGroupInfo) Descriptor deprecated

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

Deprecated: Use LocationGroupInfo.ProtoReflect.Descriptor instead.

func (*LocationGroupInfo) GetFeed

func (*LocationGroupInfo) GetGeoTargetConstants

func (x *LocationGroupInfo) GetGeoTargetConstants() []*wrapperspb.StringValue

func (*LocationGroupInfo) GetRadius

func (x *LocationGroupInfo) GetRadius() *wrapperspb.Int64Value

func (*LocationGroupInfo) ProtoMessage

func (*LocationGroupInfo) ProtoMessage()

func (*LocationGroupInfo) ProtoReflect

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

func (*LocationGroupInfo) Reset

func (x *LocationGroupInfo) Reset()

func (*LocationGroupInfo) String

func (x *LocationGroupInfo) String() string

type LocationInfo

type LocationInfo struct {

	// The geo target constant resource name.
	GeoTargetConstant *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=geo_target_constant,json=geoTargetConstant,proto3" json:"geo_target_constant,omitempty"`
	// contains filtered or unexported fields
}

A location criterion.

func (*LocationInfo) Descriptor deprecated

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

Deprecated: Use LocationInfo.ProtoReflect.Descriptor instead.

func (*LocationInfo) GetGeoTargetConstant

func (x *LocationInfo) GetGeoTargetConstant() *wrapperspb.StringValue

func (*LocationInfo) ProtoMessage

func (*LocationInfo) ProtoMessage()

func (*LocationInfo) ProtoReflect

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

func (*LocationInfo) Reset

func (x *LocationInfo) Reset()

func (*LocationInfo) String

func (x *LocationInfo) String() string

type LogicalUserListInfo

type LogicalUserListInfo struct {

	// Logical list rules that define this user list. The rules are defined as a
	// logical operator (ALL/ANY/NONE) and a list of user lists. All the rules are
	// ANDed when they are evaluated.
	//
	// Required for creating a logical user list.
	Rules []*UserListLogicalRuleInfo `protobuf:"bytes,1,rep,name=rules,proto3" json:"rules,omitempty"`
	// contains filtered or unexported fields
}

Represents a user list that is a custom combination of user lists.

func (*LogicalUserListInfo) Descriptor deprecated

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

Deprecated: Use LogicalUserListInfo.ProtoReflect.Descriptor instead.

func (*LogicalUserListInfo) GetRules

func (*LogicalUserListInfo) ProtoMessage

func (*LogicalUserListInfo) ProtoMessage()

func (*LogicalUserListInfo) ProtoReflect

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

func (*LogicalUserListInfo) Reset

func (x *LogicalUserListInfo) Reset()

func (*LogicalUserListInfo) String

func (x *LogicalUserListInfo) String() string

type LogicalUserListOperandInfo

type LogicalUserListOperandInfo struct {

	// Resource name of a user list as an operand.
	UserList *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=user_list,json=userList,proto3" json:"user_list,omitempty"`
	// contains filtered or unexported fields
}

Operand of logical user list that consists of a user list.

func (*LogicalUserListOperandInfo) Descriptor deprecated

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

Deprecated: Use LogicalUserListOperandInfo.ProtoReflect.Descriptor instead.

func (*LogicalUserListOperandInfo) GetUserList

func (*LogicalUserListOperandInfo) ProtoMessage

func (*LogicalUserListOperandInfo) ProtoMessage()

func (*LogicalUserListOperandInfo) ProtoReflect

func (*LogicalUserListOperandInfo) Reset

func (x *LogicalUserListOperandInfo) Reset()

func (*LogicalUserListOperandInfo) String

func (x *LogicalUserListOperandInfo) String() string

type ManualCpc

type ManualCpc struct {

	// Whether bids are to be enhanced based on conversion optimizer data.
	EnhancedCpcEnabled *wrapperspb.BoolValue `protobuf:"bytes,1,opt,name=enhanced_cpc_enabled,json=enhancedCpcEnabled,proto3" json:"enhanced_cpc_enabled,omitempty"`
	// contains filtered or unexported fields
}

Manual click-based bidding where user pays per click.

func (*ManualCpc) Descriptor deprecated

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

Deprecated: Use ManualCpc.ProtoReflect.Descriptor instead.

func (*ManualCpc) GetEnhancedCpcEnabled

func (x *ManualCpc) GetEnhancedCpcEnabled() *wrapperspb.BoolValue

func (*ManualCpc) ProtoMessage

func (*ManualCpc) ProtoMessage()

func (*ManualCpc) ProtoReflect

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

func (*ManualCpc) Reset

func (x *ManualCpc) Reset()

func (*ManualCpc) String

func (x *ManualCpc) String() string

type ManualCpm

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

Manual impression-based bidding where user pays per thousand impressions.

func (*ManualCpm) Descriptor deprecated

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

Deprecated: Use ManualCpm.ProtoReflect.Descriptor instead.

func (*ManualCpm) ProtoMessage

func (*ManualCpm) ProtoMessage()

func (*ManualCpm) ProtoReflect

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

func (*ManualCpm) Reset

func (x *ManualCpm) Reset()

func (*ManualCpm) String

func (x *ManualCpm) String() string

type ManualCpv

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

View based bidding where user pays per video view.

func (*ManualCpv) Descriptor deprecated

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

Deprecated: Use ManualCpv.ProtoReflect.Descriptor instead.

func (*ManualCpv) ProtoMessage

func (*ManualCpv) ProtoMessage()

func (*ManualCpv) ProtoReflect

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

func (*ManualCpv) Reset

func (x *ManualCpv) Reset()

func (*ManualCpv) String

func (x *ManualCpv) String() string

type MatchingFunction

type MatchingFunction struct {

	// String representation of the Function.
	//
	// Examples:
	//
	// 1. IDENTITY(true) or IDENTITY(false). All or no feed items served.
	// 2. EQUALS(CONTEXT.DEVICE,"Mobile")
	// 3. IN(FEED_ITEM_ID,{1000001,1000002,1000003})
	// 4. CONTAINS_ANY(FeedAttribute[12345678,0],{"Mars cruise","Venus cruise"})
	// 5. AND(IN(FEED_ITEM_ID,{10001,10002}),EQUALS(CONTEXT.DEVICE,"Mobile"))
	//
	// For more details, visit
	// https://developers.google.com/adwords/api/docs/guides/feed-matching-functions
	//
	// Note that because multiple strings may represent the same underlying
	// function (whitespace and single versus double quotation marks, for
	// example), the value returned may not be identical to the string sent in a
	// mutate request.
	FunctionString *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=function_string,json=functionString,proto3" json:"function_string,omitempty"`
	// Operator for a function.
	Operator enums.MatchingFunctionOperatorEnum_MatchingFunctionOperator `` /* 159-byte string literal not displayed */
	// The operands on the left hand side of the equation. This is also the
	// operand to be used for single operand expressions such as NOT.
	LeftOperands []*Operand `protobuf:"bytes,2,rep,name=left_operands,json=leftOperands,proto3" json:"left_operands,omitempty"`
	// The operands on the right hand side of the equation.
	RightOperands []*Operand `protobuf:"bytes,3,rep,name=right_operands,json=rightOperands,proto3" json:"right_operands,omitempty"`
	// contains filtered or unexported fields
}

Matching function associated with a CustomerFeed, CampaignFeed, or AdGroupFeed. The matching function is used to filter the set of feed items selected.

func (*MatchingFunction) Descriptor deprecated

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

Deprecated: Use MatchingFunction.ProtoReflect.Descriptor instead.

func (*MatchingFunction) GetFunctionString

func (x *MatchingFunction) GetFunctionString() *wrapperspb.StringValue

func (*MatchingFunction) GetLeftOperands

func (x *MatchingFunction) GetLeftOperands() []*Operand

func (*MatchingFunction) GetRightOperands

func (x *MatchingFunction) GetRightOperands() []*Operand

func (*MatchingFunction) ProtoMessage

func (*MatchingFunction) ProtoMessage()

func (*MatchingFunction) ProtoReflect

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

func (*MatchingFunction) Reset

func (x *MatchingFunction) Reset()

func (*MatchingFunction) String

func (x *MatchingFunction) String() string

type MaximizeConversionValue

type MaximizeConversionValue struct {

	// The target return on ad spend (ROAS) option. If set, the bid strategy will
	// maximize revenue while averaging the target return on ad spend. If the
	// target ROAS is high, the bid strategy may not be able to spend the full
	// budget. If the target ROAS is not set, the bid strategy will aim to
	// achieve the highest possible ROAS for the budget.
	TargetRoas *wrapperspb.DoubleValue `protobuf:"bytes,1,opt,name=target_roas,json=targetRoas,proto3" json:"target_roas,omitempty"`
	// contains filtered or unexported fields
}

An automated bidding strategy which tries to maximize conversion value given a daily budget.

func (*MaximizeConversionValue) Descriptor deprecated

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

Deprecated: Use MaximizeConversionValue.ProtoReflect.Descriptor instead.

func (*MaximizeConversionValue) GetTargetRoas

func (x *MaximizeConversionValue) GetTargetRoas() *wrapperspb.DoubleValue

func (*MaximizeConversionValue) ProtoMessage

func (*MaximizeConversionValue) ProtoMessage()

func (*MaximizeConversionValue) ProtoReflect

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

func (*MaximizeConversionValue) Reset

func (x *MaximizeConversionValue) Reset()

func (*MaximizeConversionValue) String

func (x *MaximizeConversionValue) String() string

type MaximizeConversions

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

An automated bidding strategy that sets bids to help get the most conversions for your campaign while spending your budget.

func (*MaximizeConversions) Descriptor deprecated

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

Deprecated: Use MaximizeConversions.ProtoReflect.Descriptor instead.

func (*MaximizeConversions) ProtoMessage

func (*MaximizeConversions) ProtoMessage()

func (*MaximizeConversions) ProtoReflect

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

func (*MaximizeConversions) Reset

func (x *MaximizeConversions) Reset()

func (*MaximizeConversions) String

func (x *MaximizeConversions) String() string

type MediaBundleAsset

type MediaBundleAsset struct {

	// Media bundle (ZIP file) asset data. The format of the uploaded ZIP file
	// depends on the ad field where it will be used. For more information on the
	// format, see the documentation of the ad field where you plan on using the
	// MediaBundleAsset. This field is mutate only.
	Data *wrapperspb.BytesValue `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

A MediaBundle asset.

func (*MediaBundleAsset) Descriptor deprecated

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

Deprecated: Use MediaBundleAsset.ProtoReflect.Descriptor instead.

func (*MediaBundleAsset) GetData

func (x *MediaBundleAsset) GetData() *wrapperspb.BytesValue

func (*MediaBundleAsset) ProtoMessage

func (*MediaBundleAsset) ProtoMessage()

func (*MediaBundleAsset) ProtoReflect

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

func (*MediaBundleAsset) Reset

func (x *MediaBundleAsset) Reset()

func (*MediaBundleAsset) String

func (x *MediaBundleAsset) String() string

type Metrics

type Metrics struct {

	// The percent of your ad impressions that are shown as the very first ad
	// above the organic search results.
	AbsoluteTopImpressionPercentage *wrapperspb.DoubleValue `` /* 159-byte string literal not displayed */
	// Average cost of viewable impressions (`active_view_impressions`).
	ActiveViewCpm *wrapperspb.DoubleValue `protobuf:"bytes,1,opt,name=active_view_cpm,json=activeViewCpm,proto3" json:"active_view_cpm,omitempty"`
	// Active view measurable clicks divided by active view viewable impressions.
	// This metric is reported only for display network.
	ActiveViewCtr *wrapperspb.DoubleValue `protobuf:"bytes,79,opt,name=active_view_ctr,json=activeViewCtr,proto3" json:"active_view_ctr,omitempty"`
	// A measurement of how often your ad has become viewable on a Display
	// Network site.
	ActiveViewImpressions *wrapperspb.Int64Value `` /* 126-byte string literal not displayed */
	// The ratio of impressions that could be measured by Active View over the
	// number of served impressions.
	ActiveViewMeasurability *wrapperspb.DoubleValue `` /* 133-byte string literal not displayed */
	// The cost of the impressions you received that were measurable by Active
	// View.
	ActiveViewMeasurableCostMicros *wrapperspb.Int64Value `` /* 157-byte string literal not displayed */
	// The number of times your ads are appearing on placements in positions
	// where they can be seen.
	ActiveViewMeasurableImpressions *wrapperspb.Int64Value `` /* 158-byte string literal not displayed */
	// The percentage of time when your ad appeared on an Active View enabled site
	// (measurable impressions) and was viewable (viewable impressions).
	ActiveViewViewability *wrapperspb.DoubleValue `` /* 127-byte string literal not displayed */
	// All conversions from interactions (as oppose to view through conversions)
	// divided by the number of ad interactions.
	AllConversionsFromInteractionsRate *wrapperspb.DoubleValue `` /* 170-byte string literal not displayed */
	// The value of all conversions.
	AllConversionsValue *wrapperspb.DoubleValue `protobuf:"bytes,66,opt,name=all_conversions_value,json=allConversionsValue,proto3" json:"all_conversions_value,omitempty"`
	// The total number of conversions. This includes all conversions regardless
	// of the value of include_in_conversions_metric.
	AllConversions *wrapperspb.DoubleValue `protobuf:"bytes,7,opt,name=all_conversions,json=allConversions,proto3" json:"all_conversions,omitempty"`
	// The value of all conversions divided by the total cost of ad interactions
	// (such as clicks for text ads or views for video ads).
	AllConversionsValuePerCost *wrapperspb.DoubleValue `` /* 146-byte string literal not displayed */
	// The number of times people clicked the "Call" button to call a store during
	// or after clicking an ad. This number doesn't include whether or not calls
	// were connected, or the duration of any calls.
	// This metric applies to feed items only.
	AllConversionsFromClickToCall *wrapperspb.DoubleValue `` /* 158-byte string literal not displayed */
	// The number of times people clicked a "Get directions" button to navigate to
	// a store after clicking an ad.
	// This metric applies to feed items only.
	AllConversionsFromDirections *wrapperspb.DoubleValue `` /* 151-byte string literal not displayed */
	// The value of all conversions from interactions divided by the total number
	// of interactions.
	AllConversionsFromInteractionsValuePerInteraction *wrapperspb.DoubleValue `` /* 219-byte string literal not displayed */
	// The number of times people clicked a link to view a store's menu after
	// clicking an ad.
	// This metric applies to feed items only.
	AllConversionsFromMenu *wrapperspb.DoubleValue `` /* 133-byte string literal not displayed */
	// The number of times people placed an order at a store after clicking an ad.
	// This metric applies to feed items only.
	AllConversionsFromOrder *wrapperspb.DoubleValue `` /* 136-byte string literal not displayed */
	// The number of other conversions (for example, posting a review or saving a
	// location for a store) that occurred after people clicked an ad.
	// This metric applies to feed items only.
	AllConversionsFromOtherEngagement *wrapperspb.DoubleValue `` /* 168-byte string literal not displayed */
	// Estimated number of times people visited a store after clicking an ad.
	// This metric applies to feed items only.
	AllConversionsFromStoreVisit *wrapperspb.DoubleValue `` /* 153-byte string literal not displayed */
	// The number of times that people were taken to a store's URL after clicking
	// an ad.
	// This metric applies to feed items only.
	AllConversionsFromStoreWebsite *wrapperspb.DoubleValue `` /* 159-byte string literal not displayed */
	// The average amount you pay per interaction. This amount is the total cost
	// of your ads divided by the total number of interactions.
	AverageCost *wrapperspb.DoubleValue `protobuf:"bytes,8,opt,name=average_cost,json=averageCost,proto3" json:"average_cost,omitempty"`
	// The total cost of all clicks divided by the total number of clicks
	// received.
	AverageCpc *wrapperspb.DoubleValue `protobuf:"bytes,9,opt,name=average_cpc,json=averageCpc,proto3" json:"average_cpc,omitempty"`
	// The average amount that you've been charged for an ad engagement. This
	// amount is the total cost of all ad engagements divided by the total number
	// of ad engagements.
	AverageCpe *wrapperspb.DoubleValue `protobuf:"bytes,98,opt,name=average_cpe,json=averageCpe,proto3" json:"average_cpe,omitempty"`
	// Average cost-per-thousand impressions (CPM).
	AverageCpm *wrapperspb.DoubleValue `protobuf:"bytes,10,opt,name=average_cpm,json=averageCpm,proto3" json:"average_cpm,omitempty"`
	// The average amount you pay each time someone views your ad.
	// The average CPV is defined by the total cost of all ad views divided by
	// the number of views.
	AverageCpv *wrapperspb.DoubleValue `protobuf:"bytes,11,opt,name=average_cpv,json=averageCpv,proto3" json:"average_cpv,omitempty"`
	// Average number of pages viewed per session.
	AveragePageViews *wrapperspb.DoubleValue `protobuf:"bytes,99,opt,name=average_page_views,json=averagePageViews,proto3" json:"average_page_views,omitempty"`
	// Total duration of all sessions (in seconds) / number of sessions. Imported
	// from Google Analytics.
	AverageTimeOnSite *wrapperspb.DoubleValue `protobuf:"bytes,84,opt,name=average_time_on_site,json=averageTimeOnSite,proto3" json:"average_time_on_site,omitempty"`
	// An indication of how other advertisers are bidding on similar products.
	BenchmarkAverageMaxCpc *wrapperspb.DoubleValue `` /* 132-byte string literal not displayed */
	// An indication on how other advertisers' Shopping ads for similar products
	// are performing based on how often people who see their ad click on it.
	BenchmarkCtr *wrapperspb.DoubleValue `protobuf:"bytes,77,opt,name=benchmark_ctr,json=benchmarkCtr,proto3" json:"benchmark_ctr,omitempty"`
	// Percentage of clicks where the user only visited a single page on your
	// site. Imported from Google Analytics.
	BounceRate *wrapperspb.DoubleValue `protobuf:"bytes,15,opt,name=bounce_rate,json=bounceRate,proto3" json:"bounce_rate,omitempty"`
	// The number of clicks.
	Clicks *wrapperspb.Int64Value `protobuf:"bytes,19,opt,name=clicks,proto3" json:"clicks,omitempty"`
	// The number of times your ad or your site's listing in the unpaid
	// results was clicked. See the help page at
	// https://support.google.com/google-ads/answer/3097241 for details.
	CombinedClicks *wrapperspb.Int64Value `protobuf:"bytes,115,opt,name=combined_clicks,json=combinedClicks,proto3" json:"combined_clicks,omitempty"`
	// The number of times your ad or your site's listing in the unpaid
	// results was clicked (combined_clicks) divided by combined_queries. See the
	// help page at https://support.google.com/google-ads/answer/3097241 for
	// details.
	CombinedClicksPerQuery *wrapperspb.DoubleValue `` /* 133-byte string literal not displayed */
	// The number of searches that returned pages from your site in the unpaid
	// results or showed one of your text ads. See the help page at
	// https://support.google.com/google-ads/answer/3097241 for details.
	CombinedQueries *wrapperspb.Int64Value `protobuf:"bytes,117,opt,name=combined_queries,json=combinedQueries,proto3" json:"combined_queries,omitempty"`
	// The estimated percent of times that your ad was eligible to show
	// on the Display Network but didn't because your budget was too low.
	// Note: Content budget lost impression share is reported in the range of 0
	// to 0.9. Any value above 0.9 is reported as 0.9001.
	ContentBudgetLostImpressionShare *wrapperspb.DoubleValue `` /* 164-byte string literal not displayed */
	// The impressions you've received on the Display Network divided
	// by the estimated number of impressions you were eligible to receive.
	// Note: Content impression share is reported in the range of 0.1 to 1. Any
	// value below 0.1 is reported as 0.0999.
	ContentImpressionShare *wrapperspb.DoubleValue `` /* 130-byte string literal not displayed */
	// The last date/time a conversion tag for this conversion action successfully
	// fired and was seen by Google Ads. This firing event may not have been the
	// result of an attributable conversion (e.g. because the tag was fired from a
	// browser that did not previously click an ad from an appropriate
	// advertiser). The date/time is in the customer's time zone.
	ConversionLastReceivedRequestDateTime *wrapperspb.StringValue `` /* 181-byte string literal not displayed */
	// The date of the most recent conversion for this conversion action. The date
	// is in the customer's time zone.
	ConversionLastConversionDate *wrapperspb.StringValue `` /* 150-byte string literal not displayed */
	// The estimated percentage of impressions on the Display Network
	// that your ads didn't receive due to poor Ad Rank.
	// Note: Content rank lost impression share is reported in the range of 0
	// to 0.9. Any value above 0.9 is reported as 0.9001.
	ContentRankLostImpressionShare *wrapperspb.DoubleValue `` /* 158-byte string literal not displayed */
	// Conversions from interactions divided by the number of ad interactions
	// (such as clicks for text ads or views for video ads). This only includes
	// conversion actions which include_in_conversions_metric attribute is set to
	// true. If you use conversion-based bidding, your bid strategies will
	// optimize for these conversions.
	ConversionsFromInteractionsRate *wrapperspb.DoubleValue `` /* 159-byte string literal not displayed */
	// The value of conversions. This only includes conversion actions which
	// include_in_conversions_metric attribute is set to true. If you use
	// conversion-based bidding, your bid strategies will optimize for these
	// conversions.
	ConversionsValue *wrapperspb.DoubleValue `protobuf:"bytes,70,opt,name=conversions_value,json=conversionsValue,proto3" json:"conversions_value,omitempty"`
	// The value of conversions divided by the cost of ad interactions. This only
	// includes conversion actions which include_in_conversions_metric attribute
	// is set to true. If you use conversion-based bidding, your bid strategies
	// will optimize for these conversions.
	ConversionsValuePerCost *wrapperspb.DoubleValue `` /* 135-byte string literal not displayed */
	// The value of conversions from interactions divided by the number of ad
	// interactions. This only includes conversion actions which
	// include_in_conversions_metric attribute is set to true. If you use
	// conversion-based bidding, your bid strategies will optimize for these
	// conversions.
	ConversionsFromInteractionsValuePerInteraction *wrapperspb.DoubleValue `` /* 208-byte string literal not displayed */
	// The number of conversions. This only includes conversion actions which
	// include_in_conversions_metric attribute is set to true. If you use
	// conversion-based bidding, your bid strategies will optimize for these
	// conversions.
	Conversions *wrapperspb.DoubleValue `protobuf:"bytes,25,opt,name=conversions,proto3" json:"conversions,omitempty"`
	// The sum of your cost-per-click (CPC) and cost-per-thousand impressions
	// (CPM) costs during this period.
	CostMicros *wrapperspb.Int64Value `protobuf:"bytes,26,opt,name=cost_micros,json=costMicros,proto3" json:"cost_micros,omitempty"`
	// The cost of ad interactions divided by all conversions.
	CostPerAllConversions *wrapperspb.DoubleValue `` /* 129-byte string literal not displayed */
	// The cost of ad interactions divided by conversions. This only includes
	// conversion actions which include_in_conversions_metric attribute is set to
	// true. If you use conversion-based bidding, your bid strategies will
	// optimize for these conversions.
	CostPerConversion *wrapperspb.DoubleValue `protobuf:"bytes,28,opt,name=cost_per_conversion,json=costPerConversion,proto3" json:"cost_per_conversion,omitempty"`
	// The cost of ad interactions divided by current model attributed
	// conversions. This only includes conversion actions which
	// include_in_conversions_metric attribute is set to true. If you use
	// conversion-based bidding, your bid strategies will optimize for these
	// conversions.
	CostPerCurrentModelAttributedConversion *wrapperspb.DoubleValue `` /* 188-byte string literal not displayed */
	// Conversions from when a customer clicks on a Google Ads ad on one device,
	// then converts on a different device or browser.
	// Cross-device conversions are already included in all_conversions.
	CrossDeviceConversions *wrapperspb.DoubleValue `` /* 130-byte string literal not displayed */
	// The number of clicks your ad receives (Clicks) divided by the number
	// of times your ad is shown (Impressions).
	Ctr *wrapperspb.DoubleValue `protobuf:"bytes,30,opt,name=ctr,proto3" json:"ctr,omitempty"`
	// Shows how your historic conversions data would look under the attribution
	// model you've currently selected. This only includes conversion actions
	// which include_in_conversions_metric attribute is set to true. If you use
	// conversion-based bidding, your bid strategies will optimize for these
	// conversions.
	CurrentModelAttributedConversions *wrapperspb.DoubleValue `` /* 166-byte string literal not displayed */
	// Current model attributed conversions from interactions divided by the
	// number of ad interactions (such as clicks for text ads or views for video
	// ads). This only includes conversion actions which
	// include_in_conversions_metric attribute is set to true. If you use
	// conversion-based bidding, your bid strategies will optimize for these
	// conversions.
	CurrentModelAttributedConversionsFromInteractionsRate *wrapperspb.DoubleValue `` /* 232-byte string literal not displayed */
	// The value of current model attributed conversions from interactions divided
	// by the number of ad interactions. This only includes conversion actions
	// which include_in_conversions_metric attribute is set to true. If you use
	// conversion-based bidding, your bid strategies will optimize for these
	// conversions.
	CurrentModelAttributedConversionsFromInteractionsValuePerInteraction *wrapperspb.DoubleValue `` /* 281-byte string literal not displayed */
	// The value of current model attributed conversions. This only includes
	// conversion actions which include_in_conversions_metric attribute is set to
	// true. If you use conversion-based bidding, your bid strategies will
	// optimize for these conversions.
	CurrentModelAttributedConversionsValue *wrapperspb.DoubleValue `` /* 183-byte string literal not displayed */
	// The value of current model attributed conversions divided by the cost of ad
	// interactions. This only includes conversion actions which
	// include_in_conversions_metric attribute is set to true. If you use
	// conversion-based bidding, your bid strategies will optimize for these
	// conversions.
	CurrentModelAttributedConversionsValuePerCost *wrapperspb.DoubleValue `` /* 208-byte string literal not displayed */
	// How often people engage with your ad after it's shown to them. This is the
	// number of ad expansions divided by the number of times your ad is shown.
	EngagementRate *wrapperspb.DoubleValue `protobuf:"bytes,31,opt,name=engagement_rate,json=engagementRate,proto3" json:"engagement_rate,omitempty"`
	// The number of engagements.
	// An engagement occurs when a viewer expands your Lightbox ad. Also, in the
	// future, other ad types may support engagement metrics.
	Engagements *wrapperspb.Int64Value `protobuf:"bytes,32,opt,name=engagements,proto3" json:"engagements,omitempty"`
	// Average lead value based on clicks.
	HotelAverageLeadValueMicros *wrapperspb.DoubleValue `` /* 149-byte string literal not displayed */
	// The average price difference between the price offered by reporting hotel
	// advertiser and the cheapest price offered by the competing advertiser.
	HotelPriceDifferencePercentage *wrapperspb.DoubleValue `` /* 157-byte string literal not displayed */
	// The creative historical quality score.
	HistoricalCreativeQualityScore enums.QualityScoreBucketEnum_QualityScoreBucket `` /* 234-byte string literal not displayed */
	// The quality of historical landing page experience.
	HistoricalLandingPageQualityScore enums.QualityScoreBucketEnum_QualityScoreBucket `` /* 245-byte string literal not displayed */
	// The historical quality score.
	HistoricalQualityScore *wrapperspb.Int64Value `` /* 130-byte string literal not displayed */
	// The historical search predicted click through rate (CTR).
	HistoricalSearchPredictedCtr enums.QualityScoreBucketEnum_QualityScoreBucket `` /* 228-byte string literal not displayed */
	// The number of times the ad was forwarded to someone else as a message.
	GmailForwards *wrapperspb.Int64Value `protobuf:"bytes,85,opt,name=gmail_forwards,json=gmailForwards,proto3" json:"gmail_forwards,omitempty"`
	// The number of times someone has saved your Gmail ad to their inbox as a
	// message.
	GmailSaves *wrapperspb.Int64Value `protobuf:"bytes,86,opt,name=gmail_saves,json=gmailSaves,proto3" json:"gmail_saves,omitempty"`
	// The number of clicks to the landing page on the expanded state of Gmail
	// ads.
	GmailSecondaryClicks *wrapperspb.Int64Value `protobuf:"bytes,87,opt,name=gmail_secondary_clicks,json=gmailSecondaryClicks,proto3" json:"gmail_secondary_clicks,omitempty"`
	// The number of times a store's location-based ad was shown.
	// This metric applies to feed items only.
	ImpressionsFromStoreReach *wrapperspb.Int64Value `` /* 142-byte string literal not displayed */
	// Count of how often your ad has appeared on a search results page or
	// website on the Google Network.
	Impressions *wrapperspb.Int64Value `protobuf:"bytes,37,opt,name=impressions,proto3" json:"impressions,omitempty"`
	// How often people interact with your ad after it is shown to them.
	// This is the number of interactions divided by the number of times your ad
	// is shown.
	InteractionRate *wrapperspb.DoubleValue `protobuf:"bytes,38,opt,name=interaction_rate,json=interactionRate,proto3" json:"interaction_rate,omitempty"`
	// The number of interactions.
	// An interaction is the main user action associated with an ad format-clicks
	// for text and shopping ads, views for video ads, and so on.
	Interactions *wrapperspb.Int64Value `protobuf:"bytes,39,opt,name=interactions,proto3" json:"interactions,omitempty"`
	// The types of payable and free interactions.
	InteractionEventTypes []enums.InteractionEventTypeEnum_InteractionEventType `` /* 217-byte string literal not displayed */
	// The percentage of clicks filtered out of your total number of clicks
	// (filtered + non-filtered clicks) during the reporting period.
	InvalidClickRate *wrapperspb.DoubleValue `protobuf:"bytes,40,opt,name=invalid_click_rate,json=invalidClickRate,proto3" json:"invalid_click_rate,omitempty"`
	// Number of clicks Google considers illegitimate and doesn't charge you for.
	InvalidClicks *wrapperspb.Int64Value `protobuf:"bytes,41,opt,name=invalid_clicks,json=invalidClicks,proto3" json:"invalid_clicks,omitempty"`
	// Number of message chats initiated for Click To Message impressions that
	// were message tracking eligible.
	MessageChats *wrapperspb.Int64Value `protobuf:"bytes,126,opt,name=message_chats,json=messageChats,proto3" json:"message_chats,omitempty"`
	// Number of Click To Message impressions that were message tracking eligible.
	MessageImpressions *wrapperspb.Int64Value `protobuf:"bytes,127,opt,name=message_impressions,json=messageImpressions,proto3" json:"message_impressions,omitempty"`
	// Number of message chats initiated (message_chats) divided by the number
	// of message impressions (message_impressions).
	// Rate at which a user initiates a message chat from an ad impression with
	// a messaging option and message tracking enabled.
	// Note that this rate can be more than 1.0 for a given message impression.
	MessageChatRate *wrapperspb.DoubleValue `protobuf:"bytes,128,opt,name=message_chat_rate,json=messageChatRate,proto3" json:"message_chat_rate,omitempty"`
	// The percentage of mobile clicks that go to a mobile-friendly page.
	MobileFriendlyClicksPercentage *wrapperspb.DoubleValue `` /* 157-byte string literal not displayed */
	// The number of times someone clicked your site's listing in the unpaid
	// results for a particular query. See the help page at
	// https://support.google.com/google-ads/answer/3097241 for details.
	OrganicClicks *wrapperspb.Int64Value `protobuf:"bytes,110,opt,name=organic_clicks,json=organicClicks,proto3" json:"organic_clicks,omitempty"`
	// The number of times someone clicked your site's listing in the unpaid
	// results (organic_clicks) divided by the total number of searches that
	// returned pages from your site (organic_queries). See the help page at
	// https://support.google.com/google-ads/answer/3097241 for details.
	OrganicClicksPerQuery *wrapperspb.DoubleValue `` /* 130-byte string literal not displayed */
	// The number of listings for your site in the unpaid search results. See the
	// help page at https://support.google.com/google-ads/answer/3097241 for
	// details.
	OrganicImpressions *wrapperspb.Int64Value `protobuf:"bytes,112,opt,name=organic_impressions,json=organicImpressions,proto3" json:"organic_impressions,omitempty"`
	// The number of times a page from your site was listed in the unpaid search
	// results (organic_impressions) divided by the number of searches returning
	// your site's listing in the unpaid results (organic_queries). See the help
	// page at https://support.google.com/google-ads/answer/3097241 for details.
	OrganicImpressionsPerQuery *wrapperspb.DoubleValue `` /* 145-byte string literal not displayed */
	// The total number of searches that returned your site's listing in the
	// unpaid results. See the help page at
	// https://support.google.com/google-ads/answer/3097241 for details.
	OrganicQueries *wrapperspb.Int64Value `protobuf:"bytes,114,opt,name=organic_queries,json=organicQueries,proto3" json:"organic_queries,omitempty"`
	// Percentage of first-time sessions (from people who had never visited your
	// site before). Imported from Google Analytics.
	PercentNewVisitors *wrapperspb.DoubleValue `protobuf:"bytes,42,opt,name=percent_new_visitors,json=percentNewVisitors,proto3" json:"percent_new_visitors,omitempty"`
	// Number of offline phone calls.
	PhoneCalls *wrapperspb.Int64Value `protobuf:"bytes,43,opt,name=phone_calls,json=phoneCalls,proto3" json:"phone_calls,omitempty"`
	// Number of offline phone impressions.
	PhoneImpressions *wrapperspb.Int64Value `protobuf:"bytes,44,opt,name=phone_impressions,json=phoneImpressions,proto3" json:"phone_impressions,omitempty"`
	// Number of phone calls received (phone_calls) divided by the number of
	// times your phone number is shown (phone_impressions).
	PhoneThroughRate *wrapperspb.DoubleValue `protobuf:"bytes,45,opt,name=phone_through_rate,json=phoneThroughRate,proto3" json:"phone_through_rate,omitempty"`
	// Your clickthrough rate (Ctr) divided by the average clickthrough rate of
	// all advertisers on the websites that show your ads. Measures how your ads
	// perform on Display Network sites compared to other ads on the same sites.
	RelativeCtr *wrapperspb.DoubleValue `protobuf:"bytes,46,opt,name=relative_ctr,json=relativeCtr,proto3" json:"relative_ctr,omitempty"`
	// The percentage of the customer's Shopping or Search ad impressions that are
	// shown in the most prominent Shopping position. See
	// https://support.google.com/google-ads/answer/7501826
	// for details. Any value below 0.1 is reported as 0.0999.
	SearchAbsoluteTopImpressionShare *wrapperspb.DoubleValue `` /* 164-byte string literal not displayed */
	// The number estimating how often your ad wasn't the very first ad above the
	// organic search results due to a low budget. Note: Search
	// budget lost absolute top impression share is reported in the range of 0 to
	// 0.9. Any value above 0.9 is reported as 0.9001.
	SearchBudgetLostAbsoluteTopImpressionShare *wrapperspb.DoubleValue `` /* 198-byte string literal not displayed */
	// The estimated percent of times that your ad was eligible to show on the
	// Search Network but didn't because your budget was too low. Note: Search
	// budget lost impression share is reported in the range of 0 to 0.9. Any
	// value above 0.9 is reported as 0.9001.
	SearchBudgetLostImpressionShare *wrapperspb.DoubleValue `` /* 161-byte string literal not displayed */
	// The number estimating how often your ad didn't show anywhere above the
	// organic search results due to a low budget. Note: Search
	// budget lost top impression share is reported in the range of 0 to 0.9. Any
	// value above 0.9 is reported as 0.9001.
	SearchBudgetLostTopImpressionShare *wrapperspb.DoubleValue `` /* 172-byte string literal not displayed */
	// The number of clicks you've received on the Search Network
	// divided by the estimated number of clicks you were eligible to receive.
	// Note: Search click share is reported in the range of 0.1 to 1. Any value
	// below 0.1 is reported as 0.0999.
	SearchClickShare *wrapperspb.DoubleValue `protobuf:"bytes,48,opt,name=search_click_share,json=searchClickShare,proto3" json:"search_click_share,omitempty"`
	// The impressions you've received divided by the estimated number of
	// impressions you were eligible to receive on the Search Network for search
	// terms that matched your keywords exactly (or were close variants of your
	// keyword), regardless of your keyword match types. Note: Search exact match
	// impression share is reported in the range of 0.1 to 1. Any value below 0.1
	// is reported as 0.0999.
	SearchExactMatchImpressionShare *wrapperspb.DoubleValue `` /* 161-byte string literal not displayed */
	// The impressions you've received on the Search Network divided
	// by the estimated number of impressions you were eligible to receive.
	// Note: Search impression share is reported in the range of 0.1 to 1. Any
	// value below 0.1 is reported as 0.0999.
	SearchImpressionShare *wrapperspb.DoubleValue `` /* 127-byte string literal not displayed */
	// The number estimating how often your ad wasn't the very first ad above the
	// organic search results due to poor Ad Rank.
	// Note: Search rank lost absolute top impression share is reported in the
	// range of 0 to 0.9. Any value above 0.9 is reported as 0.9001.
	SearchRankLostAbsoluteTopImpressionShare *wrapperspb.DoubleValue `` /* 192-byte string literal not displayed */
	// The estimated percentage of impressions on the Search Network
	// that your ads didn't receive due to poor Ad Rank.
	// Note: Search rank lost impression share is reported in the range of 0 to
	// 0.9. Any value above 0.9 is reported as 0.9001.
	SearchRankLostImpressionShare *wrapperspb.DoubleValue `` /* 155-byte string literal not displayed */
	// The number estimating how often your ad didn't show anywhere above the
	// organic search results due to poor Ad Rank.
	// Note: Search rank lost top impression share is reported in the range of 0
	// to 0.9. Any value above 0.9 is reported as 0.9001.
	SearchRankLostTopImpressionShare *wrapperspb.DoubleValue `` /* 166-byte string literal not displayed */
	// The impressions you've received in the top location (anywhere above the
	// organic search results) compared to the estimated number of impressions you
	// were eligible to receive in the top location.
	// Note: Search top impression share is reported in the range of 0.1 to 1. Any
	// value below 0.1 is reported as 0.0999.
	SearchTopImpressionShare *wrapperspb.DoubleValue `` /* 138-byte string literal not displayed */
	// A measure of how quickly your page loads after clicks on your mobile ads.
	// The score is a range from 1 to 10, 10 being the fastest.
	SpeedScore *wrapperspb.Int64Value `protobuf:"bytes,107,opt,name=speed_score,json=speedScore,proto3" json:"speed_score,omitempty"`
	// The percent of your ad impressions that are shown anywhere above the
	// organic search results.
	TopImpressionPercentage *wrapperspb.DoubleValue `` /* 133-byte string literal not displayed */
	// The percentage of ad clicks to Accelerated Mobile Pages (AMP) landing pages
	// that reach a valid AMP page.
	ValidAcceleratedMobilePagesClicksPercentage *wrapperspb.DoubleValue `` /* 200-byte string literal not displayed */
	// The value of all conversions divided by the number of all conversions.
	ValuePerAllConversions *wrapperspb.DoubleValue `` /* 132-byte string literal not displayed */
	// The value of conversions divided by the number of conversions. This only
	// includes conversion actions which include_in_conversions_metric attribute
	// is set to true. If you use conversion-based bidding, your bid strategies
	// will optimize for these conversions.
	ValuePerConversion *wrapperspb.DoubleValue `protobuf:"bytes,53,opt,name=value_per_conversion,json=valuePerConversion,proto3" json:"value_per_conversion,omitempty"`
	// The value of current model attributed conversions divided by the number of
	// the conversions. This only includes conversion actions which
	// include_in_conversions_metric attribute is set to true. If you use
	// conversion-based bidding, your bid strategies will optimize for these
	// conversions.
	ValuePerCurrentModelAttributedConversion *wrapperspb.DoubleValue `` /* 190-byte string literal not displayed */
	// Percentage of impressions where the viewer watched all of your video.
	VideoQuartile_100Rate *wrapperspb.DoubleValue `` /* 126-byte string literal not displayed */
	// Percentage of impressions where the viewer watched 25% of your video.
	VideoQuartile_25Rate *wrapperspb.DoubleValue `protobuf:"bytes,55,opt,name=video_quartile_25_rate,json=videoQuartile25Rate,proto3" json:"video_quartile_25_rate,omitempty"`
	// Percentage of impressions where the viewer watched 50% of your video.
	VideoQuartile_50Rate *wrapperspb.DoubleValue `protobuf:"bytes,56,opt,name=video_quartile_50_rate,json=videoQuartile50Rate,proto3" json:"video_quartile_50_rate,omitempty"`
	// Percentage of impressions where the viewer watched 75% of your video.
	VideoQuartile_75Rate *wrapperspb.DoubleValue `protobuf:"bytes,57,opt,name=video_quartile_75_rate,json=videoQuartile75Rate,proto3" json:"video_quartile_75_rate,omitempty"`
	// The number of views your TrueView video ad receives divided by its number
	// of impressions, including thumbnail impressions for TrueView in-display
	// ads.
	VideoViewRate *wrapperspb.DoubleValue `protobuf:"bytes,58,opt,name=video_view_rate,json=videoViewRate,proto3" json:"video_view_rate,omitempty"`
	// The number of times your video ads were viewed.
	VideoViews *wrapperspb.Int64Value `protobuf:"bytes,59,opt,name=video_views,json=videoViews,proto3" json:"video_views,omitempty"`
	// The total number of view-through conversions.
	// These happen when a customer sees an image or rich media ad, then later
	// completes a conversion on your site without interacting with (e.g.,
	// clicking on) another ad.
	ViewThroughConversions *wrapperspb.Int64Value `` /* 130-byte string literal not displayed */
	// contains filtered or unexported fields
}

Metrics data.

func (*Metrics) Descriptor deprecated

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

Deprecated: Use Metrics.ProtoReflect.Descriptor instead.

func (*Metrics) GetAbsoluteTopImpressionPercentage

func (x *Metrics) GetAbsoluteTopImpressionPercentage() *wrapperspb.DoubleValue

func (*Metrics) GetActiveViewCpm

func (x *Metrics) GetActiveViewCpm() *wrapperspb.DoubleValue

func (*Metrics) GetActiveViewCtr

func (x *Metrics) GetActiveViewCtr() *wrapperspb.DoubleValue

func (*Metrics) GetActiveViewImpressions

func (x *Metrics) GetActiveViewImpressions() *wrapperspb.Int64Value

func (*Metrics) GetActiveViewMeasurability

func (x *Metrics) GetActiveViewMeasurability() *wrapperspb.DoubleValue

func (*Metrics) GetActiveViewMeasurableCostMicros

func (x *Metrics) GetActiveViewMeasurableCostMicros() *wrapperspb.Int64Value

func (*Metrics) GetActiveViewMeasurableImpressions

func (x *Metrics) GetActiveViewMeasurableImpressions() *wrapperspb.Int64Value

func (*Metrics) GetActiveViewViewability

func (x *Metrics) GetActiveViewViewability() *wrapperspb.DoubleValue

func (*Metrics) GetAllConversions

func (x *Metrics) GetAllConversions() *wrapperspb.DoubleValue

func (*Metrics) GetAllConversionsFromClickToCall

func (x *Metrics) GetAllConversionsFromClickToCall() *wrapperspb.DoubleValue

func (*Metrics) GetAllConversionsFromDirections

func (x *Metrics) GetAllConversionsFromDirections() *wrapperspb.DoubleValue

func (*Metrics) GetAllConversionsFromInteractionsRate

func (x *Metrics) GetAllConversionsFromInteractionsRate() *wrapperspb.DoubleValue

func (*Metrics) GetAllConversionsFromInteractionsValuePerInteraction

func (x *Metrics) GetAllConversionsFromInteractionsValuePerInteraction() *wrapperspb.DoubleValue

func (*Metrics) GetAllConversionsFromMenu

func (x *Metrics) GetAllConversionsFromMenu() *wrapperspb.DoubleValue

func (*Metrics) GetAllConversionsFromOrder

func (x *Metrics) GetAllConversionsFromOrder() *wrapperspb.DoubleValue

func (*Metrics) GetAllConversionsFromOtherEngagement

func (x *Metrics) GetAllConversionsFromOtherEngagement() *wrapperspb.DoubleValue

func (*Metrics) GetAllConversionsFromStoreVisit

func (x *Metrics) GetAllConversionsFromStoreVisit() *wrapperspb.DoubleValue

func (*Metrics) GetAllConversionsFromStoreWebsite

func (x *Metrics) GetAllConversionsFromStoreWebsite() *wrapperspb.DoubleValue

func (*Metrics) GetAllConversionsValue

func (x *Metrics) GetAllConversionsValue() *wrapperspb.DoubleValue

func (*Metrics) GetAllConversionsValuePerCost

func (x *Metrics) GetAllConversionsValuePerCost() *wrapperspb.DoubleValue

func (*Metrics) GetAverageCost

func (x *Metrics) GetAverageCost() *wrapperspb.DoubleValue

func (*Metrics) GetAverageCpc

func (x *Metrics) GetAverageCpc() *wrapperspb.DoubleValue

func (*Metrics) GetAverageCpe

func (x *Metrics) GetAverageCpe() *wrapperspb.DoubleValue

func (*Metrics) GetAverageCpm

func (x *Metrics) GetAverageCpm() *wrapperspb.DoubleValue

func (*Metrics) GetAverageCpv

func (x *Metrics) GetAverageCpv() *wrapperspb.DoubleValue

func (*Metrics) GetAveragePageViews

func (x *Metrics) GetAveragePageViews() *wrapperspb.DoubleValue

func (*Metrics) GetAverageTimeOnSite

func (x *Metrics) GetAverageTimeOnSite() *wrapperspb.DoubleValue

func (*Metrics) GetBenchmarkAverageMaxCpc

func (x *Metrics) GetBenchmarkAverageMaxCpc() *wrapperspb.DoubleValue

func (*Metrics) GetBenchmarkCtr

func (x *Metrics) GetBenchmarkCtr() *wrapperspb.DoubleValue

func (*Metrics) GetBounceRate

func (x *Metrics) GetBounceRate() *wrapperspb.DoubleValue

func (*Metrics) GetClicks

func (x *Metrics) GetClicks() *wrapperspb.Int64Value

func (*Metrics) GetCombinedClicks

func (x *Metrics) GetCombinedClicks() *wrapperspb.Int64Value

func (*Metrics) GetCombinedClicksPerQuery

func (x *Metrics) GetCombinedClicksPerQuery() *wrapperspb.DoubleValue

func (*Metrics) GetCombinedQueries

func (x *Metrics) GetCombinedQueries() *wrapperspb.Int64Value

func (*Metrics) GetContentBudgetLostImpressionShare

func (x *Metrics) GetContentBudgetLostImpressionShare() *wrapperspb.DoubleValue

func (*Metrics) GetContentImpressionShare

func (x *Metrics) GetContentImpressionShare() *wrapperspb.DoubleValue

func (*Metrics) GetContentRankLostImpressionShare

func (x *Metrics) GetContentRankLostImpressionShare() *wrapperspb.DoubleValue

func (*Metrics) GetConversionLastConversionDate

func (x *Metrics) GetConversionLastConversionDate() *wrapperspb.StringValue

func (*Metrics) GetConversionLastReceivedRequestDateTime

func (x *Metrics) GetConversionLastReceivedRequestDateTime() *wrapperspb.StringValue

func (*Metrics) GetConversions

func (x *Metrics) GetConversions() *wrapperspb.DoubleValue

func (*Metrics) GetConversionsFromInteractionsRate

func (x *Metrics) GetConversionsFromInteractionsRate() *wrapperspb.DoubleValue

func (*Metrics) GetConversionsFromInteractionsValuePerInteraction

func (x *Metrics) GetConversionsFromInteractionsValuePerInteraction() *wrapperspb.DoubleValue

func (*Metrics) GetConversionsValue

func (x *Metrics) GetConversionsValue() *wrapperspb.DoubleValue

func (*Metrics) GetConversionsValuePerCost

func (x *Metrics) GetConversionsValuePerCost() *wrapperspb.DoubleValue

func (*Metrics) GetCostMicros

func (x *Metrics) GetCostMicros() *wrapperspb.Int64Value

func (*Metrics) GetCostPerAllConversions

func (x *Metrics) GetCostPerAllConversions() *wrapperspb.DoubleValue

func (*Metrics) GetCostPerConversion

func (x *Metrics) GetCostPerConversion() *wrapperspb.DoubleValue

func (*Metrics) GetCostPerCurrentModelAttributedConversion

func (x *Metrics) GetCostPerCurrentModelAttributedConversion() *wrapperspb.DoubleValue

func (*Metrics) GetCrossDeviceConversions

func (x *Metrics) GetCrossDeviceConversions() *wrapperspb.DoubleValue

func (*Metrics) GetCtr

func (x *Metrics) GetCtr() *wrapperspb.DoubleValue

func (*Metrics) GetCurrentModelAttributedConversions

func (x *Metrics) GetCurrentModelAttributedConversions() *wrapperspb.DoubleValue

func (*Metrics) GetCurrentModelAttributedConversionsFromInteractionsRate

func (x *Metrics) GetCurrentModelAttributedConversionsFromInteractionsRate() *wrapperspb.DoubleValue

func (*Metrics) GetCurrentModelAttributedConversionsFromInteractionsValuePerInteraction

func (x *Metrics) GetCurrentModelAttributedConversionsFromInteractionsValuePerInteraction() *wrapperspb.DoubleValue

func (*Metrics) GetCurrentModelAttributedConversionsValue

func (x *Metrics) GetCurrentModelAttributedConversionsValue() *wrapperspb.DoubleValue

func (*Metrics) GetCurrentModelAttributedConversionsValuePerCost

func (x *Metrics) GetCurrentModelAttributedConversionsValuePerCost() *wrapperspb.DoubleValue

func (*Metrics) GetEngagementRate

func (x *Metrics) GetEngagementRate() *wrapperspb.DoubleValue

func (*Metrics) GetEngagements

func (x *Metrics) GetEngagements() *wrapperspb.Int64Value

func (*Metrics) GetGmailForwards

func (x *Metrics) GetGmailForwards() *wrapperspb.Int64Value

func (*Metrics) GetGmailSaves

func (x *Metrics) GetGmailSaves() *wrapperspb.Int64Value

func (*Metrics) GetGmailSecondaryClicks

func (x *Metrics) GetGmailSecondaryClicks() *wrapperspb.Int64Value

func (*Metrics) GetHistoricalCreativeQualityScore

func (x *Metrics) GetHistoricalCreativeQualityScore() enums.QualityScoreBucketEnum_QualityScoreBucket

func (*Metrics) GetHistoricalLandingPageQualityScore

func (x *Metrics) GetHistoricalLandingPageQualityScore() enums.QualityScoreBucketEnum_QualityScoreBucket

func (*Metrics) GetHistoricalQualityScore

func (x *Metrics) GetHistoricalQualityScore() *wrapperspb.Int64Value

func (*Metrics) GetHistoricalSearchPredictedCtr

func (x *Metrics) GetHistoricalSearchPredictedCtr() enums.QualityScoreBucketEnum_QualityScoreBucket

func (*Metrics) GetHotelAverageLeadValueMicros

func (x *Metrics) GetHotelAverageLeadValueMicros() *wrapperspb.DoubleValue

func (*Metrics) GetHotelPriceDifferencePercentage

func (x *Metrics) GetHotelPriceDifferencePercentage() *wrapperspb.DoubleValue

func (*Metrics) GetImpressions

func (x *Metrics) GetImpressions() *wrapperspb.Int64Value

func (*Metrics) GetImpressionsFromStoreReach

func (x *Metrics) GetImpressionsFromStoreReach() *wrapperspb.Int64Value

func (*Metrics) GetInteractionEventTypes

func (x *Metrics) GetInteractionEventTypes() []enums.InteractionEventTypeEnum_InteractionEventType

func (*Metrics) GetInteractionRate

func (x *Metrics) GetInteractionRate() *wrapperspb.DoubleValue

func (*Metrics) GetInteractions

func (x *Metrics) GetInteractions() *wrapperspb.Int64Value

func (*Metrics) GetInvalidClickRate

func (x *Metrics) GetInvalidClickRate() *wrapperspb.DoubleValue

func (*Metrics) GetInvalidClicks

func (x *Metrics) GetInvalidClicks() *wrapperspb.Int64Value

func (*Metrics) GetMessageChatRate

func (x *Metrics) GetMessageChatRate() *wrapperspb.DoubleValue

func (*Metrics) GetMessageChats

func (x *Metrics) GetMessageChats() *wrapperspb.Int64Value

func (*Metrics) GetMessageImpressions

func (x *Metrics) GetMessageImpressions() *wrapperspb.Int64Value

func (*Metrics) GetMobileFriendlyClicksPercentage

func (x *Metrics) GetMobileFriendlyClicksPercentage() *wrapperspb.DoubleValue

func (*Metrics) GetOrganicClicks

func (x *Metrics) GetOrganicClicks() *wrapperspb.Int64Value

func (*Metrics) GetOrganicClicksPerQuery

func (x *Metrics) GetOrganicClicksPerQuery() *wrapperspb.DoubleValue

func (*Metrics) GetOrganicImpressions

func (x *Metrics) GetOrganicImpressions() *wrapperspb.Int64Value

func (*Metrics) GetOrganicImpressionsPerQuery

func (x *Metrics) GetOrganicImpressionsPerQuery() *wrapperspb.DoubleValue

func (*Metrics) GetOrganicQueries

func (x *Metrics) GetOrganicQueries() *wrapperspb.Int64Value

func (*Metrics) GetPercentNewVisitors

func (x *Metrics) GetPercentNewVisitors() *wrapperspb.DoubleValue

func (*Metrics) GetPhoneCalls

func (x *Metrics) GetPhoneCalls() *wrapperspb.Int64Value

func (*Metrics) GetPhoneImpressions

func (x *Metrics) GetPhoneImpressions() *wrapperspb.Int64Value

func (*Metrics) GetPhoneThroughRate

func (x *Metrics) GetPhoneThroughRate() *wrapperspb.DoubleValue

func (*Metrics) GetRelativeCtr

func (x *Metrics) GetRelativeCtr() *wrapperspb.DoubleValue

func (*Metrics) GetSearchAbsoluteTopImpressionShare

func (x *Metrics) GetSearchAbsoluteTopImpressionShare() *wrapperspb.DoubleValue

func (*Metrics) GetSearchBudgetLostAbsoluteTopImpressionShare

func (x *Metrics) GetSearchBudgetLostAbsoluteTopImpressionShare() *wrapperspb.DoubleValue

func (*Metrics) GetSearchBudgetLostImpressionShare

func (x *Metrics) GetSearchBudgetLostImpressionShare() *wrapperspb.DoubleValue

func (*Metrics) GetSearchBudgetLostTopImpressionShare

func (x *Metrics) GetSearchBudgetLostTopImpressionShare() *wrapperspb.DoubleValue

func (*Metrics) GetSearchClickShare

func (x *Metrics) GetSearchClickShare() *wrapperspb.DoubleValue

func (*Metrics) GetSearchExactMatchImpressionShare

func (x *Metrics) GetSearchExactMatchImpressionShare() *wrapperspb.DoubleValue

func (*Metrics) GetSearchImpressionShare

func (x *Metrics) GetSearchImpressionShare() *wrapperspb.DoubleValue

func (*Metrics) GetSearchRankLostAbsoluteTopImpressionShare

func (x *Metrics) GetSearchRankLostAbsoluteTopImpressionShare() *wrapperspb.DoubleValue

func (*Metrics) GetSearchRankLostImpressionShare

func (x *Metrics) GetSearchRankLostImpressionShare() *wrapperspb.DoubleValue

func (*Metrics) GetSearchRankLostTopImpressionShare

func (x *Metrics) GetSearchRankLostTopImpressionShare() *wrapperspb.DoubleValue

func (*Metrics) GetSearchTopImpressionShare

func (x *Metrics) GetSearchTopImpressionShare() *wrapperspb.DoubleValue

func (*Metrics) GetSpeedScore

func (x *Metrics) GetSpeedScore() *wrapperspb.Int64Value

func (*Metrics) GetTopImpressionPercentage

func (x *Metrics) GetTopImpressionPercentage() *wrapperspb.DoubleValue

func (*Metrics) GetValidAcceleratedMobilePagesClicksPercentage

func (x *Metrics) GetValidAcceleratedMobilePagesClicksPercentage() *wrapperspb.DoubleValue

func (*Metrics) GetValuePerAllConversions

func (x *Metrics) GetValuePerAllConversions() *wrapperspb.DoubleValue

func (*Metrics) GetValuePerConversion

func (x *Metrics) GetValuePerConversion() *wrapperspb.DoubleValue

func (*Metrics) GetValuePerCurrentModelAttributedConversion

func (x *Metrics) GetValuePerCurrentModelAttributedConversion() *wrapperspb.DoubleValue

func (*Metrics) GetVideoQuartile_100Rate

func (x *Metrics) GetVideoQuartile_100Rate() *wrapperspb.DoubleValue

func (*Metrics) GetVideoQuartile_25Rate

func (x *Metrics) GetVideoQuartile_25Rate() *wrapperspb.DoubleValue

func (*Metrics) GetVideoQuartile_50Rate

func (x *Metrics) GetVideoQuartile_50Rate() *wrapperspb.DoubleValue

func (*Metrics) GetVideoQuartile_75Rate

func (x *Metrics) GetVideoQuartile_75Rate() *wrapperspb.DoubleValue

func (*Metrics) GetVideoViewRate

func (x *Metrics) GetVideoViewRate() *wrapperspb.DoubleValue

func (*Metrics) GetVideoViews

func (x *Metrics) GetVideoViews() *wrapperspb.Int64Value

func (*Metrics) GetViewThroughConversions

func (x *Metrics) GetViewThroughConversions() *wrapperspb.Int64Value

func (*Metrics) ProtoMessage

func (*Metrics) ProtoMessage()

func (*Metrics) ProtoReflect

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

func (*Metrics) Reset

func (x *Metrics) Reset()

func (*Metrics) String

func (x *Metrics) String() string

type MobileAppCategoryInfo

type MobileAppCategoryInfo struct {

	// The mobile app category constant resource name.
	MobileAppCategoryConstant *wrapperspb.StringValue `` /* 140-byte string literal not displayed */
	// contains filtered or unexported fields
}

A mobile app category criterion.

func (*MobileAppCategoryInfo) Descriptor deprecated

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

Deprecated: Use MobileAppCategoryInfo.ProtoReflect.Descriptor instead.

func (*MobileAppCategoryInfo) GetMobileAppCategoryConstant

func (x *MobileAppCategoryInfo) GetMobileAppCategoryConstant() *wrapperspb.StringValue

func (*MobileAppCategoryInfo) ProtoMessage

func (*MobileAppCategoryInfo) ProtoMessage()

func (*MobileAppCategoryInfo) ProtoReflect

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

func (*MobileAppCategoryInfo) Reset

func (x *MobileAppCategoryInfo) Reset()

func (*MobileAppCategoryInfo) String

func (x *MobileAppCategoryInfo) String() string

type MobileApplicationInfo

type MobileApplicationInfo struct {

	// A string that uniquely identifies a mobile application to Google Ads API.
	// The format of this string is "{platform}-{platform_native_id}", where
	// platform is "1" for iOS apps and "2" for Android apps, and where
	// platform_native_id is the mobile application identifier native to the
	// corresponding platform.
	// For iOS, this native identifier is the 9 digit string that appears at the
	// end of an App Store URL (e.g., "476943146" for "Flood-It! 2" whose App
	// Store link is "http://itunes.apple.com/us/app/flood-it!-2/id476943146").
	// For Android, this native identifier is the application's package name
	// (e.g., "com.labpixies.colordrips" for "Color Drips" given Google Play link
	// "https://play.google.com/store/apps/details?id=com.labpixies.colordrips").
	// A well formed app id for Google Ads API would thus be "1-476943146" for iOS
	// and "2-com.labpixies.colordrips" for Android.
	// This field is required and must be set in CREATE operations.
	AppId *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"`
	// Name of this mobile application.
	Name *wrapperspb.StringValue `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

A mobile application criterion.

func (*MobileApplicationInfo) Descriptor deprecated

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

Deprecated: Use MobileApplicationInfo.ProtoReflect.Descriptor instead.

func (*MobileApplicationInfo) GetAppId

func (*MobileApplicationInfo) GetName

func (*MobileApplicationInfo) ProtoMessage

func (*MobileApplicationInfo) ProtoMessage()

func (*MobileApplicationInfo) ProtoReflect

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

func (*MobileApplicationInfo) Reset

func (x *MobileApplicationInfo) Reset()

func (*MobileApplicationInfo) String

func (x *MobileApplicationInfo) String() string

type MobileDeviceInfo

type MobileDeviceInfo struct {

	// The mobile device constant resource name.
	MobileDeviceConstant *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=mobile_device_constant,json=mobileDeviceConstant,proto3" json:"mobile_device_constant,omitempty"`
	// contains filtered or unexported fields
}

A mobile device criterion.

func (*MobileDeviceInfo) Descriptor deprecated

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

Deprecated: Use MobileDeviceInfo.ProtoReflect.Descriptor instead.

func (*MobileDeviceInfo) GetMobileDeviceConstant

func (x *MobileDeviceInfo) GetMobileDeviceConstant() *wrapperspb.StringValue

func (*MobileDeviceInfo) ProtoMessage

func (*MobileDeviceInfo) ProtoMessage()

func (*MobileDeviceInfo) ProtoReflect

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

func (*MobileDeviceInfo) Reset

func (x *MobileDeviceInfo) Reset()

func (*MobileDeviceInfo) String

func (x *MobileDeviceInfo) String() string

type Money

type Money struct {

	// Three-character ISO 4217 currency code.
	CurrencyCode *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=currency_code,json=currencyCode,proto3" json:"currency_code,omitempty"`
	// Amount in micros. One million is equivalent to one unit.
	AmountMicros *wrapperspb.Int64Value `protobuf:"bytes,2,opt,name=amount_micros,json=amountMicros,proto3" json:"amount_micros,omitempty"`
	// contains filtered or unexported fields
}

Represents a price in a particular currency.

func (*Money) Descriptor deprecated

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

Deprecated: Use Money.ProtoReflect.Descriptor instead.

func (*Money) GetAmountMicros

func (x *Money) GetAmountMicros() *wrapperspb.Int64Value

func (*Money) GetCurrencyCode

func (x *Money) GetCurrencyCode() *wrapperspb.StringValue

func (*Money) ProtoMessage

func (*Money) ProtoMessage()

func (*Money) ProtoReflect

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

func (*Money) Reset

func (x *Money) Reset()

func (*Money) String

func (x *Money) String() string

type Operand

type Operand struct {

	// Different operands that can be used in a matching function. Required.
	//
	// Types that are assignable to FunctionArgumentOperand:
	//	*Operand_ConstantOperand_
	//	*Operand_FeedAttributeOperand_
	//	*Operand_FunctionOperand_
	//	*Operand_RequestContextOperand_
	FunctionArgumentOperand isOperand_FunctionArgumentOperand `protobuf_oneof:"function_argument_operand"`
	// contains filtered or unexported fields
}

An operand in a matching function.

func (*Operand) Descriptor deprecated

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

Deprecated: Use Operand.ProtoReflect.Descriptor instead.

func (*Operand) GetConstantOperand

func (x *Operand) GetConstantOperand() *Operand_ConstantOperand

func (*Operand) GetFeedAttributeOperand

func (x *Operand) GetFeedAttributeOperand() *Operand_FeedAttributeOperand

func (*Operand) GetFunctionArgumentOperand

func (m *Operand) GetFunctionArgumentOperand() isOperand_FunctionArgumentOperand

func (*Operand) GetFunctionOperand

func (x *Operand) GetFunctionOperand() *Operand_FunctionOperand

func (*Operand) GetRequestContextOperand

func (x *Operand) GetRequestContextOperand() *Operand_RequestContextOperand

func (*Operand) ProtoMessage

func (*Operand) ProtoMessage()

func (*Operand) ProtoReflect

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

func (*Operand) Reset

func (x *Operand) Reset()

func (*Operand) String

func (x *Operand) String() string

type Operand_ConstantOperand

type Operand_ConstantOperand struct {

	// Constant operand values. Required.
	//
	// Types that are assignable to ConstantOperandValue:
	//	*Operand_ConstantOperand_StringValue
	//	*Operand_ConstantOperand_LongValue
	//	*Operand_ConstantOperand_BooleanValue
	//	*Operand_ConstantOperand_DoubleValue
	ConstantOperandValue isOperand_ConstantOperand_ConstantOperandValue `protobuf_oneof:"constant_operand_value"`
	// contains filtered or unexported fields
}

A constant operand in a matching function.

func (*Operand_ConstantOperand) Descriptor deprecated

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

Deprecated: Use Operand_ConstantOperand.ProtoReflect.Descriptor instead.

func (*Operand_ConstantOperand) GetBooleanValue

func (x *Operand_ConstantOperand) GetBooleanValue() *wrapperspb.BoolValue

func (*Operand_ConstantOperand) GetConstantOperandValue

func (m *Operand_ConstantOperand) GetConstantOperandValue() isOperand_ConstantOperand_ConstantOperandValue

func (*Operand_ConstantOperand) GetDoubleValue

func (x *Operand_ConstantOperand) GetDoubleValue() *wrapperspb.DoubleValue

func (*Operand_ConstantOperand) GetLongValue

func (x *Operand_ConstantOperand) GetLongValue() *wrapperspb.Int64Value

func (*Operand_ConstantOperand) GetStringValue

func (x *Operand_ConstantOperand) GetStringValue() *wrapperspb.StringValue

func (*Operand_ConstantOperand) ProtoMessage

func (*Operand_ConstantOperand) ProtoMessage()

func (*Operand_ConstantOperand) ProtoReflect

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

func (*Operand_ConstantOperand) Reset

func (x *Operand_ConstantOperand) Reset()

func (*Operand_ConstantOperand) String

func (x *Operand_ConstantOperand) String() string

type Operand_ConstantOperand_

type Operand_ConstantOperand_ struct {
	// A constant operand in a matching function.
	ConstantOperand *Operand_ConstantOperand `protobuf:"bytes,1,opt,name=constant_operand,json=constantOperand,proto3,oneof"`
}

type Operand_ConstantOperand_BooleanValue

type Operand_ConstantOperand_BooleanValue struct {
	// Boolean value of the operand if it is a boolean type.
	BooleanValue *wrapperspb.BoolValue `protobuf:"bytes,3,opt,name=boolean_value,json=booleanValue,proto3,oneof"`
}

type Operand_ConstantOperand_DoubleValue

type Operand_ConstantOperand_DoubleValue struct {
	// Double value of the operand if it is a double type.
	DoubleValue *wrapperspb.DoubleValue `protobuf:"bytes,4,opt,name=double_value,json=doubleValue,proto3,oneof"`
}

type Operand_ConstantOperand_LongValue

type Operand_ConstantOperand_LongValue struct {
	// Int64 value of the operand if it is a int64 type.
	LongValue *wrapperspb.Int64Value `protobuf:"bytes,2,opt,name=long_value,json=longValue,proto3,oneof"`
}

type Operand_ConstantOperand_StringValue

type Operand_ConstantOperand_StringValue struct {
	// String value of the operand if it is a string type.
	StringValue *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=string_value,json=stringValue,proto3,oneof"`
}

type Operand_FeedAttributeOperand

type Operand_FeedAttributeOperand struct {

	// The associated feed. Required.
	FeedId *wrapperspb.Int64Value `protobuf:"bytes,1,opt,name=feed_id,json=feedId,proto3" json:"feed_id,omitempty"`
	// Id of the referenced feed attribute. Required.
	FeedAttributeId *wrapperspb.Int64Value `protobuf:"bytes,2,opt,name=feed_attribute_id,json=feedAttributeId,proto3" json:"feed_attribute_id,omitempty"`
	// contains filtered or unexported fields
}

A feed attribute operand in a matching function. Used to represent a feed attribute in feed.

func (*Operand_FeedAttributeOperand) Descriptor deprecated

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

Deprecated: Use Operand_FeedAttributeOperand.ProtoReflect.Descriptor instead.

func (*Operand_FeedAttributeOperand) GetFeedAttributeId

func (x *Operand_FeedAttributeOperand) GetFeedAttributeId() *wrapperspb.Int64Value

func (*Operand_FeedAttributeOperand) GetFeedId

func (*Operand_FeedAttributeOperand) ProtoMessage

func (*Operand_FeedAttributeOperand) ProtoMessage()

func (*Operand_FeedAttributeOperand) ProtoReflect

func (*Operand_FeedAttributeOperand) Reset

func (x *Operand_FeedAttributeOperand) Reset()

func (*Operand_FeedAttributeOperand) String

type Operand_FeedAttributeOperand_

type Operand_FeedAttributeOperand_ struct {
	// This operand specifies a feed attribute in feed.
	FeedAttributeOperand *Operand_FeedAttributeOperand `protobuf:"bytes,2,opt,name=feed_attribute_operand,json=feedAttributeOperand,proto3,oneof"`
}

type Operand_FunctionOperand

type Operand_FunctionOperand struct {

	// The matching function held in this operand.
	MatchingFunction *MatchingFunction `protobuf:"bytes,1,opt,name=matching_function,json=matchingFunction,proto3" json:"matching_function,omitempty"`
	// contains filtered or unexported fields
}

A function operand in a matching function. Used to represent nested functions.

func (*Operand_FunctionOperand) Descriptor deprecated

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

Deprecated: Use Operand_FunctionOperand.ProtoReflect.Descriptor instead.

func (*Operand_FunctionOperand) GetMatchingFunction

func (x *Operand_FunctionOperand) GetMatchingFunction() *MatchingFunction

func (*Operand_FunctionOperand) ProtoMessage

func (*Operand_FunctionOperand) ProtoMessage()

func (*Operand_FunctionOperand) ProtoReflect

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

func (*Operand_FunctionOperand) Reset

func (x *Operand_FunctionOperand) Reset()

func (*Operand_FunctionOperand) String

func (x *Operand_FunctionOperand) String() string

type Operand_FunctionOperand_

type Operand_FunctionOperand_ struct {
	// A function operand in a matching function.
	// Used to represent nested functions.
	FunctionOperand *Operand_FunctionOperand `protobuf:"bytes,3,opt,name=function_operand,json=functionOperand,proto3,oneof"`
}

type Operand_RequestContextOperand

type Operand_RequestContextOperand struct {

	// Type of value to be referred in the request context.
	ContextType enums.MatchingFunctionContextTypeEnum_MatchingFunctionContextType `` /* 190-byte string literal not displayed */
	// contains filtered or unexported fields
}

An operand in a function referring to a value in the request context.

func (*Operand_RequestContextOperand) Descriptor deprecated

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

Deprecated: Use Operand_RequestContextOperand.ProtoReflect.Descriptor instead.

func (*Operand_RequestContextOperand) ProtoMessage

func (*Operand_RequestContextOperand) ProtoMessage()

func (*Operand_RequestContextOperand) ProtoReflect

func (*Operand_RequestContextOperand) Reset

func (x *Operand_RequestContextOperand) Reset()

func (*Operand_RequestContextOperand) String

type Operand_RequestContextOperand_

type Operand_RequestContextOperand_ struct {
	// An operand in a function referring to a value in the request context.
	RequestContextOperand *Operand_RequestContextOperand `protobuf:"bytes,4,opt,name=request_context_operand,json=requestContextOperand,proto3,oneof"`
}

type OperatingSystemVersionInfo

type OperatingSystemVersionInfo struct {

	// The operating system version constant resource name.
	OperatingSystemVersionConstant *wrapperspb.StringValue `` /* 155-byte string literal not displayed */
	// contains filtered or unexported fields
}

Represents an operating system version to be targeted.

func (*OperatingSystemVersionInfo) Descriptor deprecated

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

Deprecated: Use OperatingSystemVersionInfo.ProtoReflect.Descriptor instead.

func (*OperatingSystemVersionInfo) GetOperatingSystemVersionConstant

func (x *OperatingSystemVersionInfo) GetOperatingSystemVersionConstant() *wrapperspb.StringValue

func (*OperatingSystemVersionInfo) ProtoMessage

func (*OperatingSystemVersionInfo) ProtoMessage()

func (*OperatingSystemVersionInfo) ProtoReflect

func (*OperatingSystemVersionInfo) Reset

func (x *OperatingSystemVersionInfo) Reset()

func (*OperatingSystemVersionInfo) String

func (x *OperatingSystemVersionInfo) String() string

type PageOnePromoted

type PageOnePromoted struct {

	// The strategy goal of where impressions are desired to be shown on
	// search result pages.
	StrategyGoal enums.PageOnePromotedStrategyGoalEnum_PageOnePromotedStrategyGoal `` /* 193-byte string literal not displayed */
	// Maximum bid limit that can be set by the bid strategy.
	// The limit applies to all keywords managed by the strategy.
	CpcBidCeilingMicros *wrapperspb.Int64Value `protobuf:"bytes,2,opt,name=cpc_bid_ceiling_micros,json=cpcBidCeilingMicros,proto3" json:"cpc_bid_ceiling_micros,omitempty"`
	// Bid multiplier to be applied to the relevant bid estimate (depending on
	// the `strategy_goal`) in determining a keyword's new CPC bid.
	BidModifier *wrapperspb.DoubleValue `protobuf:"bytes,3,opt,name=bid_modifier,json=bidModifier,proto3" json:"bid_modifier,omitempty"`
	// Whether the strategy should always follow bid estimate changes, or only
	// increase.
	// If false, always sets a keyword's new bid to the current bid estimate.
	// If true, only updates a keyword's bid if the current bid estimate is
	// greater than the current bid.
	OnlyRaiseCpcBids *wrapperspb.BoolValue `protobuf:"bytes,4,opt,name=only_raise_cpc_bids,json=onlyRaiseCpcBids,proto3" json:"only_raise_cpc_bids,omitempty"`
	// Whether the strategy is allowed to raise bids when the throttling
	// rate of the budget it is serving out of rises above a threshold.
	RaiseCpcBidWhenBudgetConstrained *wrapperspb.BoolValue `` /* 165-byte string literal not displayed */
	// Whether the strategy is allowed to raise bids on keywords with
	// lower-range quality scores.
	RaiseCpcBidWhenQualityScoreIsLow *wrapperspb.BoolValue `` /* 169-byte string literal not displayed */
	// contains filtered or unexported fields
}

An automated bidding strategy which sets CPC bids to target impressions on page one, or page one promoted slots on google.com. This strategy is deprecated.

func (*PageOnePromoted) Descriptor deprecated

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

Deprecated: Use PageOnePromoted.ProtoReflect.Descriptor instead.

func (*PageOnePromoted) GetBidModifier

func (x *PageOnePromoted) GetBidModifier() *wrapperspb.DoubleValue

func (*PageOnePromoted) GetCpcBidCeilingMicros

func (x *PageOnePromoted) GetCpcBidCeilingMicros() *wrapperspb.Int64Value

func (*PageOnePromoted) GetOnlyRaiseCpcBids

func (x *PageOnePromoted) GetOnlyRaiseCpcBids() *wrapperspb.BoolValue

func (*PageOnePromoted) GetRaiseCpcBidWhenBudgetConstrained

func (x *PageOnePromoted) GetRaiseCpcBidWhenBudgetConstrained() *wrapperspb.BoolValue

func (*PageOnePromoted) GetRaiseCpcBidWhenQualityScoreIsLow

func (x *PageOnePromoted) GetRaiseCpcBidWhenQualityScoreIsLow() *wrapperspb.BoolValue

func (*PageOnePromoted) ProtoMessage

func (*PageOnePromoted) ProtoMessage()

func (*PageOnePromoted) ProtoReflect

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

func (*PageOnePromoted) Reset

func (x *PageOnePromoted) Reset()

func (*PageOnePromoted) String

func (x *PageOnePromoted) String() string

type ParentalStatusInfo

type ParentalStatusInfo struct {

	// Type of the parental status.
	Type enums.ParentalStatusTypeEnum_ParentalStatusType `` /* 139-byte string literal not displayed */
	// contains filtered or unexported fields
}

A parental status criterion.

func (*ParentalStatusInfo) Descriptor deprecated

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

Deprecated: Use ParentalStatusInfo.ProtoReflect.Descriptor instead.

func (*ParentalStatusInfo) GetType

func (*ParentalStatusInfo) ProtoMessage

func (*ParentalStatusInfo) ProtoMessage()

func (*ParentalStatusInfo) ProtoReflect

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

func (*ParentalStatusInfo) Reset

func (x *ParentalStatusInfo) Reset()

func (*ParentalStatusInfo) String

func (x *ParentalStatusInfo) String() string

type PercentCpc

type PercentCpc struct {

	// Maximum bid limit that can be set by the bid strategy. This is
	// an optional field entered by the advertiser and specified in local micros.
	// Note: A zero value is interpreted in the same way as having bid_ceiling
	// undefined.
	CpcBidCeilingMicros *wrapperspb.Int64Value `protobuf:"bytes,1,opt,name=cpc_bid_ceiling_micros,json=cpcBidCeilingMicros,proto3" json:"cpc_bid_ceiling_micros,omitempty"`
	// Adjusts the bid for each auction upward or downward, depending on the
	// likelihood of a conversion. Individual bids may exceed
	// cpc_bid_ceiling_micros, but the average bid amount for a campaign should
	// not.
	EnhancedCpcEnabled *wrapperspb.BoolValue `protobuf:"bytes,2,opt,name=enhanced_cpc_enabled,json=enhancedCpcEnabled,proto3" json:"enhanced_cpc_enabled,omitempty"`
	// contains filtered or unexported fields
}

A bidding strategy where bids are a fraction of the advertised price for some good or service.

func (*PercentCpc) Descriptor deprecated

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

Deprecated: Use PercentCpc.ProtoReflect.Descriptor instead.

func (*PercentCpc) GetCpcBidCeilingMicros

func (x *PercentCpc) GetCpcBidCeilingMicros() *wrapperspb.Int64Value

func (*PercentCpc) GetEnhancedCpcEnabled

func (x *PercentCpc) GetEnhancedCpcEnabled() *wrapperspb.BoolValue

func (*PercentCpc) ProtoMessage

func (*PercentCpc) ProtoMessage()

func (*PercentCpc) ProtoReflect

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

func (*PercentCpc) Reset

func (x *PercentCpc) Reset()

func (*PercentCpc) String

func (x *PercentCpc) String() string

type PlacementInfo

type PlacementInfo struct {

	// URL of the placement.
	//
	// For example, "http://www.domain.com".
	Url *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"`
	// contains filtered or unexported fields
}

A placement criterion. This can be used to modify bids for sites when targeting the content network.

func (*PlacementInfo) Descriptor deprecated

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

Deprecated: Use PlacementInfo.ProtoReflect.Descriptor instead.

func (*PlacementInfo) GetUrl

func (x *PlacementInfo) GetUrl() *wrapperspb.StringValue

func (*PlacementInfo) ProtoMessage

func (*PlacementInfo) ProtoMessage()

func (*PlacementInfo) ProtoReflect

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

func (*PlacementInfo) Reset

func (x *PlacementInfo) Reset()

func (*PlacementInfo) String

func (x *PlacementInfo) String() string

type PolicyTopicConstraint

type PolicyTopicConstraint struct {

	// Specific information about the constraint.
	//
	// Types that are assignable to Value:
	//	*PolicyTopicConstraint_CountryConstraintList_
	//	*PolicyTopicConstraint_ResellerConstraint_
	//	*PolicyTopicConstraint_CertificateMissingInCountryList
	//	*PolicyTopicConstraint_CertificateDomainMismatchInCountryList
	Value isPolicyTopicConstraint_Value `protobuf_oneof:"value"`
	// contains filtered or unexported fields
}

Describes the effect on serving that a policy topic entry will have.

func (*PolicyTopicConstraint) Descriptor deprecated

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

Deprecated: Use PolicyTopicConstraint.ProtoReflect.Descriptor instead.

func (*PolicyTopicConstraint) GetCertificateDomainMismatchInCountryList

func (x *PolicyTopicConstraint) GetCertificateDomainMismatchInCountryList() *PolicyTopicConstraint_CountryConstraintList

func (*PolicyTopicConstraint) GetCertificateMissingInCountryList

func (x *PolicyTopicConstraint) GetCertificateMissingInCountryList() *PolicyTopicConstraint_CountryConstraintList

func (*PolicyTopicConstraint) GetCountryConstraintList

func (*PolicyTopicConstraint) GetResellerConstraint

func (*PolicyTopicConstraint) GetValue

func (m *PolicyTopicConstraint) GetValue() isPolicyTopicConstraint_Value

func (*PolicyTopicConstraint) ProtoMessage

func (*PolicyTopicConstraint) ProtoMessage()

func (*PolicyTopicConstraint) ProtoReflect

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

func (*PolicyTopicConstraint) Reset

func (x *PolicyTopicConstraint) Reset()

func (*PolicyTopicConstraint) String

func (x *PolicyTopicConstraint) String() string

type PolicyTopicConstraint_CertificateDomainMismatchInCountryList

type PolicyTopicConstraint_CertificateDomainMismatchInCountryList struct {
	// Countries where the resource's domain is not covered by the
	// certificates associated with it.
	CertificateDomainMismatchInCountryList *PolicyTopicConstraint_CountryConstraintList `` /* 128-byte string literal not displayed */
}

type PolicyTopicConstraint_CertificateMissingInCountryList

type PolicyTopicConstraint_CertificateMissingInCountryList struct {
	// Countries where a certificate is required for serving.
	CertificateMissingInCountryList *PolicyTopicConstraint_CountryConstraintList `protobuf:"bytes,3,opt,name=certificate_missing_in_country_list,json=certificateMissingInCountryList,proto3,oneof"`
}

type PolicyTopicConstraint_CountryConstraint

type PolicyTopicConstraint_CountryConstraint struct {

	// Geo target constant resource name of the country in which serving is
	// constrained.
	CountryCriterion *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=country_criterion,json=countryCriterion,proto3" json:"country_criterion,omitempty"`
	// contains filtered or unexported fields
}

Indicates that a resource's ability to serve in a particular country is constrained.

func (*PolicyTopicConstraint_CountryConstraint) Descriptor deprecated

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

Deprecated: Use PolicyTopicConstraint_CountryConstraint.ProtoReflect.Descriptor instead.

func (*PolicyTopicConstraint_CountryConstraint) GetCountryCriterion

func (*PolicyTopicConstraint_CountryConstraint) ProtoMessage

func (*PolicyTopicConstraint_CountryConstraint) ProtoReflect

func (*PolicyTopicConstraint_CountryConstraint) Reset

func (*PolicyTopicConstraint_CountryConstraint) String

type PolicyTopicConstraint_CountryConstraintList

type PolicyTopicConstraint_CountryConstraintList struct {

	// Total number of countries targeted by the resource.
	TotalTargetedCountries *wrapperspb.Int32Value `` /* 129-byte string literal not displayed */
	// Countries in which serving is restricted.
	Countries []*PolicyTopicConstraint_CountryConstraint `protobuf:"bytes,2,rep,name=countries,proto3" json:"countries,omitempty"`
	// contains filtered or unexported fields
}

A list of countries where a resource's serving is constrained.

func (*PolicyTopicConstraint_CountryConstraintList) Descriptor deprecated

Deprecated: Use PolicyTopicConstraint_CountryConstraintList.ProtoReflect.Descriptor instead.

func (*PolicyTopicConstraint_CountryConstraintList) GetCountries

func (*PolicyTopicConstraint_CountryConstraintList) GetTotalTargetedCountries

func (x *PolicyTopicConstraint_CountryConstraintList) GetTotalTargetedCountries() *wrapperspb.Int32Value

func (*PolicyTopicConstraint_CountryConstraintList) ProtoMessage

func (*PolicyTopicConstraint_CountryConstraintList) ProtoReflect

func (*PolicyTopicConstraint_CountryConstraintList) Reset

func (*PolicyTopicConstraint_CountryConstraintList) String

type PolicyTopicConstraint_CountryConstraintList_

type PolicyTopicConstraint_CountryConstraintList_ struct {
	// Countries where the resource cannot serve.
	CountryConstraintList *PolicyTopicConstraint_CountryConstraintList `protobuf:"bytes,1,opt,name=country_constraint_list,json=countryConstraintList,proto3,oneof"`
}

type PolicyTopicConstraint_ResellerConstraint

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

Indicates that a policy topic was constrained due to disapproval of the website for reseller purposes.

func (*PolicyTopicConstraint_ResellerConstraint) Descriptor deprecated

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

Deprecated: Use PolicyTopicConstraint_ResellerConstraint.ProtoReflect.Descriptor instead.

func (*PolicyTopicConstraint_ResellerConstraint) ProtoMessage

func (*PolicyTopicConstraint_ResellerConstraint) ProtoReflect

func (*PolicyTopicConstraint_ResellerConstraint) Reset

func (*PolicyTopicConstraint_ResellerConstraint) String

type PolicyTopicConstraint_ResellerConstraint_

type PolicyTopicConstraint_ResellerConstraint_ struct {
	// Reseller constraint.
	ResellerConstraint *PolicyTopicConstraint_ResellerConstraint `protobuf:"bytes,2,opt,name=reseller_constraint,json=resellerConstraint,proto3,oneof"`
}

type PolicyTopicEntry

type PolicyTopicEntry struct {

	// Policy topic this finding refers to. For example, "ALCOHOL",
	// "TRADEMARKS_IN_AD_TEXT", or "DESTINATION_NOT_WORKING". The set of possible
	// policy topics is not fixed for a particular API version and may change
	// at any time.
	Topic *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=topic,proto3" json:"topic,omitempty"`
	// Describes the negative or positive effect this policy will have on serving.
	Type enums.PolicyTopicEntryTypeEnum_PolicyTopicEntryType `` /* 143-byte string literal not displayed */
	// Additional information that explains policy finding
	// (e.g. the brand name for a trademark finding).
	Evidences []*PolicyTopicEvidence `protobuf:"bytes,3,rep,name=evidences,proto3" json:"evidences,omitempty"`
	// Indicates how serving of this resource may be affected (e.g. not serving
	// in a country).
	Constraints []*PolicyTopicConstraint `protobuf:"bytes,4,rep,name=constraints,proto3" json:"constraints,omitempty"`
	// contains filtered or unexported fields
}

Policy finding attached to a resource (e.g. alcohol policy associated with a site that sells alcohol).

Each PolicyTopicEntry has a topic that indicates the specific ads policy the entry is about and a type to indicate the effect that the entry will have on serving. It may optionally have one or more evidences that indicate the reason for the finding. It may also optionally have one or more constraints that provide details about how serving may be restricted.

func (*PolicyTopicEntry) Descriptor deprecated

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

Deprecated: Use PolicyTopicEntry.ProtoReflect.Descriptor instead.

func (*PolicyTopicEntry) GetConstraints

func (x *PolicyTopicEntry) GetConstraints() []*PolicyTopicConstraint

func (*PolicyTopicEntry) GetEvidences

func (x *PolicyTopicEntry) GetEvidences() []*PolicyTopicEvidence

func (*PolicyTopicEntry) GetTopic

func (x *PolicyTopicEntry) GetTopic() *wrapperspb.StringValue

func (*PolicyTopicEntry) GetType

func (*PolicyTopicEntry) ProtoMessage

func (*PolicyTopicEntry) ProtoMessage()

func (*PolicyTopicEntry) ProtoReflect

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

func (*PolicyTopicEntry) Reset

func (x *PolicyTopicEntry) Reset()

func (*PolicyTopicEntry) String

func (x *PolicyTopicEntry) String() string

type PolicyTopicEvidence

type PolicyTopicEvidence struct {

	// Specific evidence information depending on the evidence type.
	//
	// Types that are assignable to Value:
	//	*PolicyTopicEvidence_WebsiteList_
	//	*PolicyTopicEvidence_TextList_
	//	*PolicyTopicEvidence_LanguageCode
	//	*PolicyTopicEvidence_DestinationTextList_
	//	*PolicyTopicEvidence_DestinationMismatch_
	//	*PolicyTopicEvidence_DestinationNotWorking_
	Value isPolicyTopicEvidence_Value `protobuf_oneof:"value"`
	// contains filtered or unexported fields
}

Additional information that explains a policy finding.

func (*PolicyTopicEvidence) Descriptor deprecated

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

Deprecated: Use PolicyTopicEvidence.ProtoReflect.Descriptor instead.

func (*PolicyTopicEvidence) GetDestinationMismatch

func (x *PolicyTopicEvidence) GetDestinationMismatch() *PolicyTopicEvidence_DestinationMismatch

func (*PolicyTopicEvidence) GetDestinationNotWorking

func (x *PolicyTopicEvidence) GetDestinationNotWorking() *PolicyTopicEvidence_DestinationNotWorking

func (*PolicyTopicEvidence) GetDestinationTextList

func (x *PolicyTopicEvidence) GetDestinationTextList() *PolicyTopicEvidence_DestinationTextList

func (*PolicyTopicEvidence) GetLanguageCode

func (x *PolicyTopicEvidence) GetLanguageCode() *wrapperspb.StringValue

func (*PolicyTopicEvidence) GetTextList

func (*PolicyTopicEvidence) GetValue

func (m *PolicyTopicEvidence) GetValue() isPolicyTopicEvidence_Value

func (*PolicyTopicEvidence) GetWebsiteList

func (*PolicyTopicEvidence) ProtoMessage

func (*PolicyTopicEvidence) ProtoMessage()

func (*PolicyTopicEvidence) ProtoReflect

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

func (*PolicyTopicEvidence) Reset

func (x *PolicyTopicEvidence) Reset()

func (*PolicyTopicEvidence) String

func (x *PolicyTopicEvidence) String() string

type PolicyTopicEvidence_DestinationMismatch

type PolicyTopicEvidence_DestinationMismatch struct {

	// The set of URLs that did not match each other.
	UrlTypes []enums.PolicyTopicEvidenceDestinationMismatchUrlTypeEnum_PolicyTopicEvidenceDestinationMismatchUrlType `` /* 224-byte string literal not displayed */
	// contains filtered or unexported fields
}

Evidence of mismatches between the URLs of a resource.

func (*PolicyTopicEvidence_DestinationMismatch) Descriptor deprecated

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

Deprecated: Use PolicyTopicEvidence_DestinationMismatch.ProtoReflect.Descriptor instead.

func (*PolicyTopicEvidence_DestinationMismatch) ProtoMessage

func (*PolicyTopicEvidence_DestinationMismatch) ProtoReflect

func (*PolicyTopicEvidence_DestinationMismatch) Reset

func (*PolicyTopicEvidence_DestinationMismatch) String

type PolicyTopicEvidence_DestinationMismatch_

type PolicyTopicEvidence_DestinationMismatch_ struct {
	// Mismatch between the destinations of a resource's URLs.
	DestinationMismatch *PolicyTopicEvidence_DestinationMismatch `protobuf:"bytes,7,opt,name=destination_mismatch,json=destinationMismatch,proto3,oneof"`
}

type PolicyTopicEvidence_DestinationNotWorking

type PolicyTopicEvidence_DestinationNotWorking struct {

	// The full URL that didn't work.
	ExpandedUrl *wrapperspb.StringValue `protobuf:"bytes,3,opt,name=expanded_url,json=expandedUrl,proto3" json:"expanded_url,omitempty"`
	// The type of device that failed to load the URL.
	Device enums.PolicyTopicEvidenceDestinationNotWorkingDeviceEnum_PolicyTopicEvidenceDestinationNotWorkingDevice `` /* 199-byte string literal not displayed */
	// The time the URL was last checked.
	// The format is "YYYY-MM-DD HH:MM:SS".
	// Examples: "2018-03-05 09:15:00" or "2018-02-01 14:34:30"
	LastCheckedDateTime *wrapperspb.StringValue `protobuf:"bytes,5,opt,name=last_checked_date_time,json=lastCheckedDateTime,proto3" json:"last_checked_date_time,omitempty"`
	// Indicates the reason of the DESTINATION_NOT_WORKING policy finding.
	//
	// Types that are assignable to Reason:
	//	*PolicyTopicEvidence_DestinationNotWorking_DnsErrorType
	//	*PolicyTopicEvidence_DestinationNotWorking_HttpErrorCode
	Reason isPolicyTopicEvidence_DestinationNotWorking_Reason `protobuf_oneof:"reason"`
	// contains filtered or unexported fields
}

Evidence details when the destination is returning an HTTP error code or isn't functional in all locations for commonly used devices.

func (*PolicyTopicEvidence_DestinationNotWorking) Descriptor deprecated

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

Deprecated: Use PolicyTopicEvidence_DestinationNotWorking.ProtoReflect.Descriptor instead.

func (*PolicyTopicEvidence_DestinationNotWorking) GetExpandedUrl

func (*PolicyTopicEvidence_DestinationNotWorking) GetHttpErrorCode

func (*PolicyTopicEvidence_DestinationNotWorking) GetLastCheckedDateTime

func (*PolicyTopicEvidence_DestinationNotWorking) GetReason

func (m *PolicyTopicEvidence_DestinationNotWorking) GetReason() isPolicyTopicEvidence_DestinationNotWorking_Reason

func (*PolicyTopicEvidence_DestinationNotWorking) ProtoMessage

func (*PolicyTopicEvidence_DestinationNotWorking) ProtoReflect

func (*PolicyTopicEvidence_DestinationNotWorking) Reset

func (*PolicyTopicEvidence_DestinationNotWorking) String

type PolicyTopicEvidence_DestinationNotWorking_

type PolicyTopicEvidence_DestinationNotWorking_ struct {
	// Details when the destination is returning an HTTP error code or isn't
	// functional in all locations for commonly used devices.
	DestinationNotWorking *PolicyTopicEvidence_DestinationNotWorking `protobuf:"bytes,8,opt,name=destination_not_working,json=destinationNotWorking,proto3,oneof"`
}

type PolicyTopicEvidence_DestinationNotWorking_DnsErrorType

type PolicyTopicEvidence_DestinationNotWorking_DnsErrorType struct {
	// The type of DNS error.
	DnsErrorType enums.PolicyTopicEvidenceDestinationNotWorkingDnsErrorTypeEnum_PolicyTopicEvidenceDestinationNotWorkingDnsErrorType `` /* 219-byte string literal not displayed */
}

type PolicyTopicEvidence_DestinationNotWorking_HttpErrorCode

type PolicyTopicEvidence_DestinationNotWorking_HttpErrorCode struct {
	// The HTTP error code.
	HttpErrorCode *wrapperspb.Int64Value `protobuf:"bytes,2,opt,name=http_error_code,json=httpErrorCode,proto3,oneof"`
}

type PolicyTopicEvidence_DestinationTextList

type PolicyTopicEvidence_DestinationTextList struct {

	// List of text found in the resource's destination page.
	DestinationTexts []*wrapperspb.StringValue `protobuf:"bytes,1,rep,name=destination_texts,json=destinationTexts,proto3" json:"destination_texts,omitempty"`
	// contains filtered or unexported fields
}

A list of strings found in a destination page that caused a policy finding.

func (*PolicyTopicEvidence_DestinationTextList) Descriptor deprecated

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

Deprecated: Use PolicyTopicEvidence_DestinationTextList.ProtoReflect.Descriptor instead.

func (*PolicyTopicEvidence_DestinationTextList) GetDestinationTexts

func (*PolicyTopicEvidence_DestinationTextList) ProtoMessage

func (*PolicyTopicEvidence_DestinationTextList) ProtoReflect

func (*PolicyTopicEvidence_DestinationTextList) Reset

func (*PolicyTopicEvidence_DestinationTextList) String

type PolicyTopicEvidence_DestinationTextList_

type PolicyTopicEvidence_DestinationTextList_ struct {
	// The text in the destination of the resource that is causing a policy
	// finding.
	DestinationTextList *PolicyTopicEvidence_DestinationTextList `protobuf:"bytes,6,opt,name=destination_text_list,json=destinationTextList,proto3,oneof"`
}

type PolicyTopicEvidence_LanguageCode

type PolicyTopicEvidence_LanguageCode struct {
	// The language the resource was detected to be written in.
	// This is an IETF language tag such as "en-US".
	LanguageCode *wrapperspb.StringValue `protobuf:"bytes,5,opt,name=language_code,json=languageCode,proto3,oneof"`
}

type PolicyTopicEvidence_TextList

type PolicyTopicEvidence_TextList struct {

	// The fragments of text from the resource that caused the policy finding.
	Texts []*wrapperspb.StringValue `protobuf:"bytes,1,rep,name=texts,proto3" json:"texts,omitempty"`
	// contains filtered or unexported fields
}

A list of fragments of text that violated a policy.

func (*PolicyTopicEvidence_TextList) Descriptor deprecated

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

Deprecated: Use PolicyTopicEvidence_TextList.ProtoReflect.Descriptor instead.

func (*PolicyTopicEvidence_TextList) GetTexts

func (*PolicyTopicEvidence_TextList) ProtoMessage

func (*PolicyTopicEvidence_TextList) ProtoMessage()

func (*PolicyTopicEvidence_TextList) ProtoReflect

func (*PolicyTopicEvidence_TextList) Reset

func (x *PolicyTopicEvidence_TextList) Reset()

func (*PolicyTopicEvidence_TextList) String

type PolicyTopicEvidence_TextList_

type PolicyTopicEvidence_TextList_ struct {
	// List of evidence found in the text of a resource.
	TextList *PolicyTopicEvidence_TextList `protobuf:"bytes,4,opt,name=text_list,json=textList,proto3,oneof"`
}

type PolicyTopicEvidence_WebsiteList

type PolicyTopicEvidence_WebsiteList struct {

	// Websites that caused the policy finding.
	Websites []*wrapperspb.StringValue `protobuf:"bytes,1,rep,name=websites,proto3" json:"websites,omitempty"`
	// contains filtered or unexported fields
}

A list of websites that caused a policy finding. Used for ONE_WEBSITE_PER_AD_GROUP policy topic, for example. In case there are more than five websites, only the top five (those that appear in resources the most) will be listed here.

func (*PolicyTopicEvidence_WebsiteList) Descriptor deprecated

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

Deprecated: Use PolicyTopicEvidence_WebsiteList.ProtoReflect.Descriptor instead.

func (*PolicyTopicEvidence_WebsiteList) GetWebsites

func (*PolicyTopicEvidence_WebsiteList) ProtoMessage

func (*PolicyTopicEvidence_WebsiteList) ProtoMessage()

func (*PolicyTopicEvidence_WebsiteList) ProtoReflect

func (*PolicyTopicEvidence_WebsiteList) Reset

func (*PolicyTopicEvidence_WebsiteList) String

type PolicyTopicEvidence_WebsiteList_

type PolicyTopicEvidence_WebsiteList_ struct {
	// List of websites linked with this resource.
	WebsiteList *PolicyTopicEvidence_WebsiteList `protobuf:"bytes,3,opt,name=website_list,json=websiteList,proto3,oneof"`
}

type PolicyValidationParameter

type PolicyValidationParameter struct {

	// The list of policy topics that should not cause a PolicyFindingError to
	// be reported. This field is currently only compatible with Enhanced Text Ad.
	// It corresponds to the PolicyTopicEntry.topic field.
	//
	// Resources violating these policies will be saved, but will not be eligible
	// to serve. They may begin serving at a later time due to a change in
	// policies, re-review of the resource, or a change in advertiser
	// certificates.
	IgnorablePolicyTopics []*wrapperspb.StringValue `` /* 126-byte string literal not displayed */
	// The list of policy violation keys that should not cause a
	// PolicyViolationError to be reported. Not all policy violations are
	// exemptable, please refer to the is_exemptible field in the returned
	// PolicyViolationError.
	//
	// Resources violating these polices will be saved, but will not be eligible
	// to serve. They may begin serving at a later time due to a change in
	// policies, re-review of the resource, or a change in advertiser
	// certificates.
	ExemptPolicyViolationKeys []*PolicyViolationKey `` /* 140-byte string literal not displayed */
	// contains filtered or unexported fields
}

Parameter for controlling how policy exemption is done. Ignorable policy topics are only usable with expanded text ads and responsive search ads. All other ad types must use policy violation keys.

func (*PolicyValidationParameter) Descriptor deprecated

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

Deprecated: Use PolicyValidationParameter.ProtoReflect.Descriptor instead.

func (*PolicyValidationParameter) GetExemptPolicyViolationKeys

func (x *PolicyValidationParameter) GetExemptPolicyViolationKeys() []*PolicyViolationKey

func (*PolicyValidationParameter) GetIgnorablePolicyTopics

func (x *PolicyValidationParameter) GetIgnorablePolicyTopics() []*wrapperspb.StringValue

func (*PolicyValidationParameter) ProtoMessage

func (*PolicyValidationParameter) ProtoMessage()

func (*PolicyValidationParameter) ProtoReflect

func (*PolicyValidationParameter) Reset

func (x *PolicyValidationParameter) Reset()

func (*PolicyValidationParameter) String

func (x *PolicyValidationParameter) String() string

type PolicyViolationKey

type PolicyViolationKey struct {

	// Unique ID of the violated policy.
	PolicyName *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=policy_name,json=policyName,proto3" json:"policy_name,omitempty"`
	// The text that violates the policy if specified.
	// Otherwise, refers to the policy in general
	// (e.g., when requesting to be exempt from the whole policy).
	// If not specified for criterion exemptions, the whole policy is implied.
	// Must be specified for ad exemptions.
	ViolatingText *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=violating_text,json=violatingText,proto3" json:"violating_text,omitempty"`
	// contains filtered or unexported fields
}

Key of the violation. The key is used for referring to a violation when filing an exemption request.

func (*PolicyViolationKey) Descriptor deprecated

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

Deprecated: Use PolicyViolationKey.ProtoReflect.Descriptor instead.

func (*PolicyViolationKey) GetPolicyName

func (x *PolicyViolationKey) GetPolicyName() *wrapperspb.StringValue

func (*PolicyViolationKey) GetViolatingText

func (x *PolicyViolationKey) GetViolatingText() *wrapperspb.StringValue

func (*PolicyViolationKey) ProtoMessage

func (*PolicyViolationKey) ProtoMessage()

func (*PolicyViolationKey) ProtoReflect

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

func (*PolicyViolationKey) Reset

func (x *PolicyViolationKey) Reset()

func (*PolicyViolationKey) String

func (x *PolicyViolationKey) String() string

type PreferredContentInfo

type PreferredContentInfo struct {

	// Type of the preferred content.
	Type enums.PreferredContentTypeEnum_PreferredContentType `` /* 143-byte string literal not displayed */
	// contains filtered or unexported fields
}

A preferred content criterion.

func (*PreferredContentInfo) Descriptor deprecated

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

Deprecated: Use PreferredContentInfo.ProtoReflect.Descriptor instead.

func (*PreferredContentInfo) GetType

func (*PreferredContentInfo) ProtoMessage

func (*PreferredContentInfo) ProtoMessage()

func (*PreferredContentInfo) ProtoReflect

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

func (*PreferredContentInfo) Reset

func (x *PreferredContentInfo) Reset()

func (*PreferredContentInfo) String

func (x *PreferredContentInfo) String() string

type PriceFeedItem

type PriceFeedItem struct {

	// Price extension type of this extension.
	Type enums.PriceExtensionTypeEnum_PriceExtensionType `` /* 139-byte string literal not displayed */
	// Price qualifier for all offers of this price extension.
	PriceQualifier enums.PriceExtensionPriceQualifierEnum_PriceExtensionPriceQualifier `` /* 201-byte string literal not displayed */
	// Tracking URL template for all offers of this price extension.
	TrackingUrlTemplate *wrapperspb.StringValue `protobuf:"bytes,3,opt,name=tracking_url_template,json=trackingUrlTemplate,proto3" json:"tracking_url_template,omitempty"`
	// The code of the language used for this price extension.
	LanguageCode *wrapperspb.StringValue `protobuf:"bytes,4,opt,name=language_code,json=languageCode,proto3" json:"language_code,omitempty"`
	// The price offerings in this price extension.
	PriceOfferings []*PriceOffer `protobuf:"bytes,5,rep,name=price_offerings,json=priceOfferings,proto3" json:"price_offerings,omitempty"`
	// URL template for appending params to landing page URLs served with parallel
	// tracking.
	FinalUrlSuffix *wrapperspb.StringValue `protobuf:"bytes,6,opt,name=final_url_suffix,json=finalUrlSuffix,proto3" json:"final_url_suffix,omitempty"`
	// contains filtered or unexported fields
}

Represents a Price extension.

func (*PriceFeedItem) Descriptor deprecated

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

Deprecated: Use PriceFeedItem.ProtoReflect.Descriptor instead.

func (*PriceFeedItem) GetFinalUrlSuffix

func (x *PriceFeedItem) GetFinalUrlSuffix() *wrapperspb.StringValue

func (*PriceFeedItem) GetLanguageCode

func (x *PriceFeedItem) GetLanguageCode() *wrapperspb.StringValue

func (*PriceFeedItem) GetPriceOfferings

func (x *PriceFeedItem) GetPriceOfferings() []*PriceOffer

func (*PriceFeedItem) GetTrackingUrlTemplate

func (x *PriceFeedItem) GetTrackingUrlTemplate() *wrapperspb.StringValue

func (*PriceFeedItem) GetType

func (*PriceFeedItem) ProtoMessage

func (*PriceFeedItem) ProtoMessage()

func (*PriceFeedItem) ProtoReflect

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

func (*PriceFeedItem) Reset

func (x *PriceFeedItem) Reset()

func (*PriceFeedItem) String

func (x *PriceFeedItem) String() string

type PriceOffer

type PriceOffer struct {

	// Header text of this offer.
	Header *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"`
	// Description text of this offer.
	Description *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
	// Price value of this offer.
	Price *Money `protobuf:"bytes,3,opt,name=price,proto3" json:"price,omitempty"`
	// Price unit for this offer.
	Unit enums.PriceExtensionPriceUnitEnum_PriceExtensionPriceUnit `` /* 149-byte string literal not displayed */
	// A list of possible final URLs after all cross domain redirects.
	FinalUrls []*wrapperspb.StringValue `protobuf:"bytes,5,rep,name=final_urls,json=finalUrls,proto3" json:"final_urls,omitempty"`
	// A list of possible final mobile URLs after all cross domain redirects.
	FinalMobileUrls []*wrapperspb.StringValue `protobuf:"bytes,6,rep,name=final_mobile_urls,json=finalMobileUrls,proto3" json:"final_mobile_urls,omitempty"`
	// contains filtered or unexported fields
}

Represents one price offer in a price extension.

func (*PriceOffer) Descriptor deprecated

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

Deprecated: Use PriceOffer.ProtoReflect.Descriptor instead.

func (*PriceOffer) GetDescription

func (x *PriceOffer) GetDescription() *wrapperspb.StringValue

func (*PriceOffer) GetFinalMobileUrls

func (x *PriceOffer) GetFinalMobileUrls() []*wrapperspb.StringValue

func (*PriceOffer) GetFinalUrls

func (x *PriceOffer) GetFinalUrls() []*wrapperspb.StringValue

func (*PriceOffer) GetHeader

func (x *PriceOffer) GetHeader() *wrapperspb.StringValue

func (*PriceOffer) GetPrice

func (x *PriceOffer) GetPrice() *Money

func (*PriceOffer) ProtoMessage

func (*PriceOffer) ProtoMessage()

func (*PriceOffer) ProtoReflect

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

func (*PriceOffer) Reset

func (x *PriceOffer) Reset()

func (*PriceOffer) String

func (x *PriceOffer) String() string

type ProductBiddingCategoryInfo

type ProductBiddingCategoryInfo struct {

	// ID of the product bidding category.
	//
	// This ID is equivalent to the google_product_category ID as described in
	// this article: https://support.google.com/merchants/answer/6324436
	Id *wrapperspb.Int64Value `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// Two-letter upper-case country code of the product bidding category. It must
	// match the campaign.shopping_setting.sales_country field.
	CountryCode *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=country_code,json=countryCode,proto3" json:"country_code,omitempty"`
	// Level of the product bidding category.
	Level enums.ProductBiddingCategoryLevelEnum_ProductBiddingCategoryLevel `` /* 159-byte string literal not displayed */
	// contains filtered or unexported fields
}

Bidding category of a product offer.

func (*ProductBiddingCategoryInfo) Descriptor deprecated

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

Deprecated: Use ProductBiddingCategoryInfo.ProtoReflect.Descriptor instead.

func (*ProductBiddingCategoryInfo) GetCountryCode

func (x *ProductBiddingCategoryInfo) GetCountryCode() *wrapperspb.StringValue

func (*ProductBiddingCategoryInfo) GetId

func (*ProductBiddingCategoryInfo) ProtoMessage

func (*ProductBiddingCategoryInfo) ProtoMessage()

func (*ProductBiddingCategoryInfo) ProtoReflect

func (*ProductBiddingCategoryInfo) Reset

func (x *ProductBiddingCategoryInfo) Reset()

func (*ProductBiddingCategoryInfo) String

func (x *ProductBiddingCategoryInfo) String() string

type ProductChannelExclusivityInfo

type ProductChannelExclusivityInfo struct {

	// Value of the availability.
	ChannelExclusivity enums.ProductChannelExclusivityEnum_ProductChannelExclusivity `` /* 207-byte string literal not displayed */
	// contains filtered or unexported fields
}

Availability of a product offer.

func (*ProductChannelExclusivityInfo) Descriptor deprecated

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

Deprecated: Use ProductChannelExclusivityInfo.ProtoReflect.Descriptor instead.

func (*ProductChannelExclusivityInfo) GetChannelExclusivity

func (*ProductChannelExclusivityInfo) ProtoMessage

func (*ProductChannelExclusivityInfo) ProtoMessage()

func (*ProductChannelExclusivityInfo) ProtoReflect

func (*ProductChannelExclusivityInfo) Reset

func (x *ProductChannelExclusivityInfo) Reset()

func (*ProductChannelExclusivityInfo) String

type ProductChannelInfo

type ProductChannelInfo struct {

	// Value of the locality.
	Channel enums.ProductChannelEnum_ProductChannel `` /* 137-byte string literal not displayed */
	// contains filtered or unexported fields
}

Locality of a product offer.

func (*ProductChannelInfo) Descriptor deprecated

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

Deprecated: Use ProductChannelInfo.ProtoReflect.Descriptor instead.

func (*ProductChannelInfo) GetChannel

func (*ProductChannelInfo) ProtoMessage

func (*ProductChannelInfo) ProtoMessage()

func (*ProductChannelInfo) ProtoReflect

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

func (*ProductChannelInfo) Reset

func (x *ProductChannelInfo) Reset()

func (*ProductChannelInfo) String

func (x *ProductChannelInfo) String() string

type ProductConditionInfo

type ProductConditionInfo struct {

	// Value of the condition.
	Condition enums.ProductConditionEnum_ProductCondition `` /* 145-byte string literal not displayed */
	// contains filtered or unexported fields
}

Condition of a product offer.

func (*ProductConditionInfo) Descriptor deprecated

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

Deprecated: Use ProductConditionInfo.ProtoReflect.Descriptor instead.

func (*ProductConditionInfo) GetCondition

func (*ProductConditionInfo) ProtoMessage

func (*ProductConditionInfo) ProtoMessage()

func (*ProductConditionInfo) ProtoReflect

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

func (*ProductConditionInfo) Reset

func (x *ProductConditionInfo) Reset()

func (*ProductConditionInfo) String

func (x *ProductConditionInfo) String() string

type ProductImage

type ProductImage struct {

	// The MediaFile resource name of the product image. Valid image types are
	// GIF, JPEG and PNG. The minimum size is 300x300 pixels and the aspect ratio
	// must be 1:1 (+-1%).
	ProductImage *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=product_image,json=productImage,proto3" json:"product_image,omitempty"`
	// Description of the product.
	Description *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
	// Display-call-to-action of the product image.
	DisplayCallToAction *DisplayCallToAction `protobuf:"bytes,3,opt,name=display_call_to_action,json=displayCallToAction,proto3" json:"display_call_to_action,omitempty"`
	// contains filtered or unexported fields
}

Product image specific data.

func (*ProductImage) Descriptor deprecated

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

Deprecated: Use ProductImage.ProtoReflect.Descriptor instead.

func (*ProductImage) GetDescription

func (x *ProductImage) GetDescription() *wrapperspb.StringValue

func (*ProductImage) GetDisplayCallToAction

func (x *ProductImage) GetDisplayCallToAction() *DisplayCallToAction

func (*ProductImage) GetProductImage

func (x *ProductImage) GetProductImage() *wrapperspb.StringValue

func (*ProductImage) ProtoMessage

func (*ProductImage) ProtoMessage()

func (*ProductImage) ProtoReflect

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

func (*ProductImage) Reset

func (x *ProductImage) Reset()

func (*ProductImage) String

func (x *ProductImage) String() string

type ProductItemIdInfo

type ProductItemIdInfo struct {

	// Value of the id.
	Value *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

Item id of a product offer.

func (*ProductItemIdInfo) Descriptor deprecated

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

Deprecated: Use ProductItemIdInfo.ProtoReflect.Descriptor instead.

func (*ProductItemIdInfo) GetValue

func (x *ProductItemIdInfo) GetValue() *wrapperspb.StringValue

func (*ProductItemIdInfo) ProtoMessage

func (*ProductItemIdInfo) ProtoMessage()

func (*ProductItemIdInfo) ProtoReflect

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

func (*ProductItemIdInfo) Reset

func (x *ProductItemIdInfo) Reset()

func (*ProductItemIdInfo) String

func (x *ProductItemIdInfo) String() string

type ProductTypeInfo

type ProductTypeInfo struct {

	// Value of the type.
	Value *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	// Level of the type.
	Level enums.ProductTypeLevelEnum_ProductTypeLevel `` /* 137-byte string literal not displayed */
	// contains filtered or unexported fields
}

Type of a product offer.

func (*ProductTypeInfo) Descriptor deprecated

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

Deprecated: Use ProductTypeInfo.ProtoReflect.Descriptor instead.

func (*ProductTypeInfo) GetLevel

func (*ProductTypeInfo) GetValue

func (x *ProductTypeInfo) GetValue() *wrapperspb.StringValue

func (*ProductTypeInfo) ProtoMessage

func (*ProductTypeInfo) ProtoMessage()

func (*ProductTypeInfo) ProtoReflect

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

func (*ProductTypeInfo) Reset

func (x *ProductTypeInfo) Reset()

func (*ProductTypeInfo) String

func (x *ProductTypeInfo) String() string

type ProductVideo

type ProductVideo struct {

	// The MediaFile resource name of a video which must be hosted on YouTube.
	ProductVideo *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=product_video,json=productVideo,proto3" json:"product_video,omitempty"`
	// contains filtered or unexported fields
}

Product video specific data.

func (*ProductVideo) Descriptor deprecated

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

Deprecated: Use ProductVideo.ProtoReflect.Descriptor instead.

func (*ProductVideo) GetProductVideo

func (x *ProductVideo) GetProductVideo() *wrapperspb.StringValue

func (*ProductVideo) ProtoMessage

func (*ProductVideo) ProtoMessage()

func (*ProductVideo) ProtoReflect

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

func (*ProductVideo) Reset

func (x *ProductVideo) Reset()

func (*ProductVideo) String

func (x *ProductVideo) String() string

type PromotionFeedItem

type PromotionFeedItem struct {

	// A freeform description of what the promotion is targeting.
	// This field is required.
	PromotionTarget *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=promotion_target,json=promotionTarget,proto3" json:"promotion_target,omitempty"`
	// Enum that modifies the qualification of the discount.
	DiscountModifier enums.PromotionExtensionDiscountModifierEnum_PromotionExtensionDiscountModifier `` /* 219-byte string literal not displayed */
	// Start date of when the promotion is eligible to be redeemed.
	PromotionStartDate *wrapperspb.StringValue `protobuf:"bytes,7,opt,name=promotion_start_date,json=promotionStartDate,proto3" json:"promotion_start_date,omitempty"`
	// End date of when the promotion is eligible to be redeemed.
	PromotionEndDate *wrapperspb.StringValue `protobuf:"bytes,8,opt,name=promotion_end_date,json=promotionEndDate,proto3" json:"promotion_end_date,omitempty"`
	// The occasion the promotion was intended for.
	// If an occasion is set, the redemption window will need to fall within
	// the date range associated with the occasion.
	Occasion enums.PromotionExtensionOccasionEnum_PromotionExtensionOccasion `` /* 163-byte string literal not displayed */
	// A list of possible final URLs after all cross domain redirects.
	// This field is required.
	FinalUrls []*wrapperspb.StringValue `protobuf:"bytes,10,rep,name=final_urls,json=finalUrls,proto3" json:"final_urls,omitempty"`
	// A list of possible final mobile URLs after all cross domain redirects.
	FinalMobileUrls []*wrapperspb.StringValue `protobuf:"bytes,11,rep,name=final_mobile_urls,json=finalMobileUrls,proto3" json:"final_mobile_urls,omitempty"`
	// URL template for constructing a tracking URL.
	TrackingUrlTemplate *wrapperspb.StringValue `protobuf:"bytes,12,opt,name=tracking_url_template,json=trackingUrlTemplate,proto3" json:"tracking_url_template,omitempty"`
	// A list of mappings to be used for substituting URL custom parameter tags in
	// the tracking_url_template, final_urls, and/or final_mobile_urls.
	UrlCustomParameters []*CustomParameter `protobuf:"bytes,13,rep,name=url_custom_parameters,json=urlCustomParameters,proto3" json:"url_custom_parameters,omitempty"`
	// URL template for appending params to landing page URLs served with parallel
	// tracking.
	FinalUrlSuffix *wrapperspb.StringValue `protobuf:"bytes,14,opt,name=final_url_suffix,json=finalUrlSuffix,proto3" json:"final_url_suffix,omitempty"`
	// The language of the promotion.
	// Represented as BCP 47 language tag.
	LanguageCode *wrapperspb.StringValue `protobuf:"bytes,15,opt,name=language_code,json=languageCode,proto3" json:"language_code,omitempty"`
	// Discount type, can be percentage off or amount off.
	//
	// Types that are assignable to DiscountType:
	//	*PromotionFeedItem_PercentOff
	//	*PromotionFeedItem_MoneyAmountOff
	DiscountType isPromotionFeedItem_DiscountType `protobuf_oneof:"discount_type"`
	// Promotion trigger. Can be by promotion code or promo by eligible order
	// amount.
	//
	// Types that are assignable to PromotionTrigger:
	//	*PromotionFeedItem_PromotionCode
	//	*PromotionFeedItem_OrdersOverAmount
	PromotionTrigger isPromotionFeedItem_PromotionTrigger `protobuf_oneof:"promotion_trigger"`
	// contains filtered or unexported fields
}

Represents a Promotion extension.

func (*PromotionFeedItem) Descriptor deprecated

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

Deprecated: Use PromotionFeedItem.ProtoReflect.Descriptor instead.

func (*PromotionFeedItem) GetDiscountType

func (m *PromotionFeedItem) GetDiscountType() isPromotionFeedItem_DiscountType

func (*PromotionFeedItem) GetFinalMobileUrls

func (x *PromotionFeedItem) GetFinalMobileUrls() []*wrapperspb.StringValue

func (*PromotionFeedItem) GetFinalUrlSuffix

func (x *PromotionFeedItem) GetFinalUrlSuffix() *wrapperspb.StringValue

func (*PromotionFeedItem) GetFinalUrls

func (x *PromotionFeedItem) GetFinalUrls() []*wrapperspb.StringValue

func (*PromotionFeedItem) GetLanguageCode

func (x *PromotionFeedItem) GetLanguageCode() *wrapperspb.StringValue

func (*PromotionFeedItem) GetMoneyAmountOff

func (x *PromotionFeedItem) GetMoneyAmountOff() *Money

func (*PromotionFeedItem) GetOrdersOverAmount

func (x *PromotionFeedItem) GetOrdersOverAmount() *Money

func (*PromotionFeedItem) GetPercentOff

func (x *PromotionFeedItem) GetPercentOff() *wrapperspb.Int64Value

func (*PromotionFeedItem) GetPromotionCode

func (x *PromotionFeedItem) GetPromotionCode() *wrapperspb.StringValue

func (*PromotionFeedItem) GetPromotionEndDate

func (x *PromotionFeedItem) GetPromotionEndDate() *wrapperspb.StringValue

func (*PromotionFeedItem) GetPromotionStartDate

func (x *PromotionFeedItem) GetPromotionStartDate() *wrapperspb.StringValue

func (*PromotionFeedItem) GetPromotionTarget

func (x *PromotionFeedItem) GetPromotionTarget() *wrapperspb.StringValue

func (*PromotionFeedItem) GetPromotionTrigger

func (m *PromotionFeedItem) GetPromotionTrigger() isPromotionFeedItem_PromotionTrigger

func (*PromotionFeedItem) GetTrackingUrlTemplate

func (x *PromotionFeedItem) GetTrackingUrlTemplate() *wrapperspb.StringValue

func (*PromotionFeedItem) GetUrlCustomParameters

func (x *PromotionFeedItem) GetUrlCustomParameters() []*CustomParameter

func (*PromotionFeedItem) ProtoMessage

func (*PromotionFeedItem) ProtoMessage()

func (*PromotionFeedItem) ProtoReflect

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

func (*PromotionFeedItem) Reset

func (x *PromotionFeedItem) Reset()

func (*PromotionFeedItem) String

func (x *PromotionFeedItem) String() string

type PromotionFeedItem_MoneyAmountOff

type PromotionFeedItem_MoneyAmountOff struct {
	// Money amount off for discount in the promotion.
	// Either this or percent_off is required.
	MoneyAmountOff *Money `protobuf:"bytes,4,opt,name=money_amount_off,json=moneyAmountOff,proto3,oneof"`
}

type PromotionFeedItem_OrdersOverAmount

type PromotionFeedItem_OrdersOverAmount struct {
	// The amount the total order needs to be for the user to be eligible for
	// the promotion.
	OrdersOverAmount *Money `protobuf:"bytes,6,opt,name=orders_over_amount,json=ordersOverAmount,proto3,oneof"`
}

type PromotionFeedItem_PercentOff

type PromotionFeedItem_PercentOff struct {
	// Percentage off discount in the promotion in micros.
	// One million is equivalent to one percent.
	// Either this or money_off_amount is required.
	PercentOff *wrapperspb.Int64Value `protobuf:"bytes,3,opt,name=percent_off,json=percentOff,proto3,oneof"`
}

type PromotionFeedItem_PromotionCode

type PromotionFeedItem_PromotionCode struct {
	// A code the user should use in order to be eligible for the promotion.
	PromotionCode *wrapperspb.StringValue `protobuf:"bytes,5,opt,name=promotion_code,json=promotionCode,proto3,oneof"`
}

type ProximityInfo

type ProximityInfo struct {

	// Latitude and longitude.
	GeoPoint *GeoPointInfo `protobuf:"bytes,1,opt,name=geo_point,json=geoPoint,proto3" json:"geo_point,omitempty"`
	// The radius of the proximity.
	Radius *wrapperspb.DoubleValue `protobuf:"bytes,2,opt,name=radius,proto3" json:"radius,omitempty"`
	// The unit of measurement of the radius. Default is KILOMETERS.
	RadiusUnits enums.ProximityRadiusUnitsEnum_ProximityRadiusUnits `` /* 176-byte string literal not displayed */
	// Full address.
	Address *AddressInfo `protobuf:"bytes,4,opt,name=address,proto3" json:"address,omitempty"`
	// contains filtered or unexported fields
}

A Proximity criterion. The geo point and radius determine what geographical area is included. The address is a description of the geo point that does not affect ad serving.

There are two ways to create a proximity. First, by setting an address and radius. The geo point will be automatically computed. Second, by setting a geo point and radius. The address is an optional label that won't be validated.

func (*ProximityInfo) Descriptor deprecated

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

Deprecated: Use ProximityInfo.ProtoReflect.Descriptor instead.

func (*ProximityInfo) GetAddress

func (x *ProximityInfo) GetAddress() *AddressInfo

func (*ProximityInfo) GetGeoPoint

func (x *ProximityInfo) GetGeoPoint() *GeoPointInfo

func (*ProximityInfo) GetRadius

func (x *ProximityInfo) GetRadius() *wrapperspb.DoubleValue

func (*ProximityInfo) GetRadiusUnits

func (*ProximityInfo) ProtoMessage

func (*ProximityInfo) ProtoMessage()

func (*ProximityInfo) ProtoReflect

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

func (*ProximityInfo) Reset

func (x *ProximityInfo) Reset()

func (*ProximityInfo) String

func (x *ProximityInfo) String() string

type RealTimeBiddingSetting

type RealTimeBiddingSetting struct {

	// Whether the campaign is opted in to real-time bidding.
	OptIn *wrapperspb.BoolValue `protobuf:"bytes,1,opt,name=opt_in,json=optIn,proto3" json:"opt_in,omitempty"`
	// contains filtered or unexported fields
}

Settings for Real-Time Bidding, a feature only available for campaigns targeting the Ad Exchange network.

func (*RealTimeBiddingSetting) Descriptor deprecated

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

Deprecated: Use RealTimeBiddingSetting.ProtoReflect.Descriptor instead.

func (*RealTimeBiddingSetting) GetOptIn

func (*RealTimeBiddingSetting) ProtoMessage

func (*RealTimeBiddingSetting) ProtoMessage()

func (*RealTimeBiddingSetting) ProtoReflect

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

func (*RealTimeBiddingSetting) Reset

func (x *RealTimeBiddingSetting) Reset()

func (*RealTimeBiddingSetting) String

func (x *RealTimeBiddingSetting) String() string

type ResponsiveDisplayAdInfo

type ResponsiveDisplayAdInfo struct {

	// Marketing images to be used in the ad. Valid image types are GIF,
	// JPEG, and PNG. The minimum size is 600x314 and the aspect ratio must
	// be 1.91:1 (+-1%). At least one marketing_image is required. Combined with
	// square_marketing_images the maximum is 15.
	MarketingImages []*AdImageAsset `protobuf:"bytes,1,rep,name=marketing_images,json=marketingImages,proto3" json:"marketing_images,omitempty"`
	// Square marketing images to be used in the ad. Valid image types are GIF,
	// JPEG, and PNG. The minimum size is 300x300 and the aspect ratio must
	// be 1:1 (+-1%). At least one square marketing_image is required. Combined
	// with marketing_images the maximum is 15.
	SquareMarketingImages []*AdImageAsset `` /* 126-byte string literal not displayed */
	// Logo images to be used in the ad. Valid image types are GIF,
	// JPEG, and PNG. The minimum size is 512x128 and the aspect ratio must
	// be 4:1 (+-1%). Combined with square_logo_images the maximum is 5.
	LogoImages []*AdImageAsset `protobuf:"bytes,3,rep,name=logo_images,json=logoImages,proto3" json:"logo_images,omitempty"`
	// Square logo images to be used in the ad. Valid image types are GIF,
	// JPEG, and PNG. The minimum size is 128x128 and the aspect ratio must
	// be 1:1 (+-1%). Combined with square_logo_images the maximum is 5.
	SquareLogoImages []*AdImageAsset `protobuf:"bytes,4,rep,name=square_logo_images,json=squareLogoImages,proto3" json:"square_logo_images,omitempty"`
	// Short format headlines for the ad. The maximum length is 30 characters.
	// At least 1 and max 5 headlines can be specified.
	Headlines []*AdTextAsset `protobuf:"bytes,5,rep,name=headlines,proto3" json:"headlines,omitempty"`
	// A required long format headline. The maximum length is 90 characters.
	LongHeadline *AdTextAsset `protobuf:"bytes,6,opt,name=long_headline,json=longHeadline,proto3" json:"long_headline,omitempty"`
	// Descriptive texts for the ad. The maximum length is 90 characters. At
	// least 1 and max 5 headlines can be specified.
	Descriptions []*AdTextAsset `protobuf:"bytes,7,rep,name=descriptions,proto3" json:"descriptions,omitempty"`
	// Optional YouTube videos for the ad. A maximum of 5 videos can be specified.
	YoutubeVideos []*AdVideoAsset `protobuf:"bytes,8,rep,name=youtube_videos,json=youtubeVideos,proto3" json:"youtube_videos,omitempty"`
	// The advertiser/brand name. Maximum display width is 25.
	BusinessName *wrapperspb.StringValue `protobuf:"bytes,9,opt,name=business_name,json=businessName,proto3" json:"business_name,omitempty"`
	// The main color of the ad in hexadecimal, e.g. #ffffff for white.
	// If one of main_color and accent_color is set, the other is required as
	// well.
	MainColor *wrapperspb.StringValue `protobuf:"bytes,10,opt,name=main_color,json=mainColor,proto3" json:"main_color,omitempty"`
	// The accent color of the ad in hexadecimal, e.g. #ffffff for white.
	// If one of main_color and accent_color is set, the other is required as
	// well.
	AccentColor *wrapperspb.StringValue `protobuf:"bytes,11,opt,name=accent_color,json=accentColor,proto3" json:"accent_color,omitempty"`
	// Advertiser's consent to allow flexible color. When true, the ad may be
	// served with different color if necessary. When false, the ad will be served
	// with the specified colors or a neutral color.
	// The default value is true.
	// Must be true if main_color and accent_color are not set.
	AllowFlexibleColor *wrapperspb.BoolValue `protobuf:"bytes,12,opt,name=allow_flexible_color,json=allowFlexibleColor,proto3" json:"allow_flexible_color,omitempty"`
	// The call-to-action text for the ad. Maximum display width is 30.
	CallToActionText *wrapperspb.StringValue `protobuf:"bytes,13,opt,name=call_to_action_text,json=callToActionText,proto3" json:"call_to_action_text,omitempty"`
	// Prefix before price. E.g. 'as low as'.
	PricePrefix *wrapperspb.StringValue `protobuf:"bytes,14,opt,name=price_prefix,json=pricePrefix,proto3" json:"price_prefix,omitempty"`
	// Promotion text used for dyanmic formats of responsive ads. For example
	// 'Free two-day shipping'.
	PromoText *wrapperspb.StringValue `protobuf:"bytes,15,opt,name=promo_text,json=promoText,proto3" json:"promo_text,omitempty"`
	// Specifies which format the ad will be served in. Default is ALL_FORMATS.
	FormatSetting enums.DisplayAdFormatSettingEnum_DisplayAdFormatSetting `` /* 187-byte string literal not displayed */
	// contains filtered or unexported fields
}

A responsive display ad.

func (*ResponsiveDisplayAdInfo) Descriptor deprecated

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

Deprecated: Use ResponsiveDisplayAdInfo.ProtoReflect.Descriptor instead.

func (*ResponsiveDisplayAdInfo) GetAccentColor

func (x *ResponsiveDisplayAdInfo) GetAccentColor() *wrapperspb.StringValue

func (*ResponsiveDisplayAdInfo) GetAllowFlexibleColor

func (x *ResponsiveDisplayAdInfo) GetAllowFlexibleColor() *wrapperspb.BoolValue

func (*ResponsiveDisplayAdInfo) GetBusinessName

func (x *ResponsiveDisplayAdInfo) GetBusinessName() *wrapperspb.StringValue

func (*ResponsiveDisplayAdInfo) GetCallToActionText

func (x *ResponsiveDisplayAdInfo) GetCallToActionText() *wrapperspb.StringValue

func (*ResponsiveDisplayAdInfo) GetDescriptions

func (x *ResponsiveDisplayAdInfo) GetDescriptions() []*AdTextAsset

func (*ResponsiveDisplayAdInfo) GetFormatSetting

func (*ResponsiveDisplayAdInfo) GetHeadlines

func (x *ResponsiveDisplayAdInfo) GetHeadlines() []*AdTextAsset

func (*ResponsiveDisplayAdInfo) GetLogoImages

func (x *ResponsiveDisplayAdInfo) GetLogoImages() []*AdImageAsset

func (*ResponsiveDisplayAdInfo) GetLongHeadline

func (x *ResponsiveDisplayAdInfo) GetLongHeadline() *AdTextAsset

func (*ResponsiveDisplayAdInfo) GetMainColor

func (x *ResponsiveDisplayAdInfo) GetMainColor() *wrapperspb.StringValue

func (*ResponsiveDisplayAdInfo) GetMarketingImages

func (x *ResponsiveDisplayAdInfo) GetMarketingImages() []*AdImageAsset

func (*ResponsiveDisplayAdInfo) GetPricePrefix

func (x *ResponsiveDisplayAdInfo) GetPricePrefix() *wrapperspb.StringValue

func (*ResponsiveDisplayAdInfo) GetPromoText

func (x *ResponsiveDisplayAdInfo) GetPromoText() *wrapperspb.StringValue

func (*ResponsiveDisplayAdInfo) GetSquareLogoImages

func (x *ResponsiveDisplayAdInfo) GetSquareLogoImages() []*AdImageAsset

func (*ResponsiveDisplayAdInfo) GetSquareMarketingImages

func (x *ResponsiveDisplayAdInfo) GetSquareMarketingImages() []*AdImageAsset

func (*ResponsiveDisplayAdInfo) GetYoutubeVideos

func (x *ResponsiveDisplayAdInfo) GetYoutubeVideos() []*AdVideoAsset

func (*ResponsiveDisplayAdInfo) ProtoMessage

func (*ResponsiveDisplayAdInfo) ProtoMessage()

func (*ResponsiveDisplayAdInfo) ProtoReflect

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

func (*ResponsiveDisplayAdInfo) Reset

func (x *ResponsiveDisplayAdInfo) Reset()

func (*ResponsiveDisplayAdInfo) String

func (x *ResponsiveDisplayAdInfo) String() string

type ResponsiveSearchAdInfo

type ResponsiveSearchAdInfo struct {

	// List of text assets for headlines. When the ad serves the headlines will
	// be selected from this list.
	Headlines []*AdTextAsset `protobuf:"bytes,1,rep,name=headlines,proto3" json:"headlines,omitempty"`
	// List of text assets for descriptions. When the ad serves the descriptions
	// will be selected from this list.
	Descriptions []*AdTextAsset `protobuf:"bytes,2,rep,name=descriptions,proto3" json:"descriptions,omitempty"`
	// First part of text that may appear appended to the url displayed in the ad.
	Path1 *wrapperspb.StringValue `protobuf:"bytes,3,opt,name=path1,proto3" json:"path1,omitempty"`
	// Second part of text that may appear appended to the url displayed in the
	// ad. This field can only be set when path1 is also set.
	Path2 *wrapperspb.StringValue `protobuf:"bytes,4,opt,name=path2,proto3" json:"path2,omitempty"`
	// contains filtered or unexported fields
}

A responsive search ad.

Responsive search ads let you create an ad that adapts to show more text, and more relevant messages, to your customers. Enter multiple headlines and descriptions when creating a responsive search ad, and over time, Google Ads will automatically test different combinations and learn which combinations perform best. By adapting your ad's content to more closely match potential customers' search terms, responsive search ads may improve your campaign's performance.

More information at https://support.google.com/google-ads/answer/7684791

func (*ResponsiveSearchAdInfo) Descriptor deprecated

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

Deprecated: Use ResponsiveSearchAdInfo.ProtoReflect.Descriptor instead.

func (*ResponsiveSearchAdInfo) GetDescriptions

func (x *ResponsiveSearchAdInfo) GetDescriptions() []*AdTextAsset

func (*ResponsiveSearchAdInfo) GetHeadlines

func (x *ResponsiveSearchAdInfo) GetHeadlines() []*AdTextAsset

func (*ResponsiveSearchAdInfo) GetPath1

func (*ResponsiveSearchAdInfo) GetPath2

func (*ResponsiveSearchAdInfo) ProtoMessage

func (*ResponsiveSearchAdInfo) ProtoMessage()

func (*ResponsiveSearchAdInfo) ProtoReflect

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

func (*ResponsiveSearchAdInfo) Reset

func (x *ResponsiveSearchAdInfo) Reset()

func (*ResponsiveSearchAdInfo) String

func (x *ResponsiveSearchAdInfo) String() string

type RuleBasedUserListInfo

type RuleBasedUserListInfo struct {

	// The status of pre-population. The field is default to NONE if not set which
	// means the previous users will not be considered. If set to REQUESTED, past
	// site visitors or app users who match the list definition will be included
	// in the list (works on the Display Network only). This will only
	// add past users from within the last 30 days, depending on the
	// list's membership duration and the date when the remarketing tag is added.
	// The status will be updated to FINISHED once request is processed, or FAILED
	// if the request fails.
	PrepopulationStatus enums.UserListPrepopulationStatusEnum_UserListPrepopulationStatus `` /* 214-byte string literal not displayed */
	// Subtypes of rule based user lists.
	//
	// Types that are assignable to RuleBasedUserList:
	//	*RuleBasedUserListInfo_CombinedRuleUserList
	//	*RuleBasedUserListInfo_DateSpecificRuleUserList
	//	*RuleBasedUserListInfo_ExpressionRuleUserList
	RuleBasedUserList isRuleBasedUserListInfo_RuleBasedUserList `protobuf_oneof:"rule_based_user_list"`
	// contains filtered or unexported fields
}

Representation of a userlist that is generated by a rule.

func (*RuleBasedUserListInfo) Descriptor deprecated

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

Deprecated: Use RuleBasedUserListInfo.ProtoReflect.Descriptor instead.

func (*RuleBasedUserListInfo) GetCombinedRuleUserList

func (x *RuleBasedUserListInfo) GetCombinedRuleUserList() *CombinedRuleUserListInfo

func (*RuleBasedUserListInfo) GetDateSpecificRuleUserList

func (x *RuleBasedUserListInfo) GetDateSpecificRuleUserList() *DateSpecificRuleUserListInfo

func (*RuleBasedUserListInfo) GetExpressionRuleUserList

func (x *RuleBasedUserListInfo) GetExpressionRuleUserList() *ExpressionRuleUserListInfo

func (*RuleBasedUserListInfo) GetRuleBasedUserList

func (m *RuleBasedUserListInfo) GetRuleBasedUserList() isRuleBasedUserListInfo_RuleBasedUserList

func (*RuleBasedUserListInfo) ProtoMessage

func (*RuleBasedUserListInfo) ProtoMessage()

func (*RuleBasedUserListInfo) ProtoReflect

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

func (*RuleBasedUserListInfo) Reset

func (x *RuleBasedUserListInfo) Reset()

func (*RuleBasedUserListInfo) String

func (x *RuleBasedUserListInfo) String() string

type RuleBasedUserListInfo_CombinedRuleUserList

type RuleBasedUserListInfo_CombinedRuleUserList struct {
	// User lists defined by combining two rules.
	// There are two operators: AND, where the left and right operands have to
	// be true; AND_NOT where left operand is true but right operand is false.
	CombinedRuleUserList *CombinedRuleUserListInfo `protobuf:"bytes,2,opt,name=combined_rule_user_list,json=combinedRuleUserList,proto3,oneof"`
}

type RuleBasedUserListInfo_DateSpecificRuleUserList

type RuleBasedUserListInfo_DateSpecificRuleUserList struct {
	// Visitors of a page during specific dates. The visiting periods are
	// defined as follows:
	// Between start_date (inclusive) and end_date (inclusive);
	// Before end_date (exclusive) with start_date = 2000-01-01;
	// After start_date (exclusive) with end_date = 2037-12-30.
	DateSpecificRuleUserList *DateSpecificRuleUserListInfo `protobuf:"bytes,3,opt,name=date_specific_rule_user_list,json=dateSpecificRuleUserList,proto3,oneof"`
}

type RuleBasedUserListInfo_ExpressionRuleUserList

type RuleBasedUserListInfo_ExpressionRuleUserList struct {
	// Visitors of a page. The page visit is defined by one boolean rule
	// expression.
	ExpressionRuleUserList *ExpressionRuleUserListInfo `protobuf:"bytes,4,opt,name=expression_rule_user_list,json=expressionRuleUserList,proto3,oneof"`
}

type Segments

type Segments struct {

	// Ad network type.
	AdNetworkType enums.AdNetworkTypeEnum_AdNetworkType `` /* 170-byte string literal not displayed */
	// Click type.
	ClickType enums.ClickTypeEnum_ClickType `` /* 149-byte string literal not displayed */
	// Resource name of the conversion action.
	ConversionAction *wrapperspb.StringValue `protobuf:"bytes,52,opt,name=conversion_action,json=conversionAction,proto3" json:"conversion_action,omitempty"`
	// Conversion action category.
	ConversionActionCategory enums.ConversionActionCategoryEnum_ConversionActionCategory `` /* 226-byte string literal not displayed */
	// Conversion action name.
	ConversionActionName *wrapperspb.StringValue `protobuf:"bytes,54,opt,name=conversion_action_name,json=conversionActionName,proto3" json:"conversion_action_name,omitempty"`
	// This segments your conversion columns by the original conversion and
	// conversion value vs. the delta if conversions were adjusted. False row has
	// the data as originally stated; While true row has the delta between data
	// now and the data as originally stated. Summing the two together results
	// post-adjustment data.
	ConversionAdjustment *wrapperspb.BoolValue `protobuf:"bytes,27,opt,name=conversion_adjustment,json=conversionAdjustment,proto3" json:"conversion_adjustment,omitempty"`
	// Conversion attribution event type.
	ConversionAttributionEventType enums.ConversionAttributionEventTypeEnum_ConversionAttributionEventType `` /* 257-byte string literal not displayed */
	// An enum value representing the number of days between the impression and
	// the conversion.
	ConversionLagBucket enums.ConversionLagBucketEnum_ConversionLagBucket `` /* 201-byte string literal not displayed */
	// An enum value representing the number of days between the impression and
	// the conversion or between the impression and adjustments to the conversion.
	ConversionOrAdjustmentLagBucket enums.ConversionOrAdjustmentLagBucketEnum_ConversionOrAdjustmentLagBucket `` /* 265-byte string literal not displayed */
	// Date to which metrics apply.
	// yyyy-MM-dd format, e.g., 2018-04-17.
	Date *wrapperspb.StringValue `protobuf:"bytes,4,opt,name=date,proto3" json:"date,omitempty"`
	// Day of the week, e.g., MONDAY.
	DayOfWeek enums.DayOfWeekEnum_DayOfWeek `` /* 150-byte string literal not displayed */
	// Device to which metrics apply.
	Device enums.DeviceEnum_Device `protobuf:"varint,1,opt,name=device,proto3,enum=google.ads.googleads.v2.enums.DeviceEnum_Device" json:"device,omitempty"`
	// External conversion source.
	ExternalConversionSource enums.ExternalConversionSourceEnum_ExternalConversionSource `` /* 226-byte string literal not displayed */
	// Resource name of the geo target constant that represents an airport.
	GeoTargetAirport *wrapperspb.StringValue `protobuf:"bytes,65,opt,name=geo_target_airport,json=geoTargetAirport,proto3" json:"geo_target_airport,omitempty"`
	// Resource name of the geo target constant that represents a canton.
	GeoTargetCanton *wrapperspb.StringValue `protobuf:"bytes,76,opt,name=geo_target_canton,json=geoTargetCanton,proto3" json:"geo_target_canton,omitempty"`
	// Resource name of the geo target constant that represents a city.
	GeoTargetCity *wrapperspb.StringValue `protobuf:"bytes,62,opt,name=geo_target_city,json=geoTargetCity,proto3" json:"geo_target_city,omitempty"`
	// Resource name of the geo target constant that represents a country.
	GeoTargetCountry *wrapperspb.StringValue `protobuf:"bytes,77,opt,name=geo_target_country,json=geoTargetCountry,proto3" json:"geo_target_country,omitempty"`
	// Resource name of the geo target constant that represents a county.
	GeoTargetCounty *wrapperspb.StringValue `protobuf:"bytes,68,opt,name=geo_target_county,json=geoTargetCounty,proto3" json:"geo_target_county,omitempty"`
	// Resource name of the geo target constant that represents a district.
	GeoTargetDistrict *wrapperspb.StringValue `protobuf:"bytes,69,opt,name=geo_target_district,json=geoTargetDistrict,proto3" json:"geo_target_district,omitempty"`
	// Resource name of the geo target constant that represents a metro.
	GeoTargetMetro *wrapperspb.StringValue `protobuf:"bytes,63,opt,name=geo_target_metro,json=geoTargetMetro,proto3" json:"geo_target_metro,omitempty"`
	// Resource name of the geo target constant that represents the most
	// specific location.
	GeoTargetMostSpecificLocation *wrapperspb.StringValue `` /* 155-byte string literal not displayed */
	// Resource name of the geo target constant that represents a postal code.
	GeoTargetPostalCode *wrapperspb.StringValue `protobuf:"bytes,71,opt,name=geo_target_postal_code,json=geoTargetPostalCode,proto3" json:"geo_target_postal_code,omitempty"`
	// Resource name of the geo target constant that represents a province.
	GeoTargetProvince *wrapperspb.StringValue `protobuf:"bytes,75,opt,name=geo_target_province,json=geoTargetProvince,proto3" json:"geo_target_province,omitempty"`
	// Resource name of the geo target constant that represents a region.
	GeoTargetRegion *wrapperspb.StringValue `protobuf:"bytes,64,opt,name=geo_target_region,json=geoTargetRegion,proto3" json:"geo_target_region,omitempty"`
	// Resource name of the geo target constant that represents a state.
	GeoTargetState *wrapperspb.StringValue `protobuf:"bytes,67,opt,name=geo_target_state,json=geoTargetState,proto3" json:"geo_target_state,omitempty"`
	// Hotel booking window in days.
	HotelBookingWindowDays *wrapperspb.Int64Value `` /* 131-byte string literal not displayed */
	// Hotel center ID.
	HotelCenterId *wrapperspb.Int64Value `protobuf:"bytes,7,opt,name=hotel_center_id,json=hotelCenterId,proto3" json:"hotel_center_id,omitempty"`
	// Hotel check-in date. Formatted as yyyy-MM-dd.
	HotelCheckInDate *wrapperspb.StringValue `protobuf:"bytes,8,opt,name=hotel_check_in_date,json=hotelCheckInDate,proto3" json:"hotel_check_in_date,omitempty"`
	// Hotel check-in day of week.
	HotelCheckInDayOfWeek enums.DayOfWeekEnum_DayOfWeek `` /* 192-byte string literal not displayed */
	// Hotel city.
	HotelCity *wrapperspb.StringValue `protobuf:"bytes,10,opt,name=hotel_city,json=hotelCity,proto3" json:"hotel_city,omitempty"`
	// Hotel class.
	HotelClass *wrapperspb.Int32Value `protobuf:"bytes,11,opt,name=hotel_class,json=hotelClass,proto3" json:"hotel_class,omitempty"`
	// Hotel country.
	HotelCountry *wrapperspb.StringValue `protobuf:"bytes,12,opt,name=hotel_country,json=hotelCountry,proto3" json:"hotel_country,omitempty"`
	// Hotel date selection type.
	HotelDateSelectionType enums.HotelDateSelectionTypeEnum_HotelDateSelectionType `` /* 218-byte string literal not displayed */
	// Hotel length of stay.
	HotelLengthOfStay *wrapperspb.Int32Value `protobuf:"bytes,14,opt,name=hotel_length_of_stay,json=hotelLengthOfStay,proto3" json:"hotel_length_of_stay,omitempty"`
	// Hotel rate rule ID.
	HotelRateRuleId *wrapperspb.StringValue `protobuf:"bytes,73,opt,name=hotel_rate_rule_id,json=hotelRateRuleId,proto3" json:"hotel_rate_rule_id,omitempty"`
	// Hotel rate type.
	HotelRateType enums.HotelRateTypeEnum_HotelRateType `` /* 171-byte string literal not displayed */
	// Hotel price bucket.
	HotelPriceBucket enums.HotelPriceBucketEnum_HotelPriceBucket `` /* 186-byte string literal not displayed */
	// Hotel state.
	HotelState *wrapperspb.StringValue `protobuf:"bytes,15,opt,name=hotel_state,json=hotelState,proto3" json:"hotel_state,omitempty"`
	// Hour of day as a number between 0 and 23, inclusive.
	Hour *wrapperspb.Int32Value `protobuf:"bytes,16,opt,name=hour,proto3" json:"hour,omitempty"`
	// Only used with feed item metrics.
	// Indicates whether the interaction metrics occurred on the feed item itself
	// or a different extension or ad unit.
	InteractionOnThisExtension *wrapperspb.BoolValue `` /* 144-byte string literal not displayed */
	// Keyword criterion.
	Keyword *Keyword `protobuf:"bytes,61,opt,name=keyword,proto3" json:"keyword,omitempty"`
	// Month as represented by the date of the first day of a month. Formatted as
	// yyyy-MM-dd.
	Month *wrapperspb.StringValue `protobuf:"bytes,17,opt,name=month,proto3" json:"month,omitempty"`
	// Month of the year, e.g., January.
	MonthOfYear enums.MonthOfYearEnum_MonthOfYear `` /* 161-byte string literal not displayed */
	// Partner hotel ID.
	PartnerHotelId *wrapperspb.StringValue `protobuf:"bytes,19,opt,name=partner_hotel_id,json=partnerHotelId,proto3" json:"partner_hotel_id,omitempty"`
	// Placeholder type. This is only used with feed item metrics.
	PlaceholderType enums.PlaceholderTypeEnum_PlaceholderType `` /* 179-byte string literal not displayed */
	// Aggregator ID of the product.
	ProductAggregatorId *wrapperspb.UInt64Value `protobuf:"bytes,28,opt,name=product_aggregator_id,json=productAggregatorId,proto3" json:"product_aggregator_id,omitempty"`
	// Bidding category (level 1) of the product.
	ProductBiddingCategoryLevel1 *wrapperspb.StringValue `` /* 150-byte string literal not displayed */
	// Bidding category (level 2) of the product.
	ProductBiddingCategoryLevel2 *wrapperspb.StringValue `` /* 150-byte string literal not displayed */
	// Bidding category (level 3) of the product.
	ProductBiddingCategoryLevel3 *wrapperspb.StringValue `` /* 150-byte string literal not displayed */
	// Bidding category (level 4) of the product.
	ProductBiddingCategoryLevel4 *wrapperspb.StringValue `` /* 150-byte string literal not displayed */
	// Bidding category (level 5) of the product.
	ProductBiddingCategoryLevel5 *wrapperspb.StringValue `` /* 150-byte string literal not displayed */
	// Brand of the product.
	ProductBrand *wrapperspb.StringValue `protobuf:"bytes,29,opt,name=product_brand,json=productBrand,proto3" json:"product_brand,omitempty"`
	// Channel of the product.
	ProductChannel enums.ProductChannelEnum_ProductChannel `` /* 174-byte string literal not displayed */
	// Channel exclusivity of the product.
	ProductChannelExclusivity enums.ProductChannelExclusivityEnum_ProductChannelExclusivity `` /* 231-byte string literal not displayed */
	// Condition of the product.
	ProductCondition enums.ProductConditionEnum_ProductCondition `` /* 184-byte string literal not displayed */
	// Resource name of the geo target constant for the country of sale of the
	// product.
	ProductCountry *wrapperspb.StringValue `protobuf:"bytes,33,opt,name=product_country,json=productCountry,proto3" json:"product_country,omitempty"`
	// Custom attribute 0 of the product.
	ProductCustomAttribute0 *wrapperspb.StringValue `` /* 133-byte string literal not displayed */
	// Custom attribute 1 of the product.
	ProductCustomAttribute1 *wrapperspb.StringValue `` /* 133-byte string literal not displayed */
	// Custom attribute 2 of the product.
	ProductCustomAttribute2 *wrapperspb.StringValue `` /* 133-byte string literal not displayed */
	// Custom attribute 3 of the product.
	ProductCustomAttribute3 *wrapperspb.StringValue `` /* 133-byte string literal not displayed */
	// Custom attribute 4 of the product.
	ProductCustomAttribute4 *wrapperspb.StringValue `` /* 133-byte string literal not displayed */
	// Item ID of the product.
	ProductItemId *wrapperspb.StringValue `protobuf:"bytes,39,opt,name=product_item_id,json=productItemId,proto3" json:"product_item_id,omitempty"`
	// Resource name of the language constant for the language of the product.
	ProductLanguage *wrapperspb.StringValue `protobuf:"bytes,40,opt,name=product_language,json=productLanguage,proto3" json:"product_language,omitempty"`
	// Merchant ID of the product.
	ProductMerchantId *wrapperspb.UInt64Value `protobuf:"bytes,41,opt,name=product_merchant_id,json=productMerchantId,proto3" json:"product_merchant_id,omitempty"`
	// Store ID of the product.
	ProductStoreId *wrapperspb.StringValue `protobuf:"bytes,42,opt,name=product_store_id,json=productStoreId,proto3" json:"product_store_id,omitempty"`
	// Title of the product.
	ProductTitle *wrapperspb.StringValue `protobuf:"bytes,43,opt,name=product_title,json=productTitle,proto3" json:"product_title,omitempty"`
	// Type (level 1) of the product.
	ProductTypeL1 *wrapperspb.StringValue `protobuf:"bytes,44,opt,name=product_type_l1,json=productTypeL1,proto3" json:"product_type_l1,omitempty"`
	// Type (level 2) of the product.
	ProductTypeL2 *wrapperspb.StringValue `protobuf:"bytes,45,opt,name=product_type_l2,json=productTypeL2,proto3" json:"product_type_l2,omitempty"`
	// Type (level 3) of the product.
	ProductTypeL3 *wrapperspb.StringValue `protobuf:"bytes,46,opt,name=product_type_l3,json=productTypeL3,proto3" json:"product_type_l3,omitempty"`
	// Type (level 4) of the product.
	ProductTypeL4 *wrapperspb.StringValue `protobuf:"bytes,47,opt,name=product_type_l4,json=productTypeL4,proto3" json:"product_type_l4,omitempty"`
	// Type (level 5) of the product.
	ProductTypeL5 *wrapperspb.StringValue `protobuf:"bytes,48,opt,name=product_type_l5,json=productTypeL5,proto3" json:"product_type_l5,omitempty"`
	// Quarter as represented by the date of the first day of a quarter.
	// Uses the calendar year for quarters, e.g., the second quarter of 2018
	// starts on 2018-04-01. Formatted as yyyy-MM-dd.
	Quarter *wrapperspb.StringValue `protobuf:"bytes,21,opt,name=quarter,proto3" json:"quarter,omitempty"`
	// Type of the search engine results page.
	SearchEngineResultsPageType enums.SearchEngineResultsPageTypeEnum_SearchEngineResultsPageType `` /* 245-byte string literal not displayed */
	// Match type of the keyword that triggered the ad, including variants.
	SearchTermMatchType enums.SearchTermMatchTypeEnum_SearchTermMatchType `` /* 203-byte string literal not displayed */
	// Position of the ad.
	Slot enums.SlotEnum_Slot `protobuf:"varint,23,opt,name=slot,proto3,enum=google.ads.googleads.v2.enums.SlotEnum_Slot" json:"slot,omitempty"`
	// Resource name of the ad group criterion that represents webpage criterion.
	Webpage *wrapperspb.StringValue `protobuf:"bytes,66,opt,name=webpage,proto3" json:"webpage,omitempty"`
	// Week as defined as Monday through Sunday, and represented by the date of
	// Monday. Formatted as yyyy-MM-dd.
	Week *wrapperspb.StringValue `protobuf:"bytes,24,opt,name=week,proto3" json:"week,omitempty"`
	// Year, formatted as yyyy.
	Year *wrapperspb.Int32Value `protobuf:"bytes,25,opt,name=year,proto3" json:"year,omitempty"`
	// contains filtered or unexported fields
}

Segment only fields.

func (*Segments) Descriptor deprecated

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

Deprecated: Use Segments.ProtoReflect.Descriptor instead.

func (*Segments) GetAdNetworkType

func (x *Segments) GetAdNetworkType() enums.AdNetworkTypeEnum_AdNetworkType

func (*Segments) GetClickType

func (x *Segments) GetClickType() enums.ClickTypeEnum_ClickType

func (*Segments) GetConversionAction

func (x *Segments) GetConversionAction() *wrapperspb.StringValue

func (*Segments) GetConversionActionName

func (x *Segments) GetConversionActionName() *wrapperspb.StringValue

func (*Segments) GetConversionAdjustment

func (x *Segments) GetConversionAdjustment() *wrapperspb.BoolValue

func (*Segments) GetConversionLagBucket

func (x *Segments) GetConversionLagBucket() enums.ConversionLagBucketEnum_ConversionLagBucket

func (*Segments) GetDate

func (x *Segments) GetDate() *wrapperspb.StringValue

func (*Segments) GetDayOfWeek

func (x *Segments) GetDayOfWeek() enums.DayOfWeekEnum_DayOfWeek

func (*Segments) GetDevice

func (x *Segments) GetDevice() enums.DeviceEnum_Device

func (*Segments) GetGeoTargetAirport

func (x *Segments) GetGeoTargetAirport() *wrapperspb.StringValue

func (*Segments) GetGeoTargetCanton

func (x *Segments) GetGeoTargetCanton() *wrapperspb.StringValue

func (*Segments) GetGeoTargetCity

func (x *Segments) GetGeoTargetCity() *wrapperspb.StringValue

func (*Segments) GetGeoTargetCountry

func (x *Segments) GetGeoTargetCountry() *wrapperspb.StringValue

func (*Segments) GetGeoTargetCounty

func (x *Segments) GetGeoTargetCounty() *wrapperspb.StringValue

func (*Segments) GetGeoTargetDistrict

func (x *Segments) GetGeoTargetDistrict() *wrapperspb.StringValue

func (*Segments) GetGeoTargetMetro

func (x *Segments) GetGeoTargetMetro() *wrapperspb.StringValue

func (*Segments) GetGeoTargetMostSpecificLocation

func (x *Segments) GetGeoTargetMostSpecificLocation() *wrapperspb.StringValue

func (*Segments) GetGeoTargetPostalCode

func (x *Segments) GetGeoTargetPostalCode() *wrapperspb.StringValue

func (*Segments) GetGeoTargetProvince

func (x *Segments) GetGeoTargetProvince() *wrapperspb.StringValue

func (*Segments) GetGeoTargetRegion

func (x *Segments) GetGeoTargetRegion() *wrapperspb.StringValue

func (*Segments) GetGeoTargetState

func (x *Segments) GetGeoTargetState() *wrapperspb.StringValue

func (*Segments) GetHotelBookingWindowDays

func (x *Segments) GetHotelBookingWindowDays() *wrapperspb.Int64Value

func (*Segments) GetHotelCenterId

func (x *Segments) GetHotelCenterId() *wrapperspb.Int64Value

func (*Segments) GetHotelCheckInDate

func (x *Segments) GetHotelCheckInDate() *wrapperspb.StringValue

func (*Segments) GetHotelCheckInDayOfWeek

func (x *Segments) GetHotelCheckInDayOfWeek() enums.DayOfWeekEnum_DayOfWeek

func (*Segments) GetHotelCity

func (x *Segments) GetHotelCity() *wrapperspb.StringValue

func (*Segments) GetHotelClass

func (x *Segments) GetHotelClass() *wrapperspb.Int32Value

func (*Segments) GetHotelCountry

func (x *Segments) GetHotelCountry() *wrapperspb.StringValue

func (*Segments) GetHotelDateSelectionType

func (x *Segments) GetHotelDateSelectionType() enums.HotelDateSelectionTypeEnum_HotelDateSelectionType

func (*Segments) GetHotelLengthOfStay

func (x *Segments) GetHotelLengthOfStay() *wrapperspb.Int32Value

func (*Segments) GetHotelPriceBucket

func (x *Segments) GetHotelPriceBucket() enums.HotelPriceBucketEnum_HotelPriceBucket

func (*Segments) GetHotelRateRuleId

func (x *Segments) GetHotelRateRuleId() *wrapperspb.StringValue

func (*Segments) GetHotelRateType

func (x *Segments) GetHotelRateType() enums.HotelRateTypeEnum_HotelRateType

func (*Segments) GetHotelState

func (x *Segments) GetHotelState() *wrapperspb.StringValue

func (*Segments) GetHour

func (x *Segments) GetHour() *wrapperspb.Int32Value

func (*Segments) GetInteractionOnThisExtension

func (x *Segments) GetInteractionOnThisExtension() *wrapperspb.BoolValue

func (*Segments) GetKeyword

func (x *Segments) GetKeyword() *Keyword

func (*Segments) GetMonth

func (x *Segments) GetMonth() *wrapperspb.StringValue

func (*Segments) GetMonthOfYear

func (x *Segments) GetMonthOfYear() enums.MonthOfYearEnum_MonthOfYear

func (*Segments) GetPartnerHotelId

func (x *Segments) GetPartnerHotelId() *wrapperspb.StringValue

func (*Segments) GetPlaceholderType

func (x *Segments) GetPlaceholderType() enums.PlaceholderTypeEnum_PlaceholderType

func (*Segments) GetProductAggregatorId

func (x *Segments) GetProductAggregatorId() *wrapperspb.UInt64Value

func (*Segments) GetProductBiddingCategoryLevel1

func (x *Segments) GetProductBiddingCategoryLevel1() *wrapperspb.StringValue

func (*Segments) GetProductBiddingCategoryLevel2

func (x *Segments) GetProductBiddingCategoryLevel2() *wrapperspb.StringValue

func (*Segments) GetProductBiddingCategoryLevel3

func (x *Segments) GetProductBiddingCategoryLevel3() *wrapperspb.StringValue

func (*Segments) GetProductBiddingCategoryLevel4

func (x *Segments) GetProductBiddingCategoryLevel4() *wrapperspb.StringValue

func (*Segments) GetProductBiddingCategoryLevel5

func (x *Segments) GetProductBiddingCategoryLevel5() *wrapperspb.StringValue

func (*Segments) GetProductBrand

func (x *Segments) GetProductBrand() *wrapperspb.StringValue

func (*Segments) GetProductChannel

func (x *Segments) GetProductChannel() enums.ProductChannelEnum_ProductChannel

func (*Segments) GetProductCondition

func (x *Segments) GetProductCondition() enums.ProductConditionEnum_ProductCondition

func (*Segments) GetProductCountry

func (x *Segments) GetProductCountry() *wrapperspb.StringValue

func (*Segments) GetProductCustomAttribute0

func (x *Segments) GetProductCustomAttribute0() *wrapperspb.StringValue

func (*Segments) GetProductCustomAttribute1

func (x *Segments) GetProductCustomAttribute1() *wrapperspb.StringValue

func (*Segments) GetProductCustomAttribute2

func (x *Segments) GetProductCustomAttribute2() *wrapperspb.StringValue

func (*Segments) GetProductCustomAttribute3

func (x *Segments) GetProductCustomAttribute3() *wrapperspb.StringValue

func (*Segments) GetProductCustomAttribute4

func (x *Segments) GetProductCustomAttribute4() *wrapperspb.StringValue

func (*Segments) GetProductItemId

func (x *Segments) GetProductItemId() *wrapperspb.StringValue

func (*Segments) GetProductLanguage

func (x *Segments) GetProductLanguage() *wrapperspb.StringValue

func (*Segments) GetProductMerchantId

func (x *Segments) GetProductMerchantId() *wrapperspb.UInt64Value

func (*Segments) GetProductStoreId

func (x *Segments) GetProductStoreId() *wrapperspb.StringValue

func (*Segments) GetProductTitle

func (x *Segments) GetProductTitle() *wrapperspb.StringValue

func (*Segments) GetProductTypeL1

func (x *Segments) GetProductTypeL1() *wrapperspb.StringValue

func (*Segments) GetProductTypeL2

func (x *Segments) GetProductTypeL2() *wrapperspb.StringValue

func (*Segments) GetProductTypeL3

func (x *Segments) GetProductTypeL3() *wrapperspb.StringValue

func (*Segments) GetProductTypeL4

func (x *Segments) GetProductTypeL4() *wrapperspb.StringValue

func (*Segments) GetProductTypeL5

func (x *Segments) GetProductTypeL5() *wrapperspb.StringValue

func (*Segments) GetQuarter

func (x *Segments) GetQuarter() *wrapperspb.StringValue

func (*Segments) GetSearchTermMatchType

func (x *Segments) GetSearchTermMatchType() enums.SearchTermMatchTypeEnum_SearchTermMatchType

func (*Segments) GetSlot

func (x *Segments) GetSlot() enums.SlotEnum_Slot

func (*Segments) GetWebpage

func (x *Segments) GetWebpage() *wrapperspb.StringValue

func (*Segments) GetWeek

func (x *Segments) GetWeek() *wrapperspb.StringValue

func (*Segments) GetYear

func (x *Segments) GetYear() *wrapperspb.Int32Value

func (*Segments) ProtoMessage

func (*Segments) ProtoMessage()

func (*Segments) ProtoReflect

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

func (*Segments) Reset

func (x *Segments) Reset()

func (*Segments) String

func (x *Segments) String() string

type ShoppingComparisonListingAdInfo

type ShoppingComparisonListingAdInfo struct {

	// Headline of the ad. This field is required. Allowed length is between 25
	// and 45 characters.
	Headline *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=headline,proto3" json:"headline,omitempty"`
	// contains filtered or unexported fields
}

A Shopping Comparison Listing ad.

func (*ShoppingComparisonListingAdInfo) Descriptor deprecated

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

Deprecated: Use ShoppingComparisonListingAdInfo.ProtoReflect.Descriptor instead.

func (*ShoppingComparisonListingAdInfo) GetHeadline

func (*ShoppingComparisonListingAdInfo) ProtoMessage

func (*ShoppingComparisonListingAdInfo) ProtoMessage()

func (*ShoppingComparisonListingAdInfo) ProtoReflect

func (*ShoppingComparisonListingAdInfo) Reset

func (*ShoppingComparisonListingAdInfo) String

type ShoppingProductAdInfo

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

A standard Shopping ad.

func (*ShoppingProductAdInfo) Descriptor deprecated

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

Deprecated: Use ShoppingProductAdInfo.ProtoReflect.Descriptor instead.

func (*ShoppingProductAdInfo) ProtoMessage

func (*ShoppingProductAdInfo) ProtoMessage()

func (*ShoppingProductAdInfo) ProtoReflect

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

func (*ShoppingProductAdInfo) Reset

func (x *ShoppingProductAdInfo) Reset()

func (*ShoppingProductAdInfo) String

func (x *ShoppingProductAdInfo) String() string

type ShoppingSmartAdInfo

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

A Smart Shopping ad.

func (*ShoppingSmartAdInfo) Descriptor deprecated

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

Deprecated: Use ShoppingSmartAdInfo.ProtoReflect.Descriptor instead.

func (*ShoppingSmartAdInfo) ProtoMessage

func (*ShoppingSmartAdInfo) ProtoMessage()

func (*ShoppingSmartAdInfo) ProtoReflect

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

func (*ShoppingSmartAdInfo) Reset

func (x *ShoppingSmartAdInfo) Reset()

func (*ShoppingSmartAdInfo) String

func (x *ShoppingSmartAdInfo) String() string

type SimilarUserListInfo

type SimilarUserListInfo struct {

	// Seed UserList from which this list is derived.
	SeedUserList *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=seed_user_list,json=seedUserList,proto3" json:"seed_user_list,omitempty"`
	// contains filtered or unexported fields
}

SimilarUserList is a list of users which are similar to users from another UserList. These lists are read-only and automatically created by Google.

func (*SimilarUserListInfo) Descriptor deprecated

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

Deprecated: Use SimilarUserListInfo.ProtoReflect.Descriptor instead.

func (*SimilarUserListInfo) GetSeedUserList

func (x *SimilarUserListInfo) GetSeedUserList() *wrapperspb.StringValue

func (*SimilarUserListInfo) ProtoMessage

func (*SimilarUserListInfo) ProtoMessage()

func (*SimilarUserListInfo) ProtoReflect

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

func (*SimilarUserListInfo) Reset

func (x *SimilarUserListInfo) Reset()

func (*SimilarUserListInfo) String

func (x *SimilarUserListInfo) String() string

type SitelinkFeedItem

type SitelinkFeedItem struct {

	// URL display text for the sitelink.
	// The length of this string should be between 1 and 25, inclusive.
	LinkText *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=link_text,json=linkText,proto3" json:"link_text,omitempty"`
	// First line of the description for the sitelink.
	// If this value is set, line2 must also be set.
	// The length of this string should be between 0 and 35, inclusive.
	Line1 *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=line1,proto3" json:"line1,omitempty"`
	// Second line of the description for the sitelink.
	// If this value is set, line1 must also be set.
	// The length of this string should be between 0 and 35, inclusive.
	Line2 *wrapperspb.StringValue `protobuf:"bytes,3,opt,name=line2,proto3" json:"line2,omitempty"`
	// A list of possible final URLs after all cross domain redirects.
	FinalUrls []*wrapperspb.StringValue `protobuf:"bytes,4,rep,name=final_urls,json=finalUrls,proto3" json:"final_urls,omitempty"`
	// A list of possible final mobile URLs after all cross domain redirects.
	FinalMobileUrls []*wrapperspb.StringValue `protobuf:"bytes,5,rep,name=final_mobile_urls,json=finalMobileUrls,proto3" json:"final_mobile_urls,omitempty"`
	// URL template for constructing a tracking URL.
	TrackingUrlTemplate *wrapperspb.StringValue `protobuf:"bytes,6,opt,name=tracking_url_template,json=trackingUrlTemplate,proto3" json:"tracking_url_template,omitempty"`
	// A list of mappings to be used for substituting URL custom parameter tags in
	// the tracking_url_template, final_urls, and/or final_mobile_urls.
	UrlCustomParameters []*CustomParameter `protobuf:"bytes,7,rep,name=url_custom_parameters,json=urlCustomParameters,proto3" json:"url_custom_parameters,omitempty"`
	// Final URL suffix to be appended to landing page URLs served with
	// parallel tracking.
	FinalUrlSuffix *wrapperspb.StringValue `protobuf:"bytes,8,opt,name=final_url_suffix,json=finalUrlSuffix,proto3" json:"final_url_suffix,omitempty"`
	// contains filtered or unexported fields
}

Represents a sitelink extension.

func (*SitelinkFeedItem) Descriptor deprecated

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

Deprecated: Use SitelinkFeedItem.ProtoReflect.Descriptor instead.

func (*SitelinkFeedItem) GetFinalMobileUrls

func (x *SitelinkFeedItem) GetFinalMobileUrls() []*wrapperspb.StringValue

func (*SitelinkFeedItem) GetFinalUrlSuffix

func (x *SitelinkFeedItem) GetFinalUrlSuffix() *wrapperspb.StringValue

func (*SitelinkFeedItem) GetFinalUrls

func (x *SitelinkFeedItem) GetFinalUrls() []*wrapperspb.StringValue

func (*SitelinkFeedItem) GetLine1

func (x *SitelinkFeedItem) GetLine1() *wrapperspb.StringValue

func (*SitelinkFeedItem) GetLine2

func (x *SitelinkFeedItem) GetLine2() *wrapperspb.StringValue

func (*SitelinkFeedItem) GetLinkText

func (x *SitelinkFeedItem) GetLinkText() *wrapperspb.StringValue

func (*SitelinkFeedItem) GetTrackingUrlTemplate

func (x *SitelinkFeedItem) GetTrackingUrlTemplate() *wrapperspb.StringValue

func (*SitelinkFeedItem) GetUrlCustomParameters

func (x *SitelinkFeedItem) GetUrlCustomParameters() []*CustomParameter

func (*SitelinkFeedItem) ProtoMessage

func (*SitelinkFeedItem) ProtoMessage()

func (*SitelinkFeedItem) ProtoReflect

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

func (*SitelinkFeedItem) Reset

func (x *SitelinkFeedItem) Reset()

func (*SitelinkFeedItem) String

func (x *SitelinkFeedItem) String() string

type StructuredSnippetFeedItem

type StructuredSnippetFeedItem struct {

	// The header of the snippet.
	// This string must not be empty.
	Header *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"`
	// The values in the snippet.
	// The maximum size of this collection is 10.
	Values []*wrapperspb.StringValue `protobuf:"bytes,2,rep,name=values,proto3" json:"values,omitempty"`
	// contains filtered or unexported fields
}

Represents a structured snippet extension.

func (*StructuredSnippetFeedItem) Descriptor deprecated

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

Deprecated: Use StructuredSnippetFeedItem.ProtoReflect.Descriptor instead.

func (*StructuredSnippetFeedItem) GetHeader

func (*StructuredSnippetFeedItem) GetValues

func (*StructuredSnippetFeedItem) ProtoMessage

func (*StructuredSnippetFeedItem) ProtoMessage()

func (*StructuredSnippetFeedItem) ProtoReflect

func (*StructuredSnippetFeedItem) Reset

func (x *StructuredSnippetFeedItem) Reset()

func (*StructuredSnippetFeedItem) String

func (x *StructuredSnippetFeedItem) String() string

type TagSnippet

type TagSnippet struct {

	// The type of the generated tag snippets for tracking conversions.
	Type enums.TrackingCodeTypeEnum_TrackingCodeType `` /* 135-byte string literal not displayed */
	// The format of the web page where the tracking tag and snippet will be
	// installed, e.g. HTML.
	PageFormat enums.TrackingCodePageFormatEnum_TrackingCodePageFormat `` /* 177-byte string literal not displayed */
	// The site tag that adds visitors to your basic remarketing lists and sets
	// new cookies on your domain.
	GlobalSiteTag *wrapperspb.StringValue `protobuf:"bytes,3,opt,name=global_site_tag,json=globalSiteTag,proto3" json:"global_site_tag,omitempty"`
	// The event snippet that works with the site tag to track actions that
	// should be counted as conversions.
	EventSnippet *wrapperspb.StringValue `protobuf:"bytes,4,opt,name=event_snippet,json=eventSnippet,proto3" json:"event_snippet,omitempty"`
	// contains filtered or unexported fields
}

The site tag and event snippet pair for a TrackingCodeType.

func (*TagSnippet) Descriptor deprecated

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

Deprecated: Use TagSnippet.ProtoReflect.Descriptor instead.

func (*TagSnippet) GetEventSnippet

func (x *TagSnippet) GetEventSnippet() *wrapperspb.StringValue

func (*TagSnippet) GetGlobalSiteTag

func (x *TagSnippet) GetGlobalSiteTag() *wrapperspb.StringValue

func (*TagSnippet) GetType

func (*TagSnippet) ProtoMessage

func (*TagSnippet) ProtoMessage()

func (*TagSnippet) ProtoReflect

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

func (*TagSnippet) Reset

func (x *TagSnippet) Reset()

func (*TagSnippet) String

func (x *TagSnippet) String() string

type TargetCpa

type TargetCpa struct {

	// Average CPA target.
	// This target should be greater than or equal to minimum billable unit based
	// on the currency for the account.
	TargetCpaMicros *wrapperspb.Int64Value `protobuf:"bytes,1,opt,name=target_cpa_micros,json=targetCpaMicros,proto3" json:"target_cpa_micros,omitempty"`
	// Maximum bid limit that can be set by the bid strategy.
	// The limit applies to all keywords managed by the strategy.
	CpcBidCeilingMicros *wrapperspb.Int64Value `protobuf:"bytes,2,opt,name=cpc_bid_ceiling_micros,json=cpcBidCeilingMicros,proto3" json:"cpc_bid_ceiling_micros,omitempty"`
	// Minimum bid limit that can be set by the bid strategy.
	// The limit applies to all keywords managed by the strategy.
	CpcBidFloorMicros *wrapperspb.Int64Value `protobuf:"bytes,3,opt,name=cpc_bid_floor_micros,json=cpcBidFloorMicros,proto3" json:"cpc_bid_floor_micros,omitempty"`
	// contains filtered or unexported fields
}

An automated bid strategy that sets bids to help get as many conversions as possible at the target cost-per-acquisition (CPA) you set.

func (*TargetCpa) Descriptor deprecated

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

Deprecated: Use TargetCpa.ProtoReflect.Descriptor instead.

func (*TargetCpa) GetCpcBidCeilingMicros

func (x *TargetCpa) GetCpcBidCeilingMicros() *wrapperspb.Int64Value

func (*TargetCpa) GetCpcBidFloorMicros

func (x *TargetCpa) GetCpcBidFloorMicros() *wrapperspb.Int64Value

func (*TargetCpa) GetTargetCpaMicros

func (x *TargetCpa) GetTargetCpaMicros() *wrapperspb.Int64Value

func (*TargetCpa) ProtoMessage

func (*TargetCpa) ProtoMessage()

func (*TargetCpa) ProtoReflect

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

func (*TargetCpa) Reset

func (x *TargetCpa) Reset()

func (*TargetCpa) String

func (x *TargetCpa) String() string

type TargetCpaSimulationPoint

type TargetCpaSimulationPoint struct {

	// The simulated target CPA upon which projected metrics are based.
	TargetCpaMicros *wrapperspb.Int64Value `protobuf:"bytes,1,opt,name=target_cpa_micros,json=targetCpaMicros,proto3" json:"target_cpa_micros,omitempty"`
	// Projected number of biddable conversions.
	BiddableConversions *wrapperspb.DoubleValue `protobuf:"bytes,2,opt,name=biddable_conversions,json=biddableConversions,proto3" json:"biddable_conversions,omitempty"`
	// Projected total value of biddable conversions.
	BiddableConversionsValue *wrapperspb.DoubleValue `` /* 135-byte string literal not displayed */
	// Projected number of clicks.
	Clicks *wrapperspb.Int64Value `protobuf:"bytes,4,opt,name=clicks,proto3" json:"clicks,omitempty"`
	// Projected cost in micros.
	CostMicros *wrapperspb.Int64Value `protobuf:"bytes,5,opt,name=cost_micros,json=costMicros,proto3" json:"cost_micros,omitempty"`
	// Projected number of impressions.
	Impressions *wrapperspb.Int64Value `protobuf:"bytes,6,opt,name=impressions,proto3" json:"impressions,omitempty"`
	// Projected number of top slot impressions.
	// Only search advertising channel type supports this field.
	TopSlotImpressions *wrapperspb.Int64Value `protobuf:"bytes,7,opt,name=top_slot_impressions,json=topSlotImpressions,proto3" json:"top_slot_impressions,omitempty"`
	// contains filtered or unexported fields
}

Projected metrics for a specific target CPA amount.

func (*TargetCpaSimulationPoint) Descriptor deprecated

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

Deprecated: Use TargetCpaSimulationPoint.ProtoReflect.Descriptor instead.

func (*TargetCpaSimulationPoint) GetBiddableConversions

func (x *TargetCpaSimulationPoint) GetBiddableConversions() *wrapperspb.DoubleValue

func (*TargetCpaSimulationPoint) GetBiddableConversionsValue

func (x *TargetCpaSimulationPoint) GetBiddableConversionsValue() *wrapperspb.DoubleValue

func (*TargetCpaSimulationPoint) GetClicks

func (*TargetCpaSimulationPoint) GetCostMicros

func (x *TargetCpaSimulationPoint) GetCostMicros() *wrapperspb.Int64Value

func (*TargetCpaSimulationPoint) GetImpressions

func (x *TargetCpaSimulationPoint) GetImpressions() *wrapperspb.Int64Value

func (*TargetCpaSimulationPoint) GetTargetCpaMicros

func (x *TargetCpaSimulationPoint) GetTargetCpaMicros() *wrapperspb.Int64Value

func (*TargetCpaSimulationPoint) GetTopSlotImpressions

func (x *TargetCpaSimulationPoint) GetTopSlotImpressions() *wrapperspb.Int64Value

func (*TargetCpaSimulationPoint) ProtoMessage

func (*TargetCpaSimulationPoint) ProtoMessage()

func (*TargetCpaSimulationPoint) ProtoReflect

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

func (*TargetCpaSimulationPoint) Reset

func (x *TargetCpaSimulationPoint) Reset()

func (*TargetCpaSimulationPoint) String

func (x *TargetCpaSimulationPoint) String() string

type TargetCpaSimulationPointList

type TargetCpaSimulationPointList struct {

	// Projected metrics for a series of target CPA amounts.
	Points []*TargetCpaSimulationPoint `protobuf:"bytes,1,rep,name=points,proto3" json:"points,omitempty"`
	// contains filtered or unexported fields
}

A container for simulation points for simulations of type TARGET_CPA.

func (*TargetCpaSimulationPointList) Descriptor deprecated

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

Deprecated: Use TargetCpaSimulationPointList.ProtoReflect.Descriptor instead.

func (*TargetCpaSimulationPointList) GetPoints

func (*TargetCpaSimulationPointList) ProtoMessage

func (*TargetCpaSimulationPointList) ProtoMessage()

func (*TargetCpaSimulationPointList) ProtoReflect

func (*TargetCpaSimulationPointList) Reset

func (x *TargetCpaSimulationPointList) Reset()

func (*TargetCpaSimulationPointList) String

type TargetCpm

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

Target CPM (cost per thousand impressions) is an automated bidding strategy that sets bids to optimize performance given the target CPM you set.

func (*TargetCpm) Descriptor deprecated

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

Deprecated: Use TargetCpm.ProtoReflect.Descriptor instead.

func (*TargetCpm) ProtoMessage

func (*TargetCpm) ProtoMessage()

func (*TargetCpm) ProtoReflect

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

func (*TargetCpm) Reset

func (x *TargetCpm) Reset()

func (*TargetCpm) String

func (x *TargetCpm) String() string

type TargetImpressionShare

type TargetImpressionShare struct {

	// The targeted location on the search results page.
	Location enums.TargetImpressionShareLocationEnum_TargetImpressionShareLocation `` /* 169-byte string literal not displayed */
	// The desired fraction of ads to be shown in the targeted location in micros.
	// E.g. 1% equals 10,000.
	LocationFractionMicros *wrapperspb.Int64Value `` /* 129-byte string literal not displayed */
	// The highest CPC bid the automated bidding system is permitted to specify.
	// This is a required field entered by the advertiser that sets the ceiling
	// and specified in local micros.
	CpcBidCeilingMicros *wrapperspb.Int64Value `protobuf:"bytes,3,opt,name=cpc_bid_ceiling_micros,json=cpcBidCeilingMicros,proto3" json:"cpc_bid_ceiling_micros,omitempty"`
	// contains filtered or unexported fields
}

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).

func (*TargetImpressionShare) Descriptor deprecated

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

Deprecated: Use TargetImpressionShare.ProtoReflect.Descriptor instead.

func (*TargetImpressionShare) GetCpcBidCeilingMicros

func (x *TargetImpressionShare) GetCpcBidCeilingMicros() *wrapperspb.Int64Value

func (*TargetImpressionShare) GetLocationFractionMicros

func (x *TargetImpressionShare) GetLocationFractionMicros() *wrapperspb.Int64Value

func (*TargetImpressionShare) ProtoMessage

func (*TargetImpressionShare) ProtoMessage()

func (*TargetImpressionShare) ProtoReflect

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

func (*TargetImpressionShare) Reset

func (x *TargetImpressionShare) Reset()

func (*TargetImpressionShare) String

func (x *TargetImpressionShare) String() string

type TargetOutrankShare

type TargetOutrankShare struct {

	// The target fraction of auctions where the advertiser should outrank the
	// competitor.
	// The advertiser outranks the competitor in an auction if either the
	// advertiser appears above the competitor in the search results, or appears
	// in the search results when the competitor does not.
	// Value must be between 1 and 1000000, inclusive.
	TargetOutrankShareMicros *wrapperspb.Int32Value `` /* 137-byte string literal not displayed */
	// Competitor's visible domain URL.
	CompetitorDomain *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=competitor_domain,json=competitorDomain,proto3" json:"competitor_domain,omitempty"`
	// Maximum bid limit that can be set by the bid strategy.
	// The limit applies to all keywords managed by the strategy.
	CpcBidCeilingMicros *wrapperspb.Int64Value `protobuf:"bytes,3,opt,name=cpc_bid_ceiling_micros,json=cpcBidCeilingMicros,proto3" json:"cpc_bid_ceiling_micros,omitempty"`
	// Whether the strategy should always follow bid estimate changes,
	// or only increase.
	// If false, always set a keyword's new bid to the current bid estimate.
	// If true, only updates a keyword's bid if the current bid estimate is
	// greater than the current bid.
	OnlyRaiseCpcBids *wrapperspb.BoolValue `protobuf:"bytes,4,opt,name=only_raise_cpc_bids,json=onlyRaiseCpcBids,proto3" json:"only_raise_cpc_bids,omitempty"`
	// Whether the strategy is allowed to raise bids on keywords with
	// lower-range quality scores.
	RaiseCpcBidWhenQualityScoreIsLow *wrapperspb.BoolValue `` /* 169-byte string literal not displayed */
	// contains filtered or unexported fields
}

An automated bidding strategy that sets bids based on the target fraction of auctions where the advertiser should outrank a specific competitor. This strategy is deprecated.

func (*TargetOutrankShare) Descriptor deprecated

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

Deprecated: Use TargetOutrankShare.ProtoReflect.Descriptor instead.

func (*TargetOutrankShare) GetCompetitorDomain

func (x *TargetOutrankShare) GetCompetitorDomain() *wrapperspb.StringValue

func (*TargetOutrankShare) GetCpcBidCeilingMicros

func (x *TargetOutrankShare) GetCpcBidCeilingMicros() *wrapperspb.Int64Value

func (*TargetOutrankShare) GetOnlyRaiseCpcBids

func (x *TargetOutrankShare) GetOnlyRaiseCpcBids() *wrapperspb.BoolValue

func (*TargetOutrankShare) GetRaiseCpcBidWhenQualityScoreIsLow

func (x *TargetOutrankShare) GetRaiseCpcBidWhenQualityScoreIsLow() *wrapperspb.BoolValue

func (*TargetOutrankShare) GetTargetOutrankShareMicros

func (x *TargetOutrankShare) GetTargetOutrankShareMicros() *wrapperspb.Int32Value

func (*TargetOutrankShare) ProtoMessage

func (*TargetOutrankShare) ProtoMessage()

func (*TargetOutrankShare) ProtoReflect

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

func (*TargetOutrankShare) Reset

func (x *TargetOutrankShare) Reset()

func (*TargetOutrankShare) String

func (x *TargetOutrankShare) String() string

type TargetRestriction

type TargetRestriction struct {

	// The targeting dimension that these settings apply to.
	TargetingDimension enums.TargetingDimensionEnum_TargetingDimension `` /* 193-byte string literal not displayed */
	// Indicates whether to restrict your ads to show only for the criteria you
	// have selected for this targeting_dimension, or to target all values for
	// this targeting_dimension and show ads based on your targeting in other
	// TargetingDimensions. A value of `true` means that these criteria will only
	// apply bid modifiers, and not affect targeting. A value of `false` means
	// that these criteria will restrict targeting as well as applying bid
	// modifiers.
	BidOnly *wrapperspb.BoolValue `protobuf:"bytes,2,opt,name=bid_only,json=bidOnly,proto3" json:"bid_only,omitempty"`
	// contains filtered or unexported fields
}

The list of per-targeting-dimension targeting settings.

func (*TargetRestriction) Descriptor deprecated

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

Deprecated: Use TargetRestriction.ProtoReflect.Descriptor instead.

func (*TargetRestriction) GetBidOnly

func (x *TargetRestriction) GetBidOnly() *wrapperspb.BoolValue

func (*TargetRestriction) GetTargetingDimension

func (*TargetRestriction) ProtoMessage

func (*TargetRestriction) ProtoMessage()

func (*TargetRestriction) ProtoReflect

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

func (*TargetRestriction) Reset

func (x *TargetRestriction) Reset()

func (*TargetRestriction) String

func (x *TargetRestriction) String() string

type TargetRoas

type TargetRoas struct {

	// Required. The desired revenue (based on conversion data) per unit of spend.
	// Value must be between 0.01 and 1000.0, inclusive.
	TargetRoas *wrapperspb.DoubleValue `protobuf:"bytes,1,opt,name=target_roas,json=targetRoas,proto3" json:"target_roas,omitempty"`
	// Maximum bid limit that can be set by the bid strategy.
	// The limit applies to all keywords managed by the strategy.
	CpcBidCeilingMicros *wrapperspb.Int64Value `protobuf:"bytes,2,opt,name=cpc_bid_ceiling_micros,json=cpcBidCeilingMicros,proto3" json:"cpc_bid_ceiling_micros,omitempty"`
	// Minimum bid limit that can be set by the bid strategy.
	// The limit applies to all keywords managed by the strategy.
	CpcBidFloorMicros *wrapperspb.Int64Value `protobuf:"bytes,3,opt,name=cpc_bid_floor_micros,json=cpcBidFloorMicros,proto3" json:"cpc_bid_floor_micros,omitempty"`
	// contains filtered or unexported fields
}

An automated bidding strategy that helps you maximize revenue while averaging a specific target return on ad spend (ROAS).

func (*TargetRoas) Descriptor deprecated

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

Deprecated: Use TargetRoas.ProtoReflect.Descriptor instead.

func (*TargetRoas) GetCpcBidCeilingMicros

func (x *TargetRoas) GetCpcBidCeilingMicros() *wrapperspb.Int64Value

func (*TargetRoas) GetCpcBidFloorMicros

func (x *TargetRoas) GetCpcBidFloorMicros() *wrapperspb.Int64Value

func (*TargetRoas) GetTargetRoas

func (x *TargetRoas) GetTargetRoas() *wrapperspb.DoubleValue

func (*TargetRoas) ProtoMessage

func (*TargetRoas) ProtoMessage()

func (*TargetRoas) ProtoReflect

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

func (*TargetRoas) Reset

func (x *TargetRoas) Reset()

func (*TargetRoas) String

func (x *TargetRoas) String() string

type TargetSpend

type TargetSpend struct {

	// The spend target under which to maximize clicks.
	// A TargetSpend bidder will attempt to spend the smaller of this value
	// or the natural throttling spend amount.
	// If not specified, the budget is used as the spend target.
	TargetSpendMicros *wrapperspb.Int64Value `protobuf:"bytes,1,opt,name=target_spend_micros,json=targetSpendMicros,proto3" json:"target_spend_micros,omitempty"`
	// Maximum bid limit that can be set by the bid strategy.
	// The limit applies to all keywords managed by the strategy.
	CpcBidCeilingMicros *wrapperspb.Int64Value `protobuf:"bytes,2,opt,name=cpc_bid_ceiling_micros,json=cpcBidCeilingMicros,proto3" json:"cpc_bid_ceiling_micros,omitempty"`
	// contains filtered or unexported fields
}

An automated bid strategy that sets your bids to help get as many clicks as possible within your budget.

func (*TargetSpend) Descriptor deprecated

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

Deprecated: Use TargetSpend.ProtoReflect.Descriptor instead.

func (*TargetSpend) GetCpcBidCeilingMicros

func (x *TargetSpend) GetCpcBidCeilingMicros() *wrapperspb.Int64Value

func (*TargetSpend) GetTargetSpendMicros

func (x *TargetSpend) GetTargetSpendMicros() *wrapperspb.Int64Value

func (*TargetSpend) ProtoMessage

func (*TargetSpend) ProtoMessage()

func (*TargetSpend) ProtoReflect

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

func (*TargetSpend) Reset

func (x *TargetSpend) Reset()

func (*TargetSpend) String

func (x *TargetSpend) String() string

type TargetingSetting

type TargetingSetting struct {

	// The per-targeting-dimension setting to restrict the reach of your campaign
	// or ad group.
	TargetRestrictions []*TargetRestriction `protobuf:"bytes,1,rep,name=target_restrictions,json=targetRestrictions,proto3" json:"target_restrictions,omitempty"`
	// contains filtered or unexported fields
}

Settings for the targeting-related features, at the campaign and ad group levels. For more details about the targeting setting, visit https://support.google.com/google-ads/answer/7365594

func (*TargetingSetting) Descriptor deprecated

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

Deprecated: Use TargetingSetting.ProtoReflect.Descriptor instead.

func (*TargetingSetting) GetTargetRestrictions

func (x *TargetingSetting) GetTargetRestrictions() []*TargetRestriction

func (*TargetingSetting) ProtoMessage

func (*TargetingSetting) ProtoMessage()

func (*TargetingSetting) ProtoReflect

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

func (*TargetingSetting) Reset

func (x *TargetingSetting) Reset()

func (*TargetingSetting) String

func (x *TargetingSetting) String() string

type TextAdInfo

type TextAdInfo struct {

	// The headline of the ad.
	Headline *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=headline,proto3" json:"headline,omitempty"`
	// The first line of the ad's description.
	Description1 *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=description1,proto3" json:"description1,omitempty"`
	// The second line of the ad's description.
	Description2 *wrapperspb.StringValue `protobuf:"bytes,3,opt,name=description2,proto3" json:"description2,omitempty"`
	// contains filtered or unexported fields
}

A text ad.

func (*TextAdInfo) Descriptor deprecated

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

Deprecated: Use TextAdInfo.ProtoReflect.Descriptor instead.

func (*TextAdInfo) GetDescription1

func (x *TextAdInfo) GetDescription1() *wrapperspb.StringValue

func (*TextAdInfo) GetDescription2

func (x *TextAdInfo) GetDescription2() *wrapperspb.StringValue

func (*TextAdInfo) GetHeadline

func (x *TextAdInfo) GetHeadline() *wrapperspb.StringValue

func (*TextAdInfo) ProtoMessage

func (*TextAdInfo) ProtoMessage()

func (*TextAdInfo) ProtoReflect

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

func (*TextAdInfo) Reset

func (x *TextAdInfo) Reset()

func (*TextAdInfo) String

func (x *TextAdInfo) String() string

type TextAsset

type TextAsset struct {

	// Text content of the text asset.
	Text *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=text,proto3" json:"text,omitempty"`
	// contains filtered or unexported fields
}

A Text asset.

func (*TextAsset) Descriptor deprecated

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

Deprecated: Use TextAsset.ProtoReflect.Descriptor instead.

func (*TextAsset) GetText

func (x *TextAsset) GetText() *wrapperspb.StringValue

func (*TextAsset) ProtoMessage

func (*TextAsset) ProtoMessage()

func (*TextAsset) ProtoReflect

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

func (*TextAsset) Reset

func (x *TextAsset) Reset()

func (*TextAsset) String

func (x *TextAsset) String() string

type TextLabel

type TextLabel struct {

	// Background color of the label in RGB format. This string must match the
	// regular expression '^\#([a-fA-F0-9]{6}|[a-fA-F0-9]{3})$'.
	// Note: The background color may not be visible for manager accounts.
	BackgroundColor *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=background_color,json=backgroundColor,proto3" json:"background_color,omitempty"`
	// A short description of the label. The length must be no more than 200
	// characters.
	Description *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
	// contains filtered or unexported fields
}

A type of label displaying text on a colored background.

func (*TextLabel) Descriptor deprecated

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

Deprecated: Use TextLabel.ProtoReflect.Descriptor instead.

func (*TextLabel) GetBackgroundColor

func (x *TextLabel) GetBackgroundColor() *wrapperspb.StringValue

func (*TextLabel) GetDescription

func (x *TextLabel) GetDescription() *wrapperspb.StringValue

func (*TextLabel) ProtoMessage

func (*TextLabel) ProtoMessage()

func (*TextLabel) ProtoReflect

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

func (*TextLabel) Reset

func (x *TextLabel) Reset()

func (*TextLabel) String

func (x *TextLabel) String() string

type TextMessageFeedItem

type TextMessageFeedItem struct {

	// The business name to prepend to the message text.
	// This field is required.
	BusinessName *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=business_name,json=businessName,proto3" json:"business_name,omitempty"`
	// Uppercase two-letter country code of the advertiser's phone number.
	// This field is required.
	CountryCode *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=country_code,json=countryCode,proto3" json:"country_code,omitempty"`
	// The advertiser's phone number the message will be sent to. Required.
	PhoneNumber *wrapperspb.StringValue `protobuf:"bytes,3,opt,name=phone_number,json=phoneNumber,proto3" json:"phone_number,omitempty"`
	// The text to show in the ad.
	// This field is required.
	Text *wrapperspb.StringValue `protobuf:"bytes,4,opt,name=text,proto3" json:"text,omitempty"`
	// The message text populated in the messaging app.
	ExtensionText *wrapperspb.StringValue `protobuf:"bytes,5,opt,name=extension_text,json=extensionText,proto3" json:"extension_text,omitempty"`
	// contains filtered or unexported fields
}

An extension that users can click on to send a text message to the advertiser.

func (*TextMessageFeedItem) Descriptor deprecated

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

Deprecated: Use TextMessageFeedItem.ProtoReflect.Descriptor instead.

func (*TextMessageFeedItem) GetBusinessName

func (x *TextMessageFeedItem) GetBusinessName() *wrapperspb.StringValue

func (*TextMessageFeedItem) GetCountryCode

func (x *TextMessageFeedItem) GetCountryCode() *wrapperspb.StringValue

func (*TextMessageFeedItem) GetExtensionText

func (x *TextMessageFeedItem) GetExtensionText() *wrapperspb.StringValue

func (*TextMessageFeedItem) GetPhoneNumber

func (x *TextMessageFeedItem) GetPhoneNumber() *wrapperspb.StringValue

func (*TextMessageFeedItem) GetText

func (*TextMessageFeedItem) ProtoMessage

func (*TextMessageFeedItem) ProtoMessage()

func (*TextMessageFeedItem) ProtoReflect

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

func (*TextMessageFeedItem) Reset

func (x *TextMessageFeedItem) Reset()

func (*TextMessageFeedItem) String

func (x *TextMessageFeedItem) String() string

type TopicInfo

type TopicInfo struct {

	// The Topic Constant resource name.
	TopicConstant *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=topic_constant,json=topicConstant,proto3" json:"topic_constant,omitempty"`
	// The category to target or exclude. Each subsequent element in the array
	// describes a more specific sub-category. For example,
	// "Pets & Animals", "Pets", "Dogs" represents the "Pets & Animals/Pets/Dogs"
	// category.
	Path []*wrapperspb.StringValue `protobuf:"bytes,2,rep,name=path,proto3" json:"path,omitempty"`
	// contains filtered or unexported fields
}

A topic criterion. Use topics to target or exclude placements in the Google Display Network based on the category into which the placement falls (for example, "Pets & Animals/Pets/Dogs").

func (*TopicInfo) Descriptor deprecated

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

Deprecated: Use TopicInfo.ProtoReflect.Descriptor instead.

func (*TopicInfo) GetPath

func (x *TopicInfo) GetPath() []*wrapperspb.StringValue

func (*TopicInfo) GetTopicConstant

func (x *TopicInfo) GetTopicConstant() *wrapperspb.StringValue

func (*TopicInfo) ProtoMessage

func (*TopicInfo) ProtoMessage()

func (*TopicInfo) ProtoReflect

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

func (*TopicInfo) Reset

func (x *TopicInfo) Reset()

func (*TopicInfo) String

func (x *TopicInfo) String() string

type UnknownListingDimensionInfo

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

Unknown listing dimension.

func (*UnknownListingDimensionInfo) Descriptor deprecated

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

Deprecated: Use UnknownListingDimensionInfo.ProtoReflect.Descriptor instead.

func (*UnknownListingDimensionInfo) ProtoMessage

func (*UnknownListingDimensionInfo) ProtoMessage()

func (*UnknownListingDimensionInfo) ProtoReflect

func (*UnknownListingDimensionInfo) Reset

func (x *UnknownListingDimensionInfo) Reset()

func (*UnknownListingDimensionInfo) String

func (x *UnknownListingDimensionInfo) String() string

type UrlCollection

type UrlCollection struct {

	// Unique identifier for this UrlCollection instance.
	UrlCollectionId *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=url_collection_id,json=urlCollectionId,proto3" json:"url_collection_id,omitempty"`
	// A list of possible final URLs.
	FinalUrls []*wrapperspb.StringValue `protobuf:"bytes,2,rep,name=final_urls,json=finalUrls,proto3" json:"final_urls,omitempty"`
	// A list of possible final mobile URLs.
	FinalMobileUrls []*wrapperspb.StringValue `protobuf:"bytes,3,rep,name=final_mobile_urls,json=finalMobileUrls,proto3" json:"final_mobile_urls,omitempty"`
	// URL template for constructing a tracking URL.
	TrackingUrlTemplate *wrapperspb.StringValue `protobuf:"bytes,4,opt,name=tracking_url_template,json=trackingUrlTemplate,proto3" json:"tracking_url_template,omitempty"`
	// contains filtered or unexported fields
}

Collection of urls that is tagged with a unique identifier.

func (*UrlCollection) Descriptor deprecated

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

Deprecated: Use UrlCollection.ProtoReflect.Descriptor instead.

func (*UrlCollection) GetFinalMobileUrls

func (x *UrlCollection) GetFinalMobileUrls() []*wrapperspb.StringValue

func (*UrlCollection) GetFinalUrls

func (x *UrlCollection) GetFinalUrls() []*wrapperspb.StringValue

func (*UrlCollection) GetTrackingUrlTemplate

func (x *UrlCollection) GetTrackingUrlTemplate() *wrapperspb.StringValue

func (*UrlCollection) GetUrlCollectionId

func (x *UrlCollection) GetUrlCollectionId() *wrapperspb.StringValue

func (*UrlCollection) ProtoMessage

func (*UrlCollection) ProtoMessage()

func (*UrlCollection) ProtoReflect

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

func (*UrlCollection) Reset

func (x *UrlCollection) Reset()

func (*UrlCollection) String

func (x *UrlCollection) String() string

type UserInterestInfo

type UserInterestInfo struct {

	// The UserInterest resource name.
	UserInterestCategory *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=user_interest_category,json=userInterestCategory,proto3" json:"user_interest_category,omitempty"`
	// contains filtered or unexported fields
}

Represents a particular interest-based topic to be targeted.

func (*UserInterestInfo) Descriptor deprecated

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

Deprecated: Use UserInterestInfo.ProtoReflect.Descriptor instead.

func (*UserInterestInfo) GetUserInterestCategory

func (x *UserInterestInfo) GetUserInterestCategory() *wrapperspb.StringValue

func (*UserInterestInfo) ProtoMessage

func (*UserInterestInfo) ProtoMessage()

func (*UserInterestInfo) ProtoReflect

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

func (*UserInterestInfo) Reset

func (x *UserInterestInfo) Reset()

func (*UserInterestInfo) String

func (x *UserInterestInfo) String() string

type UserListActionInfo

type UserListActionInfo struct {

	// Subtypes of user list action.
	//
	// Types that are assignable to UserListAction:
	//	*UserListActionInfo_ConversionAction
	//	*UserListActionInfo_RemarketingAction
	UserListAction isUserListActionInfo_UserListAction `protobuf_oneof:"user_list_action"`
	// contains filtered or unexported fields
}

Represents an action type used for building remarketing user lists.

func (*UserListActionInfo) Descriptor deprecated

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

Deprecated: Use UserListActionInfo.ProtoReflect.Descriptor instead.

func (*UserListActionInfo) GetConversionAction

func (x *UserListActionInfo) GetConversionAction() *wrapperspb.StringValue

func (*UserListActionInfo) GetRemarketingAction

func (x *UserListActionInfo) GetRemarketingAction() *wrapperspb.StringValue

func (*UserListActionInfo) GetUserListAction

func (m *UserListActionInfo) GetUserListAction() isUserListActionInfo_UserListAction

func (*UserListActionInfo) ProtoMessage

func (*UserListActionInfo) ProtoMessage()

func (*UserListActionInfo) ProtoReflect

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

func (*UserListActionInfo) Reset

func (x *UserListActionInfo) Reset()

func (*UserListActionInfo) String

func (x *UserListActionInfo) String() string

type UserListActionInfo_ConversionAction

type UserListActionInfo_ConversionAction struct {
	// A conversion action that's not generated from remarketing.
	ConversionAction *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=conversion_action,json=conversionAction,proto3,oneof"`
}

type UserListActionInfo_RemarketingAction

type UserListActionInfo_RemarketingAction struct {
	// A remarketing action.
	RemarketingAction *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=remarketing_action,json=remarketingAction,proto3,oneof"`
}

type UserListDateRuleItemInfo

type UserListDateRuleItemInfo struct {

	// Date comparison operator.
	// This field is required and must be populated when creating new date
	// rule item.
	Operator enums.UserListDateRuleItemOperatorEnum_UserListDateRuleItemOperator `` /* 167-byte string literal not displayed */
	// String representing date value to be compared with the rule variable.
	// Supported date format is YYYY-MM-DD.
	// Times are reported in the customer's time zone.
	Value *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	// The relative date value of the right hand side denoted by number of days
	// offset from now. The value field will override this field when both are
	// present.
	OffsetInDays *wrapperspb.Int64Value `protobuf:"bytes,3,opt,name=offset_in_days,json=offsetInDays,proto3" json:"offset_in_days,omitempty"`
	// contains filtered or unexported fields
}

A rule item composed of a date operation.

func (*UserListDateRuleItemInfo) Descriptor deprecated

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

Deprecated: Use UserListDateRuleItemInfo.ProtoReflect.Descriptor instead.

func (*UserListDateRuleItemInfo) GetOffsetInDays

func (x *UserListDateRuleItemInfo) GetOffsetInDays() *wrapperspb.Int64Value

func (*UserListDateRuleItemInfo) GetValue

func (*UserListDateRuleItemInfo) ProtoMessage

func (*UserListDateRuleItemInfo) ProtoMessage()

func (*UserListDateRuleItemInfo) ProtoReflect

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

func (*UserListDateRuleItemInfo) Reset

func (x *UserListDateRuleItemInfo) Reset()

func (*UserListDateRuleItemInfo) String

func (x *UserListDateRuleItemInfo) String() string

type UserListInfo

type UserListInfo struct {

	// The User List resource name.
	UserList *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=user_list,json=userList,proto3" json:"user_list,omitempty"`
	// contains filtered or unexported fields
}

A User List criterion. Represents a user list that is defined by the advertiser to be targeted.

func (*UserListInfo) Descriptor deprecated

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

Deprecated: Use UserListInfo.ProtoReflect.Descriptor instead.

func (*UserListInfo) GetUserList

func (x *UserListInfo) GetUserList() *wrapperspb.StringValue

func (*UserListInfo) ProtoMessage

func (*UserListInfo) ProtoMessage()

func (*UserListInfo) ProtoReflect

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

func (*UserListInfo) Reset

func (x *UserListInfo) Reset()

func (*UserListInfo) String

func (x *UserListInfo) String() string

type UserListLogicalRuleInfo

type UserListLogicalRuleInfo struct {

	// The logical operator of the rule.
	Operator enums.UserListLogicalRuleOperatorEnum_UserListLogicalRuleOperator `` /* 165-byte string literal not displayed */
	// The list of operands of the rule.
	RuleOperands []*LogicalUserListOperandInfo `protobuf:"bytes,2,rep,name=rule_operands,json=ruleOperands,proto3" json:"rule_operands,omitempty"`
	// contains filtered or unexported fields
}

A user list logical rule. A rule has a logical operator (and/or/not) and a list of user lists as operands.

func (*UserListLogicalRuleInfo) Descriptor deprecated

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

Deprecated: Use UserListLogicalRuleInfo.ProtoReflect.Descriptor instead.

func (*UserListLogicalRuleInfo) GetRuleOperands

func (x *UserListLogicalRuleInfo) GetRuleOperands() []*LogicalUserListOperandInfo

func (*UserListLogicalRuleInfo) ProtoMessage

func (*UserListLogicalRuleInfo) ProtoMessage()

func (*UserListLogicalRuleInfo) ProtoReflect

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

func (*UserListLogicalRuleInfo) Reset

func (x *UserListLogicalRuleInfo) Reset()

func (*UserListLogicalRuleInfo) String

func (x *UserListLogicalRuleInfo) String() string

type UserListNumberRuleItemInfo

type UserListNumberRuleItemInfo struct {

	// Number comparison operator.
	// This field is required and must be populated when creating a new number
	// rule item.
	Operator enums.UserListNumberRuleItemOperatorEnum_UserListNumberRuleItemOperator `` /* 171-byte string literal not displayed */
	// Number value to be compared with the variable.
	// This field is required and must be populated when creating a new number
	// rule item.
	Value *wrapperspb.DoubleValue `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

A rule item composed of a number operation.

func (*UserListNumberRuleItemInfo) Descriptor deprecated

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

Deprecated: Use UserListNumberRuleItemInfo.ProtoReflect.Descriptor instead.

func (*UserListNumberRuleItemInfo) GetValue

func (*UserListNumberRuleItemInfo) ProtoMessage

func (*UserListNumberRuleItemInfo) ProtoMessage()

func (*UserListNumberRuleItemInfo) ProtoReflect

func (*UserListNumberRuleItemInfo) Reset

func (x *UserListNumberRuleItemInfo) Reset()

func (*UserListNumberRuleItemInfo) String

func (x *UserListNumberRuleItemInfo) String() string

type UserListRuleInfo

type UserListRuleInfo struct {

	// Rule type is used to determine how to group rule items.
	//
	// The default is OR of ANDs (disjunctive normal form).
	// That is, rule items will be ANDed together within rule item groups and the
	// groups themselves will be ORed together.
	//
	// Currently AND of ORs (conjunctive normal form) is only supported for
	// ExpressionRuleUserList.
	RuleType enums.UserListRuleTypeEnum_UserListRuleType `` /* 159-byte string literal not displayed */
	// List of rule item groups that defines this rule.
	// Rule item groups are grouped together based on rule_type.
	RuleItemGroups []*UserListRuleItemGroupInfo `protobuf:"bytes,2,rep,name=rule_item_groups,json=ruleItemGroups,proto3" json:"rule_item_groups,omitempty"`
	// contains filtered or unexported fields
}

A client defined rule based on custom parameters sent by web sites or uploaded by the advertiser.

func (*UserListRuleInfo) Descriptor deprecated

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

Deprecated: Use UserListRuleInfo.ProtoReflect.Descriptor instead.

func (*UserListRuleInfo) GetRuleItemGroups

func (x *UserListRuleInfo) GetRuleItemGroups() []*UserListRuleItemGroupInfo

func (*UserListRuleInfo) GetRuleType

func (*UserListRuleInfo) ProtoMessage

func (*UserListRuleInfo) ProtoMessage()

func (*UserListRuleInfo) ProtoReflect

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

func (*UserListRuleInfo) Reset

func (x *UserListRuleInfo) Reset()

func (*UserListRuleInfo) String

func (x *UserListRuleInfo) String() string

type UserListRuleItemGroupInfo

type UserListRuleItemGroupInfo struct {

	// Rule items that will be grouped together based on rule_type.
	RuleItems []*UserListRuleItemInfo `protobuf:"bytes,1,rep,name=rule_items,json=ruleItems,proto3" json:"rule_items,omitempty"`
	// contains filtered or unexported fields
}

A group of rule items.

func (*UserListRuleItemGroupInfo) Descriptor deprecated

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

Deprecated: Use UserListRuleItemGroupInfo.ProtoReflect.Descriptor instead.

func (*UserListRuleItemGroupInfo) GetRuleItems

func (x *UserListRuleItemGroupInfo) GetRuleItems() []*UserListRuleItemInfo

func (*UserListRuleItemGroupInfo) ProtoMessage

func (*UserListRuleItemGroupInfo) ProtoMessage()

func (*UserListRuleItemGroupInfo) ProtoReflect

func (*UserListRuleItemGroupInfo) Reset

func (x *UserListRuleItemGroupInfo) Reset()

func (*UserListRuleItemGroupInfo) String

func (x *UserListRuleItemGroupInfo) String() string

type UserListRuleItemInfo

type UserListRuleItemInfo struct {

	// Rule variable name. It should match the corresponding key name fired
	// by the pixel.
	// A name must begin with US-ascii letters or underscore or UTF8 code that is
	// greater than 127 and consist of US-ascii letters or digits or underscore or
	// UTF8 code that is greater than 127.
	// For websites, there are two built-in variable URL (name = 'url__') and
	// referrer URL (name = 'ref_url__').
	// This field must be populated when creating a new rule item.
	Name *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// An atomic rule item.
	//
	// Types that are assignable to RuleItem:
	//	*UserListRuleItemInfo_NumberRuleItem
	//	*UserListRuleItemInfo_StringRuleItem
	//	*UserListRuleItemInfo_DateRuleItem
	RuleItem isUserListRuleItemInfo_RuleItem `protobuf_oneof:"rule_item"`
	// contains filtered or unexported fields
}

An atomic rule item.

func (*UserListRuleItemInfo) Descriptor deprecated

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

Deprecated: Use UserListRuleItemInfo.ProtoReflect.Descriptor instead.

func (*UserListRuleItemInfo) GetDateRuleItem

func (x *UserListRuleItemInfo) GetDateRuleItem() *UserListDateRuleItemInfo

func (*UserListRuleItemInfo) GetName

func (*UserListRuleItemInfo) GetNumberRuleItem

func (x *UserListRuleItemInfo) GetNumberRuleItem() *UserListNumberRuleItemInfo

func (*UserListRuleItemInfo) GetRuleItem

func (m *UserListRuleItemInfo) GetRuleItem() isUserListRuleItemInfo_RuleItem

func (*UserListRuleItemInfo) GetStringRuleItem

func (x *UserListRuleItemInfo) GetStringRuleItem() *UserListStringRuleItemInfo

func (*UserListRuleItemInfo) ProtoMessage

func (*UserListRuleItemInfo) ProtoMessage()

func (*UserListRuleItemInfo) ProtoReflect

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

func (*UserListRuleItemInfo) Reset

func (x *UserListRuleItemInfo) Reset()

func (*UserListRuleItemInfo) String

func (x *UserListRuleItemInfo) String() string

type UserListRuleItemInfo_DateRuleItem

type UserListRuleItemInfo_DateRuleItem struct {
	// An atomic rule item composed of a date operation.
	DateRuleItem *UserListDateRuleItemInfo `protobuf:"bytes,4,opt,name=date_rule_item,json=dateRuleItem,proto3,oneof"`
}

type UserListRuleItemInfo_NumberRuleItem

type UserListRuleItemInfo_NumberRuleItem struct {
	// An atomic rule item composed of a number operation.
	NumberRuleItem *UserListNumberRuleItemInfo `protobuf:"bytes,2,opt,name=number_rule_item,json=numberRuleItem,proto3,oneof"`
}

type UserListRuleItemInfo_StringRuleItem

type UserListRuleItemInfo_StringRuleItem struct {
	// An atomic rule item composed of a string operation.
	StringRuleItem *UserListStringRuleItemInfo `protobuf:"bytes,3,opt,name=string_rule_item,json=stringRuleItem,proto3,oneof"`
}

type UserListStringRuleItemInfo

type UserListStringRuleItemInfo struct {

	// String comparison operator.
	// This field is required and must be populated when creating a new string
	// rule item.
	Operator enums.UserListStringRuleItemOperatorEnum_UserListStringRuleItemOperator `` /* 171-byte string literal not displayed */
	// The right hand side of the string rule item. For URLs or referrer URLs,
	// the value can not contain illegal URL chars such as newlines, quotes,
	// tabs, or parentheses. This field is required and must be populated when
	// creating a new string rule item.
	Value *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

A rule item composed of a string operation.

func (*UserListStringRuleItemInfo) Descriptor deprecated

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

Deprecated: Use UserListStringRuleItemInfo.ProtoReflect.Descriptor instead.

func (*UserListStringRuleItemInfo) GetValue

func (*UserListStringRuleItemInfo) ProtoMessage

func (*UserListStringRuleItemInfo) ProtoMessage()

func (*UserListStringRuleItemInfo) ProtoReflect

func (*UserListStringRuleItemInfo) Reset

func (x *UserListStringRuleItemInfo) Reset()

func (*UserListStringRuleItemInfo) String

func (x *UserListStringRuleItemInfo) String() string

type Value

type Value struct {

	// A value.
	//
	// Types that are assignable to Value:
	//	*Value_BooleanValue
	//	*Value_Int64Value
	//	*Value_FloatValue
	//	*Value_DoubleValue
	//	*Value_StringValue
	Value isValue_Value `protobuf_oneof:"value"`
	// contains filtered or unexported fields
}

A generic data container.

func (*Value) Descriptor deprecated

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

Deprecated: Use Value.ProtoReflect.Descriptor instead.

func (*Value) GetBooleanValue

func (x *Value) GetBooleanValue() bool

func (*Value) GetDoubleValue

func (x *Value) GetDoubleValue() float64

func (*Value) GetFloatValue

func (x *Value) GetFloatValue() float32

func (*Value) GetInt64Value

func (x *Value) GetInt64Value() int64

func (*Value) GetStringValue

func (x *Value) GetStringValue() string

func (*Value) GetValue

func (m *Value) GetValue() isValue_Value

func (*Value) ProtoMessage

func (*Value) ProtoMessage()

func (*Value) ProtoReflect

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

func (*Value) Reset

func (x *Value) Reset()

func (*Value) String

func (x *Value) String() string

type Value_BooleanValue

type Value_BooleanValue struct {
	// A boolean.
	BooleanValue bool `protobuf:"varint,1,opt,name=boolean_value,json=booleanValue,proto3,oneof"`
}

type Value_DoubleValue

type Value_DoubleValue struct {
	// A double.
	DoubleValue float64 `protobuf:"fixed64,4,opt,name=double_value,json=doubleValue,proto3,oneof"`
}

type Value_FloatValue

type Value_FloatValue struct {
	// A float.
	FloatValue float32 `protobuf:"fixed32,3,opt,name=float_value,json=floatValue,proto3,oneof"`
}

type Value_Int64Value

type Value_Int64Value struct {
	// An int64.
	Int64Value int64 `protobuf:"varint,2,opt,name=int64_value,json=int64Value,proto3,oneof"`
}

type Value_StringValue

type Value_StringValue struct {
	// A string.
	StringValue string `protobuf:"bytes,5,opt,name=string_value,json=stringValue,proto3,oneof"`
}

type VideoAdInfo

type VideoAdInfo struct {

	// The MediaFile resource to use for the video.
	MediaFile *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=media_file,json=mediaFile,proto3" json:"media_file,omitempty"`
	// Format-specific schema for the different video formats.
	//
	// Types that are assignable to Format:
	//	*VideoAdInfo_InStream
	//	*VideoAdInfo_Bumper
	//	*VideoAdInfo_OutStream
	//	*VideoAdInfo_NonSkippable
	Format isVideoAdInfo_Format `protobuf_oneof:"format"`
	// contains filtered or unexported fields
}

A video ad.

func (*VideoAdInfo) Descriptor deprecated

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

Deprecated: Use VideoAdInfo.ProtoReflect.Descriptor instead.

func (*VideoAdInfo) GetBumper

func (x *VideoAdInfo) GetBumper() *VideoBumperInStreamAdInfo

func (*VideoAdInfo) GetFormat

func (m *VideoAdInfo) GetFormat() isVideoAdInfo_Format

func (*VideoAdInfo) GetInStream

func (x *VideoAdInfo) GetInStream() *VideoTrueViewInStreamAdInfo

func (*VideoAdInfo) GetMediaFile

func (x *VideoAdInfo) GetMediaFile() *wrapperspb.StringValue

func (*VideoAdInfo) GetNonSkippable

func (x *VideoAdInfo) GetNonSkippable() *VideoNonSkippableInStreamAdInfo

func (*VideoAdInfo) GetOutStream

func (x *VideoAdInfo) GetOutStream() *VideoOutstreamAdInfo

func (*VideoAdInfo) ProtoMessage

func (*VideoAdInfo) ProtoMessage()

func (*VideoAdInfo) ProtoReflect

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

func (*VideoAdInfo) Reset

func (x *VideoAdInfo) Reset()

func (*VideoAdInfo) String

func (x *VideoAdInfo) String() string

type VideoAdInfo_Bumper

type VideoAdInfo_Bumper struct {
	// Video bumper in-stream ad format.
	Bumper *VideoBumperInStreamAdInfo `protobuf:"bytes,3,opt,name=bumper,proto3,oneof"`
}

type VideoAdInfo_InStream

type VideoAdInfo_InStream struct {
	// Video TrueView in-stream ad format.
	InStream *VideoTrueViewInStreamAdInfo `protobuf:"bytes,2,opt,name=in_stream,json=inStream,proto3,oneof"`
}

type VideoAdInfo_NonSkippable

type VideoAdInfo_NonSkippable struct {
	// Video non-skippable in-stream ad format.
	NonSkippable *VideoNonSkippableInStreamAdInfo `protobuf:"bytes,5,opt,name=non_skippable,json=nonSkippable,proto3,oneof"`
}

type VideoAdInfo_OutStream

type VideoAdInfo_OutStream struct {
	// Video out-stream ad format.
	OutStream *VideoOutstreamAdInfo `protobuf:"bytes,4,opt,name=out_stream,json=outStream,proto3,oneof"`
}

type VideoBumperInStreamAdInfo

type VideoBumperInStreamAdInfo struct {

	// The MediaFile resource name of the companion banner used with the ad.
	CompanionBanner *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=companion_banner,json=companionBanner,proto3" json:"companion_banner,omitempty"`
	// contains filtered or unexported fields
}

Representation of video bumper in-stream ad format (very short in-stream non-skippable video ad).

func (*VideoBumperInStreamAdInfo) Descriptor deprecated

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

Deprecated: Use VideoBumperInStreamAdInfo.ProtoReflect.Descriptor instead.

func (*VideoBumperInStreamAdInfo) GetCompanionBanner

func (x *VideoBumperInStreamAdInfo) GetCompanionBanner() *wrapperspb.StringValue

func (*VideoBumperInStreamAdInfo) ProtoMessage

func (*VideoBumperInStreamAdInfo) ProtoMessage()

func (*VideoBumperInStreamAdInfo) ProtoReflect

func (*VideoBumperInStreamAdInfo) Reset

func (x *VideoBumperInStreamAdInfo) Reset()

func (*VideoBumperInStreamAdInfo) String

func (x *VideoBumperInStreamAdInfo) String() string

type VideoNonSkippableInStreamAdInfo

type VideoNonSkippableInStreamAdInfo struct {

	// The MediaFile resource name of the companion banner used with the ad.
	CompanionBanner *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=companion_banner,json=companionBanner,proto3" json:"companion_banner,omitempty"`
	// contains filtered or unexported fields
}

Representation of video non-skippable in-stream ad format (15 second in-stream non-skippable video ad).

func (*VideoNonSkippableInStreamAdInfo) Descriptor deprecated

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

Deprecated: Use VideoNonSkippableInStreamAdInfo.ProtoReflect.Descriptor instead.

func (*VideoNonSkippableInStreamAdInfo) GetCompanionBanner

func (x *VideoNonSkippableInStreamAdInfo) GetCompanionBanner() *wrapperspb.StringValue

func (*VideoNonSkippableInStreamAdInfo) ProtoMessage

func (*VideoNonSkippableInStreamAdInfo) ProtoMessage()

func (*VideoNonSkippableInStreamAdInfo) ProtoReflect

func (*VideoNonSkippableInStreamAdInfo) Reset

func (*VideoNonSkippableInStreamAdInfo) String

type VideoOutstreamAdInfo

type VideoOutstreamAdInfo struct {

	// The headline of the ad.
	Headline *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=headline,proto3" json:"headline,omitempty"`
	// The description line.
	Description *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
	// contains filtered or unexported fields
}

Representation of video out-stream ad format (ad shown alongside a feed with automatic playback, without sound).

func (*VideoOutstreamAdInfo) Descriptor deprecated

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

Deprecated: Use VideoOutstreamAdInfo.ProtoReflect.Descriptor instead.

func (*VideoOutstreamAdInfo) GetDescription

func (x *VideoOutstreamAdInfo) GetDescription() *wrapperspb.StringValue

func (*VideoOutstreamAdInfo) GetHeadline

func (x *VideoOutstreamAdInfo) GetHeadline() *wrapperspb.StringValue

func (*VideoOutstreamAdInfo) ProtoMessage

func (*VideoOutstreamAdInfo) ProtoMessage()

func (*VideoOutstreamAdInfo) ProtoReflect

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

func (*VideoOutstreamAdInfo) Reset

func (x *VideoOutstreamAdInfo) Reset()

func (*VideoOutstreamAdInfo) String

func (x *VideoOutstreamAdInfo) String() string

type VideoTrueViewInStreamAdInfo

type VideoTrueViewInStreamAdInfo struct {

	// Label on the CTA (call-to-action) button taking the user to the video ad's
	// final URL.
	// Required for TrueView for action campaigns, optional otherwise.
	ActionButtonLabel *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=action_button_label,json=actionButtonLabel,proto3" json:"action_button_label,omitempty"`
	// Additional text displayed with the CTA (call-to-action) button to give
	// context and encourage clicking on the button.
	ActionHeadline *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=action_headline,json=actionHeadline,proto3" json:"action_headline,omitempty"`
	// The MediaFile resource name of the companion banner used with the ad.
	CompanionBanner *wrapperspb.StringValue `protobuf:"bytes,3,opt,name=companion_banner,json=companionBanner,proto3" json:"companion_banner,omitempty"`
	// contains filtered or unexported fields
}

Representation of video TrueView in-stream ad format (ad shown during video playback, often at beginning, which displays a skip button a few seconds into the video).

func (*VideoTrueViewInStreamAdInfo) Descriptor deprecated

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

Deprecated: Use VideoTrueViewInStreamAdInfo.ProtoReflect.Descriptor instead.

func (*VideoTrueViewInStreamAdInfo) GetActionButtonLabel

func (x *VideoTrueViewInStreamAdInfo) GetActionButtonLabel() *wrapperspb.StringValue

func (*VideoTrueViewInStreamAdInfo) GetActionHeadline

func (x *VideoTrueViewInStreamAdInfo) GetActionHeadline() *wrapperspb.StringValue

func (*VideoTrueViewInStreamAdInfo) GetCompanionBanner

func (x *VideoTrueViewInStreamAdInfo) GetCompanionBanner() *wrapperspb.StringValue

func (*VideoTrueViewInStreamAdInfo) ProtoMessage

func (*VideoTrueViewInStreamAdInfo) ProtoMessage()

func (*VideoTrueViewInStreamAdInfo) ProtoReflect

func (*VideoTrueViewInStreamAdInfo) Reset

func (x *VideoTrueViewInStreamAdInfo) Reset()

func (*VideoTrueViewInStreamAdInfo) String

func (x *VideoTrueViewInStreamAdInfo) String() string

type WebpageConditionInfo

type WebpageConditionInfo struct {

	// Operand of webpage targeting condition.
	Operand enums.WebpageConditionOperandEnum_WebpageConditionOperand `` /* 155-byte string literal not displayed */
	// Operator of webpage targeting condition.
	Operator enums.WebpageConditionOperatorEnum_WebpageConditionOperator `` /* 159-byte string literal not displayed */
	// Argument of webpage targeting condition.
	Argument *wrapperspb.StringValue `protobuf:"bytes,3,opt,name=argument,proto3" json:"argument,omitempty"`
	// contains filtered or unexported fields
}

Logical expression for targeting webpages of an advertiser's website.

func (*WebpageConditionInfo) Descriptor deprecated

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

Deprecated: Use WebpageConditionInfo.ProtoReflect.Descriptor instead.

func (*WebpageConditionInfo) GetArgument

func (x *WebpageConditionInfo) GetArgument() *wrapperspb.StringValue

func (*WebpageConditionInfo) ProtoMessage

func (*WebpageConditionInfo) ProtoMessage()

func (*WebpageConditionInfo) ProtoReflect

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

func (*WebpageConditionInfo) Reset

func (x *WebpageConditionInfo) Reset()

func (*WebpageConditionInfo) String

func (x *WebpageConditionInfo) String() string

type WebpageInfo

type WebpageInfo struct {

	// The name of the criterion that is defined by this parameter. The name value
	// will be used for identifying, sorting and filtering criteria with this type
	// of parameters.
	//
	// This field is required for CREATE operations and is prohibited on UPDATE
	// operations.
	CriterionName *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=criterion_name,json=criterionName,proto3" json:"criterion_name,omitempty"`
	// Conditions, or logical expressions, for webpage targeting. The list of
	// webpage targeting conditions are and-ed together when evaluated
	// for targeting.
	//
	// This field is required for CREATE operations and is prohibited on UPDATE
	// operations.
	Conditions []*WebpageConditionInfo `protobuf:"bytes,2,rep,name=conditions,proto3" json:"conditions,omitempty"`
	// contains filtered or unexported fields
}

Represents a criterion for targeting webpages of an advertiser's website.

func (*WebpageInfo) Descriptor deprecated

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

Deprecated: Use WebpageInfo.ProtoReflect.Descriptor instead.

func (*WebpageInfo) GetConditions

func (x *WebpageInfo) GetConditions() []*WebpageConditionInfo

func (*WebpageInfo) GetCriterionName

func (x *WebpageInfo) GetCriterionName() *wrapperspb.StringValue

func (*WebpageInfo) ProtoMessage

func (*WebpageInfo) ProtoMessage()

func (*WebpageInfo) ProtoReflect

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

func (*WebpageInfo) Reset

func (x *WebpageInfo) Reset()

func (*WebpageInfo) String

func (x *WebpageInfo) String() string

type YouTubeChannelInfo

type YouTubeChannelInfo struct {

	// The YouTube uploader channel id or the channel code of a YouTube channel.
	ChannelId *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=channel_id,json=channelId,proto3" json:"channel_id,omitempty"`
	// contains filtered or unexported fields
}

A YouTube Channel criterion.

func (*YouTubeChannelInfo) Descriptor deprecated

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

Deprecated: Use YouTubeChannelInfo.ProtoReflect.Descriptor instead.

func (*YouTubeChannelInfo) GetChannelId

func (x *YouTubeChannelInfo) GetChannelId() *wrapperspb.StringValue

func (*YouTubeChannelInfo) ProtoMessage

func (*YouTubeChannelInfo) ProtoMessage()

func (*YouTubeChannelInfo) ProtoReflect

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

func (*YouTubeChannelInfo) Reset

func (x *YouTubeChannelInfo) Reset()

func (*YouTubeChannelInfo) String

func (x *YouTubeChannelInfo) String() string

type YouTubeVideoInfo

type YouTubeVideoInfo struct {

	// YouTube video id as it appears on the YouTube watch page.
	VideoId *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=video_id,json=videoId,proto3" json:"video_id,omitempty"`
	// contains filtered or unexported fields
}

A YouTube Video criterion.

func (*YouTubeVideoInfo) Descriptor deprecated

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

Deprecated: Use YouTubeVideoInfo.ProtoReflect.Descriptor instead.

func (*YouTubeVideoInfo) GetVideoId

func (x *YouTubeVideoInfo) GetVideoId() *wrapperspb.StringValue

func (*YouTubeVideoInfo) ProtoMessage

func (*YouTubeVideoInfo) ProtoMessage()

func (*YouTubeVideoInfo) ProtoReflect

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

func (*YouTubeVideoInfo) Reset

func (x *YouTubeVideoInfo) Reset()

func (*YouTubeVideoInfo) String

func (x *YouTubeVideoInfo) String() string

type YoutubeVideoAsset

type YoutubeVideoAsset struct {

	// YouTube video id. This is the 11 character string value used in the
	// YouTube video URL.
	YoutubeVideoId *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=youtube_video_id,json=youtubeVideoId,proto3" json:"youtube_video_id,omitempty"`
	// contains filtered or unexported fields
}

A YouTube asset.

func (*YoutubeVideoAsset) Descriptor deprecated

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

Deprecated: Use YoutubeVideoAsset.ProtoReflect.Descriptor instead.

func (*YoutubeVideoAsset) GetYoutubeVideoId

func (x *YoutubeVideoAsset) GetYoutubeVideoId() *wrapperspb.StringValue

func (*YoutubeVideoAsset) ProtoMessage

func (*YoutubeVideoAsset) ProtoMessage()

func (*YoutubeVideoAsset) ProtoReflect

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

func (*YoutubeVideoAsset) Reset

func (x *YoutubeVideoAsset) Reset()

func (*YoutubeVideoAsset) String

func (x *YoutubeVideoAsset) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL