common

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Feb 14, 2022 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	TargetRestrictionOperation_Operator_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "ADD",
		3: "REMOVE",
	}
	TargetRestrictionOperation_Operator_value = map[string]int32{
		"UNSPECIFIED": 0,
		"UNKNOWN":     1,
		"ADD":         2,
		"REMOVE":      3,
	}
)

Enum value maps for TargetRestrictionOperation_Operator.

View Source
var File_google_ads_googleads_v10_common_ad_asset_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v10_common_ad_type_infos_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v10_common_asset_policy_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v10_common_asset_types_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v10_common_asset_usage_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v10_common_audiences_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v10_common_bidding_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v10_common_click_location_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v10_common_criteria_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v10_common_criterion_category_availability_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v10_common_custom_parameter_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v10_common_customizer_value_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v10_common_dates_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v10_common_explorer_auto_optimizer_setting_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v10_common_extensions_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v10_common_feed_common_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v10_common_feed_item_set_filter_type_infos_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v10_common_final_app_url_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v10_common_frequency_cap_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v10_common_keyword_plan_common_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v10_common_matching_function_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v10_common_metric_goal_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v10_common_metrics_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v10_common_offline_user_data_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v10_common_policy_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v10_common_policy_summary_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v10_common_real_time_bidding_setting_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v10_common_segments_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v10_common_simulation_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v10_common_tag_snippet_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v10_common_targeting_setting_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v10_common_text_label_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v10_common_url_collection_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v10_common_user_lists_proto protoreflect.FileDescriptor
View Source
var File_google_ads_googleads_v10_common_value_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type AdAssetPolicySummary

type AdAssetPolicySummary struct {
	PolicyTopicEntries []*PolicyTopicEntry                                 `protobuf:"bytes,1,rep,name=policy_topic_entries,json=policyTopicEntries,proto3" json:"policy_topic_entries,omitempty"`
	ReviewStatus       enums.PolicyReviewStatusEnum_PolicyReviewStatus     `` /* 176-byte string literal not displayed */
	ApprovalStatus     enums.PolicyApprovalStatusEnum_PolicyApprovalStatus `` /* 186-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*AdAssetPolicySummary) Descriptor deprecated

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

Deprecated: Use AdAssetPolicySummary.ProtoReflect.Descriptor instead.

func (*AdAssetPolicySummary) GetApprovalStatus

func (*AdAssetPolicySummary) GetPolicyTopicEntries

func (x *AdAssetPolicySummary) GetPolicyTopicEntries() []*PolicyTopicEntry

func (*AdAssetPolicySummary) GetReviewStatus

func (*AdAssetPolicySummary) ProtoMessage

func (*AdAssetPolicySummary) ProtoMessage()

func (*AdAssetPolicySummary) ProtoReflect

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

func (*AdAssetPolicySummary) Reset

func (x *AdAssetPolicySummary) Reset()

func (*AdAssetPolicySummary) String

func (x *AdAssetPolicySummary) String() string

type AdImageAsset

type AdImageAsset struct {
	Asset *string `protobuf:"bytes,2,opt,name=asset,proto3,oneof" json:"asset,omitempty"`
	// contains filtered or unexported fields
}

func (*AdImageAsset) Descriptor deprecated

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

Deprecated: Use AdImageAsset.ProtoReflect.Descriptor instead.

func (*AdImageAsset) GetAsset

func (x *AdImageAsset) GetAsset() string

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 {
	Asset *string `protobuf:"bytes,2,opt,name=asset,proto3,oneof" json:"asset,omitempty"`
	// contains filtered or unexported fields
}

func (*AdMediaBundleAsset) Descriptor deprecated

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

Deprecated: Use AdMediaBundleAsset.ProtoReflect.Descriptor instead.

func (*AdMediaBundleAsset) GetAsset

func (x *AdMediaBundleAsset) GetAsset() string

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 {
	StartMinute enums.MinuteOfHourEnum_MinuteOfHour `` /* 161-byte string literal not displayed */
	EndMinute   enums.MinuteOfHourEnum_MinuteOfHour `` /* 155-byte string literal not displayed */
	StartHour   *int32                              `protobuf:"varint,6,opt,name=start_hour,json=startHour,proto3,oneof" json:"start_hour,omitempty"`
	EndHour     *int32                              `protobuf:"varint,7,opt,name=end_hour,json=endHour,proto3,oneof" json:"end_hour,omitempty"`
	DayOfWeek   enums.DayOfWeekEnum_DayOfWeek       `` /* 151-byte string literal not displayed */
	// contains filtered or unexported fields
}

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() int32

func (*AdScheduleInfo) GetEndMinute

func (*AdScheduleInfo) GetStartHour

func (x *AdScheduleInfo) GetStartHour() int32

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 {
	Text                  *string                                               `protobuf:"bytes,4,opt,name=text,proto3,oneof" json:"text,omitempty"`
	PinnedField           enums.ServedAssetFieldTypeEnum_ServedAssetFieldType   `` /* 177-byte string literal not displayed */
	AssetPerformanceLabel enums.AssetPerformanceLabelEnum_AssetPerformanceLabel `` /* 211-byte string literal not displayed */
	PolicySummaryInfo     *AdAssetPolicySummary                                 `protobuf:"bytes,6,opt,name=policy_summary_info,json=policySummaryInfo,proto3" json:"policy_summary_info,omitempty"`
	// contains filtered or unexported fields
}

func (*AdTextAsset) Descriptor deprecated

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

Deprecated: Use AdTextAsset.ProtoReflect.Descriptor instead.

func (*AdTextAsset) GetAssetPerformanceLabel

func (*AdTextAsset) GetPinnedField

func (*AdTextAsset) GetPolicySummaryInfo

func (x *AdTextAsset) GetPolicySummaryInfo() *AdAssetPolicySummary

func (*AdTextAsset) GetText

func (x *AdTextAsset) GetText() string

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 {
	Asset *string `protobuf:"bytes,2,opt,name=asset,proto3,oneof" json:"asset,omitempty"`
	// contains filtered or unexported fields
}

func (*AdVideoAsset) Descriptor deprecated

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

Deprecated: Use AdVideoAsset.ProtoReflect.Descriptor instead.

func (*AdVideoAsset) GetAsset

func (x *AdVideoAsset) GetAsset() string

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 {
	PostalCode     *string `protobuf:"bytes,8,opt,name=postal_code,json=postalCode,proto3,oneof" json:"postal_code,omitempty"`
	ProvinceCode   *string `protobuf:"bytes,9,opt,name=province_code,json=provinceCode,proto3,oneof" json:"province_code,omitempty"`
	CountryCode    *string `protobuf:"bytes,10,opt,name=country_code,json=countryCode,proto3,oneof" json:"country_code,omitempty"`
	ProvinceName   *string `protobuf:"bytes,11,opt,name=province_name,json=provinceName,proto3,oneof" json:"province_name,omitempty"`
	StreetAddress  *string `protobuf:"bytes,12,opt,name=street_address,json=streetAddress,proto3,oneof" json:"street_address,omitempty"`
	StreetAddress2 *string `protobuf:"bytes,13,opt,name=street_address2,json=streetAddress2,proto3,oneof" json:"street_address2,omitempty"`
	CityName       *string `protobuf:"bytes,14,opt,name=city_name,json=cityName,proto3,oneof" json:"city_name,omitempty"`
	// contains filtered or unexported fields
}

func (*AddressInfo) Descriptor deprecated

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

Deprecated: Use AddressInfo.ProtoReflect.Descriptor instead.

func (*AddressInfo) GetCityName

func (x *AddressInfo) GetCityName() string

func (*AddressInfo) GetCountryCode

func (x *AddressInfo) GetCountryCode() string

func (*AddressInfo) GetPostalCode

func (x *AddressInfo) GetPostalCode() string

func (*AddressInfo) GetProvinceCode

func (x *AddressInfo) GetProvinceCode() string

func (*AddressInfo) GetProvinceName

func (x *AddressInfo) GetProvinceName() string

func (*AddressInfo) GetStreetAddress

func (x *AddressInfo) GetStreetAddress() string

func (*AddressInfo) GetStreetAddress2

func (x *AddressInfo) GetStreetAddress2() string

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 {
	BusinessName  *string `protobuf:"bytes,11,opt,name=business_name,json=businessName,proto3,oneof" json:"business_name,omitempty"`
	AddressLine_1 *string `protobuf:"bytes,12,opt,name=address_line_1,json=addressLine1,proto3,oneof" json:"address_line_1,omitempty"`
	AddressLine_2 *string `protobuf:"bytes,13,opt,name=address_line_2,json=addressLine2,proto3,oneof" json:"address_line_2,omitempty"`
	City          *string `protobuf:"bytes,14,opt,name=city,proto3,oneof" json:"city,omitempty"`
	Province      *string `protobuf:"bytes,15,opt,name=province,proto3,oneof" json:"province,omitempty"`
	PostalCode    *string `protobuf:"bytes,16,opt,name=postal_code,json=postalCode,proto3,oneof" json:"postal_code,omitempty"`
	CountryCode   *string `protobuf:"bytes,17,opt,name=country_code,json=countryCode,proto3,oneof" json:"country_code,omitempty"`
	PhoneNumber   *string `protobuf:"bytes,18,opt,name=phone_number,json=phoneNumber,proto3,oneof" json:"phone_number,omitempty"`
	ChainId       *int64  `protobuf:"varint,19,opt,name=chain_id,json=chainId,proto3,oneof" json:"chain_id,omitempty"`
	ChainName     *string `protobuf:"bytes,20,opt,name=chain_name,json=chainName,proto3,oneof" json:"chain_name,omitempty"`
	// contains filtered or unexported fields
}

func (*AffiliateLocationFeedItem) Descriptor deprecated

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

Deprecated: Use AffiliateLocationFeedItem.ProtoReflect.Descriptor instead.

func (*AffiliateLocationFeedItem) GetAddressLine_1

func (x *AffiliateLocationFeedItem) GetAddressLine_1() string

func (*AffiliateLocationFeedItem) GetAddressLine_2

func (x *AffiliateLocationFeedItem) GetAddressLine_2() string

func (*AffiliateLocationFeedItem) GetBusinessName

func (x *AffiliateLocationFeedItem) GetBusinessName() string

func (*AffiliateLocationFeedItem) GetChainId

func (x *AffiliateLocationFeedItem) GetChainId() int64

func (*AffiliateLocationFeedItem) GetChainName

func (x *AffiliateLocationFeedItem) GetChainName() string

func (*AffiliateLocationFeedItem) GetCity

func (x *AffiliateLocationFeedItem) GetCity() string

func (*AffiliateLocationFeedItem) GetCountryCode

func (x *AffiliateLocationFeedItem) GetCountryCode() string

func (*AffiliateLocationFeedItem) GetPhoneNumber

func (x *AffiliateLocationFeedItem) GetPhoneNumber() string

func (*AffiliateLocationFeedItem) GetPostalCode

func (x *AffiliateLocationFeedItem) GetPostalCode() string

func (*AffiliateLocationFeedItem) GetProvince

func (x *AffiliateLocationFeedItem) GetProvince() string

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 AgeDimension

type AgeDimension struct {
	AgeRanges           []*AgeSegment `protobuf:"bytes,1,rep,name=age_ranges,json=ageRanges,proto3" json:"age_ranges,omitempty"`
	IncludeUndetermined *bool         `protobuf:"varint,2,opt,name=include_undetermined,json=includeUndetermined,proto3,oneof" json:"include_undetermined,omitempty"`
	// contains filtered or unexported fields
}

func (*AgeDimension) Descriptor deprecated

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

Deprecated: Use AgeDimension.ProtoReflect.Descriptor instead.

func (*AgeDimension) GetAgeRanges

func (x *AgeDimension) GetAgeRanges() []*AgeSegment

func (*AgeDimension) GetIncludeUndetermined

func (x *AgeDimension) GetIncludeUndetermined() bool

func (*AgeDimension) ProtoMessage

func (*AgeDimension) ProtoMessage()

func (*AgeDimension) ProtoReflect

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

func (*AgeDimension) Reset

func (x *AgeDimension) Reset()

func (*AgeDimension) String

func (x *AgeDimension) String() string

type AgeRangeInfo

type AgeRangeInfo struct {
	Type enums.AgeRangeTypeEnum_AgeRangeType `` /* 128-byte string literal not displayed */
	// contains filtered or unexported fields
}

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 AgeSegment

type AgeSegment struct {
	MinAge *int32 `protobuf:"varint,1,opt,name=min_age,json=minAge,proto3,oneof" json:"min_age,omitempty"`
	MaxAge *int32 `protobuf:"varint,2,opt,name=max_age,json=maxAge,proto3,oneof" json:"max_age,omitempty"`
	// contains filtered or unexported fields
}

func (*AgeSegment) Descriptor deprecated

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

Deprecated: Use AgeSegment.ProtoReflect.Descriptor instead.

func (*AgeSegment) GetMaxAge

func (x *AgeSegment) GetMaxAge() int32

func (*AgeSegment) GetMinAge

func (x *AgeSegment) GetMinAge() int32

func (*AgeSegment) ProtoMessage

func (*AgeSegment) ProtoMessage()

func (*AgeSegment) ProtoReflect

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

func (*AgeSegment) Reset

func (x *AgeSegment) Reset()

func (*AgeSegment) String

func (x *AgeSegment) String() string

type AppAdInfo

type AppAdInfo struct {
	MandatoryAdText   *AdTextAsset          `protobuf:"bytes,1,opt,name=mandatory_ad_text,json=mandatoryAdText,proto3" json:"mandatory_ad_text,omitempty"`
	Headlines         []*AdTextAsset        `protobuf:"bytes,2,rep,name=headlines,proto3" json:"headlines,omitempty"`
	Descriptions      []*AdTextAsset        `protobuf:"bytes,3,rep,name=descriptions,proto3" json:"descriptions,omitempty"`
	Images            []*AdImageAsset       `protobuf:"bytes,4,rep,name=images,proto3" json:"images,omitempty"`
	YoutubeVideos     []*AdVideoAsset       `protobuf:"bytes,5,rep,name=youtube_videos,json=youtubeVideos,proto3" json:"youtube_videos,omitempty"`
	Html5MediaBundles []*AdMediaBundleAsset `protobuf:"bytes,6,rep,name=html5_media_bundles,json=html5MediaBundles,proto3" json:"html5_media_bundles,omitempty"`
	// contains filtered or unexported fields
}

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 {
	Headlines    []*AdTextAsset  `protobuf:"bytes,1,rep,name=headlines,proto3" json:"headlines,omitempty"`
	Descriptions []*AdTextAsset  `protobuf:"bytes,2,rep,name=descriptions,proto3" json:"descriptions,omitempty"`
	Images       []*AdImageAsset `protobuf:"bytes,3,rep,name=images,proto3" json:"images,omitempty"`
	Videos       []*AdVideoAsset `protobuf:"bytes,4,rep,name=videos,proto3" json:"videos,omitempty"`
	// contains filtered or unexported fields
}

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 {
	LinkText            *string                     `protobuf:"bytes,9,opt,name=link_text,json=linkText,proto3,oneof" json:"link_text,omitempty"`
	AppId               *string                     `protobuf:"bytes,10,opt,name=app_id,json=appId,proto3,oneof" json:"app_id,omitempty"`
	AppStore            enums.AppStoreEnum_AppStore `` /* 144-byte string literal not displayed */
	FinalUrls           []string                    `protobuf:"bytes,11,rep,name=final_urls,json=finalUrls,proto3" json:"final_urls,omitempty"`
	FinalMobileUrls     []string                    `protobuf:"bytes,12,rep,name=final_mobile_urls,json=finalMobileUrls,proto3" json:"final_mobile_urls,omitempty"`
	TrackingUrlTemplate *string                     `` /* 127-byte string literal not displayed */
	UrlCustomParameters []*CustomParameter          `protobuf:"bytes,7,rep,name=url_custom_parameters,json=urlCustomParameters,proto3" json:"url_custom_parameters,omitempty"`
	FinalUrlSuffix      *string                     `protobuf:"bytes,14,opt,name=final_url_suffix,json=finalUrlSuffix,proto3,oneof" json:"final_url_suffix,omitempty"`
	// contains filtered or unexported fields
}

func (*AppFeedItem) Descriptor deprecated

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

Deprecated: Use AppFeedItem.ProtoReflect.Descriptor instead.

func (*AppFeedItem) GetAppId

func (x *AppFeedItem) GetAppId() string

func (*AppFeedItem) GetAppStore

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

func (*AppFeedItem) GetFinalMobileUrls

func (x *AppFeedItem) GetFinalMobileUrls() []string

func (*AppFeedItem) GetFinalUrlSuffix

func (x *AppFeedItem) GetFinalUrlSuffix() string

func (*AppFeedItem) GetFinalUrls

func (x *AppFeedItem) GetFinalUrls() []string

func (*AppFeedItem) GetLinkText

func (x *AppFeedItem) GetLinkText() string

func (*AppFeedItem) GetTrackingUrlTemplate

func (x *AppFeedItem) GetTrackingUrlTemplate() string

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 enums.AppPaymentModelTypeEnum_AppPaymentModelType `` /* 142-byte string literal not displayed */
	// contains filtered or unexported fields
}

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 AppPreRegistrationAdInfo

type AppPreRegistrationAdInfo struct {
	Headlines     []*AdTextAsset  `protobuf:"bytes,1,rep,name=headlines,proto3" json:"headlines,omitempty"`
	Descriptions  []*AdTextAsset  `protobuf:"bytes,2,rep,name=descriptions,proto3" json:"descriptions,omitempty"`
	Images        []*AdImageAsset `protobuf:"bytes,3,rep,name=images,proto3" json:"images,omitempty"`
	YoutubeVideos []*AdVideoAsset `protobuf:"bytes,4,rep,name=youtube_videos,json=youtubeVideos,proto3" json:"youtube_videos,omitempty"`
	// contains filtered or unexported fields
}

func (*AppPreRegistrationAdInfo) Descriptor deprecated

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

Deprecated: Use AppPreRegistrationAdInfo.ProtoReflect.Descriptor instead.

func (*AppPreRegistrationAdInfo) GetDescriptions

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

func (*AppPreRegistrationAdInfo) GetHeadlines

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

func (*AppPreRegistrationAdInfo) GetImages

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

func (*AppPreRegistrationAdInfo) GetYoutubeVideos

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

func (*AppPreRegistrationAdInfo) ProtoMessage

func (*AppPreRegistrationAdInfo) ProtoMessage()

func (*AppPreRegistrationAdInfo) ProtoReflect

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

func (*AppPreRegistrationAdInfo) Reset

func (x *AppPreRegistrationAdInfo) Reset()

func (*AppPreRegistrationAdInfo) String

func (x *AppPreRegistrationAdInfo) String() string

type AssetInteractionTarget

type AssetInteractionTarget struct {
	Asset                  string `protobuf:"bytes,1,opt,name=asset,proto3" json:"asset,omitempty"`
	InteractionOnThisAsset bool   `` /* 132-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*AssetInteractionTarget) Descriptor deprecated

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

Deprecated: Use AssetInteractionTarget.ProtoReflect.Descriptor instead.

func (*AssetInteractionTarget) GetAsset

func (x *AssetInteractionTarget) GetAsset() string

func (*AssetInteractionTarget) GetInteractionOnThisAsset

func (x *AssetInteractionTarget) GetInteractionOnThisAsset() bool

func (*AssetInteractionTarget) ProtoMessage

func (*AssetInteractionTarget) ProtoMessage()

func (*AssetInteractionTarget) ProtoReflect

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

func (*AssetInteractionTarget) Reset

func (x *AssetInteractionTarget) Reset()

func (*AssetInteractionTarget) String

func (x *AssetInteractionTarget) String() string

type AssetUsage

type AssetUsage struct {
	Asset                string                                              `protobuf:"bytes,1,opt,name=asset,proto3" json:"asset,omitempty"`
	ServedAssetFieldType enums.ServedAssetFieldTypeEnum_ServedAssetFieldType `` /* 208-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*AssetUsage) Descriptor deprecated

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

Deprecated: Use AssetUsage.ProtoReflect.Descriptor instead.

func (*AssetUsage) GetAsset

func (x *AssetUsage) GetAsset() string

func (*AssetUsage) GetServedAssetFieldType

func (x *AssetUsage) GetServedAssetFieldType() enums.ServedAssetFieldTypeEnum_ServedAssetFieldType

func (*AssetUsage) ProtoMessage

func (*AssetUsage) ProtoMessage()

func (*AssetUsage) ProtoReflect

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

func (*AssetUsage) Reset

func (x *AssetUsage) Reset()

func (*AssetUsage) String

func (x *AssetUsage) String() string

type AudienceDimension

type AudienceDimension struct {

	// Types that are assignable to Dimension:
	//	*AudienceDimension_Age
	//	*AudienceDimension_Gender
	//	*AudienceDimension_HouseholdIncome
	//	*AudienceDimension_ParentalStatus
	//	*AudienceDimension_AudienceSegments
	Dimension isAudienceDimension_Dimension `protobuf_oneof:"dimension"`
	// contains filtered or unexported fields
}

func (*AudienceDimension) Descriptor deprecated

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

Deprecated: Use AudienceDimension.ProtoReflect.Descriptor instead.

func (*AudienceDimension) GetAge

func (x *AudienceDimension) GetAge() *AgeDimension

func (*AudienceDimension) GetAudienceSegments

func (x *AudienceDimension) GetAudienceSegments() *AudienceSegmentDimension

func (*AudienceDimension) GetDimension

func (m *AudienceDimension) GetDimension() isAudienceDimension_Dimension

func (*AudienceDimension) GetGender

func (x *AudienceDimension) GetGender() *GenderDimension

func (*AudienceDimension) GetHouseholdIncome

func (x *AudienceDimension) GetHouseholdIncome() *HouseholdIncomeDimension

func (*AudienceDimension) GetParentalStatus

func (x *AudienceDimension) GetParentalStatus() *ParentalStatusDimension

func (*AudienceDimension) ProtoMessage

func (*AudienceDimension) ProtoMessage()

func (*AudienceDimension) ProtoReflect

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

func (*AudienceDimension) Reset

func (x *AudienceDimension) Reset()

func (*AudienceDimension) String

func (x *AudienceDimension) String() string

type AudienceDimension_Age

type AudienceDimension_Age struct {
	Age *AgeDimension `protobuf:"bytes,1,opt,name=age,proto3,oneof"`
}

type AudienceDimension_AudienceSegments

type AudienceDimension_AudienceSegments struct {
	AudienceSegments *AudienceSegmentDimension `protobuf:"bytes,5,opt,name=audience_segments,json=audienceSegments,proto3,oneof"`
}

type AudienceDimension_Gender

type AudienceDimension_Gender struct {
	Gender *GenderDimension `protobuf:"bytes,2,opt,name=gender,proto3,oneof"`
}

type AudienceDimension_HouseholdIncome

type AudienceDimension_HouseholdIncome struct {
	HouseholdIncome *HouseholdIncomeDimension `protobuf:"bytes,3,opt,name=household_income,json=householdIncome,proto3,oneof"`
}

type AudienceDimension_ParentalStatus

type AudienceDimension_ParentalStatus struct {
	ParentalStatus *ParentalStatusDimension `protobuf:"bytes,4,opt,name=parental_status,json=parentalStatus,proto3,oneof"`
}

type AudienceExclusionDimension

type AudienceExclusionDimension struct {
	Exclusions []*ExclusionSegment `protobuf:"bytes,1,rep,name=exclusions,proto3" json:"exclusions,omitempty"`
	// contains filtered or unexported fields
}

func (*AudienceExclusionDimension) Descriptor deprecated

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

Deprecated: Use AudienceExclusionDimension.ProtoReflect.Descriptor instead.

func (*AudienceExclusionDimension) GetExclusions

func (x *AudienceExclusionDimension) GetExclusions() []*ExclusionSegment

func (*AudienceExclusionDimension) ProtoMessage

func (*AudienceExclusionDimension) ProtoMessage()

func (*AudienceExclusionDimension) ProtoReflect

func (*AudienceExclusionDimension) Reset

func (x *AudienceExclusionDimension) Reset()

func (*AudienceExclusionDimension) String

func (x *AudienceExclusionDimension) String() string

type AudienceInfo

type AudienceInfo struct {
	Audience string `protobuf:"bytes,1,opt,name=audience,proto3" json:"audience,omitempty"`
	// contains filtered or unexported fields
}

func (*AudienceInfo) Descriptor deprecated

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

Deprecated: Use AudienceInfo.ProtoReflect.Descriptor instead.

func (*AudienceInfo) GetAudience

func (x *AudienceInfo) GetAudience() string

func (*AudienceInfo) ProtoMessage

func (*AudienceInfo) ProtoMessage()

func (*AudienceInfo) ProtoReflect

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

func (*AudienceInfo) Reset

func (x *AudienceInfo) Reset()

func (*AudienceInfo) String

func (x *AudienceInfo) String() string

type AudienceSegment

type AudienceSegment struct {

	// Types that are assignable to Segment:
	//	*AudienceSegment_UserList
	//	*AudienceSegment_UserInterest
	//	*AudienceSegment_LifeEvent
	//	*AudienceSegment_DetailedDemographic
	//	*AudienceSegment_CustomAudience
	Segment isAudienceSegment_Segment `protobuf_oneof:"segment"`
	// contains filtered or unexported fields
}

func (*AudienceSegment) Descriptor deprecated

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

Deprecated: Use AudienceSegment.ProtoReflect.Descriptor instead.

func (*AudienceSegment) GetCustomAudience

func (x *AudienceSegment) GetCustomAudience() *CustomAudienceSegment

func (*AudienceSegment) GetDetailedDemographic

func (x *AudienceSegment) GetDetailedDemographic() *DetailedDemographicSegment

func (*AudienceSegment) GetLifeEvent

func (x *AudienceSegment) GetLifeEvent() *LifeEventSegment

func (*AudienceSegment) GetSegment

func (m *AudienceSegment) GetSegment() isAudienceSegment_Segment

func (*AudienceSegment) GetUserInterest

func (x *AudienceSegment) GetUserInterest() *UserInterestSegment

func (*AudienceSegment) GetUserList

func (x *AudienceSegment) GetUserList() *UserListSegment

func (*AudienceSegment) ProtoMessage

func (*AudienceSegment) ProtoMessage()

func (*AudienceSegment) ProtoReflect

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

func (*AudienceSegment) Reset

func (x *AudienceSegment) Reset()

func (*AudienceSegment) String

func (x *AudienceSegment) String() string

type AudienceSegmentDimension

type AudienceSegmentDimension struct {
	Segments []*AudienceSegment `protobuf:"bytes,1,rep,name=segments,proto3" json:"segments,omitempty"`
	// contains filtered or unexported fields
}

func (*AudienceSegmentDimension) Descriptor deprecated

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

Deprecated: Use AudienceSegmentDimension.ProtoReflect.Descriptor instead.

func (*AudienceSegmentDimension) GetSegments

func (x *AudienceSegmentDimension) GetSegments() []*AudienceSegment

func (*AudienceSegmentDimension) ProtoMessage

func (*AudienceSegmentDimension) ProtoMessage()

func (*AudienceSegmentDimension) ProtoReflect

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

func (*AudienceSegmentDimension) Reset

func (x *AudienceSegmentDimension) Reset()

func (*AudienceSegmentDimension) String

func (x *AudienceSegmentDimension) String() string

type AudienceSegment_CustomAudience

type AudienceSegment_CustomAudience struct {
	CustomAudience *CustomAudienceSegment `protobuf:"bytes,5,opt,name=custom_audience,json=customAudience,proto3,oneof"`
}

type AudienceSegment_DetailedDemographic

type AudienceSegment_DetailedDemographic struct {
	DetailedDemographic *DetailedDemographicSegment `protobuf:"bytes,4,opt,name=detailed_demographic,json=detailedDemographic,proto3,oneof"`
}

type AudienceSegment_LifeEvent

type AudienceSegment_LifeEvent struct {
	LifeEvent *LifeEventSegment `protobuf:"bytes,3,opt,name=life_event,json=lifeEvent,proto3,oneof"`
}

type AudienceSegment_UserInterest

type AudienceSegment_UserInterest struct {
	UserInterest *UserInterestSegment `protobuf:"bytes,2,opt,name=user_interest,json=userInterest,proto3,oneof"`
}

type AudienceSegment_UserList

type AudienceSegment_UserList struct {
	UserList *UserListSegment `protobuf:"bytes,1,opt,name=user_list,json=userList,proto3,oneof"`
}

type BasicUserListInfo

type BasicUserListInfo struct {
	Actions []*UserListActionInfo `protobuf:"bytes,1,rep,name=actions,proto3" json:"actions,omitempty"`
	// contains filtered or unexported fields
}

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 {
	BidModifier                    *float64 `protobuf:"fixed64,15,opt,name=bid_modifier,json=bidModifier,proto3,oneof" json:"bid_modifier,omitempty"`
	BiddableConversions            *float64 `` /* 127-byte string literal not displayed */
	BiddableConversionsValue       *float64 `` /* 144-byte string literal not displayed */
	Clicks                         *int64   `protobuf:"varint,18,opt,name=clicks,proto3,oneof" json:"clicks,omitempty"`
	CostMicros                     *int64   `protobuf:"varint,19,opt,name=cost_micros,json=costMicros,proto3,oneof" json:"cost_micros,omitempty"`
	Impressions                    *int64   `protobuf:"varint,20,opt,name=impressions,proto3,oneof" json:"impressions,omitempty"`
	TopSlotImpressions             *int64   `protobuf:"varint,21,opt,name=top_slot_impressions,json=topSlotImpressions,proto3,oneof" json:"top_slot_impressions,omitempty"`
	ParentBiddableConversions      *float64 `` /* 147-byte string literal not displayed */
	ParentBiddableConversionsValue *float64 `` /* 164-byte string literal not displayed */
	ParentClicks                   *int64   `protobuf:"varint,24,opt,name=parent_clicks,json=parentClicks,proto3,oneof" json:"parent_clicks,omitempty"`
	ParentCostMicros               *int64   `protobuf:"varint,25,opt,name=parent_cost_micros,json=parentCostMicros,proto3,oneof" json:"parent_cost_micros,omitempty"`
	ParentImpressions              *int64   `protobuf:"varint,26,opt,name=parent_impressions,json=parentImpressions,proto3,oneof" json:"parent_impressions,omitempty"`
	ParentTopSlotImpressions       *int64   `` /* 145-byte string literal not displayed */
	ParentRequiredBudgetMicros     *int64   `` /* 151-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*BidModifierSimulationPoint) Descriptor deprecated

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

Deprecated: Use BidModifierSimulationPoint.ProtoReflect.Descriptor instead.

func (*BidModifierSimulationPoint) GetBidModifier

func (x *BidModifierSimulationPoint) GetBidModifier() float64

func (*BidModifierSimulationPoint) GetBiddableConversions

func (x *BidModifierSimulationPoint) GetBiddableConversions() float64

func (*BidModifierSimulationPoint) GetBiddableConversionsValue

func (x *BidModifierSimulationPoint) GetBiddableConversionsValue() float64

func (*BidModifierSimulationPoint) GetClicks

func (x *BidModifierSimulationPoint) GetClicks() int64

func (*BidModifierSimulationPoint) GetCostMicros

func (x *BidModifierSimulationPoint) GetCostMicros() int64

func (*BidModifierSimulationPoint) GetImpressions

func (x *BidModifierSimulationPoint) GetImpressions() int64

func (*BidModifierSimulationPoint) GetParentBiddableConversions

func (x *BidModifierSimulationPoint) GetParentBiddableConversions() float64

func (*BidModifierSimulationPoint) GetParentBiddableConversionsValue

func (x *BidModifierSimulationPoint) GetParentBiddableConversionsValue() float64

func (*BidModifierSimulationPoint) GetParentClicks

func (x *BidModifierSimulationPoint) GetParentClicks() int64

func (*BidModifierSimulationPoint) GetParentCostMicros

func (x *BidModifierSimulationPoint) GetParentCostMicros() int64

func (*BidModifierSimulationPoint) GetParentImpressions

func (x *BidModifierSimulationPoint) GetParentImpressions() int64

func (*BidModifierSimulationPoint) GetParentRequiredBudgetMicros

func (x *BidModifierSimulationPoint) GetParentRequiredBudgetMicros() int64

func (*BidModifierSimulationPoint) GetParentTopSlotImpressions

func (x *BidModifierSimulationPoint) GetParentTopSlotImpressions() int64

func (*BidModifierSimulationPoint) GetTopSlotImpressions

func (x *BidModifierSimulationPoint) GetTopSlotImpressions() int64

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 {
	Points []*BidModifierSimulationPoint `protobuf:"bytes,1,rep,name=points,proto3" json:"points,omitempty"`
	// contains filtered or unexported fields
}

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 BookOnGoogleAsset

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

func (*BookOnGoogleAsset) Descriptor deprecated

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

Deprecated: Use BookOnGoogleAsset.ProtoReflect.Descriptor instead.

func (*BookOnGoogleAsset) ProtoMessage

func (*BookOnGoogleAsset) ProtoMessage()

func (*BookOnGoogleAsset) ProtoReflect

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

func (*BookOnGoogleAsset) Reset

func (x *BookOnGoogleAsset) Reset()

func (*BookOnGoogleAsset) String

func (x *BookOnGoogleAsset) String() string

type BudgetCampaignAssociationStatus

type BudgetCampaignAssociationStatus struct {
	Campaign *string                                                                   `protobuf:"bytes,1,opt,name=campaign,proto3,oneof" json:"campaign,omitempty"`
	Status   enums.BudgetCampaignAssociationStatusEnum_BudgetCampaignAssociationStatus `` /* 170-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*BudgetCampaignAssociationStatus) Descriptor deprecated

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

Deprecated: Use BudgetCampaignAssociationStatus.ProtoReflect.Descriptor instead.

func (*BudgetCampaignAssociationStatus) GetCampaign

func (x *BudgetCampaignAssociationStatus) GetCampaign() string

func (*BudgetCampaignAssociationStatus) ProtoMessage

func (*BudgetCampaignAssociationStatus) ProtoMessage()

func (*BudgetCampaignAssociationStatus) ProtoReflect

func (*BudgetCampaignAssociationStatus) Reset

func (*BudgetCampaignAssociationStatus) String

type BudgetSimulationPoint

type BudgetSimulationPoint struct {
	BudgetAmountMicros          int64   `protobuf:"varint,1,opt,name=budget_amount_micros,json=budgetAmountMicros,proto3" json:"budget_amount_micros,omitempty"`
	RequiredCpcBidCeilingMicros int64   `` /* 149-byte string literal not displayed */
	BiddableConversions         float64 `protobuf:"fixed64,3,opt,name=biddable_conversions,json=biddableConversions,proto3" json:"biddable_conversions,omitempty"`
	BiddableConversionsValue    float64 `` /* 137-byte string literal not displayed */
	Clicks                      int64   `protobuf:"varint,5,opt,name=clicks,proto3" json:"clicks,omitempty"`
	CostMicros                  int64   `protobuf:"varint,6,opt,name=cost_micros,json=costMicros,proto3" json:"cost_micros,omitempty"`
	Impressions                 int64   `protobuf:"varint,7,opt,name=impressions,proto3" json:"impressions,omitempty"`
	TopSlotImpressions          int64   `protobuf:"varint,8,opt,name=top_slot_impressions,json=topSlotImpressions,proto3" json:"top_slot_impressions,omitempty"`
	// contains filtered or unexported fields
}

func (*BudgetSimulationPoint) Descriptor deprecated

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

Deprecated: Use BudgetSimulationPoint.ProtoReflect.Descriptor instead.

func (*BudgetSimulationPoint) GetBiddableConversions

func (x *BudgetSimulationPoint) GetBiddableConversions() float64

func (*BudgetSimulationPoint) GetBiddableConversionsValue

func (x *BudgetSimulationPoint) GetBiddableConversionsValue() float64

func (*BudgetSimulationPoint) GetBudgetAmountMicros

func (x *BudgetSimulationPoint) GetBudgetAmountMicros() int64

func (*BudgetSimulationPoint) GetClicks

func (x *BudgetSimulationPoint) GetClicks() int64

func (*BudgetSimulationPoint) GetCostMicros

func (x *BudgetSimulationPoint) GetCostMicros() int64

func (*BudgetSimulationPoint) GetImpressions

func (x *BudgetSimulationPoint) GetImpressions() int64

func (*BudgetSimulationPoint) GetRequiredCpcBidCeilingMicros

func (x *BudgetSimulationPoint) GetRequiredCpcBidCeilingMicros() int64

func (*BudgetSimulationPoint) GetTopSlotImpressions

func (x *BudgetSimulationPoint) GetTopSlotImpressions() int64

func (*BudgetSimulationPoint) ProtoMessage

func (*BudgetSimulationPoint) ProtoMessage()

func (*BudgetSimulationPoint) ProtoReflect

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

func (*BudgetSimulationPoint) Reset

func (x *BudgetSimulationPoint) Reset()

func (*BudgetSimulationPoint) String

func (x *BudgetSimulationPoint) String() string

type BudgetSimulationPointList

type BudgetSimulationPointList struct {
	Points []*BudgetSimulationPoint `protobuf:"bytes,1,rep,name=points,proto3" json:"points,omitempty"`
	// contains filtered or unexported fields
}

func (*BudgetSimulationPointList) Descriptor deprecated

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

Deprecated: Use BudgetSimulationPointList.ProtoReflect.Descriptor instead.

func (*BudgetSimulationPointList) GetPoints

func (*BudgetSimulationPointList) ProtoMessage

func (*BudgetSimulationPointList) ProtoMessage()

func (*BudgetSimulationPointList) ProtoReflect

func (*BudgetSimulationPointList) Reset

func (x *BudgetSimulationPointList) Reset()

func (*BudgetSimulationPointList) String

func (x *BudgetSimulationPointList) String() string

type BusinessNameFilter

type BusinessNameFilter struct {
	BusinessName string                                                            `protobuf:"bytes,1,opt,name=business_name,json=businessName,proto3" json:"business_name,omitempty"`
	FilterType   enums.FeedItemSetStringFilterTypeEnum_FeedItemSetStringFilterType `` /* 188-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*BusinessNameFilter) Descriptor deprecated

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

Deprecated: Use BusinessNameFilter.ProtoReflect.Descriptor instead.

func (*BusinessNameFilter) GetBusinessName

func (x *BusinessNameFilter) GetBusinessName() string

func (*BusinessNameFilter) ProtoMessage

func (*BusinessNameFilter) ProtoMessage()

func (*BusinessNameFilter) ProtoReflect

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

func (*BusinessNameFilter) Reset

func (x *BusinessNameFilter) Reset()

func (*BusinessNameFilter) String

func (x *BusinessNameFilter) String() string

type CallAdInfo

type CallAdInfo struct {
	CountryCode                string                                                              `protobuf:"bytes,1,opt,name=country_code,json=countryCode,proto3" json:"country_code,omitempty"`
	PhoneNumber                string                                                              `protobuf:"bytes,2,opt,name=phone_number,json=phoneNumber,proto3" json:"phone_number,omitempty"`
	BusinessName               string                                                              `protobuf:"bytes,3,opt,name=business_name,json=businessName,proto3" json:"business_name,omitempty"`
	Headline1                  string                                                              `protobuf:"bytes,11,opt,name=headline1,proto3" json:"headline1,omitempty"`
	Headline2                  string                                                              `protobuf:"bytes,12,opt,name=headline2,proto3" json:"headline2,omitempty"`
	Description1               string                                                              `protobuf:"bytes,4,opt,name=description1,proto3" json:"description1,omitempty"`
	Description2               string                                                              `protobuf:"bytes,5,opt,name=description2,proto3" json:"description2,omitempty"`
	CallTracked                bool                                                                `protobuf:"varint,6,opt,name=call_tracked,json=callTracked,proto3" json:"call_tracked,omitempty"`
	DisableCallConversion      bool                                                                `` /* 127-byte string literal not displayed */
	PhoneNumberVerificationUrl string                                                              `` /* 143-byte string literal not displayed */
	ConversionAction           string                                                              `protobuf:"bytes,9,opt,name=conversion_action,json=conversionAction,proto3" json:"conversion_action,omitempty"`
	ConversionReportingState   enums.CallConversionReportingStateEnum_CallConversionReportingState `` /* 235-byte string literal not displayed */
	Path1                      string                                                              `protobuf:"bytes,13,opt,name=path1,proto3" json:"path1,omitempty"`
	Path2                      string                                                              `protobuf:"bytes,14,opt,name=path2,proto3" json:"path2,omitempty"`
	// contains filtered or unexported fields
}

func (*CallAdInfo) Descriptor deprecated

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

Deprecated: Use CallAdInfo.ProtoReflect.Descriptor instead.

func (*CallAdInfo) GetBusinessName

func (x *CallAdInfo) GetBusinessName() string

func (*CallAdInfo) GetCallTracked

func (x *CallAdInfo) GetCallTracked() bool

func (*CallAdInfo) GetConversionAction

func (x *CallAdInfo) GetConversionAction() string

func (*CallAdInfo) GetCountryCode

func (x *CallAdInfo) GetCountryCode() string

func (*CallAdInfo) GetDescription1

func (x *CallAdInfo) GetDescription1() string

func (*CallAdInfo) GetDescription2

func (x *CallAdInfo) GetDescription2() string

func (*CallAdInfo) GetDisableCallConversion

func (x *CallAdInfo) GetDisableCallConversion() bool

func (*CallAdInfo) GetHeadline1

func (x *CallAdInfo) GetHeadline1() string

func (*CallAdInfo) GetHeadline2

func (x *CallAdInfo) GetHeadline2() string

func (*CallAdInfo) GetPath1

func (x *CallAdInfo) GetPath1() string

func (*CallAdInfo) GetPath2

func (x *CallAdInfo) GetPath2() string

func (*CallAdInfo) GetPhoneNumber

func (x *CallAdInfo) GetPhoneNumber() string

func (*CallAdInfo) GetPhoneNumberVerificationUrl

func (x *CallAdInfo) GetPhoneNumberVerificationUrl() string

func (*CallAdInfo) ProtoMessage

func (*CallAdInfo) ProtoMessage()

func (*CallAdInfo) ProtoReflect

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

func (*CallAdInfo) Reset

func (x *CallAdInfo) Reset()

func (*CallAdInfo) String

func (x *CallAdInfo) String() string

type CallAsset

type CallAsset struct {
	CountryCode                  string                                                              `protobuf:"bytes,1,opt,name=country_code,json=countryCode,proto3" json:"country_code,omitempty"`
	PhoneNumber                  string                                                              `protobuf:"bytes,2,opt,name=phone_number,json=phoneNumber,proto3" json:"phone_number,omitempty"`
	CallConversionReportingState enums.CallConversionReportingStateEnum_CallConversionReportingState `` /* 248-byte string literal not displayed */
	CallConversionAction         string                                                              `protobuf:"bytes,4,opt,name=call_conversion_action,json=callConversionAction,proto3" json:"call_conversion_action,omitempty"`
	AdScheduleTargets            []*AdScheduleInfo                                                   `protobuf:"bytes,5,rep,name=ad_schedule_targets,json=adScheduleTargets,proto3" json:"ad_schedule_targets,omitempty"`
	// contains filtered or unexported fields
}

func (*CallAsset) Descriptor deprecated

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

Deprecated: Use CallAsset.ProtoReflect.Descriptor instead.

func (*CallAsset) GetAdScheduleTargets

func (x *CallAsset) GetAdScheduleTargets() []*AdScheduleInfo

func (*CallAsset) GetCallConversionAction

func (x *CallAsset) GetCallConversionAction() string

func (*CallAsset) GetCountryCode

func (x *CallAsset) GetCountryCode() string

func (*CallAsset) GetPhoneNumber

func (x *CallAsset) GetPhoneNumber() string

func (*CallAsset) ProtoMessage

func (*CallAsset) ProtoMessage()

func (*CallAsset) ProtoReflect

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

func (*CallAsset) Reset

func (x *CallAsset) Reset()

func (*CallAsset) String

func (x *CallAsset) String() string

type CallFeedItem

type CallFeedItem struct {
	PhoneNumber                    *string                                                             `protobuf:"bytes,7,opt,name=phone_number,json=phoneNumber,proto3,oneof" json:"phone_number,omitempty"`
	CountryCode                    *string                                                             `protobuf:"bytes,8,opt,name=country_code,json=countryCode,proto3,oneof" json:"country_code,omitempty"`
	CallTrackingEnabled            *bool                                                               `` /* 127-byte string literal not displayed */
	CallConversionAction           *string                                                             `` /* 130-byte string literal not displayed */
	CallConversionTrackingDisabled *bool                                                               `` /* 163-byte string literal not displayed */
	CallConversionReportingState   enums.CallConversionReportingStateEnum_CallConversionReportingState `` /* 248-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*CallFeedItem) Descriptor deprecated

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

Deprecated: Use CallFeedItem.ProtoReflect.Descriptor instead.

func (*CallFeedItem) GetCallConversionAction

func (x *CallFeedItem) GetCallConversionAction() string

func (*CallFeedItem) GetCallConversionTrackingDisabled

func (x *CallFeedItem) GetCallConversionTrackingDisabled() bool

func (*CallFeedItem) GetCallTrackingEnabled

func (x *CallFeedItem) GetCallTrackingEnabled() bool

func (*CallFeedItem) GetCountryCode

func (x *CallFeedItem) GetCountryCode() string

func (*CallFeedItem) GetPhoneNumber

func (x *CallFeedItem) GetPhoneNumber() string

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 CallToActionAsset

type CallToActionAsset struct {
	CallToAction enums.CallToActionTypeEnum_CallToActionType `` /* 174-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*CallToActionAsset) Descriptor deprecated

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

Deprecated: Use CallToActionAsset.ProtoReflect.Descriptor instead.

func (*CallToActionAsset) GetCallToAction

func (*CallToActionAsset) ProtoMessage

func (*CallToActionAsset) ProtoMessage()

func (*CallToActionAsset) ProtoReflect

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

func (*CallToActionAsset) Reset

func (x *CallToActionAsset) Reset()

func (*CallToActionAsset) String

func (x *CallToActionAsset) String() string

type CalloutAsset

type CalloutAsset struct {
	CalloutText       string            `protobuf:"bytes,1,opt,name=callout_text,json=calloutText,proto3" json:"callout_text,omitempty"`
	StartDate         string            `protobuf:"bytes,2,opt,name=start_date,json=startDate,proto3" json:"start_date,omitempty"`
	EndDate           string            `protobuf:"bytes,3,opt,name=end_date,json=endDate,proto3" json:"end_date,omitempty"`
	AdScheduleTargets []*AdScheduleInfo `protobuf:"bytes,4,rep,name=ad_schedule_targets,json=adScheduleTargets,proto3" json:"ad_schedule_targets,omitempty"`
	// contains filtered or unexported fields
}

func (*CalloutAsset) Descriptor deprecated

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

Deprecated: Use CalloutAsset.ProtoReflect.Descriptor instead.

func (*CalloutAsset) GetAdScheduleTargets

func (x *CalloutAsset) GetAdScheduleTargets() []*AdScheduleInfo

func (*CalloutAsset) GetCalloutText

func (x *CalloutAsset) GetCalloutText() string

func (*CalloutAsset) GetEndDate

func (x *CalloutAsset) GetEndDate() string

func (*CalloutAsset) GetStartDate

func (x *CalloutAsset) GetStartDate() string

func (*CalloutAsset) ProtoMessage

func (*CalloutAsset) ProtoMessage()

func (*CalloutAsset) ProtoReflect

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

func (*CalloutAsset) Reset

func (x *CalloutAsset) Reset()

func (*CalloutAsset) String

func (x *CalloutAsset) String() string

type CalloutFeedItem

type CalloutFeedItem struct {
	CalloutText *string `protobuf:"bytes,2,opt,name=callout_text,json=calloutText,proto3,oneof" json:"callout_text,omitempty"`
	// contains filtered or unexported fields
}

func (*CalloutFeedItem) Descriptor deprecated

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

Deprecated: Use CalloutFeedItem.ProtoReflect.Descriptor instead.

func (*CalloutFeedItem) GetCalloutText

func (x *CalloutFeedItem) GetCalloutText() string

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 {
	CarrierConstant *string `protobuf:"bytes,2,opt,name=carrier_constant,json=carrierConstant,proto3,oneof" json:"carrier_constant,omitempty"`
	// contains filtered or unexported fields
}

func (*CarrierInfo) Descriptor deprecated

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

Deprecated: Use CarrierInfo.ProtoReflect.Descriptor instead.

func (*CarrierInfo) GetCarrierConstant

func (x *CarrierInfo) GetCarrierConstant() string

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 {
	City         *string `protobuf:"bytes,6,opt,name=city,proto3,oneof" json:"city,omitempty"`
	Country      *string `protobuf:"bytes,7,opt,name=country,proto3,oneof" json:"country,omitempty"`
	Metro        *string `protobuf:"bytes,8,opt,name=metro,proto3,oneof" json:"metro,omitempty"`
	MostSpecific *string `protobuf:"bytes,9,opt,name=most_specific,json=mostSpecific,proto3,oneof" json:"most_specific,omitempty"`
	Region       *string `protobuf:"bytes,10,opt,name=region,proto3,oneof" json:"region,omitempty"`
	// contains filtered or unexported fields
}

func (*ClickLocation) Descriptor deprecated

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

Deprecated: Use ClickLocation.ProtoReflect.Descriptor instead.

func (*ClickLocation) GetCity

func (x *ClickLocation) GetCity() string

func (*ClickLocation) GetCountry

func (x *ClickLocation) GetCountry() string

func (*ClickLocation) GetMetro

func (x *ClickLocation) GetMetro() string

func (*ClickLocation) GetMostSpecific

func (x *ClickLocation) GetMostSpecific() string

func (*ClickLocation) GetRegion

func (x *ClickLocation) GetRegion() string

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 CombinedAudienceInfo

type CombinedAudienceInfo struct {
	CombinedAudience string `protobuf:"bytes,1,opt,name=combined_audience,json=combinedAudience,proto3" json:"combined_audience,omitempty"`
	// contains filtered or unexported fields
}

func (*CombinedAudienceInfo) Descriptor deprecated

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

Deprecated: Use CombinedAudienceInfo.ProtoReflect.Descriptor instead.

func (*CombinedAudienceInfo) GetCombinedAudience

func (x *CombinedAudienceInfo) GetCombinedAudience() string

func (*CombinedAudienceInfo) ProtoMessage

func (*CombinedAudienceInfo) ProtoMessage()

func (*CombinedAudienceInfo) ProtoReflect

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

func (*CombinedAudienceInfo) Reset

func (x *CombinedAudienceInfo) Reset()

func (*CombinedAudienceInfo) String

func (x *CombinedAudienceInfo) String() string

type CombinedRuleUserListInfo

type CombinedRuleUserListInfo struct {
	LeftOperand  *UserListRuleInfo                                                   `protobuf:"bytes,1,opt,name=left_operand,json=leftOperand,proto3" json:"left_operand,omitempty"`
	RightOperand *UserListRuleInfo                                                   `protobuf:"bytes,2,opt,name=right_operand,json=rightOperand,proto3" json:"right_operand,omitempty"`
	RuleOperator enums.UserListCombinedRuleOperatorEnum_UserListCombinedRuleOperator `` /* 196-byte string literal not displayed */
	// contains filtered or unexported fields
}

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 {
	CommissionRateMicros *int64 `` /* 130-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Commission) Descriptor deprecated

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

Deprecated: Use Commission.ProtoReflect.Descriptor instead.

func (*Commission) GetCommissionRateMicros

func (x *Commission) GetCommissionRateMicros() int64

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 ConceptGroup

type ConceptGroup struct {
	Name string                                                            `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Type enums.KeywordPlanConceptGroupTypeEnum_KeywordPlanConceptGroupType `` /* 158-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ConceptGroup) Descriptor deprecated

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

Deprecated: Use ConceptGroup.ProtoReflect.Descriptor instead.

func (*ConceptGroup) GetName

func (x *ConceptGroup) GetName() string

func (*ConceptGroup) ProtoMessage

func (*ConceptGroup) ProtoMessage()

func (*ConceptGroup) ProtoReflect

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

func (*ConceptGroup) Reset

func (x *ConceptGroup) Reset()

func (*ConceptGroup) String

func (x *ConceptGroup) String() string

type ContentLabelInfo

type ContentLabelInfo struct {
	Type enums.ContentLabelTypeEnum_ContentLabelType `` /* 136-byte string literal not displayed */
	// contains filtered or unexported fields
}

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 {
	RequiredBudgetAmountMicros int64    `` /* 145-byte string literal not displayed */
	BiddableConversions        *float64 `` /* 126-byte string literal not displayed */
	BiddableConversionsValue   *float64 `` /* 144-byte string literal not displayed */
	Clicks                     *int64   `protobuf:"varint,11,opt,name=clicks,proto3,oneof" json:"clicks,omitempty"`
	CostMicros                 *int64   `protobuf:"varint,12,opt,name=cost_micros,json=costMicros,proto3,oneof" json:"cost_micros,omitempty"`
	Impressions                *int64   `protobuf:"varint,13,opt,name=impressions,proto3,oneof" json:"impressions,omitempty"`
	TopSlotImpressions         *int64   `protobuf:"varint,14,opt,name=top_slot_impressions,json=topSlotImpressions,proto3,oneof" json:"top_slot_impressions,omitempty"`
	// Types that are assignable to CpcSimulationKeyValue:
	//	*CpcBidSimulationPoint_CpcBidMicros
	//	*CpcBidSimulationPoint_CpcBidScalingModifier
	CpcSimulationKeyValue isCpcBidSimulationPoint_CpcSimulationKeyValue `protobuf_oneof:"cpc_simulation_key_value"`
	// contains filtered or unexported fields
}

func (*CpcBidSimulationPoint) Descriptor deprecated

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

Deprecated: Use CpcBidSimulationPoint.ProtoReflect.Descriptor instead.

func (*CpcBidSimulationPoint) GetBiddableConversions

func (x *CpcBidSimulationPoint) GetBiddableConversions() float64

func (*CpcBidSimulationPoint) GetBiddableConversionsValue

func (x *CpcBidSimulationPoint) GetBiddableConversionsValue() float64

func (*CpcBidSimulationPoint) GetClicks

func (x *CpcBidSimulationPoint) GetClicks() int64

func (*CpcBidSimulationPoint) GetCostMicros

func (x *CpcBidSimulationPoint) GetCostMicros() int64

func (*CpcBidSimulationPoint) GetCpcBidMicros

func (x *CpcBidSimulationPoint) GetCpcBidMicros() int64

func (*CpcBidSimulationPoint) GetCpcBidScalingModifier

func (x *CpcBidSimulationPoint) GetCpcBidScalingModifier() float64

func (*CpcBidSimulationPoint) GetCpcSimulationKeyValue

func (m *CpcBidSimulationPoint) GetCpcSimulationKeyValue() isCpcBidSimulationPoint_CpcSimulationKeyValue

func (*CpcBidSimulationPoint) GetImpressions

func (x *CpcBidSimulationPoint) GetImpressions() int64

func (*CpcBidSimulationPoint) GetRequiredBudgetAmountMicros

func (x *CpcBidSimulationPoint) GetRequiredBudgetAmountMicros() int64

func (*CpcBidSimulationPoint) GetTopSlotImpressions

func (x *CpcBidSimulationPoint) GetTopSlotImpressions() int64

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 {
	Points []*CpcBidSimulationPoint `protobuf:"bytes,1,rep,name=points,proto3" json:"points,omitempty"`
	// contains filtered or unexported fields
}

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 CpcBidSimulationPoint_CpcBidMicros

type CpcBidSimulationPoint_CpcBidMicros struct {
	CpcBidMicros int64 `protobuf:"varint,15,opt,name=cpc_bid_micros,json=cpcBidMicros,proto3,oneof"`
}

type CpcBidSimulationPoint_CpcBidScalingModifier

type CpcBidSimulationPoint_CpcBidScalingModifier struct {
	CpcBidScalingModifier float64 `protobuf:"fixed64,16,opt,name=cpc_bid_scaling_modifier,json=cpcBidScalingModifier,proto3,oneof"`
}

type CpvBidSimulationPoint

type CpvBidSimulationPoint struct {
	CpvBidMicros *int64 `protobuf:"varint,5,opt,name=cpv_bid_micros,json=cpvBidMicros,proto3,oneof" json:"cpv_bid_micros,omitempty"`
	CostMicros   *int64 `protobuf:"varint,6,opt,name=cost_micros,json=costMicros,proto3,oneof" json:"cost_micros,omitempty"`
	Impressions  *int64 `protobuf:"varint,7,opt,name=impressions,proto3,oneof" json:"impressions,omitempty"`
	Views        *int64 `protobuf:"varint,8,opt,name=views,proto3,oneof" json:"views,omitempty"`
	// contains filtered or unexported fields
}

func (*CpvBidSimulationPoint) Descriptor deprecated

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

Deprecated: Use CpvBidSimulationPoint.ProtoReflect.Descriptor instead.

func (*CpvBidSimulationPoint) GetCostMicros

func (x *CpvBidSimulationPoint) GetCostMicros() int64

func (*CpvBidSimulationPoint) GetCpvBidMicros

func (x *CpvBidSimulationPoint) GetCpvBidMicros() int64

func (*CpvBidSimulationPoint) GetImpressions

func (x *CpvBidSimulationPoint) GetImpressions() int64

func (*CpvBidSimulationPoint) GetViews

func (x *CpvBidSimulationPoint) GetViews() int64

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 {
	Points []*CpvBidSimulationPoint `protobuf:"bytes,1,rep,name=points,proto3" json:"points,omitempty"`
	// contains filtered or unexported fields
}

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 *CriterionCategoryChannelAvailability  `protobuf:"bytes,1,opt,name=channel,proto3" json:"channel,omitempty"`
	Locale  []*CriterionCategoryLocaleAvailability `protobuf:"bytes,2,rep,name=locale,proto3" json:"locale,omitempty"`
	// contains filtered or unexported fields
}

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 {
	AvailabilityMode             enums.CriterionCategoryChannelAvailabilityModeEnum_CriterionCategoryChannelAvailabilityMode `` /* 232-byte string literal not displayed */
	AdvertisingChannelType       enums.AdvertisingChannelTypeEnum_AdvertisingChannelType                                     `` /* 216-byte string literal not displayed */
	AdvertisingChannelSubType    []enums.AdvertisingChannelSubTypeEnum_AdvertisingChannelSubType                             `` /* 240-byte string literal not displayed */
	IncludeDefaultChannelSubType *bool                                                                                       `` /* 158-byte string literal not displayed */
	// contains filtered or unexported fields
}

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() bool

func (*CriterionCategoryChannelAvailability) ProtoMessage

func (*CriterionCategoryChannelAvailability) ProtoMessage()

func (*CriterionCategoryChannelAvailability) ProtoReflect

func (*CriterionCategoryChannelAvailability) Reset

func (*CriterionCategoryChannelAvailability) String

type CriterionCategoryLocaleAvailability

type CriterionCategoryLocaleAvailability struct {
	AvailabilityMode enums.CriterionCategoryLocaleAvailabilityModeEnum_CriterionCategoryLocaleAvailabilityMode `` /* 230-byte string literal not displayed */
	CountryCode      *string                                                                                   `protobuf:"bytes,4,opt,name=country_code,json=countryCode,proto3,oneof" json:"country_code,omitempty"`
	LanguageCode     *string                                                                                   `protobuf:"bytes,5,opt,name=language_code,json=languageCode,proto3,oneof" json:"language_code,omitempty"`
	// contains filtered or unexported fields
}

func (*CriterionCategoryLocaleAvailability) Descriptor deprecated

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

Deprecated: Use CriterionCategoryLocaleAvailability.ProtoReflect.Descriptor instead.

func (*CriterionCategoryLocaleAvailability) GetCountryCode

func (x *CriterionCategoryLocaleAvailability) GetCountryCode() string

func (*CriterionCategoryLocaleAvailability) GetLanguageCode

func (x *CriterionCategoryLocaleAvailability) GetLanguageCode() string

func (*CriterionCategoryLocaleAvailability) ProtoMessage

func (*CriterionCategoryLocaleAvailability) ProtoMessage()

func (*CriterionCategoryLocaleAvailability) ProtoReflect

func (*CriterionCategoryLocaleAvailability) Reset

func (*CriterionCategoryLocaleAvailability) String

type CrmBasedUserListInfo

type CrmBasedUserListInfo struct {
	AppId          *string                                                         `protobuf:"bytes,4,opt,name=app_id,json=appId,proto3,oneof" json:"app_id,omitempty"`
	UploadKeyType  enums.CustomerMatchUploadKeyTypeEnum_CustomerMatchUploadKeyType `` /* 197-byte string literal not displayed */
	DataSourceType enums.UserListCrmDataSourceTypeEnum_UserListCrmDataSourceType   `` /* 198-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*CrmBasedUserListInfo) Descriptor deprecated

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

Deprecated: Use CrmBasedUserListInfo.ProtoReflect.Descriptor instead.

func (*CrmBasedUserListInfo) GetAppId

func (x *CrmBasedUserListInfo) GetAppId() string

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 {
	CustomAffinity *string `protobuf:"bytes,2,opt,name=custom_affinity,json=customAffinity,proto3,oneof" json:"custom_affinity,omitempty"`
	// contains filtered or unexported fields
}

func (*CustomAffinityInfo) Descriptor deprecated

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

Deprecated: Use CustomAffinityInfo.ProtoReflect.Descriptor instead.

func (*CustomAffinityInfo) GetCustomAffinity

func (x *CustomAffinityInfo) GetCustomAffinity() string

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 CustomAudienceInfo

type CustomAudienceInfo struct {
	CustomAudience string `protobuf:"bytes,1,opt,name=custom_audience,json=customAudience,proto3" json:"custom_audience,omitempty"`
	// contains filtered or unexported fields
}

func (*CustomAudienceInfo) Descriptor deprecated

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

Deprecated: Use CustomAudienceInfo.ProtoReflect.Descriptor instead.

func (*CustomAudienceInfo) GetCustomAudience

func (x *CustomAudienceInfo) GetCustomAudience() string

func (*CustomAudienceInfo) ProtoMessage

func (*CustomAudienceInfo) ProtoMessage()

func (*CustomAudienceInfo) ProtoReflect

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

func (*CustomAudienceInfo) Reset

func (x *CustomAudienceInfo) Reset()

func (*CustomAudienceInfo) String

func (x *CustomAudienceInfo) String() string

type CustomAudienceSegment

type CustomAudienceSegment struct {
	CustomAudience *string `protobuf:"bytes,1,opt,name=custom_audience,json=customAudience,proto3,oneof" json:"custom_audience,omitempty"`
	// contains filtered or unexported fields
}

func (*CustomAudienceSegment) Descriptor deprecated

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

Deprecated: Use CustomAudienceSegment.ProtoReflect.Descriptor instead.

func (*CustomAudienceSegment) GetCustomAudience

func (x *CustomAudienceSegment) GetCustomAudience() string

func (*CustomAudienceSegment) ProtoMessage

func (*CustomAudienceSegment) ProtoMessage()

func (*CustomAudienceSegment) ProtoReflect

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

func (*CustomAudienceSegment) Reset

func (x *CustomAudienceSegment) Reset()

func (*CustomAudienceSegment) String

func (x *CustomAudienceSegment) String() string

type CustomIntentInfo

type CustomIntentInfo struct {
	CustomIntent *string `protobuf:"bytes,2,opt,name=custom_intent,json=customIntent,proto3,oneof" json:"custom_intent,omitempty"`
	// contains filtered or unexported fields
}

func (*CustomIntentInfo) Descriptor deprecated

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

Deprecated: Use CustomIntentInfo.ProtoReflect.Descriptor instead.

func (*CustomIntentInfo) GetCustomIntent

func (x *CustomIntentInfo) GetCustomIntent() string

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 {
	Key   *string `protobuf:"bytes,3,opt,name=key,proto3,oneof" json:"key,omitempty"`
	Value *string `protobuf:"bytes,4,opt,name=value,proto3,oneof" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*CustomParameter) Descriptor deprecated

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

Deprecated: Use CustomParameter.ProtoReflect.Descriptor instead.

func (*CustomParameter) GetKey

func (x *CustomParameter) GetKey() string

func (*CustomParameter) GetValue

func (x *CustomParameter) GetValue() string

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 CustomerMatchUserListMetadata

type CustomerMatchUserListMetadata struct {
	UserList *string `protobuf:"bytes,2,opt,name=user_list,json=userList,proto3,oneof" json:"user_list,omitempty"`
	// contains filtered or unexported fields
}

func (*CustomerMatchUserListMetadata) Descriptor deprecated

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

Deprecated: Use CustomerMatchUserListMetadata.ProtoReflect.Descriptor instead.

func (*CustomerMatchUserListMetadata) GetUserList

func (x *CustomerMatchUserListMetadata) GetUserList() string

func (*CustomerMatchUserListMetadata) ProtoMessage

func (*CustomerMatchUserListMetadata) ProtoMessage()

func (*CustomerMatchUserListMetadata) ProtoReflect

func (*CustomerMatchUserListMetadata) Reset

func (x *CustomerMatchUserListMetadata) Reset()

func (*CustomerMatchUserListMetadata) String

type CustomizerValue

type CustomizerValue struct {
	Type        enums.CustomizerAttributeTypeEnum_CustomizerAttributeType `` /* 150-byte string literal not displayed */
	StringValue string                                                    `protobuf:"bytes,2,opt,name=string_value,json=stringValue,proto3" json:"string_value,omitempty"`
	// contains filtered or unexported fields
}

func (*CustomizerValue) Descriptor deprecated

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

Deprecated: Use CustomizerValue.ProtoReflect.Descriptor instead.

func (*CustomizerValue) GetStringValue

func (x *CustomizerValue) GetStringValue() string

func (*CustomizerValue) ProtoMessage

func (*CustomizerValue) ProtoMessage()

func (*CustomizerValue) ProtoReflect

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

func (*CustomizerValue) Reset

func (x *CustomizerValue) Reset()

func (*CustomizerValue) String

func (x *CustomizerValue) String() string

type DateRange

type DateRange struct {
	StartDate *string `protobuf:"bytes,3,opt,name=start_date,json=startDate,proto3,oneof" json:"start_date,omitempty"`
	EndDate   *string `protobuf:"bytes,4,opt,name=end_date,json=endDate,proto3,oneof" json:"end_date,omitempty"`
	// contains filtered or unexported fields
}

func (*DateRange) Descriptor deprecated

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

Deprecated: Use DateRange.ProtoReflect.Descriptor instead.

func (*DateRange) GetEndDate

func (x *DateRange) GetEndDate() string

func (*DateRange) GetStartDate

func (x *DateRange) GetStartDate() string

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 {
	Rule      *UserListRuleInfo `protobuf:"bytes,1,opt,name=rule,proto3" json:"rule,omitempty"`
	StartDate *string           `protobuf:"bytes,4,opt,name=start_date,json=startDate,proto3,oneof" json:"start_date,omitempty"`
	EndDate   *string           `protobuf:"bytes,5,opt,name=end_date,json=endDate,proto3,oneof" json:"end_date,omitempty"`
	// contains filtered or unexported fields
}

func (*DateSpecificRuleUserListInfo) Descriptor deprecated

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

Deprecated: Use DateSpecificRuleUserListInfo.ProtoReflect.Descriptor instead.

func (*DateSpecificRuleUserListInfo) GetEndDate

func (x *DateSpecificRuleUserListInfo) GetEndDate() string

func (*DateSpecificRuleUserListInfo) GetRule

func (*DateSpecificRuleUserListInfo) GetStartDate

func (x *DateSpecificRuleUserListInfo) GetStartDate() string

func (*DateSpecificRuleUserListInfo) ProtoMessage

func (*DateSpecificRuleUserListInfo) ProtoMessage()

func (*DateSpecificRuleUserListInfo) ProtoReflect

func (*DateSpecificRuleUserListInfo) Reset

func (x *DateSpecificRuleUserListInfo) Reset()

func (*DateSpecificRuleUserListInfo) String

type DetailedDemographicSegment

type DetailedDemographicSegment struct {
	DetailedDemographic *string `protobuf:"bytes,1,opt,name=detailed_demographic,json=detailedDemographic,proto3,oneof" json:"detailed_demographic,omitempty"`
	// contains filtered or unexported fields
}

func (*DetailedDemographicSegment) Descriptor deprecated

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

Deprecated: Use DetailedDemographicSegment.ProtoReflect.Descriptor instead.

func (*DetailedDemographicSegment) GetDetailedDemographic

func (x *DetailedDemographicSegment) GetDetailedDemographic() string

func (*DetailedDemographicSegment) ProtoMessage

func (*DetailedDemographicSegment) ProtoMessage()

func (*DetailedDemographicSegment) ProtoReflect

func (*DetailedDemographicSegment) Reset

func (x *DetailedDemographicSegment) Reset()

func (*DetailedDemographicSegment) String

func (x *DetailedDemographicSegment) String() string

type DeviceInfo

type DeviceInfo struct {
	Type enums.DeviceEnum_Device `protobuf:"varint,1,opt,name=type,proto3,enum=google.ads.googleads.v10.enums.DeviceEnum_Device" json:"type,omitempty"`
	// contains filtered or unexported fields
}

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            *string `protobuf:"bytes,5,opt,name=text,proto3,oneof" json:"text,omitempty"`
	TextColor       *string `protobuf:"bytes,6,opt,name=text_color,json=textColor,proto3,oneof" json:"text_color,omitempty"`
	UrlCollectionId *string `protobuf:"bytes,7,opt,name=url_collection_id,json=urlCollectionId,proto3,oneof" json:"url_collection_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DisplayCallToAction) Descriptor deprecated

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

Deprecated: Use DisplayCallToAction.ProtoReflect.Descriptor instead.

func (*DisplayCallToAction) GetText

func (x *DisplayCallToAction) GetText() string

func (*DisplayCallToAction) GetTextColor

func (x *DisplayCallToAction) GetTextColor() string

func (*DisplayCallToAction) GetUrlCollectionId

func (x *DisplayCallToAction) GetUrlCollectionId() string

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 {
	DisplayUploadProductType enums.DisplayUploadProductTypeEnum_DisplayUploadProductType `` /* 228-byte string literal not displayed */
	// Types that are assignable to MediaAsset:
	//	*DisplayUploadAdInfo_MediaBundle
	MediaAsset isDisplayUploadAdInfo_MediaAsset `protobuf_oneof:"media_asset"`
	// contains filtered or unexported fields
}

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 {
	MediaBundle *AdMediaBundleAsset `protobuf:"bytes,2,opt,name=media_bundle,json=mediaBundle,proto3,oneof"`
}

type DynamicAffiliateLocationSetFilter

type DynamicAffiliateLocationSetFilter struct {
	ChainIds []int64 `protobuf:"varint,1,rep,packed,name=chain_ids,json=chainIds,proto3" json:"chain_ids,omitempty"`
	// contains filtered or unexported fields
}

func (*DynamicAffiliateLocationSetFilter) Descriptor deprecated

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

Deprecated: Use DynamicAffiliateLocationSetFilter.ProtoReflect.Descriptor instead.

func (*DynamicAffiliateLocationSetFilter) GetChainIds

func (x *DynamicAffiliateLocationSetFilter) GetChainIds() []int64

func (*DynamicAffiliateLocationSetFilter) ProtoMessage

func (*DynamicAffiliateLocationSetFilter) ProtoMessage()

func (*DynamicAffiliateLocationSetFilter) ProtoReflect

func (*DynamicAffiliateLocationSetFilter) Reset

func (*DynamicAffiliateLocationSetFilter) String

type DynamicEducationAsset

type DynamicEducationAsset struct {
	ProgramId          string   `protobuf:"bytes,1,opt,name=program_id,json=programId,proto3" json:"program_id,omitempty"`
	LocationId         string   `protobuf:"bytes,2,opt,name=location_id,json=locationId,proto3" json:"location_id,omitempty"`
	ProgramName        string   `protobuf:"bytes,3,opt,name=program_name,json=programName,proto3" json:"program_name,omitempty"`
	Subject            string   `protobuf:"bytes,4,opt,name=subject,proto3" json:"subject,omitempty"`
	ProgramDescription string   `protobuf:"bytes,5,opt,name=program_description,json=programDescription,proto3" json:"program_description,omitempty"`
	SchoolName         string   `protobuf:"bytes,6,opt,name=school_name,json=schoolName,proto3" json:"school_name,omitempty"`
	Address            string   `protobuf:"bytes,7,opt,name=address,proto3" json:"address,omitempty"`
	ContextualKeywords []string `protobuf:"bytes,8,rep,name=contextual_keywords,json=contextualKeywords,proto3" json:"contextual_keywords,omitempty"`
	AndroidAppLink     string   `protobuf:"bytes,9,opt,name=android_app_link,json=androidAppLink,proto3" json:"android_app_link,omitempty"`
	SimilarProgramIds  []string `protobuf:"bytes,10,rep,name=similar_program_ids,json=similarProgramIds,proto3" json:"similar_program_ids,omitempty"`
	IosAppLink         string   `protobuf:"bytes,11,opt,name=ios_app_link,json=iosAppLink,proto3" json:"ios_app_link,omitempty"`
	IosAppStoreId      int64    `protobuf:"varint,12,opt,name=ios_app_store_id,json=iosAppStoreId,proto3" json:"ios_app_store_id,omitempty"`
	ThumbnailImageUrl  string   `protobuf:"bytes,13,opt,name=thumbnail_image_url,json=thumbnailImageUrl,proto3" json:"thumbnail_image_url,omitempty"`
	ImageUrl           string   `protobuf:"bytes,14,opt,name=image_url,json=imageUrl,proto3" json:"image_url,omitempty"`
	// contains filtered or unexported fields
}

func (*DynamicEducationAsset) Descriptor deprecated

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

Deprecated: Use DynamicEducationAsset.ProtoReflect.Descriptor instead.

func (*DynamicEducationAsset) GetAddress

func (x *DynamicEducationAsset) GetAddress() string
func (x *DynamicEducationAsset) GetAndroidAppLink() string

func (*DynamicEducationAsset) GetContextualKeywords

func (x *DynamicEducationAsset) GetContextualKeywords() []string

func (*DynamicEducationAsset) GetImageUrl

func (x *DynamicEducationAsset) GetImageUrl() string
func (x *DynamicEducationAsset) GetIosAppLink() string

func (*DynamicEducationAsset) GetIosAppStoreId

func (x *DynamicEducationAsset) GetIosAppStoreId() int64

func (*DynamicEducationAsset) GetLocationId

func (x *DynamicEducationAsset) GetLocationId() string

func (*DynamicEducationAsset) GetProgramDescription

func (x *DynamicEducationAsset) GetProgramDescription() string

func (*DynamicEducationAsset) GetProgramId

func (x *DynamicEducationAsset) GetProgramId() string

func (*DynamicEducationAsset) GetProgramName

func (x *DynamicEducationAsset) GetProgramName() string

func (*DynamicEducationAsset) GetSchoolName

func (x *DynamicEducationAsset) GetSchoolName() string

func (*DynamicEducationAsset) GetSimilarProgramIds

func (x *DynamicEducationAsset) GetSimilarProgramIds() []string

func (*DynamicEducationAsset) GetSubject

func (x *DynamicEducationAsset) GetSubject() string

func (*DynamicEducationAsset) GetThumbnailImageUrl

func (x *DynamicEducationAsset) GetThumbnailImageUrl() string

func (*DynamicEducationAsset) ProtoMessage

func (*DynamicEducationAsset) ProtoMessage()

func (*DynamicEducationAsset) ProtoReflect

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

func (*DynamicEducationAsset) Reset

func (x *DynamicEducationAsset) Reset()

func (*DynamicEducationAsset) String

func (x *DynamicEducationAsset) String() string

type DynamicLocationSetFilter

type DynamicLocationSetFilter struct {
	Labels             []string            `protobuf:"bytes,1,rep,name=labels,proto3" json:"labels,omitempty"`
	BusinessNameFilter *BusinessNameFilter `protobuf:"bytes,2,opt,name=business_name_filter,json=businessNameFilter,proto3" json:"business_name_filter,omitempty"`
	// contains filtered or unexported fields
}

func (*DynamicLocationSetFilter) Descriptor deprecated

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

Deprecated: Use DynamicLocationSetFilter.ProtoReflect.Descriptor instead.

func (*DynamicLocationSetFilter) GetBusinessNameFilter

func (x *DynamicLocationSetFilter) GetBusinessNameFilter() *BusinessNameFilter

func (*DynamicLocationSetFilter) GetLabels

func (x *DynamicLocationSetFilter) GetLabels() []string

func (*DynamicLocationSetFilter) ProtoMessage

func (*DynamicLocationSetFilter) ProtoMessage()

func (*DynamicLocationSetFilter) ProtoReflect

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

func (*DynamicLocationSetFilter) Reset

func (x *DynamicLocationSetFilter) Reset()

func (*DynamicLocationSetFilter) String

func (x *DynamicLocationSetFilter) String() string

type EnhancedCpc

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

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 ExclusionSegment

type ExclusionSegment struct {

	// Types that are assignable to Segment:
	//	*ExclusionSegment_UserList
	Segment isExclusionSegment_Segment `protobuf_oneof:"segment"`
	// contains filtered or unexported fields
}

func (*ExclusionSegment) Descriptor deprecated

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

Deprecated: Use ExclusionSegment.ProtoReflect.Descriptor instead.

func (*ExclusionSegment) GetSegment

func (m *ExclusionSegment) GetSegment() isExclusionSegment_Segment

func (*ExclusionSegment) GetUserList

func (x *ExclusionSegment) GetUserList() *UserListSegment

func (*ExclusionSegment) ProtoMessage

func (*ExclusionSegment) ProtoMessage()

func (*ExclusionSegment) ProtoReflect

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

func (*ExclusionSegment) Reset

func (x *ExclusionSegment) Reset()

func (*ExclusionSegment) String

func (x *ExclusionSegment) String() string

type ExclusionSegment_UserList

type ExclusionSegment_UserList struct {
	UserList *UserListSegment `protobuf:"bytes,1,opt,name=user_list,json=userList,proto3,oneof"`
}

type ExpandedDynamicSearchAdInfo

type ExpandedDynamicSearchAdInfo struct {
	Description  *string `protobuf:"bytes,3,opt,name=description,proto3,oneof" json:"description,omitempty"`
	Description2 *string `protobuf:"bytes,4,opt,name=description2,proto3,oneof" json:"description2,omitempty"`
	// contains filtered or unexported fields
}

func (*ExpandedDynamicSearchAdInfo) Descriptor deprecated

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

Deprecated: Use ExpandedDynamicSearchAdInfo.ProtoReflect.Descriptor instead.

func (*ExpandedDynamicSearchAdInfo) GetDescription

func (x *ExpandedDynamicSearchAdInfo) GetDescription() string

func (*ExpandedDynamicSearchAdInfo) GetDescription2

func (x *ExpandedDynamicSearchAdInfo) GetDescription2() string

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 {
	HeadlinePart1 *string `protobuf:"bytes,8,opt,name=headline_part1,json=headlinePart1,proto3,oneof" json:"headline_part1,omitempty"`
	HeadlinePart2 *string `protobuf:"bytes,9,opt,name=headline_part2,json=headlinePart2,proto3,oneof" json:"headline_part2,omitempty"`
	HeadlinePart3 *string `protobuf:"bytes,10,opt,name=headline_part3,json=headlinePart3,proto3,oneof" json:"headline_part3,omitempty"`
	Description   *string `protobuf:"bytes,11,opt,name=description,proto3,oneof" json:"description,omitempty"`
	Description2  *string `protobuf:"bytes,12,opt,name=description2,proto3,oneof" json:"description2,omitempty"`
	Path1         *string `protobuf:"bytes,13,opt,name=path1,proto3,oneof" json:"path1,omitempty"`
	Path2         *string `protobuf:"bytes,14,opt,name=path2,proto3,oneof" json:"path2,omitempty"`
	// contains filtered or unexported fields
}

func (*ExpandedTextAdInfo) Descriptor deprecated

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

Deprecated: Use ExpandedTextAdInfo.ProtoReflect.Descriptor instead.

func (*ExpandedTextAdInfo) GetDescription

func (x *ExpandedTextAdInfo) GetDescription() string

func (*ExpandedTextAdInfo) GetDescription2

func (x *ExpandedTextAdInfo) GetDescription2() string

func (*ExpandedTextAdInfo) GetHeadlinePart1

func (x *ExpandedTextAdInfo) GetHeadlinePart1() string

func (*ExpandedTextAdInfo) GetHeadlinePart2

func (x *ExpandedTextAdInfo) GetHeadlinePart2() string

func (*ExpandedTextAdInfo) GetHeadlinePart3

func (x *ExpandedTextAdInfo) GetHeadlinePart3() string

func (*ExpandedTextAdInfo) GetPath1

func (x *ExpandedTextAdInfo) GetPath1() string

func (*ExpandedTextAdInfo) GetPath2

func (x *ExpandedTextAdInfo) GetPath2() string

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 {
	OptIn *bool `protobuf:"varint,2,opt,name=opt_in,json=optIn,proto3,oneof" json:"opt_in,omitempty"`
	// contains filtered or unexported fields
}

func (*ExplorerAutoOptimizerSetting) Descriptor deprecated

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

Deprecated: Use ExplorerAutoOptimizerSetting.ProtoReflect.Descriptor instead.

func (*ExplorerAutoOptimizerSetting) GetOptIn

func (x *ExplorerAutoOptimizerSetting) GetOptIn() bool

func (*ExplorerAutoOptimizerSetting) ProtoMessage

func (*ExplorerAutoOptimizerSetting) ProtoMessage()

func (*ExplorerAutoOptimizerSetting) ProtoReflect

func (*ExplorerAutoOptimizerSetting) Reset

func (x *ExplorerAutoOptimizerSetting) Reset()

func (*ExplorerAutoOptimizerSetting) String

type ExpressionRuleUserListInfo

type ExpressionRuleUserListInfo struct {
	Rule *UserListRuleInfo `protobuf:"bytes,1,opt,name=rule,proto3" json:"rule,omitempty"`
	// contains filtered or unexported fields
}

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 {
	OsType enums.AppUrlOperatingSystemTypeEnum_AppUrlOperatingSystemType `` /* 172-byte string literal not displayed */
	Url    *string                                                       `protobuf:"bytes,3,opt,name=url,proto3,oneof" json:"url,omitempty"`
	// contains filtered or unexported fields
}

func (*FinalAppUrl) Descriptor deprecated

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

Deprecated: Use FinalAppUrl.ProtoReflect.Descriptor instead.

func (*FinalAppUrl) GetUrl

func (x *FinalAppUrl) GetUrl() string

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 {
	Key *FrequencyCapKey `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	Cap *int32           `protobuf:"varint,3,opt,name=cap,proto3,oneof" json:"cap,omitempty"`
	// contains filtered or unexported fields
}

func (*FrequencyCapEntry) Descriptor deprecated

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

Deprecated: Use FrequencyCapEntry.ProtoReflect.Descriptor instead.

func (*FrequencyCapEntry) GetCap

func (x *FrequencyCapEntry) GetCap() int32

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 {
	Level      enums.FrequencyCapLevelEnum_FrequencyCapLevel         `` /* 140-byte string literal not displayed */
	EventType  enums.FrequencyCapEventTypeEnum_FrequencyCapEventType `` /* 173-byte string literal not displayed */
	TimeUnit   enums.FrequencyCapTimeUnitEnum_FrequencyCapTimeUnit   `` /* 168-byte string literal not displayed */
	TimeLength *int32                                                `protobuf:"varint,5,opt,name=time_length,json=timeLength,proto3,oneof" json:"time_length,omitempty"`
	// contains filtered or unexported fields
}

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() int32

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 GenderDimension

type GenderDimension struct {
	Genders             []enums.GenderTypeEnum_GenderType `` /* 137-byte string literal not displayed */
	IncludeUndetermined *bool                             `protobuf:"varint,2,opt,name=include_undetermined,json=includeUndetermined,proto3,oneof" json:"include_undetermined,omitempty"`
	// contains filtered or unexported fields
}

func (*GenderDimension) Descriptor deprecated

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

Deprecated: Use GenderDimension.ProtoReflect.Descriptor instead.

func (*GenderDimension) GetGenders

func (*GenderDimension) GetIncludeUndetermined

func (x *GenderDimension) GetIncludeUndetermined() bool

func (*GenderDimension) ProtoMessage

func (*GenderDimension) ProtoMessage()

func (*GenderDimension) ProtoReflect

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

func (*GenderDimension) Reset

func (x *GenderDimension) Reset()

func (*GenderDimension) String

func (x *GenderDimension) String() string

type GenderInfo

type GenderInfo struct {
	Type enums.GenderTypeEnum_GenderType `protobuf:"varint,1,opt,name=type,proto3,enum=google.ads.googleads.v10.enums.GenderTypeEnum_GenderType" json:"type,omitempty"`
	// contains filtered or unexported fields
}

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 {
	LongitudeInMicroDegrees *int32 `` /* 141-byte string literal not displayed */
	LatitudeInMicroDegrees  *int32 `` /* 138-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GeoPointInfo) Descriptor deprecated

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

Deprecated: Use GeoPointInfo.ProtoReflect.Descriptor instead.

func (*GeoPointInfo) GetLatitudeInMicroDegrees

func (x *GeoPointInfo) GetLatitudeInMicroDegrees() int32

func (*GeoPointInfo) GetLongitudeInMicroDegrees

func (x *GeoPointInfo) GetLongitudeInMicroDegrees() int32

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 {
	Teaser                            *GmailTeaser         `protobuf:"bytes,1,opt,name=teaser,proto3" json:"teaser,omitempty"`
	HeaderImage                       *string              `protobuf:"bytes,10,opt,name=header_image,json=headerImage,proto3,oneof" json:"header_image,omitempty"`
	MarketingImage                    *string              `protobuf:"bytes,11,opt,name=marketing_image,json=marketingImage,proto3,oneof" json:"marketing_image,omitempty"`
	MarketingImageHeadline            *string              `` /* 136-byte string literal not displayed */
	MarketingImageDescription         *string              `` /* 145-byte string literal not displayed */
	MarketingImageDisplayCallToAction *DisplayCallToAction `` /* 168-byte string literal not displayed */
	ProductImages                     []*ProductImage      `protobuf:"bytes,7,rep,name=product_images,json=productImages,proto3" json:"product_images,omitempty"`
	ProductVideos                     []*ProductVideo      `protobuf:"bytes,8,rep,name=product_videos,json=productVideos,proto3" json:"product_videos,omitempty"`
	// contains filtered or unexported fields
}

func (*GmailAdInfo) Descriptor deprecated

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

Deprecated: Use GmailAdInfo.ProtoReflect.Descriptor instead.

func (*GmailAdInfo) GetHeaderImage

func (x *GmailAdInfo) GetHeaderImage() string

func (*GmailAdInfo) GetMarketingImage

func (x *GmailAdInfo) GetMarketingImage() string

func (*GmailAdInfo) GetMarketingImageDescription

func (x *GmailAdInfo) GetMarketingImageDescription() string

func (*GmailAdInfo) GetMarketingImageDisplayCallToAction

func (x *GmailAdInfo) GetMarketingImageDisplayCallToAction() *DisplayCallToAction

func (*GmailAdInfo) GetMarketingImageHeadline

func (x *GmailAdInfo) GetMarketingImageHeadline() string

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     *string `protobuf:"bytes,5,opt,name=headline,proto3,oneof" json:"headline,omitempty"`
	Description  *string `protobuf:"bytes,6,opt,name=description,proto3,oneof" json:"description,omitempty"`
	BusinessName *string `protobuf:"bytes,7,opt,name=business_name,json=businessName,proto3,oneof" json:"business_name,omitempty"`
	LogoImage    *string `protobuf:"bytes,8,opt,name=logo_image,json=logoImage,proto3,oneof" json:"logo_image,omitempty"`
	// contains filtered or unexported fields
}

func (*GmailTeaser) Descriptor deprecated

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

Deprecated: Use GmailTeaser.ProtoReflect.Descriptor instead.

func (*GmailTeaser) GetBusinessName

func (x *GmailTeaser) GetBusinessName() string

func (*GmailTeaser) GetDescription

func (x *GmailTeaser) GetDescription() string

func (*GmailTeaser) GetHeadline

func (x *GmailTeaser) GetHeadline() string

func (*GmailTeaser) GetLogoImage

func (x *GmailTeaser) GetLogoImage() string

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 HistoricalMetricsOptions

type HistoricalMetricsOptions struct {
	YearMonthRange *YearMonthRange `protobuf:"bytes,1,opt,name=year_month_range,json=yearMonthRange,proto3,oneof" json:"year_month_range,omitempty"`
	// contains filtered or unexported fields
}

func (*HistoricalMetricsOptions) Descriptor deprecated

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

Deprecated: Use HistoricalMetricsOptions.ProtoReflect.Descriptor instead.

func (*HistoricalMetricsOptions) GetYearMonthRange

func (x *HistoricalMetricsOptions) GetYearMonthRange() *YearMonthRange

func (*HistoricalMetricsOptions) ProtoMessage

func (*HistoricalMetricsOptions) ProtoMessage()

func (*HistoricalMetricsOptions) ProtoReflect

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

func (*HistoricalMetricsOptions) Reset

func (x *HistoricalMetricsOptions) Reset()

func (*HistoricalMetricsOptions) String

func (x *HistoricalMetricsOptions) String() string

type HotelAdInfo

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

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 {
	MinDays *int64 `protobuf:"varint,3,opt,name=min_days,json=minDays,proto3,oneof" json:"min_days,omitempty"`
	MaxDays *int64 `protobuf:"varint,4,opt,name=max_days,json=maxDays,proto3,oneof" json:"max_days,omitempty"`
	// contains filtered or unexported fields
}

func (*HotelAdvanceBookingWindowInfo) Descriptor deprecated

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

Deprecated: Use HotelAdvanceBookingWindowInfo.ProtoReflect.Descriptor instead.

func (*HotelAdvanceBookingWindowInfo) GetMaxDays

func (x *HotelAdvanceBookingWindowInfo) GetMaxDays() int64

func (*HotelAdvanceBookingWindowInfo) GetMinDays

func (x *HotelAdvanceBookingWindowInfo) GetMinDays() int64

func (*HotelAdvanceBookingWindowInfo) ProtoMessage

func (*HotelAdvanceBookingWindowInfo) ProtoMessage()

func (*HotelAdvanceBookingWindowInfo) ProtoReflect

func (*HotelAdvanceBookingWindowInfo) Reset

func (x *HotelAdvanceBookingWindowInfo) Reset()

func (*HotelAdvanceBookingWindowInfo) String

type HotelCalloutAsset

type HotelCalloutAsset struct {
	Text         string `protobuf:"bytes,1,opt,name=text,proto3" json:"text,omitempty"`
	LanguageCode string `protobuf:"bytes,2,opt,name=language_code,json=languageCode,proto3" json:"language_code,omitempty"`
	// contains filtered or unexported fields
}

func (*HotelCalloutAsset) Descriptor deprecated

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

Deprecated: Use HotelCalloutAsset.ProtoReflect.Descriptor instead.

func (*HotelCalloutAsset) GetLanguageCode

func (x *HotelCalloutAsset) GetLanguageCode() string

func (*HotelCalloutAsset) GetText

func (x *HotelCalloutAsset) GetText() string

func (*HotelCalloutAsset) ProtoMessage

func (*HotelCalloutAsset) ProtoMessage()

func (*HotelCalloutAsset) ProtoReflect

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

func (*HotelCalloutAsset) Reset

func (x *HotelCalloutAsset) Reset()

func (*HotelCalloutAsset) String

func (x *HotelCalloutAsset) String() string

type HotelCalloutFeedItem

type HotelCalloutFeedItem struct {
	Text         *string `protobuf:"bytes,3,opt,name=text,proto3,oneof" json:"text,omitempty"`
	LanguageCode *string `protobuf:"bytes,4,opt,name=language_code,json=languageCode,proto3,oneof" json:"language_code,omitempty"`
	// contains filtered or unexported fields
}

func (*HotelCalloutFeedItem) Descriptor deprecated

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

Deprecated: Use HotelCalloutFeedItem.ProtoReflect.Descriptor instead.

func (*HotelCalloutFeedItem) GetLanguageCode

func (x *HotelCalloutFeedItem) GetLanguageCode() string

func (*HotelCalloutFeedItem) GetText

func (x *HotelCalloutFeedItem) GetText() string

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 HotelCheckInDateRangeInfo

type HotelCheckInDateRangeInfo struct {
	StartDate string `protobuf:"bytes,1,opt,name=start_date,json=startDate,proto3" json:"start_date,omitempty"`
	EndDate   string `protobuf:"bytes,2,opt,name=end_date,json=endDate,proto3" json:"end_date,omitempty"`
	// contains filtered or unexported fields
}

func (*HotelCheckInDateRangeInfo) Descriptor deprecated

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

Deprecated: Use HotelCheckInDateRangeInfo.ProtoReflect.Descriptor instead.

func (*HotelCheckInDateRangeInfo) GetEndDate

func (x *HotelCheckInDateRangeInfo) GetEndDate() string

func (*HotelCheckInDateRangeInfo) GetStartDate

func (x *HotelCheckInDateRangeInfo) GetStartDate() string

func (*HotelCheckInDateRangeInfo) ProtoMessage

func (*HotelCheckInDateRangeInfo) ProtoMessage()

func (*HotelCheckInDateRangeInfo) ProtoReflect

func (*HotelCheckInDateRangeInfo) Reset

func (x *HotelCheckInDateRangeInfo) Reset()

func (*HotelCheckInDateRangeInfo) String

func (x *HotelCheckInDateRangeInfo) String() string

type HotelCheckInDayInfo

type HotelCheckInDayInfo struct {
	DayOfWeek enums.DayOfWeekEnum_DayOfWeek `` /* 151-byte string literal not displayed */
	// contains filtered or unexported fields
}

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 {
	CityCriterion *string `protobuf:"bytes,2,opt,name=city_criterion,json=cityCriterion,proto3,oneof" json:"city_criterion,omitempty"`
	// contains filtered or unexported fields
}

func (*HotelCityInfo) Descriptor deprecated

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

Deprecated: Use HotelCityInfo.ProtoReflect.Descriptor instead.

func (*HotelCityInfo) GetCityCriterion

func (x *HotelCityInfo) GetCityCriterion() string

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 {
	Value *int64 `protobuf:"varint,2,opt,name=value,proto3,oneof" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*HotelClassInfo) Descriptor deprecated

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

Deprecated: Use HotelClassInfo.ProtoReflect.Descriptor instead.

func (*HotelClassInfo) GetValue

func (x *HotelClassInfo) GetValue() int64

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 {
	CountryRegionCriterion *string `` /* 135-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*HotelCountryRegionInfo) Descriptor deprecated

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

Deprecated: Use HotelCountryRegionInfo.ProtoReflect.Descriptor instead.

func (*HotelCountryRegionInfo) GetCountryRegionCriterion

func (x *HotelCountryRegionInfo) GetCountryRegionCriterion() string

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 enums.HotelDateSelectionTypeEnum_HotelDateSelectionType `` /* 148-byte string literal not displayed */
	// contains filtered or unexported fields
}

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 {
	Value *string `protobuf:"bytes,2,opt,name=value,proto3,oneof" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*HotelIdInfo) Descriptor deprecated

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

Deprecated: Use HotelIdInfo.ProtoReflect.Descriptor instead.

func (*HotelIdInfo) GetValue

func (x *HotelIdInfo) GetValue() string

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 {
	MinNights *int64 `protobuf:"varint,3,opt,name=min_nights,json=minNights,proto3,oneof" json:"min_nights,omitempty"`
	MaxNights *int64 `protobuf:"varint,4,opt,name=max_nights,json=maxNights,proto3,oneof" json:"max_nights,omitempty"`
	// contains filtered or unexported fields
}

func (*HotelLengthOfStayInfo) Descriptor deprecated

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

Deprecated: Use HotelLengthOfStayInfo.ProtoReflect.Descriptor instead.

func (*HotelLengthOfStayInfo) GetMaxNights

func (x *HotelLengthOfStayInfo) GetMaxNights() int64

func (*HotelLengthOfStayInfo) GetMinNights

func (x *HotelLengthOfStayInfo) GetMinNights() int64

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 {
	StateCriterion *string `protobuf:"bytes,2,opt,name=state_criterion,json=stateCriterion,proto3,oneof" json:"state_criterion,omitempty"`
	// contains filtered or unexported fields
}

func (*HotelStateInfo) Descriptor deprecated

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

Deprecated: Use HotelStateInfo.ProtoReflect.Descriptor instead.

func (*HotelStateInfo) GetStateCriterion

func (x *HotelStateInfo) GetStateCriterion() string

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 HouseholdIncomeDimension

type HouseholdIncomeDimension struct {
	IncomeRanges        []enums.IncomeRangeTypeEnum_IncomeRangeType `` /* 177-byte string literal not displayed */
	IncludeUndetermined *bool                                       `protobuf:"varint,2,opt,name=include_undetermined,json=includeUndetermined,proto3,oneof" json:"include_undetermined,omitempty"`
	// contains filtered or unexported fields
}

func (*HouseholdIncomeDimension) Descriptor deprecated

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

Deprecated: Use HouseholdIncomeDimension.ProtoReflect.Descriptor instead.

func (*HouseholdIncomeDimension) GetIncludeUndetermined

func (x *HouseholdIncomeDimension) GetIncludeUndetermined() bool

func (*HouseholdIncomeDimension) GetIncomeRanges

func (*HouseholdIncomeDimension) ProtoMessage

func (*HouseholdIncomeDimension) ProtoMessage()

func (*HouseholdIncomeDimension) ProtoReflect

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

func (*HouseholdIncomeDimension) Reset

func (x *HouseholdIncomeDimension) Reset()

func (*HouseholdIncomeDimension) String

func (x *HouseholdIncomeDimension) String() string

type ImageAdInfo

type ImageAdInfo struct {
	PixelWidth         *int64                      `protobuf:"varint,15,opt,name=pixel_width,json=pixelWidth,proto3,oneof" json:"pixel_width,omitempty"`
	PixelHeight        *int64                      `protobuf:"varint,16,opt,name=pixel_height,json=pixelHeight,proto3,oneof" json:"pixel_height,omitempty"`
	ImageUrl           *string                     `protobuf:"bytes,17,opt,name=image_url,json=imageUrl,proto3,oneof" json:"image_url,omitempty"`
	PreviewPixelWidth  *int64                      `protobuf:"varint,18,opt,name=preview_pixel_width,json=previewPixelWidth,proto3,oneof" json:"preview_pixel_width,omitempty"`
	PreviewPixelHeight *int64                      `protobuf:"varint,19,opt,name=preview_pixel_height,json=previewPixelHeight,proto3,oneof" json:"preview_pixel_height,omitempty"`
	PreviewImageUrl    *string                     `protobuf:"bytes,20,opt,name=preview_image_url,json=previewImageUrl,proto3,oneof" json:"preview_image_url,omitempty"`
	MimeType           enums.MimeTypeEnum_MimeType `` /* 145-byte string literal not displayed */
	Name               *string                     `protobuf:"bytes,21,opt,name=name,proto3,oneof" json:"name,omitempty"`
	// Types that are assignable to Image:
	//	*ImageAdInfo_MediaFile
	//	*ImageAdInfo_Data
	//	*ImageAdInfo_AdIdToCopyImageFrom
	Image isImageAdInfo_Image `protobuf_oneof:"image"`
	// contains filtered or unexported fields
}

func (*ImageAdInfo) Descriptor deprecated

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

Deprecated: Use ImageAdInfo.ProtoReflect.Descriptor instead.

func (*ImageAdInfo) GetAdIdToCopyImageFrom

func (x *ImageAdInfo) GetAdIdToCopyImageFrom() int64

func (*ImageAdInfo) GetData

func (x *ImageAdInfo) GetData() []byte

func (*ImageAdInfo) GetImage

func (m *ImageAdInfo) GetImage() isImageAdInfo_Image

func (*ImageAdInfo) GetImageUrl

func (x *ImageAdInfo) GetImageUrl() string

func (*ImageAdInfo) GetMediaFile

func (x *ImageAdInfo) GetMediaFile() string

func (*ImageAdInfo) GetMimeType

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

func (*ImageAdInfo) GetName

func (x *ImageAdInfo) GetName() string

func (*ImageAdInfo) GetPixelHeight

func (x *ImageAdInfo) GetPixelHeight() int64

func (*ImageAdInfo) GetPixelWidth

func (x *ImageAdInfo) GetPixelWidth() int64

func (*ImageAdInfo) GetPreviewImageUrl

func (x *ImageAdInfo) GetPreviewImageUrl() string

func (*ImageAdInfo) GetPreviewPixelHeight

func (x *ImageAdInfo) GetPreviewPixelHeight() int64

func (*ImageAdInfo) GetPreviewPixelWidth

func (x *ImageAdInfo) GetPreviewPixelWidth() int64

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 {
	AdIdToCopyImageFrom int64 `protobuf:"varint,14,opt,name=ad_id_to_copy_image_from,json=adIdToCopyImageFrom,proto3,oneof"`
}

type ImageAdInfo_Data

type ImageAdInfo_Data struct {
	Data []byte `protobuf:"bytes,13,opt,name=data,proto3,oneof"`
}

type ImageAdInfo_MediaFile

type ImageAdInfo_MediaFile struct {
	MediaFile string `protobuf:"bytes,12,opt,name=media_file,json=mediaFile,proto3,oneof"`
}

type ImageAsset

type ImageAsset struct {
	Data     []byte                      `protobuf:"bytes,5,opt,name=data,proto3,oneof" json:"data,omitempty"`
	FileSize *int64                      `protobuf:"varint,6,opt,name=file_size,json=fileSize,proto3,oneof" json:"file_size,omitempty"`
	MimeType enums.MimeTypeEnum_MimeType `` /* 144-byte string literal not displayed */
	FullSize *ImageDimension             `protobuf:"bytes,4,opt,name=full_size,json=fullSize,proto3" json:"full_size,omitempty"`
	// contains filtered or unexported fields
}

func (*ImageAsset) Descriptor deprecated

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

Deprecated: Use ImageAsset.ProtoReflect.Descriptor instead.

func (*ImageAsset) GetData

func (x *ImageAsset) GetData() []byte

func (*ImageAsset) GetFileSize

func (x *ImageAsset) GetFileSize() int64

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 {
	HeightPixels *int64  `protobuf:"varint,4,opt,name=height_pixels,json=heightPixels,proto3,oneof" json:"height_pixels,omitempty"`
	WidthPixels  *int64  `protobuf:"varint,5,opt,name=width_pixels,json=widthPixels,proto3,oneof" json:"width_pixels,omitempty"`
	Url          *string `protobuf:"bytes,6,opt,name=url,proto3,oneof" json:"url,omitempty"`
	// contains filtered or unexported fields
}

func (*ImageDimension) Descriptor deprecated

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

Deprecated: Use ImageDimension.ProtoReflect.Descriptor instead.

func (*ImageDimension) GetHeightPixels

func (x *ImageDimension) GetHeightPixels() int64

func (*ImageDimension) GetUrl

func (x *ImageDimension) GetUrl() string

func (*ImageDimension) GetWidthPixels

func (x *ImageDimension) GetWidthPixels() int64

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 ImageFeedItem

type ImageFeedItem struct {
	ImageAsset string `protobuf:"bytes,1,opt,name=image_asset,json=imageAsset,proto3" json:"image_asset,omitempty"`
	// contains filtered or unexported fields
}

func (*ImageFeedItem) Descriptor deprecated

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

Deprecated: Use ImageFeedItem.ProtoReflect.Descriptor instead.

func (*ImageFeedItem) GetImageAsset

func (x *ImageFeedItem) GetImageAsset() string

func (*ImageFeedItem) ProtoMessage

func (*ImageFeedItem) ProtoMessage()

func (*ImageFeedItem) ProtoReflect

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

func (*ImageFeedItem) Reset

func (x *ImageFeedItem) Reset()

func (*ImageFeedItem) String

func (x *ImageFeedItem) String() string

type InFeedVideoAdInfo

type InFeedVideoAdInfo struct {
	Headline     string                                  `protobuf:"bytes,1,opt,name=headline,proto3" json:"headline,omitempty"`
	Description1 string                                  `protobuf:"bytes,2,opt,name=description1,proto3" json:"description1,omitempty"`
	Description2 string                                  `protobuf:"bytes,3,opt,name=description2,proto3" json:"description2,omitempty"`
	Thumbnail    enums.VideoThumbnailEnum_VideoThumbnail `` /* 142-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*InFeedVideoAdInfo) Descriptor deprecated

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

Deprecated: Use InFeedVideoAdInfo.ProtoReflect.Descriptor instead.

func (*InFeedVideoAdInfo) GetDescription1

func (x *InFeedVideoAdInfo) GetDescription1() string

func (*InFeedVideoAdInfo) GetDescription2

func (x *InFeedVideoAdInfo) GetDescription2() string

func (*InFeedVideoAdInfo) GetHeadline

func (x *InFeedVideoAdInfo) GetHeadline() string

func (*InFeedVideoAdInfo) GetThumbnail

func (*InFeedVideoAdInfo) ProtoMessage

func (*InFeedVideoAdInfo) ProtoMessage()

func (*InFeedVideoAdInfo) ProtoReflect

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

func (*InFeedVideoAdInfo) Reset

func (x *InFeedVideoAdInfo) Reset()

func (*InFeedVideoAdInfo) String

func (x *InFeedVideoAdInfo) String() string

type IncomeRangeInfo

type IncomeRangeInfo struct {
	Type enums.IncomeRangeTypeEnum_IncomeRangeType `` /* 134-byte string literal not displayed */
	// contains filtered or unexported fields
}

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 {
	Type enums.InteractionTypeEnum_InteractionType `` /* 134-byte string literal not displayed */
	// contains filtered or unexported fields
}

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 {
	IpAddress *string `protobuf:"bytes,2,opt,name=ip_address,json=ipAddress,proto3,oneof" json:"ip_address,omitempty"`
	// contains filtered or unexported fields
}

func (*IpBlockInfo) Descriptor deprecated

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

Deprecated: Use IpBlockInfo.ProtoReflect.Descriptor instead.

func (*IpBlockInfo) GetIpAddress

func (x *IpBlockInfo) GetIpAddress() string

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 ItemAttribute

type ItemAttribute struct {
	ItemId       string `protobuf:"bytes,1,opt,name=item_id,json=itemId,proto3" json:"item_id,omitempty"`
	MerchantId   *int64 `protobuf:"varint,2,opt,name=merchant_id,json=merchantId,proto3,oneof" json:"merchant_id,omitempty"`
	CountryCode  string `protobuf:"bytes,3,opt,name=country_code,json=countryCode,proto3" json:"country_code,omitempty"`
	LanguageCode string `protobuf:"bytes,4,opt,name=language_code,json=languageCode,proto3" json:"language_code,omitempty"`
	Quantity     int64  `protobuf:"varint,5,opt,name=quantity,proto3" json:"quantity,omitempty"`
	// contains filtered or unexported fields
}

func (*ItemAttribute) Descriptor deprecated

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

Deprecated: Use ItemAttribute.ProtoReflect.Descriptor instead.

func (*ItemAttribute) GetCountryCode

func (x *ItemAttribute) GetCountryCode() string

func (*ItemAttribute) GetItemId

func (x *ItemAttribute) GetItemId() string

func (*ItemAttribute) GetLanguageCode

func (x *ItemAttribute) GetLanguageCode() string

func (*ItemAttribute) GetMerchantId

func (x *ItemAttribute) GetMerchantId() int64

func (*ItemAttribute) GetQuantity

func (x *ItemAttribute) GetQuantity() int64

func (*ItemAttribute) ProtoMessage

func (*ItemAttribute) ProtoMessage()

func (*ItemAttribute) ProtoReflect

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

func (*ItemAttribute) Reset

func (x *ItemAttribute) Reset()

func (*ItemAttribute) String

func (x *ItemAttribute) String() string

type Keyword

type Keyword struct {
	AdGroupCriterion *string      `protobuf:"bytes,3,opt,name=ad_group_criterion,json=adGroupCriterion,proto3,oneof" json:"ad_group_criterion,omitempty"`
	Info             *KeywordInfo `protobuf:"bytes,2,opt,name=info,proto3" json:"info,omitempty"`
	// contains filtered or unexported fields
}

func (*Keyword) Descriptor deprecated

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

Deprecated: Use Keyword.ProtoReflect.Descriptor instead.

func (*Keyword) GetAdGroupCriterion

func (x *Keyword) GetAdGroupCriterion() string

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 KeywordAnnotations

type KeywordAnnotations struct {
	Concepts []*KeywordConcept `protobuf:"bytes,1,rep,name=concepts,proto3" json:"concepts,omitempty"`
	// contains filtered or unexported fields
}

func (*KeywordAnnotations) Descriptor deprecated

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

Deprecated: Use KeywordAnnotations.ProtoReflect.Descriptor instead.

func (*KeywordAnnotations) GetConcepts

func (x *KeywordAnnotations) GetConcepts() []*KeywordConcept

func (*KeywordAnnotations) ProtoMessage

func (*KeywordAnnotations) ProtoMessage()

func (*KeywordAnnotations) ProtoReflect

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

func (*KeywordAnnotations) Reset

func (x *KeywordAnnotations) Reset()

func (*KeywordAnnotations) String

func (x *KeywordAnnotations) String() string

type KeywordConcept

type KeywordConcept struct {
	Name         string        `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	ConceptGroup *ConceptGroup `protobuf:"bytes,2,opt,name=concept_group,json=conceptGroup,proto3" json:"concept_group,omitempty"`
	// contains filtered or unexported fields
}

func (*KeywordConcept) Descriptor deprecated

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

Deprecated: Use KeywordConcept.ProtoReflect.Descriptor instead.

func (*KeywordConcept) GetConceptGroup

func (x *KeywordConcept) GetConceptGroup() *ConceptGroup

func (*KeywordConcept) GetName

func (x *KeywordConcept) GetName() string

func (*KeywordConcept) ProtoMessage

func (*KeywordConcept) ProtoMessage()

func (*KeywordConcept) ProtoReflect

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

func (*KeywordConcept) Reset

func (x *KeywordConcept) Reset()

func (*KeywordConcept) String

func (x *KeywordConcept) String() string

type KeywordInfo

type KeywordInfo struct {
	Text      *string                                     `protobuf:"bytes,3,opt,name=text,proto3,oneof" json:"text,omitempty"`
	MatchType enums.KeywordMatchTypeEnum_KeywordMatchType `` /* 163-byte string literal not displayed */
	// contains filtered or unexported fields
}

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() string

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 KeywordPlanAggregateMetricResults

type KeywordPlanAggregateMetricResults struct {
	DeviceSearches []*KeywordPlanDeviceSearches `protobuf:"bytes,1,rep,name=device_searches,json=deviceSearches,proto3" json:"device_searches,omitempty"`
	// contains filtered or unexported fields
}

func (*KeywordPlanAggregateMetricResults) Descriptor deprecated

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

Deprecated: Use KeywordPlanAggregateMetricResults.ProtoReflect.Descriptor instead.

func (*KeywordPlanAggregateMetricResults) GetDeviceSearches

func (*KeywordPlanAggregateMetricResults) ProtoMessage

func (*KeywordPlanAggregateMetricResults) ProtoMessage()

func (*KeywordPlanAggregateMetricResults) ProtoReflect

func (*KeywordPlanAggregateMetricResults) Reset

func (*KeywordPlanAggregateMetricResults) String

type KeywordPlanAggregateMetrics

type KeywordPlanAggregateMetrics struct {
	AggregateMetricTypes []enums.KeywordPlanAggregateMetricTypeEnum_KeywordPlanAggregateMetricType `` /* 233-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*KeywordPlanAggregateMetrics) Descriptor deprecated

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

Deprecated: Use KeywordPlanAggregateMetrics.ProtoReflect.Descriptor instead.

func (*KeywordPlanAggregateMetrics) ProtoMessage

func (*KeywordPlanAggregateMetrics) ProtoMessage()

func (*KeywordPlanAggregateMetrics) ProtoReflect

func (*KeywordPlanAggregateMetrics) Reset

func (x *KeywordPlanAggregateMetrics) Reset()

func (*KeywordPlanAggregateMetrics) String

func (x *KeywordPlanAggregateMetrics) String() string

type KeywordPlanDeviceSearches

type KeywordPlanDeviceSearches struct {
	Device      enums.DeviceEnum_Device `protobuf:"varint,1,opt,name=device,proto3,enum=google.ads.googleads.v10.enums.DeviceEnum_Device" json:"device,omitempty"`
	SearchCount *int64                  `protobuf:"varint,2,opt,name=search_count,json=searchCount,proto3,oneof" json:"search_count,omitempty"`
	// contains filtered or unexported fields
}

func (*KeywordPlanDeviceSearches) Descriptor deprecated

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

Deprecated: Use KeywordPlanDeviceSearches.ProtoReflect.Descriptor instead.

func (*KeywordPlanDeviceSearches) GetDevice

func (*KeywordPlanDeviceSearches) GetSearchCount

func (x *KeywordPlanDeviceSearches) GetSearchCount() int64

func (*KeywordPlanDeviceSearches) ProtoMessage

func (*KeywordPlanDeviceSearches) ProtoMessage()

func (*KeywordPlanDeviceSearches) ProtoReflect

func (*KeywordPlanDeviceSearches) Reset

func (x *KeywordPlanDeviceSearches) Reset()

func (*KeywordPlanDeviceSearches) String

func (x *KeywordPlanDeviceSearches) String() string

type KeywordPlanHistoricalMetrics

type KeywordPlanHistoricalMetrics struct {
	AvgMonthlySearches     *int64                                                            `protobuf:"varint,7,opt,name=avg_monthly_searches,json=avgMonthlySearches,proto3,oneof" json:"avg_monthly_searches,omitempty"`
	MonthlySearchVolumes   []*MonthlySearchVolume                                            `protobuf:"bytes,6,rep,name=monthly_search_volumes,json=monthlySearchVolumes,proto3" json:"monthly_search_volumes,omitempty"`
	Competition            enums.KeywordPlanCompetitionLevelEnum_KeywordPlanCompetitionLevel `` /* 172-byte string literal not displayed */
	CompetitionIndex       *int64                                                            `protobuf:"varint,8,opt,name=competition_index,json=competitionIndex,proto3,oneof" json:"competition_index,omitempty"`
	LowTopOfPageBidMicros  *int64                                                            `` /* 139-byte string literal not displayed */
	HighTopOfPageBidMicros *int64                                                            `` /* 143-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*KeywordPlanHistoricalMetrics) Descriptor deprecated

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

Deprecated: Use KeywordPlanHistoricalMetrics.ProtoReflect.Descriptor instead.

func (*KeywordPlanHistoricalMetrics) GetAvgMonthlySearches

func (x *KeywordPlanHistoricalMetrics) GetAvgMonthlySearches() int64

func (*KeywordPlanHistoricalMetrics) GetCompetitionIndex

func (x *KeywordPlanHistoricalMetrics) GetCompetitionIndex() int64

func (*KeywordPlanHistoricalMetrics) GetHighTopOfPageBidMicros

func (x *KeywordPlanHistoricalMetrics) GetHighTopOfPageBidMicros() int64

func (*KeywordPlanHistoricalMetrics) GetLowTopOfPageBidMicros

func (x *KeywordPlanHistoricalMetrics) GetLowTopOfPageBidMicros() int64

func (*KeywordPlanHistoricalMetrics) GetMonthlySearchVolumes

func (x *KeywordPlanHistoricalMetrics) GetMonthlySearchVolumes() []*MonthlySearchVolume

func (*KeywordPlanHistoricalMetrics) ProtoMessage

func (*KeywordPlanHistoricalMetrics) ProtoMessage()

func (*KeywordPlanHistoricalMetrics) ProtoReflect

func (*KeywordPlanHistoricalMetrics) Reset

func (x *KeywordPlanHistoricalMetrics) Reset()

func (*KeywordPlanHistoricalMetrics) String

type KeywordThemeInfo

type KeywordThemeInfo struct {

	// Types that are assignable to KeywordTheme:
	//	*KeywordThemeInfo_KeywordThemeConstant
	//	*KeywordThemeInfo_FreeFormKeywordTheme
	KeywordTheme isKeywordThemeInfo_KeywordTheme `protobuf_oneof:"keyword_theme"`
	// contains filtered or unexported fields
}

func (*KeywordThemeInfo) Descriptor deprecated

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

Deprecated: Use KeywordThemeInfo.ProtoReflect.Descriptor instead.

func (*KeywordThemeInfo) GetFreeFormKeywordTheme

func (x *KeywordThemeInfo) GetFreeFormKeywordTheme() string

func (*KeywordThemeInfo) GetKeywordTheme

func (m *KeywordThemeInfo) GetKeywordTheme() isKeywordThemeInfo_KeywordTheme

func (*KeywordThemeInfo) GetKeywordThemeConstant

func (x *KeywordThemeInfo) GetKeywordThemeConstant() string

func (*KeywordThemeInfo) ProtoMessage

func (*KeywordThemeInfo) ProtoMessage()

func (*KeywordThemeInfo) ProtoReflect

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

func (*KeywordThemeInfo) Reset

func (x *KeywordThemeInfo) Reset()

func (*KeywordThemeInfo) String

func (x *KeywordThemeInfo) String() string

type KeywordThemeInfo_FreeFormKeywordTheme

type KeywordThemeInfo_FreeFormKeywordTheme struct {
	FreeFormKeywordTheme string `protobuf:"bytes,2,opt,name=free_form_keyword_theme,json=freeFormKeywordTheme,proto3,oneof"`
}

type KeywordThemeInfo_KeywordThemeConstant

type KeywordThemeInfo_KeywordThemeConstant struct {
	KeywordThemeConstant string `protobuf:"bytes,1,opt,name=keyword_theme_constant,json=keywordThemeConstant,proto3,oneof"`
}

type LanguageInfo

type LanguageInfo struct {
	LanguageConstant *string `protobuf:"bytes,2,opt,name=language_constant,json=languageConstant,proto3,oneof" json:"language_constant,omitempty"`
	// contains filtered or unexported fields
}

func (*LanguageInfo) Descriptor deprecated

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

Deprecated: Use LanguageInfo.ProtoReflect.Descriptor instead.

func (*LanguageInfo) GetLanguageConstant

func (x *LanguageInfo) GetLanguageConstant() string

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 LeadFormAsset

type LeadFormAsset struct {
	BusinessName               string                                                                          `protobuf:"bytes,10,opt,name=business_name,json=businessName,proto3" json:"business_name,omitempty"`
	CallToActionType           enums.LeadFormCallToActionTypeEnum_LeadFormCallToActionType                     `` /* 205-byte string literal not displayed */
	CallToActionDescription    string                                                                          `` /* 135-byte string literal not displayed */
	Headline                   string                                                                          `protobuf:"bytes,12,opt,name=headline,proto3" json:"headline,omitempty"`
	Description                string                                                                          `protobuf:"bytes,13,opt,name=description,proto3" json:"description,omitempty"`
	PrivacyPolicyUrl           string                                                                          `protobuf:"bytes,14,opt,name=privacy_policy_url,json=privacyPolicyUrl,proto3" json:"privacy_policy_url,omitempty"`
	PostSubmitHeadline         *string                                                                         `protobuf:"bytes,15,opt,name=post_submit_headline,json=postSubmitHeadline,proto3,oneof" json:"post_submit_headline,omitempty"`
	PostSubmitDescription      *string                                                                         `` /* 133-byte string literal not displayed */
	Fields                     []*LeadFormField                                                                `protobuf:"bytes,8,rep,name=fields,proto3" json:"fields,omitempty"`
	DeliveryMethods            []*LeadFormDeliveryMethod                                                       `protobuf:"bytes,9,rep,name=delivery_methods,json=deliveryMethods,proto3" json:"delivery_methods,omitempty"`
	PostSubmitCallToActionType enums.LeadFormPostSubmitCallToActionTypeEnum_LeadFormPostSubmitCallToActionType `` /* 259-byte string literal not displayed */
	BackgroundImageAsset       *string                                                                         `` /* 130-byte string literal not displayed */
	DesiredIntent              enums.LeadFormDesiredIntentEnum_LeadFormDesiredIntent                           `` /* 186-byte string literal not displayed */
	CustomDisclosure           *string                                                                         `protobuf:"bytes,22,opt,name=custom_disclosure,json=customDisclosure,proto3,oneof" json:"custom_disclosure,omitempty"`
	// contains filtered or unexported fields
}

func (*LeadFormAsset) Descriptor deprecated

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

Deprecated: Use LeadFormAsset.ProtoReflect.Descriptor instead.

func (*LeadFormAsset) GetBackgroundImageAsset

func (x *LeadFormAsset) GetBackgroundImageAsset() string

func (*LeadFormAsset) GetBusinessName

func (x *LeadFormAsset) GetBusinessName() string

func (*LeadFormAsset) GetCallToActionDescription

func (x *LeadFormAsset) GetCallToActionDescription() string

func (*LeadFormAsset) GetCustomDisclosure

func (x *LeadFormAsset) GetCustomDisclosure() string

func (*LeadFormAsset) GetDeliveryMethods

func (x *LeadFormAsset) GetDeliveryMethods() []*LeadFormDeliveryMethod

func (*LeadFormAsset) GetDescription

func (x *LeadFormAsset) GetDescription() string

func (*LeadFormAsset) GetDesiredIntent

func (*LeadFormAsset) GetFields

func (x *LeadFormAsset) GetFields() []*LeadFormField

func (*LeadFormAsset) GetHeadline

func (x *LeadFormAsset) GetHeadline() string

func (*LeadFormAsset) GetPostSubmitDescription

func (x *LeadFormAsset) GetPostSubmitDescription() string

func (*LeadFormAsset) GetPostSubmitHeadline

func (x *LeadFormAsset) GetPostSubmitHeadline() string

func (*LeadFormAsset) GetPrivacyPolicyUrl

func (x *LeadFormAsset) GetPrivacyPolicyUrl() string

func (*LeadFormAsset) ProtoMessage

func (*LeadFormAsset) ProtoMessage()

func (*LeadFormAsset) ProtoReflect

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

func (*LeadFormAsset) Reset

func (x *LeadFormAsset) Reset()

func (*LeadFormAsset) String

func (x *LeadFormAsset) String() string

type LeadFormDeliveryMethod

type LeadFormDeliveryMethod struct {

	// Types that are assignable to DeliveryDetails:
	//	*LeadFormDeliveryMethod_Webhook
	DeliveryDetails isLeadFormDeliveryMethod_DeliveryDetails `protobuf_oneof:"delivery_details"`
	// contains filtered or unexported fields
}

func (*LeadFormDeliveryMethod) Descriptor deprecated

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

Deprecated: Use LeadFormDeliveryMethod.ProtoReflect.Descriptor instead.

func (*LeadFormDeliveryMethod) GetDeliveryDetails

func (m *LeadFormDeliveryMethod) GetDeliveryDetails() isLeadFormDeliveryMethod_DeliveryDetails

func (*LeadFormDeliveryMethod) GetWebhook

func (x *LeadFormDeliveryMethod) GetWebhook() *WebhookDelivery

func (*LeadFormDeliveryMethod) ProtoMessage

func (*LeadFormDeliveryMethod) ProtoMessage()

func (*LeadFormDeliveryMethod) ProtoReflect

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

func (*LeadFormDeliveryMethod) Reset

func (x *LeadFormDeliveryMethod) Reset()

func (*LeadFormDeliveryMethod) String

func (x *LeadFormDeliveryMethod) String() string

type LeadFormDeliveryMethod_Webhook

type LeadFormDeliveryMethod_Webhook struct {
	Webhook *WebhookDelivery `protobuf:"bytes,1,opt,name=webhook,proto3,oneof"`
}

type LeadFormField

type LeadFormField struct {
	InputType enums.LeadFormFieldUserInputTypeEnum_LeadFormFieldUserInputType `` /* 183-byte string literal not displayed */
	// Types that are assignable to Answers:
	//	*LeadFormField_SingleChoiceAnswers
	Answers isLeadFormField_Answers `protobuf_oneof:"answers"`
	// contains filtered or unexported fields
}

func (*LeadFormField) Descriptor deprecated

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

Deprecated: Use LeadFormField.ProtoReflect.Descriptor instead.

func (*LeadFormField) GetAnswers

func (m *LeadFormField) GetAnswers() isLeadFormField_Answers

func (*LeadFormField) GetSingleChoiceAnswers

func (x *LeadFormField) GetSingleChoiceAnswers() *LeadFormSingleChoiceAnswers

func (*LeadFormField) ProtoMessage

func (*LeadFormField) ProtoMessage()

func (*LeadFormField) ProtoReflect

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

func (*LeadFormField) Reset

func (x *LeadFormField) Reset()

func (*LeadFormField) String

func (x *LeadFormField) String() string

type LeadFormField_SingleChoiceAnswers

type LeadFormField_SingleChoiceAnswers struct {
	SingleChoiceAnswers *LeadFormSingleChoiceAnswers `protobuf:"bytes,2,opt,name=single_choice_answers,json=singleChoiceAnswers,proto3,oneof"`
}

type LeadFormSingleChoiceAnswers

type LeadFormSingleChoiceAnswers struct {
	Answers []string `protobuf:"bytes,1,rep,name=answers,proto3" json:"answers,omitempty"`
	// contains filtered or unexported fields
}

func (*LeadFormSingleChoiceAnswers) Descriptor deprecated

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

Deprecated: Use LeadFormSingleChoiceAnswers.ProtoReflect.Descriptor instead.

func (*LeadFormSingleChoiceAnswers) GetAnswers

func (x *LeadFormSingleChoiceAnswers) GetAnswers() []string

func (*LeadFormSingleChoiceAnswers) ProtoMessage

func (*LeadFormSingleChoiceAnswers) ProtoMessage()

func (*LeadFormSingleChoiceAnswers) ProtoReflect

func (*LeadFormSingleChoiceAnswers) Reset

func (x *LeadFormSingleChoiceAnswers) Reset()

func (*LeadFormSingleChoiceAnswers) String

func (x *LeadFormSingleChoiceAnswers) String() string

type LegacyAppInstallAdInfo

type LegacyAppInstallAdInfo struct {
	AppId        *string                                                         `protobuf:"bytes,6,opt,name=app_id,json=appId,proto3,oneof" json:"app_id,omitempty"`
	AppStore     enums.LegacyAppInstallAdAppStoreEnum_LegacyAppInstallAdAppStore `` /* 180-byte string literal not displayed */
	Headline     *string                                                         `protobuf:"bytes,7,opt,name=headline,proto3,oneof" json:"headline,omitempty"`
	Description1 *string                                                         `protobuf:"bytes,8,opt,name=description1,proto3,oneof" json:"description1,omitempty"`
	Description2 *string                                                         `protobuf:"bytes,9,opt,name=description2,proto3,oneof" json:"description2,omitempty"`
	// contains filtered or unexported fields
}

func (*LegacyAppInstallAdInfo) Descriptor deprecated

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

Deprecated: Use LegacyAppInstallAdInfo.ProtoReflect.Descriptor instead.

func (*LegacyAppInstallAdInfo) GetAppId

func (x *LegacyAppInstallAdInfo) GetAppId() string

func (*LegacyAppInstallAdInfo) GetDescription1

func (x *LegacyAppInstallAdInfo) GetDescription1() string

func (*LegacyAppInstallAdInfo) GetDescription2

func (x *LegacyAppInstallAdInfo) GetDescription2() string

func (*LegacyAppInstallAdInfo) GetHeadline

func (x *LegacyAppInstallAdInfo) GetHeadline() string

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 {
	ShortHeadline        *string                                                 `protobuf:"bytes,16,opt,name=short_headline,json=shortHeadline,proto3,oneof" json:"short_headline,omitempty"`
	LongHeadline         *string                                                 `protobuf:"bytes,17,opt,name=long_headline,json=longHeadline,proto3,oneof" json:"long_headline,omitempty"`
	Description          *string                                                 `protobuf:"bytes,18,opt,name=description,proto3,oneof" json:"description,omitempty"`
	BusinessName         *string                                                 `protobuf:"bytes,19,opt,name=business_name,json=businessName,proto3,oneof" json:"business_name,omitempty"`
	AllowFlexibleColor   *bool                                                   `protobuf:"varint,20,opt,name=allow_flexible_color,json=allowFlexibleColor,proto3,oneof" json:"allow_flexible_color,omitempty"`
	AccentColor          *string                                                 `protobuf:"bytes,21,opt,name=accent_color,json=accentColor,proto3,oneof" json:"accent_color,omitempty"`
	MainColor            *string                                                 `protobuf:"bytes,22,opt,name=main_color,json=mainColor,proto3,oneof" json:"main_color,omitempty"`
	CallToActionText     *string                                                 `protobuf:"bytes,23,opt,name=call_to_action_text,json=callToActionText,proto3,oneof" json:"call_to_action_text,omitempty"`
	LogoImage            *string                                                 `protobuf:"bytes,24,opt,name=logo_image,json=logoImage,proto3,oneof" json:"logo_image,omitempty"`
	SquareLogoImage      *string                                                 `protobuf:"bytes,25,opt,name=square_logo_image,json=squareLogoImage,proto3,oneof" json:"square_logo_image,omitempty"`
	MarketingImage       *string                                                 `protobuf:"bytes,26,opt,name=marketing_image,json=marketingImage,proto3,oneof" json:"marketing_image,omitempty"`
	SquareMarketingImage *string                                                 `` /* 130-byte string literal not displayed */
	FormatSetting        enums.DisplayAdFormatSettingEnum_DisplayAdFormatSetting `` /* 188-byte string literal not displayed */
	PricePrefix          *string                                                 `protobuf:"bytes,28,opt,name=price_prefix,json=pricePrefix,proto3,oneof" json:"price_prefix,omitempty"`
	PromoText            *string                                                 `protobuf:"bytes,29,opt,name=promo_text,json=promoText,proto3,oneof" json:"promo_text,omitempty"`
	// contains filtered or unexported fields
}

func (*LegacyResponsiveDisplayAdInfo) Descriptor deprecated

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

Deprecated: Use LegacyResponsiveDisplayAdInfo.ProtoReflect.Descriptor instead.

func (*LegacyResponsiveDisplayAdInfo) GetAccentColor

func (x *LegacyResponsiveDisplayAdInfo) GetAccentColor() string

func (*LegacyResponsiveDisplayAdInfo) GetAllowFlexibleColor

func (x *LegacyResponsiveDisplayAdInfo) GetAllowFlexibleColor() bool

func (*LegacyResponsiveDisplayAdInfo) GetBusinessName

func (x *LegacyResponsiveDisplayAdInfo) GetBusinessName() string

func (*LegacyResponsiveDisplayAdInfo) GetCallToActionText

func (x *LegacyResponsiveDisplayAdInfo) GetCallToActionText() string

func (*LegacyResponsiveDisplayAdInfo) GetDescription

func (x *LegacyResponsiveDisplayAdInfo) GetDescription() string

func (*LegacyResponsiveDisplayAdInfo) GetFormatSetting

func (*LegacyResponsiveDisplayAdInfo) GetLogoImage

func (x *LegacyResponsiveDisplayAdInfo) GetLogoImage() string

func (*LegacyResponsiveDisplayAdInfo) GetLongHeadline

func (x *LegacyResponsiveDisplayAdInfo) GetLongHeadline() string

func (*LegacyResponsiveDisplayAdInfo) GetMainColor

func (x *LegacyResponsiveDisplayAdInfo) GetMainColor() string

func (*LegacyResponsiveDisplayAdInfo) GetMarketingImage

func (x *LegacyResponsiveDisplayAdInfo) GetMarketingImage() string

func (*LegacyResponsiveDisplayAdInfo) GetPricePrefix

func (x *LegacyResponsiveDisplayAdInfo) GetPricePrefix() string

func (*LegacyResponsiveDisplayAdInfo) GetPromoText

func (x *LegacyResponsiveDisplayAdInfo) GetPromoText() string

func (*LegacyResponsiveDisplayAdInfo) GetShortHeadline

func (x *LegacyResponsiveDisplayAdInfo) GetShortHeadline() string

func (*LegacyResponsiveDisplayAdInfo) GetSquareLogoImage

func (x *LegacyResponsiveDisplayAdInfo) GetSquareLogoImage() string

func (*LegacyResponsiveDisplayAdInfo) GetSquareMarketingImage

func (x *LegacyResponsiveDisplayAdInfo) GetSquareMarketingImage() string

func (*LegacyResponsiveDisplayAdInfo) ProtoMessage

func (*LegacyResponsiveDisplayAdInfo) ProtoMessage()

func (*LegacyResponsiveDisplayAdInfo) ProtoReflect

func (*LegacyResponsiveDisplayAdInfo) Reset

func (x *LegacyResponsiveDisplayAdInfo) Reset()

func (*LegacyResponsiveDisplayAdInfo) String

type LifeEventSegment

type LifeEventSegment struct {
	LifeEvent *string `protobuf:"bytes,1,opt,name=life_event,json=lifeEvent,proto3,oneof" json:"life_event,omitempty"`
	// contains filtered or unexported fields
}

func (*LifeEventSegment) Descriptor deprecated

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

Deprecated: Use LifeEventSegment.ProtoReflect.Descriptor instead.

func (*LifeEventSegment) GetLifeEvent

func (x *LifeEventSegment) GetLifeEvent() string

func (*LifeEventSegment) ProtoMessage

func (*LifeEventSegment) ProtoMessage()

func (*LifeEventSegment) ProtoReflect

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

func (*LifeEventSegment) Reset

func (x *LifeEventSegment) Reset()

func (*LifeEventSegment) String

func (x *LifeEventSegment) String() string

type ListingDimensionInfo

type ListingDimensionInfo struct {

	// Types that are assignable to Dimension:
	//	*ListingDimensionInfo_HotelId
	//	*ListingDimensionInfo_HotelClass
	//	*ListingDimensionInfo_HotelCountryRegion
	//	*ListingDimensionInfo_HotelState
	//	*ListingDimensionInfo_HotelCity
	//	*ListingDimensionInfo_ProductBiddingCategory
	//	*ListingDimensionInfo_ProductBrand
	//	*ListingDimensionInfo_ProductChannel
	//	*ListingDimensionInfo_ProductChannelExclusivity
	//	*ListingDimensionInfo_ProductCondition
	//	*ListingDimensionInfo_ProductCustomAttribute
	//	*ListingDimensionInfo_ProductItemId
	//	*ListingDimensionInfo_ProductType
	//	*ListingDimensionInfo_UnknownListingDimension
	Dimension isListingDimensionInfo_Dimension `protobuf_oneof:"dimension"`
	// contains filtered or unexported fields
}

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) GetProductBiddingCategory

func (x *ListingDimensionInfo) GetProductBiddingCategory() *ProductBiddingCategoryInfo

func (*ListingDimensionInfo) GetProductBrand

func (x *ListingDimensionInfo) GetProductBrand() *ProductBrandInfo

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) GetProductCustomAttribute

func (x *ListingDimensionInfo) GetProductCustomAttribute() *ProductCustomAttributeInfo

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 {
	HotelCity *HotelCityInfo `protobuf:"bytes,6,opt,name=hotel_city,json=hotelCity,proto3,oneof"`
}

type ListingDimensionInfo_HotelClass

type ListingDimensionInfo_HotelClass struct {
	HotelClass *HotelClassInfo `protobuf:"bytes,3,opt,name=hotel_class,json=hotelClass,proto3,oneof"`
}

type ListingDimensionInfo_HotelCountryRegion

type ListingDimensionInfo_HotelCountryRegion struct {
	HotelCountryRegion *HotelCountryRegionInfo `protobuf:"bytes,4,opt,name=hotel_country_region,json=hotelCountryRegion,proto3,oneof"`
}

type ListingDimensionInfo_HotelId

type ListingDimensionInfo_HotelId struct {
	HotelId *HotelIdInfo `protobuf:"bytes,2,opt,name=hotel_id,json=hotelId,proto3,oneof"`
}

type ListingDimensionInfo_HotelState

type ListingDimensionInfo_HotelState struct {
	HotelState *HotelStateInfo `protobuf:"bytes,5,opt,name=hotel_state,json=hotelState,proto3,oneof"`
}

type ListingDimensionInfo_ProductBiddingCategory

type ListingDimensionInfo_ProductBiddingCategory struct {
	ProductBiddingCategory *ProductBiddingCategoryInfo `protobuf:"bytes,13,opt,name=product_bidding_category,json=productBiddingCategory,proto3,oneof"`
}

type ListingDimensionInfo_ProductBrand

type ListingDimensionInfo_ProductBrand struct {
	ProductBrand *ProductBrandInfo `protobuf:"bytes,15,opt,name=product_brand,json=productBrand,proto3,oneof"`
}

type ListingDimensionInfo_ProductChannel

type ListingDimensionInfo_ProductChannel struct {
	ProductChannel *ProductChannelInfo `protobuf:"bytes,8,opt,name=product_channel,json=productChannel,proto3,oneof"`
}

type ListingDimensionInfo_ProductChannelExclusivity

type ListingDimensionInfo_ProductChannelExclusivity struct {
	ProductChannelExclusivity *ProductChannelExclusivityInfo `protobuf:"bytes,9,opt,name=product_channel_exclusivity,json=productChannelExclusivity,proto3,oneof"`
}

type ListingDimensionInfo_ProductCondition

type ListingDimensionInfo_ProductCondition struct {
	ProductCondition *ProductConditionInfo `protobuf:"bytes,10,opt,name=product_condition,json=productCondition,proto3,oneof"`
}

type ListingDimensionInfo_ProductCustomAttribute

type ListingDimensionInfo_ProductCustomAttribute struct {
	ProductCustomAttribute *ProductCustomAttributeInfo `protobuf:"bytes,16,opt,name=product_custom_attribute,json=productCustomAttribute,proto3,oneof"`
}

type ListingDimensionInfo_ProductItemId

type ListingDimensionInfo_ProductItemId struct {
	ProductItemId *ProductItemIdInfo `protobuf:"bytes,11,opt,name=product_item_id,json=productItemId,proto3,oneof"`
}

type ListingDimensionInfo_ProductType

type ListingDimensionInfo_ProductType struct {
	ProductType *ProductTypeInfo `protobuf:"bytes,12,opt,name=product_type,json=productType,proto3,oneof"`
}

type ListingDimensionInfo_UnknownListingDimension

type ListingDimensionInfo_UnknownListingDimension struct {
	UnknownListingDimension *UnknownListingDimensionInfo `protobuf:"bytes,14,opt,name=unknown_listing_dimension,json=unknownListingDimension,proto3,oneof"`
}

type ListingGroupInfo

type ListingGroupInfo struct {
	Type                   enums.ListingGroupTypeEnum_ListingGroupType `` /* 136-byte string literal not displayed */
	CaseValue              *ListingDimensionInfo                       `protobuf:"bytes,2,opt,name=case_value,json=caseValue,proto3" json:"case_value,omitempty"`
	ParentAdGroupCriterion *string                                     `` /* 137-byte string literal not displayed */
	// contains filtered or unexported fields
}

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() string

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 {
	Dimensions []*ListingDimensionInfo `protobuf:"bytes,2,rep,name=dimensions,proto3" json:"dimensions,omitempty"`
	// contains filtered or unexported fields
}

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 LocalAdInfo

type LocalAdInfo struct {
	Headlines       []*AdTextAsset  `protobuf:"bytes,1,rep,name=headlines,proto3" json:"headlines,omitempty"`
	Descriptions    []*AdTextAsset  `protobuf:"bytes,2,rep,name=descriptions,proto3" json:"descriptions,omitempty"`
	CallToActions   []*AdTextAsset  `protobuf:"bytes,3,rep,name=call_to_actions,json=callToActions,proto3" json:"call_to_actions,omitempty"`
	MarketingImages []*AdImageAsset `protobuf:"bytes,4,rep,name=marketing_images,json=marketingImages,proto3" json:"marketing_images,omitempty"`
	LogoImages      []*AdImageAsset `protobuf:"bytes,5,rep,name=logo_images,json=logoImages,proto3" json:"logo_images,omitempty"`
	Videos          []*AdVideoAsset `protobuf:"bytes,6,rep,name=videos,proto3" json:"videos,omitempty"`
	Path1           *string         `protobuf:"bytes,9,opt,name=path1,proto3,oneof" json:"path1,omitempty"`
	Path2           *string         `protobuf:"bytes,10,opt,name=path2,proto3,oneof" json:"path2,omitempty"`
	// contains filtered or unexported fields
}

func (*LocalAdInfo) Descriptor deprecated

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

Deprecated: Use LocalAdInfo.ProtoReflect.Descriptor instead.

func (*LocalAdInfo) GetCallToActions

func (x *LocalAdInfo) GetCallToActions() []*AdTextAsset

func (*LocalAdInfo) GetDescriptions

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

func (*LocalAdInfo) GetHeadlines

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

func (*LocalAdInfo) GetLogoImages

func (x *LocalAdInfo) GetLogoImages() []*AdImageAsset

func (*LocalAdInfo) GetMarketingImages

func (x *LocalAdInfo) GetMarketingImages() []*AdImageAsset

func (*LocalAdInfo) GetPath1

func (x *LocalAdInfo) GetPath1() string

func (*LocalAdInfo) GetPath2

func (x *LocalAdInfo) GetPath2() string

func (*LocalAdInfo) GetVideos

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

func (*LocalAdInfo) ProtoMessage

func (*LocalAdInfo) ProtoMessage()

func (*LocalAdInfo) ProtoReflect

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

func (*LocalAdInfo) Reset

func (x *LocalAdInfo) Reset()

func (*LocalAdInfo) String

func (x *LocalAdInfo) String() string

type LocationFeedItem

type LocationFeedItem struct {
	BusinessName  *string `protobuf:"bytes,9,opt,name=business_name,json=businessName,proto3,oneof" json:"business_name,omitempty"`
	AddressLine_1 *string `protobuf:"bytes,10,opt,name=address_line_1,json=addressLine1,proto3,oneof" json:"address_line_1,omitempty"`
	AddressLine_2 *string `protobuf:"bytes,11,opt,name=address_line_2,json=addressLine2,proto3,oneof" json:"address_line_2,omitempty"`
	City          *string `protobuf:"bytes,12,opt,name=city,proto3,oneof" json:"city,omitempty"`
	Province      *string `protobuf:"bytes,13,opt,name=province,proto3,oneof" json:"province,omitempty"`
	PostalCode    *string `protobuf:"bytes,14,opt,name=postal_code,json=postalCode,proto3,oneof" json:"postal_code,omitempty"`
	CountryCode   *string `protobuf:"bytes,15,opt,name=country_code,json=countryCode,proto3,oneof" json:"country_code,omitempty"`
	PhoneNumber   *string `protobuf:"bytes,16,opt,name=phone_number,json=phoneNumber,proto3,oneof" json:"phone_number,omitempty"`
	// contains filtered or unexported fields
}

func (*LocationFeedItem) Descriptor deprecated

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

Deprecated: Use LocationFeedItem.ProtoReflect.Descriptor instead.

func (*LocationFeedItem) GetAddressLine_1

func (x *LocationFeedItem) GetAddressLine_1() string

func (*LocationFeedItem) GetAddressLine_2

func (x *LocationFeedItem) GetAddressLine_2() string

func (*LocationFeedItem) GetBusinessName

func (x *LocationFeedItem) GetBusinessName() string

func (*LocationFeedItem) GetCity

func (x *LocationFeedItem) GetCity() string

func (*LocationFeedItem) GetCountryCode

func (x *LocationFeedItem) GetCountryCode() string

func (*LocationFeedItem) GetPhoneNumber

func (x *LocationFeedItem) GetPhoneNumber() string

func (*LocationFeedItem) GetPostalCode

func (x *LocationFeedItem) GetPostalCode() string

func (*LocationFeedItem) GetProvince

func (x *LocationFeedItem) GetProvince() string

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               *string                                                     `protobuf:"bytes,5,opt,name=feed,proto3,oneof" json:"feed,omitempty"`
	GeoTargetConstants []string                                                    `protobuf:"bytes,6,rep,name=geo_target_constants,json=geoTargetConstants,proto3" json:"geo_target_constants,omitempty"`
	Radius             *int64                                                      `protobuf:"varint,7,opt,name=radius,proto3,oneof" json:"radius,omitempty"`
	RadiusUnits        enums.LocationGroupRadiusUnitsEnum_LocationGroupRadiusUnits `` /* 185-byte string literal not displayed */
	FeedItemSets       []string                                                    `protobuf:"bytes,8,rep,name=feed_item_sets,json=feedItemSets,proto3" json:"feed_item_sets,omitempty"`
	// contains filtered or unexported fields
}

func (*LocationGroupInfo) Descriptor deprecated

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

Deprecated: Use LocationGroupInfo.ProtoReflect.Descriptor instead.

func (*LocationGroupInfo) GetFeed

func (x *LocationGroupInfo) GetFeed() string

func (*LocationGroupInfo) GetFeedItemSets

func (x *LocationGroupInfo) GetFeedItemSets() []string

func (*LocationGroupInfo) GetGeoTargetConstants

func (x *LocationGroupInfo) GetGeoTargetConstants() []string

func (*LocationGroupInfo) GetRadius

func (x *LocationGroupInfo) GetRadius() int64

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 {
	GeoTargetConstant *string `protobuf:"bytes,2,opt,name=geo_target_constant,json=geoTargetConstant,proto3,oneof" json:"geo_target_constant,omitempty"`
	// contains filtered or unexported fields
}

func (*LocationInfo) Descriptor deprecated

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

Deprecated: Use LocationInfo.ProtoReflect.Descriptor instead.

func (*LocationInfo) GetGeoTargetConstant

func (x *LocationInfo) GetGeoTargetConstant() string

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 {
	Rules []*UserListLogicalRuleInfo `protobuf:"bytes,1,rep,name=rules,proto3" json:"rules,omitempty"`
	// contains filtered or unexported fields
}

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 {
	UserList *string `protobuf:"bytes,2,opt,name=user_list,json=userList,proto3,oneof" json:"user_list,omitempty"`
	// contains filtered or unexported fields
}

func (*LogicalUserListOperandInfo) Descriptor deprecated

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

Deprecated: Use LogicalUserListOperandInfo.ProtoReflect.Descriptor instead.

func (*LogicalUserListOperandInfo) GetUserList

func (x *LogicalUserListOperandInfo) GetUserList() string

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 {
	EnhancedCpcEnabled *bool `protobuf:"varint,2,opt,name=enhanced_cpc_enabled,json=enhancedCpcEnabled,proto3,oneof" json:"enhanced_cpc_enabled,omitempty"`
	// contains filtered or unexported fields
}

func (*ManualCpc) Descriptor deprecated

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

Deprecated: Use ManualCpc.ProtoReflect.Descriptor instead.

func (*ManualCpc) GetEnhancedCpcEnabled

func (x *ManualCpc) GetEnhancedCpcEnabled() bool

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
}

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
}

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 {
	FunctionString *string                                                     `protobuf:"bytes,5,opt,name=function_string,json=functionString,proto3,oneof" json:"function_string,omitempty"`
	Operator       enums.MatchingFunctionOperatorEnum_MatchingFunctionOperator `` /* 160-byte string literal not displayed */
	LeftOperands   []*Operand                                                  `protobuf:"bytes,2,rep,name=left_operands,json=leftOperands,proto3" json:"left_operands,omitempty"`
	RightOperands  []*Operand                                                  `protobuf:"bytes,3,rep,name=right_operands,json=rightOperands,proto3" json:"right_operands,omitempty"`
	// contains filtered or unexported fields
}

func (*MatchingFunction) Descriptor deprecated

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

Deprecated: Use MatchingFunction.ProtoReflect.Descriptor instead.

func (*MatchingFunction) GetFunctionString

func (x *MatchingFunction) GetFunctionString() string

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 {
	TargetRoas          float64 `protobuf:"fixed64,2,opt,name=target_roas,json=targetRoas,proto3" json:"target_roas,omitempty"`
	CpcBidCeilingMicros int64   `protobuf:"varint,3,opt,name=cpc_bid_ceiling_micros,json=cpcBidCeilingMicros,proto3" json:"cpc_bid_ceiling_micros,omitempty"`
	CpcBidFloorMicros   int64   `protobuf:"varint,4,opt,name=cpc_bid_floor_micros,json=cpcBidFloorMicros,proto3" json:"cpc_bid_floor_micros,omitempty"`
	// contains filtered or unexported fields
}

func (*MaximizeConversionValue) Descriptor deprecated

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

Deprecated: Use MaximizeConversionValue.ProtoReflect.Descriptor instead.

func (*MaximizeConversionValue) GetCpcBidCeilingMicros

func (x *MaximizeConversionValue) GetCpcBidCeilingMicros() int64

func (*MaximizeConversionValue) GetCpcBidFloorMicros

func (x *MaximizeConversionValue) GetCpcBidFloorMicros() int64

func (*MaximizeConversionValue) GetTargetRoas

func (x *MaximizeConversionValue) GetTargetRoas() float64

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 {
	TargetCpa           int64 `protobuf:"varint,1,opt,name=target_cpa,json=targetCpa,proto3" json:"target_cpa,omitempty"`
	CpcBidCeilingMicros int64 `protobuf:"varint,2,opt,name=cpc_bid_ceiling_micros,json=cpcBidCeilingMicros,proto3" json:"cpc_bid_ceiling_micros,omitempty"`
	CpcBidFloorMicros   int64 `protobuf:"varint,3,opt,name=cpc_bid_floor_micros,json=cpcBidFloorMicros,proto3" json:"cpc_bid_floor_micros,omitempty"`
	// contains filtered or unexported fields
}

func (*MaximizeConversions) Descriptor deprecated

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

Deprecated: Use MaximizeConversions.ProtoReflect.Descriptor instead.

func (*MaximizeConversions) GetCpcBidCeilingMicros

func (x *MaximizeConversions) GetCpcBidCeilingMicros() int64

func (*MaximizeConversions) GetCpcBidFloorMicros

func (x *MaximizeConversions) GetCpcBidFloorMicros() int64

func (*MaximizeConversions) GetTargetCpa

func (x *MaximizeConversions) GetTargetCpa() int64

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 {
	Data []byte `protobuf:"bytes,2,opt,name=data,proto3,oneof" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*MediaBundleAsset) Descriptor deprecated

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

Deprecated: Use MediaBundleAsset.ProtoReflect.Descriptor instead.

func (*MediaBundleAsset) GetData

func (x *MediaBundleAsset) GetData() []byte

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 MetricGoal

type MetricGoal struct {
	Metric    enums.ExperimentMetricEnum_ExperimentMetric                   `` /* 140-byte string literal not displayed */
	Direction enums.ExperimentMetricDirectionEnum_ExperimentMetricDirection `` /* 164-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*MetricGoal) Descriptor deprecated

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

Deprecated: Use MetricGoal.ProtoReflect.Descriptor instead.

func (*MetricGoal) GetMetric

func (*MetricGoal) ProtoMessage

func (*MetricGoal) ProtoMessage()

func (*MetricGoal) ProtoReflect

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

func (*MetricGoal) Reset

func (x *MetricGoal) Reset()

func (*MetricGoal) String

func (x *MetricGoal) String() string

type Metrics

type Metrics struct {
	AbsoluteTopImpressionPercentage                                      *float64                                              `` /* 168-byte string literal not displayed */
	ActiveViewCpm                                                        *float64                                              `protobuf:"fixed64,184,opt,name=active_view_cpm,json=activeViewCpm,proto3,oneof" json:"active_view_cpm,omitempty"`
	ActiveViewCtr                                                        *float64                                              `protobuf:"fixed64,185,opt,name=active_view_ctr,json=activeViewCtr,proto3,oneof" json:"active_view_ctr,omitempty"`
	ActiveViewImpressions                                                *int64                                                `` /* 135-byte string literal not displayed */
	ActiveViewMeasurability                                              *float64                                              `` /* 142-byte string literal not displayed */
	ActiveViewMeasurableCostMicros                                       *int64                                                `` /* 166-byte string literal not displayed */
	ActiveViewMeasurableImpressions                                      *int64                                                `` /* 167-byte string literal not displayed */
	ActiveViewViewability                                                *float64                                              `` /* 136-byte string literal not displayed */
	AllConversionsFromInteractionsRate                                   *float64                                              `` /* 179-byte string literal not displayed */
	AllConversionsValue                                                  *float64                                              `` /* 130-byte string literal not displayed */
	AllConversionsValueByConversionDate                                  float64                                               `` /* 178-byte string literal not displayed */
	AllConversions                                                       *float64                                              `protobuf:"fixed64,193,opt,name=all_conversions,json=allConversions,proto3,oneof" json:"all_conversions,omitempty"`
	AllConversionsByConversionDate                                       float64                                               `` /* 161-byte string literal not displayed */
	AllConversionsValuePerCost                                           *float64                                              `` /* 155-byte string literal not displayed */
	AllConversionsFromClickToCall                                        *float64                                              `` /* 166-byte string literal not displayed */
	AllConversionsFromDirections                                         *float64                                              `` /* 159-byte string literal not displayed */
	AllConversionsFromInteractionsValuePerInteraction                    *float64                                              `` /* 228-byte string literal not displayed */
	AllConversionsFromMenu                                               *float64                                              `` /* 141-byte string literal not displayed */
	AllConversionsFromOrder                                              *float64                                              `` /* 144-byte string literal not displayed */
	AllConversionsFromOtherEngagement                                    *float64                                              `` /* 176-byte string literal not displayed */
	AllConversionsFromStoreVisit                                         *float64                                              `` /* 161-byte string literal not displayed */
	AllConversionsFromStoreWebsite                                       *float64                                              `` /* 167-byte string literal not displayed */
	AverageCost                                                          *float64                                              `protobuf:"fixed64,203,opt,name=average_cost,json=averageCost,proto3,oneof" json:"average_cost,omitempty"`
	AverageCpc                                                           *float64                                              `protobuf:"fixed64,204,opt,name=average_cpc,json=averageCpc,proto3,oneof" json:"average_cpc,omitempty"`
	AverageCpe                                                           *float64                                              `protobuf:"fixed64,205,opt,name=average_cpe,json=averageCpe,proto3,oneof" json:"average_cpe,omitempty"`
	AverageCpm                                                           *float64                                              `protobuf:"fixed64,206,opt,name=average_cpm,json=averageCpm,proto3,oneof" json:"average_cpm,omitempty"`
	AverageCpv                                                           *float64                                              `protobuf:"fixed64,207,opt,name=average_cpv,json=averageCpv,proto3,oneof" json:"average_cpv,omitempty"`
	AveragePageViews                                                     *float64                                              `protobuf:"fixed64,208,opt,name=average_page_views,json=averagePageViews,proto3,oneof" json:"average_page_views,omitempty"`
	AverageTimeOnSite                                                    *float64                                              `` /* 126-byte string literal not displayed */
	BenchmarkAverageMaxCpc                                               *float64                                              `` /* 141-byte string literal not displayed */
	BiddableAppInstallConversions                                        *float64                                              `` /* 162-byte string literal not displayed */
	BiddableAppPostInstallConversions                                    *float64                                              `` /* 176-byte string literal not displayed */
	BenchmarkCtr                                                         *float64                                              `protobuf:"fixed64,211,opt,name=benchmark_ctr,json=benchmarkCtr,proto3,oneof" json:"benchmark_ctr,omitempty"`
	BounceRate                                                           *float64                                              `protobuf:"fixed64,212,opt,name=bounce_rate,json=bounceRate,proto3,oneof" json:"bounce_rate,omitempty"`
	Clicks                                                               *int64                                                `protobuf:"varint,131,opt,name=clicks,proto3,oneof" json:"clicks,omitempty"`
	CombinedClicks                                                       *int64                                                `protobuf:"varint,156,opt,name=combined_clicks,json=combinedClicks,proto3,oneof" json:"combined_clicks,omitempty"`
	CombinedClicksPerQuery                                               *float64                                              `` /* 141-byte string literal not displayed */
	CombinedQueries                                                      *int64                                                `protobuf:"varint,158,opt,name=combined_queries,json=combinedQueries,proto3,oneof" json:"combined_queries,omitempty"`
	ContentBudgetLostImpressionShare                                     *float64                                              `` /* 173-byte string literal not displayed */
	ContentImpressionShare                                               *float64                                              `` /* 139-byte string literal not displayed */
	ConversionLastReceivedRequestDateTime                                *string                                               `` /* 188-byte string literal not displayed */
	ConversionLastConversionDate                                         *string                                               `` /* 157-byte string literal not displayed */
	ContentRankLostImpressionShare                                       *float64                                              `` /* 167-byte string literal not displayed */
	ConversionsFromInteractionsRate                                      *float64                                              `` /* 168-byte string literal not displayed */
	ConversionsValue                                                     *float64                                              `protobuf:"fixed64,165,opt,name=conversions_value,json=conversionsValue,proto3,oneof" json:"conversions_value,omitempty"`
	ConversionsValueByConversionDate                                     float64                                               `` /* 167-byte string literal not displayed */
	ConversionsValuePerCost                                              *float64                                              `` /* 144-byte string literal not displayed */
	ConversionsFromInteractionsValuePerInteraction                       *float64                                              `` /* 217-byte string literal not displayed */
	Conversions                                                          *float64                                              `protobuf:"fixed64,168,opt,name=conversions,proto3,oneof" json:"conversions,omitempty"`
	ConversionsByConversionDate                                          float64                                               `` /* 150-byte string literal not displayed */
	CostMicros                                                           *int64                                                `protobuf:"varint,169,opt,name=cost_micros,json=costMicros,proto3,oneof" json:"cost_micros,omitempty"`
	CostPerAllConversions                                                *float64                                              `` /* 138-byte string literal not displayed */
	CostPerConversion                                                    *float64                                              `protobuf:"fixed64,171,opt,name=cost_per_conversion,json=costPerConversion,proto3,oneof" json:"cost_per_conversion,omitempty"`
	CostPerCurrentModelAttributedConversion                              *float64                                              `` /* 196-byte string literal not displayed */
	CrossDeviceConversions                                               *float64                                              `` /* 139-byte string literal not displayed */
	Ctr                                                                  *float64                                              `protobuf:"fixed64,174,opt,name=ctr,proto3,oneof" json:"ctr,omitempty"`
	CurrentModelAttributedConversions                                    *float64                                              `` /* 174-byte string literal not displayed */
	CurrentModelAttributedConversionsFromInteractionsRate                *float64                                              `` /* 240-byte string literal not displayed */
	CurrentModelAttributedConversionsFromInteractionsValuePerInteraction *float64                                              `` /* 289-byte string literal not displayed */
	CurrentModelAttributedConversionsValue                               *float64                                              `` /* 191-byte string literal not displayed */
	CurrentModelAttributedConversionsValuePerCost                        *float64                                              `` /* 216-byte string literal not displayed */
	EngagementRate                                                       *float64                                              `protobuf:"fixed64,180,opt,name=engagement_rate,json=engagementRate,proto3,oneof" json:"engagement_rate,omitempty"`
	Engagements                                                          *int64                                                `protobuf:"varint,181,opt,name=engagements,proto3,oneof" json:"engagements,omitempty"`
	HotelAverageLeadValueMicros                                          *float64                                              `` /* 158-byte string literal not displayed */
	HotelCommissionRateMicros                                            *int64                                                `` /* 149-byte string literal not displayed */
	HotelExpectedCommissionCost                                          *float64                                              `` /* 156-byte string literal not displayed */
	HotelPriceDifferencePercentage                                       *float64                                              `` /* 165-byte string literal not displayed */
	HotelEligibleImpressions                                             *int64                                                `` /* 144-byte string literal not displayed */
	HistoricalCreativeQualityScore                                       enums.QualityScoreBucketEnum_QualityScoreBucket       `` /* 235-byte string literal not displayed */
	HistoricalLandingPageQualityScore                                    enums.QualityScoreBucketEnum_QualityScoreBucket       `` /* 246-byte string literal not displayed */
	HistoricalQualityScore                                               *int64                                                `` /* 138-byte string literal not displayed */
	HistoricalSearchPredictedCtr                                         enums.QualityScoreBucketEnum_QualityScoreBucket       `` /* 229-byte string literal not displayed */
	GmailForwards                                                        *int64                                                `protobuf:"varint,217,opt,name=gmail_forwards,json=gmailForwards,proto3,oneof" json:"gmail_forwards,omitempty"`
	GmailSaves                                                           *int64                                                `protobuf:"varint,218,opt,name=gmail_saves,json=gmailSaves,proto3,oneof" json:"gmail_saves,omitempty"`
	GmailSecondaryClicks                                                 *int64                                                `` /* 132-byte string literal not displayed */
	ImpressionsFromStoreReach                                            *int64                                                `` /* 149-byte string literal not displayed */
	Impressions                                                          *int64                                                `protobuf:"varint,221,opt,name=impressions,proto3,oneof" json:"impressions,omitempty"`
	InteractionRate                                                      *float64                                              `protobuf:"fixed64,222,opt,name=interaction_rate,json=interactionRate,proto3,oneof" json:"interaction_rate,omitempty"`
	Interactions                                                         *int64                                                `protobuf:"varint,223,opt,name=interactions,proto3,oneof" json:"interactions,omitempty"`
	InteractionEventTypes                                                []enums.InteractionEventTypeEnum_InteractionEventType `` /* 218-byte string literal not displayed */
	InvalidClickRate                                                     *float64                                              `protobuf:"fixed64,224,opt,name=invalid_click_rate,json=invalidClickRate,proto3,oneof" json:"invalid_click_rate,omitempty"`
	InvalidClicks                                                        *int64                                                `protobuf:"varint,225,opt,name=invalid_clicks,json=invalidClicks,proto3,oneof" json:"invalid_clicks,omitempty"`
	MessageChats                                                         *int64                                                `protobuf:"varint,226,opt,name=message_chats,json=messageChats,proto3,oneof" json:"message_chats,omitempty"`
	MessageImpressions                                                   *int64                                                `protobuf:"varint,227,opt,name=message_impressions,json=messageImpressions,proto3,oneof" json:"message_impressions,omitempty"`
	MessageChatRate                                                      *float64                                              `protobuf:"fixed64,228,opt,name=message_chat_rate,json=messageChatRate,proto3,oneof" json:"message_chat_rate,omitempty"`
	MobileFriendlyClicksPercentage                                       *float64                                              `` /* 165-byte string literal not displayed */
	OptimizationScoreUplift                                              *float64                                              `` /* 142-byte string literal not displayed */
	OptimizationScoreUrl                                                 *string                                               `` /* 131-byte string literal not displayed */
	OrganicClicks                                                        *int64                                                `protobuf:"varint,230,opt,name=organic_clicks,json=organicClicks,proto3,oneof" json:"organic_clicks,omitempty"`
	OrganicClicksPerQuery                                                *float64                                              `` /* 138-byte string literal not displayed */
	OrganicImpressions                                                   *int64                                                `protobuf:"varint,232,opt,name=organic_impressions,json=organicImpressions,proto3,oneof" json:"organic_impressions,omitempty"`
	OrganicImpressionsPerQuery                                           *float64                                              `` /* 153-byte string literal not displayed */
	OrganicQueries                                                       *int64                                                `protobuf:"varint,234,opt,name=organic_queries,json=organicQueries,proto3,oneof" json:"organic_queries,omitempty"`
	PercentNewVisitors                                                   *float64                                              `` /* 127-byte string literal not displayed */
	PhoneCalls                                                           *int64                                                `protobuf:"varint,236,opt,name=phone_calls,json=phoneCalls,proto3,oneof" json:"phone_calls,omitempty"`
	PhoneImpressions                                                     *int64                                                `protobuf:"varint,237,opt,name=phone_impressions,json=phoneImpressions,proto3,oneof" json:"phone_impressions,omitempty"`
	PhoneThroughRate                                                     *float64                                              `protobuf:"fixed64,238,opt,name=phone_through_rate,json=phoneThroughRate,proto3,oneof" json:"phone_through_rate,omitempty"`
	RelativeCtr                                                          *float64                                              `protobuf:"fixed64,239,opt,name=relative_ctr,json=relativeCtr,proto3,oneof" json:"relative_ctr,omitempty"`
	SearchAbsoluteTopImpressionShare                                     *float64                                              `` /* 173-byte string literal not displayed */
	SearchBudgetLostAbsoluteTopImpressionShare                           *float64                                              `` /* 207-byte string literal not displayed */
	SearchBudgetLostImpressionShare                                      *float64                                              `` /* 170-byte string literal not displayed */
	SearchBudgetLostTopImpressionShare                                   *float64                                              `` /* 181-byte string literal not displayed */
	SearchClickShare                                                     *float64                                              `protobuf:"fixed64,140,opt,name=search_click_share,json=searchClickShare,proto3,oneof" json:"search_click_share,omitempty"`
	SearchExactMatchImpressionShare                                      *float64                                              `` /* 170-byte string literal not displayed */
	SearchImpressionShare                                                *float64                                              `` /* 136-byte string literal not displayed */
	SearchRankLostAbsoluteTopImpressionShare                             *float64                                              `` /* 201-byte string literal not displayed */
	SearchRankLostImpressionShare                                        *float64                                              `` /* 164-byte string literal not displayed */
	SearchRankLostTopImpressionShare                                     *float64                                              `` /* 175-byte string literal not displayed */
	SearchTopImpressionShare                                             *float64                                              `` /* 147-byte string literal not displayed */
	SpeedScore                                                           *int64                                                `protobuf:"varint,147,opt,name=speed_score,json=speedScore,proto3,oneof" json:"speed_score,omitempty"`
	TopImpressionPercentage                                              *float64                                              `` /* 142-byte string literal not displayed */
	ValidAcceleratedMobilePagesClicksPercentage                          *float64                                              `` /* 208-byte string literal not displayed */
	ValuePerAllConversions                                               *float64                                              `` /* 141-byte string literal not displayed */
	ValuePerAllConversionsByConversionDate                               *float64                                              `` /* 195-byte string literal not displayed */
	ValuePerConversion                                                   *float64                                              `` /* 127-byte string literal not displayed */
	ValuePerConversionsByConversionDate                                  *float64                                              `` /* 184-byte string literal not displayed */
	ValuePerCurrentModelAttributedConversion                             *float64                                              `` /* 199-byte string literal not displayed */
	VideoQuartileP100Rate                                                *float64                                              `` /* 138-byte string literal not displayed */
	VideoQuartileP25Rate                                                 *float64                                              `` /* 135-byte string literal not displayed */
	VideoQuartileP50Rate                                                 *float64                                              `` /* 135-byte string literal not displayed */
	VideoQuartileP75Rate                                                 *float64                                              `` /* 135-byte string literal not displayed */
	VideoViewRate                                                        *float64                                              `protobuf:"fixed64,153,opt,name=video_view_rate,json=videoViewRate,proto3,oneof" json:"video_view_rate,omitempty"`
	VideoViews                                                           *int64                                                `protobuf:"varint,154,opt,name=video_views,json=videoViews,proto3,oneof" json:"video_views,omitempty"`
	ViewThroughConversions                                               *int64                                                `` /* 138-byte string literal not displayed */
	SkAdNetworkConversions                                               int64                                                 `` /* 134-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Metrics) Descriptor deprecated

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

Deprecated: Use Metrics.ProtoReflect.Descriptor instead.

func (*Metrics) GetAbsoluteTopImpressionPercentage

func (x *Metrics) GetAbsoluteTopImpressionPercentage() float64

func (*Metrics) GetActiveViewCpm

func (x *Metrics) GetActiveViewCpm() float64

func (*Metrics) GetActiveViewCtr

func (x *Metrics) GetActiveViewCtr() float64

func (*Metrics) GetActiveViewImpressions

func (x *Metrics) GetActiveViewImpressions() int64

func (*Metrics) GetActiveViewMeasurability

func (x *Metrics) GetActiveViewMeasurability() float64

func (*Metrics) GetActiveViewMeasurableCostMicros

func (x *Metrics) GetActiveViewMeasurableCostMicros() int64

func (*Metrics) GetActiveViewMeasurableImpressions

func (x *Metrics) GetActiveViewMeasurableImpressions() int64

func (*Metrics) GetActiveViewViewability

func (x *Metrics) GetActiveViewViewability() float64

func (*Metrics) GetAllConversions

func (x *Metrics) GetAllConversions() float64

func (*Metrics) GetAllConversionsByConversionDate

func (x *Metrics) GetAllConversionsByConversionDate() float64

func (*Metrics) GetAllConversionsFromClickToCall

func (x *Metrics) GetAllConversionsFromClickToCall() float64

func (*Metrics) GetAllConversionsFromDirections

func (x *Metrics) GetAllConversionsFromDirections() float64

func (*Metrics) GetAllConversionsFromInteractionsRate

func (x *Metrics) GetAllConversionsFromInteractionsRate() float64

func (*Metrics) GetAllConversionsFromInteractionsValuePerInteraction

func (x *Metrics) GetAllConversionsFromInteractionsValuePerInteraction() float64

func (*Metrics) GetAllConversionsFromMenu

func (x *Metrics) GetAllConversionsFromMenu() float64

func (*Metrics) GetAllConversionsFromOrder

func (x *Metrics) GetAllConversionsFromOrder() float64

func (*Metrics) GetAllConversionsFromOtherEngagement

func (x *Metrics) GetAllConversionsFromOtherEngagement() float64

func (*Metrics) GetAllConversionsFromStoreVisit

func (x *Metrics) GetAllConversionsFromStoreVisit() float64

func (*Metrics) GetAllConversionsFromStoreWebsite

func (x *Metrics) GetAllConversionsFromStoreWebsite() float64

func (*Metrics) GetAllConversionsValue

func (x *Metrics) GetAllConversionsValue() float64

func (*Metrics) GetAllConversionsValueByConversionDate

func (x *Metrics) GetAllConversionsValueByConversionDate() float64

func (*Metrics) GetAllConversionsValuePerCost

func (x *Metrics) GetAllConversionsValuePerCost() float64

func (*Metrics) GetAverageCost

func (x *Metrics) GetAverageCost() float64

func (*Metrics) GetAverageCpc

func (x *Metrics) GetAverageCpc() float64

func (*Metrics) GetAverageCpe

func (x *Metrics) GetAverageCpe() float64

func (*Metrics) GetAverageCpm

func (x *Metrics) GetAverageCpm() float64

func (*Metrics) GetAverageCpv

func (x *Metrics) GetAverageCpv() float64

func (*Metrics) GetAveragePageViews

func (x *Metrics) GetAveragePageViews() float64

func (*Metrics) GetAverageTimeOnSite

func (x *Metrics) GetAverageTimeOnSite() float64

func (*Metrics) GetBenchmarkAverageMaxCpc

func (x *Metrics) GetBenchmarkAverageMaxCpc() float64

func (*Metrics) GetBenchmarkCtr

func (x *Metrics) GetBenchmarkCtr() float64

func (*Metrics) GetBiddableAppInstallConversions

func (x *Metrics) GetBiddableAppInstallConversions() float64

func (*Metrics) GetBiddableAppPostInstallConversions

func (x *Metrics) GetBiddableAppPostInstallConversions() float64

func (*Metrics) GetBounceRate

func (x *Metrics) GetBounceRate() float64

func (*Metrics) GetClicks

func (x *Metrics) GetClicks() int64

func (*Metrics) GetCombinedClicks

func (x *Metrics) GetCombinedClicks() int64

func (*Metrics) GetCombinedClicksPerQuery

func (x *Metrics) GetCombinedClicksPerQuery() float64

func (*Metrics) GetCombinedQueries

func (x *Metrics) GetCombinedQueries() int64

func (*Metrics) GetContentBudgetLostImpressionShare

func (x *Metrics) GetContentBudgetLostImpressionShare() float64

func (*Metrics) GetContentImpressionShare

func (x *Metrics) GetContentImpressionShare() float64

func (*Metrics) GetContentRankLostImpressionShare

func (x *Metrics) GetContentRankLostImpressionShare() float64

func (*Metrics) GetConversionLastConversionDate

func (x *Metrics) GetConversionLastConversionDate() string

func (*Metrics) GetConversionLastReceivedRequestDateTime

func (x *Metrics) GetConversionLastReceivedRequestDateTime() string

func (*Metrics) GetConversions

func (x *Metrics) GetConversions() float64

func (*Metrics) GetConversionsByConversionDate

func (x *Metrics) GetConversionsByConversionDate() float64

func (*Metrics) GetConversionsFromInteractionsRate

func (x *Metrics) GetConversionsFromInteractionsRate() float64

func (*Metrics) GetConversionsFromInteractionsValuePerInteraction

func (x *Metrics) GetConversionsFromInteractionsValuePerInteraction() float64

func (*Metrics) GetConversionsValue

func (x *Metrics) GetConversionsValue() float64

func (*Metrics) GetConversionsValueByConversionDate

func (x *Metrics) GetConversionsValueByConversionDate() float64

func (*Metrics) GetConversionsValuePerCost

func (x *Metrics) GetConversionsValuePerCost() float64

func (*Metrics) GetCostMicros

func (x *Metrics) GetCostMicros() int64

func (*Metrics) GetCostPerAllConversions

func (x *Metrics) GetCostPerAllConversions() float64

func (*Metrics) GetCostPerConversion

func (x *Metrics) GetCostPerConversion() float64

func (*Metrics) GetCostPerCurrentModelAttributedConversion

func (x *Metrics) GetCostPerCurrentModelAttributedConversion() float64

func (*Metrics) GetCrossDeviceConversions

func (x *Metrics) GetCrossDeviceConversions() float64

func (*Metrics) GetCtr

func (x *Metrics) GetCtr() float64

func (*Metrics) GetCurrentModelAttributedConversions

func (x *Metrics) GetCurrentModelAttributedConversions() float64

func (*Metrics) GetCurrentModelAttributedConversionsFromInteractionsRate

func (x *Metrics) GetCurrentModelAttributedConversionsFromInteractionsRate() float64

func (*Metrics) GetCurrentModelAttributedConversionsFromInteractionsValuePerInteraction

func (x *Metrics) GetCurrentModelAttributedConversionsFromInteractionsValuePerInteraction() float64

func (*Metrics) GetCurrentModelAttributedConversionsValue

func (x *Metrics) GetCurrentModelAttributedConversionsValue() float64

func (*Metrics) GetCurrentModelAttributedConversionsValuePerCost

func (x *Metrics) GetCurrentModelAttributedConversionsValuePerCost() float64

func (*Metrics) GetEngagementRate

func (x *Metrics) GetEngagementRate() float64

func (*Metrics) GetEngagements

func (x *Metrics) GetEngagements() int64

func (*Metrics) GetGmailForwards

func (x *Metrics) GetGmailForwards() int64

func (*Metrics) GetGmailSaves

func (x *Metrics) GetGmailSaves() int64

func (*Metrics) GetGmailSecondaryClicks

func (x *Metrics) GetGmailSecondaryClicks() int64

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() int64

func (*Metrics) GetHistoricalSearchPredictedCtr

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

func (*Metrics) GetHotelAverageLeadValueMicros

func (x *Metrics) GetHotelAverageLeadValueMicros() float64

func (*Metrics) GetHotelCommissionRateMicros

func (x *Metrics) GetHotelCommissionRateMicros() int64

func (*Metrics) GetHotelEligibleImpressions

func (x *Metrics) GetHotelEligibleImpressions() int64

func (*Metrics) GetHotelExpectedCommissionCost

func (x *Metrics) GetHotelExpectedCommissionCost() float64

func (*Metrics) GetHotelPriceDifferencePercentage

func (x *Metrics) GetHotelPriceDifferencePercentage() float64

func (*Metrics) GetImpressions

func (x *Metrics) GetImpressions() int64

func (*Metrics) GetImpressionsFromStoreReach

func (x *Metrics) GetImpressionsFromStoreReach() int64

func (*Metrics) GetInteractionEventTypes

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

func (*Metrics) GetInteractionRate

func (x *Metrics) GetInteractionRate() float64

func (*Metrics) GetInteractions

func (x *Metrics) GetInteractions() int64

func (*Metrics) GetInvalidClickRate

func (x *Metrics) GetInvalidClickRate() float64

func (*Metrics) GetInvalidClicks

func (x *Metrics) GetInvalidClicks() int64

func (*Metrics) GetMessageChatRate

func (x *Metrics) GetMessageChatRate() float64

func (*Metrics) GetMessageChats

func (x *Metrics) GetMessageChats() int64

func (*Metrics) GetMessageImpressions

func (x *Metrics) GetMessageImpressions() int64

func (*Metrics) GetMobileFriendlyClicksPercentage

func (x *Metrics) GetMobileFriendlyClicksPercentage() float64

func (*Metrics) GetOptimizationScoreUplift

func (x *Metrics) GetOptimizationScoreUplift() float64

func (*Metrics) GetOptimizationScoreUrl

func (x *Metrics) GetOptimizationScoreUrl() string

func (*Metrics) GetOrganicClicks

func (x *Metrics) GetOrganicClicks() int64

func (*Metrics) GetOrganicClicksPerQuery

func (x *Metrics) GetOrganicClicksPerQuery() float64

func (*Metrics) GetOrganicImpressions

func (x *Metrics) GetOrganicImpressions() int64

func (*Metrics) GetOrganicImpressionsPerQuery

func (x *Metrics) GetOrganicImpressionsPerQuery() float64

func (*Metrics) GetOrganicQueries

func (x *Metrics) GetOrganicQueries() int64

func (*Metrics) GetPercentNewVisitors

func (x *Metrics) GetPercentNewVisitors() float64

func (*Metrics) GetPhoneCalls

func (x *Metrics) GetPhoneCalls() int64

func (*Metrics) GetPhoneImpressions

func (x *Metrics) GetPhoneImpressions() int64

func (*Metrics) GetPhoneThroughRate

func (x *Metrics) GetPhoneThroughRate() float64

func (*Metrics) GetRelativeCtr

func (x *Metrics) GetRelativeCtr() float64

func (*Metrics) GetSearchAbsoluteTopImpressionShare

func (x *Metrics) GetSearchAbsoluteTopImpressionShare() float64

func (*Metrics) GetSearchBudgetLostAbsoluteTopImpressionShare

func (x *Metrics) GetSearchBudgetLostAbsoluteTopImpressionShare() float64

func (*Metrics) GetSearchBudgetLostImpressionShare

func (x *Metrics) GetSearchBudgetLostImpressionShare() float64

func (*Metrics) GetSearchBudgetLostTopImpressionShare

func (x *Metrics) GetSearchBudgetLostTopImpressionShare() float64

func (*Metrics) GetSearchClickShare

func (x *Metrics) GetSearchClickShare() float64

func (*Metrics) GetSearchExactMatchImpressionShare

func (x *Metrics) GetSearchExactMatchImpressionShare() float64

func (*Metrics) GetSearchImpressionShare

func (x *Metrics) GetSearchImpressionShare() float64

func (*Metrics) GetSearchRankLostAbsoluteTopImpressionShare

func (x *Metrics) GetSearchRankLostAbsoluteTopImpressionShare() float64

func (*Metrics) GetSearchRankLostImpressionShare

func (x *Metrics) GetSearchRankLostImpressionShare() float64

func (*Metrics) GetSearchRankLostTopImpressionShare

func (x *Metrics) GetSearchRankLostTopImpressionShare() float64

func (*Metrics) GetSearchTopImpressionShare

func (x *Metrics) GetSearchTopImpressionShare() float64

func (*Metrics) GetSkAdNetworkConversions

func (x *Metrics) GetSkAdNetworkConversions() int64

func (*Metrics) GetSpeedScore

func (x *Metrics) GetSpeedScore() int64

func (*Metrics) GetTopImpressionPercentage

func (x *Metrics) GetTopImpressionPercentage() float64

func (*Metrics) GetValidAcceleratedMobilePagesClicksPercentage

func (x *Metrics) GetValidAcceleratedMobilePagesClicksPercentage() float64

func (*Metrics) GetValuePerAllConversions

func (x *Metrics) GetValuePerAllConversions() float64

func (*Metrics) GetValuePerAllConversionsByConversionDate

func (x *Metrics) GetValuePerAllConversionsByConversionDate() float64

func (*Metrics) GetValuePerConversion

func (x *Metrics) GetValuePerConversion() float64

func (*Metrics) GetValuePerConversionsByConversionDate

func (x *Metrics) GetValuePerConversionsByConversionDate() float64

func (*Metrics) GetValuePerCurrentModelAttributedConversion

func (x *Metrics) GetValuePerCurrentModelAttributedConversion() float64

func (*Metrics) GetVideoQuartileP100Rate

func (x *Metrics) GetVideoQuartileP100Rate() float64

func (*Metrics) GetVideoQuartileP25Rate

func (x *Metrics) GetVideoQuartileP25Rate() float64

func (*Metrics) GetVideoQuartileP50Rate

func (x *Metrics) GetVideoQuartileP50Rate() float64

func (*Metrics) GetVideoQuartileP75Rate

func (x *Metrics) GetVideoQuartileP75Rate() float64

func (*Metrics) GetVideoViewRate

func (x *Metrics) GetVideoViewRate() float64

func (*Metrics) GetVideoViews

func (x *Metrics) GetVideoViews() int64

func (*Metrics) GetViewThroughConversions

func (x *Metrics) GetViewThroughConversions() int64

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 MobileAppAsset

type MobileAppAsset struct {
	AppId     string                                    `protobuf:"bytes,1,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"`
	AppStore  enums.MobileAppVendorEnum_MobileAppVendor `` /* 158-byte string literal not displayed */
	LinkText  string                                    `protobuf:"bytes,3,opt,name=link_text,json=linkText,proto3" json:"link_text,omitempty"`
	StartDate string                                    `protobuf:"bytes,4,opt,name=start_date,json=startDate,proto3" json:"start_date,omitempty"`
	EndDate   string                                    `protobuf:"bytes,5,opt,name=end_date,json=endDate,proto3" json:"end_date,omitempty"`
	// contains filtered or unexported fields
}

func (*MobileAppAsset) Descriptor deprecated

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

Deprecated: Use MobileAppAsset.ProtoReflect.Descriptor instead.

func (*MobileAppAsset) GetAppId

func (x *MobileAppAsset) GetAppId() string

func (*MobileAppAsset) GetAppStore

func (*MobileAppAsset) GetEndDate

func (x *MobileAppAsset) GetEndDate() string

func (*MobileAppAsset) GetLinkText

func (x *MobileAppAsset) GetLinkText() string

func (*MobileAppAsset) GetStartDate

func (x *MobileAppAsset) GetStartDate() string

func (*MobileAppAsset) ProtoMessage

func (*MobileAppAsset) ProtoMessage()

func (*MobileAppAsset) ProtoReflect

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

func (*MobileAppAsset) Reset

func (x *MobileAppAsset) Reset()

func (*MobileAppAsset) String

func (x *MobileAppAsset) String() string

type MobileAppCategoryInfo

type MobileAppCategoryInfo struct {
	MobileAppCategoryConstant *string `` /* 146-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*MobileAppCategoryInfo) Descriptor deprecated

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

Deprecated: Use MobileAppCategoryInfo.ProtoReflect.Descriptor instead.

func (*MobileAppCategoryInfo) GetMobileAppCategoryConstant

func (x *MobileAppCategoryInfo) GetMobileAppCategoryConstant() string

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 {
	AppId *string `protobuf:"bytes,4,opt,name=app_id,json=appId,proto3,oneof" json:"app_id,omitempty"`
	Name  *string `protobuf:"bytes,5,opt,name=name,proto3,oneof" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*MobileApplicationInfo) Descriptor deprecated

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

Deprecated: Use MobileApplicationInfo.ProtoReflect.Descriptor instead.

func (*MobileApplicationInfo) GetAppId

func (x *MobileApplicationInfo) GetAppId() string

func (*MobileApplicationInfo) GetName

func (x *MobileApplicationInfo) GetName() string

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 {
	MobileDeviceConstant *string `` /* 129-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*MobileDeviceInfo) Descriptor deprecated

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

Deprecated: Use MobileDeviceInfo.ProtoReflect.Descriptor instead.

func (*MobileDeviceInfo) GetMobileDeviceConstant

func (x *MobileDeviceInfo) GetMobileDeviceConstant() string

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 {
	CurrencyCode *string `protobuf:"bytes,3,opt,name=currency_code,json=currencyCode,proto3,oneof" json:"currency_code,omitempty"`
	AmountMicros *int64  `protobuf:"varint,4,opt,name=amount_micros,json=amountMicros,proto3,oneof" json:"amount_micros,omitempty"`
	// contains filtered or unexported fields
}

func (*Money) Descriptor deprecated

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

Deprecated: Use Money.ProtoReflect.Descriptor instead.

func (*Money) GetAmountMicros

func (x *Money) GetAmountMicros() int64

func (*Money) GetCurrencyCode

func (x *Money) GetCurrencyCode() string

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 MonthlySearchVolume

type MonthlySearchVolume struct {
	Year            *int64                            `protobuf:"varint,4,opt,name=year,proto3,oneof" json:"year,omitempty"`
	Month           enums.MonthOfYearEnum_MonthOfYear `` /* 128-byte string literal not displayed */
	MonthlySearches *int64                            `protobuf:"varint,5,opt,name=monthly_searches,json=monthlySearches,proto3,oneof" json:"monthly_searches,omitempty"`
	// contains filtered or unexported fields
}

func (*MonthlySearchVolume) Descriptor deprecated

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

Deprecated: Use MonthlySearchVolume.ProtoReflect.Descriptor instead.

func (*MonthlySearchVolume) GetMonth

func (*MonthlySearchVolume) GetMonthlySearches

func (x *MonthlySearchVolume) GetMonthlySearches() int64

func (*MonthlySearchVolume) GetYear

func (x *MonthlySearchVolume) GetYear() int64

func (*MonthlySearchVolume) ProtoMessage

func (*MonthlySearchVolume) ProtoMessage()

func (*MonthlySearchVolume) ProtoReflect

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

func (*MonthlySearchVolume) Reset

func (x *MonthlySearchVolume) Reset()

func (*MonthlySearchVolume) String

func (x *MonthlySearchVolume) String() string

type OfflineUserAddressInfo

type OfflineUserAddressInfo struct {
	HashedFirstName     *string `protobuf:"bytes,7,opt,name=hashed_first_name,json=hashedFirstName,proto3,oneof" json:"hashed_first_name,omitempty"`
	HashedLastName      *string `protobuf:"bytes,8,opt,name=hashed_last_name,json=hashedLastName,proto3,oneof" json:"hashed_last_name,omitempty"`
	City                *string `protobuf:"bytes,9,opt,name=city,proto3,oneof" json:"city,omitempty"`
	State               *string `protobuf:"bytes,10,opt,name=state,proto3,oneof" json:"state,omitempty"`
	CountryCode         *string `protobuf:"bytes,11,opt,name=country_code,json=countryCode,proto3,oneof" json:"country_code,omitempty"`
	PostalCode          *string `protobuf:"bytes,12,opt,name=postal_code,json=postalCode,proto3,oneof" json:"postal_code,omitempty"`
	HashedStreetAddress *string `` /* 127-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*OfflineUserAddressInfo) Descriptor deprecated

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

Deprecated: Use OfflineUserAddressInfo.ProtoReflect.Descriptor instead.

func (*OfflineUserAddressInfo) GetCity

func (x *OfflineUserAddressInfo) GetCity() string

func (*OfflineUserAddressInfo) GetCountryCode

func (x *OfflineUserAddressInfo) GetCountryCode() string

func (*OfflineUserAddressInfo) GetHashedFirstName

func (x *OfflineUserAddressInfo) GetHashedFirstName() string

func (*OfflineUserAddressInfo) GetHashedLastName

func (x *OfflineUserAddressInfo) GetHashedLastName() string

func (*OfflineUserAddressInfo) GetHashedStreetAddress

func (x *OfflineUserAddressInfo) GetHashedStreetAddress() string

func (*OfflineUserAddressInfo) GetPostalCode

func (x *OfflineUserAddressInfo) GetPostalCode() string

func (*OfflineUserAddressInfo) GetState

func (x *OfflineUserAddressInfo) GetState() string

func (*OfflineUserAddressInfo) ProtoMessage

func (*OfflineUserAddressInfo) ProtoMessage()

func (*OfflineUserAddressInfo) ProtoReflect

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

func (*OfflineUserAddressInfo) Reset

func (x *OfflineUserAddressInfo) Reset()

func (*OfflineUserAddressInfo) String

func (x *OfflineUserAddressInfo) String() string

type Operand

type Operand struct {

	// 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
}

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 {

	// 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
}

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() bool

func (*Operand_ConstantOperand) GetConstantOperandValue

func (m *Operand_ConstantOperand) GetConstantOperandValue() isOperand_ConstantOperand_ConstantOperandValue

func (*Operand_ConstantOperand) GetDoubleValue

func (x *Operand_ConstantOperand) GetDoubleValue() float64

func (*Operand_ConstantOperand) GetLongValue

func (x *Operand_ConstantOperand) GetLongValue() int64

func (*Operand_ConstantOperand) GetStringValue

func (x *Operand_ConstantOperand) GetStringValue() string

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 {
	ConstantOperand *Operand_ConstantOperand `protobuf:"bytes,1,opt,name=constant_operand,json=constantOperand,proto3,oneof"`
}

type Operand_ConstantOperand_BooleanValue

type Operand_ConstantOperand_BooleanValue struct {
	BooleanValue bool `protobuf:"varint,7,opt,name=boolean_value,json=booleanValue,proto3,oneof"`
}

type Operand_ConstantOperand_DoubleValue

type Operand_ConstantOperand_DoubleValue struct {
	DoubleValue float64 `protobuf:"fixed64,8,opt,name=double_value,json=doubleValue,proto3,oneof"`
}

type Operand_ConstantOperand_LongValue

type Operand_ConstantOperand_LongValue struct {
	LongValue int64 `protobuf:"varint,6,opt,name=long_value,json=longValue,proto3,oneof"`
}

type Operand_ConstantOperand_StringValue

type Operand_ConstantOperand_StringValue struct {
	StringValue string `protobuf:"bytes,5,opt,name=string_value,json=stringValue,proto3,oneof"`
}

type Operand_FeedAttributeOperand

type Operand_FeedAttributeOperand struct {
	FeedId          *int64 `protobuf:"varint,3,opt,name=feed_id,json=feedId,proto3,oneof" json:"feed_id,omitempty"`
	FeedAttributeId *int64 `protobuf:"varint,4,opt,name=feed_attribute_id,json=feedAttributeId,proto3,oneof" json:"feed_attribute_id,omitempty"`
	// contains filtered or unexported fields
}

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() int64

func (*Operand_FeedAttributeOperand) GetFeedId

func (x *Operand_FeedAttributeOperand) GetFeedId() int64

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 {
	FeedAttributeOperand *Operand_FeedAttributeOperand `protobuf:"bytes,2,opt,name=feed_attribute_operand,json=feedAttributeOperand,proto3,oneof"`
}

type Operand_FunctionOperand

type Operand_FunctionOperand struct {
	MatchingFunction *MatchingFunction `protobuf:"bytes,1,opt,name=matching_function,json=matchingFunction,proto3" json:"matching_function,omitempty"`
	// contains filtered or unexported fields
}

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 {
	FunctionOperand *Operand_FunctionOperand `protobuf:"bytes,3,opt,name=function_operand,json=functionOperand,proto3,oneof"`
}

type Operand_RequestContextOperand

type Operand_RequestContextOperand struct {
	ContextType enums.MatchingFunctionContextTypeEnum_MatchingFunctionContextType `` /* 191-byte string literal not displayed */
	// contains filtered or unexported fields
}

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 {
	RequestContextOperand *Operand_RequestContextOperand `protobuf:"bytes,4,opt,name=request_context_operand,json=requestContextOperand,proto3,oneof"`
}

type OperatingSystemVersionInfo

type OperatingSystemVersionInfo struct {
	OperatingSystemVersionConstant *string `` /* 161-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*OperatingSystemVersionInfo) Descriptor deprecated

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

Deprecated: Use OperatingSystemVersionInfo.ProtoReflect.Descriptor instead.

func (*OperatingSystemVersionInfo) GetOperatingSystemVersionConstant

func (x *OperatingSystemVersionInfo) GetOperatingSystemVersionConstant() string

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 PageFeedAsset

type PageFeedAsset struct {
	PageUrl string   `protobuf:"bytes,1,opt,name=page_url,json=pageUrl,proto3" json:"page_url,omitempty"`
	Labels  []string `protobuf:"bytes,2,rep,name=labels,proto3" json:"labels,omitempty"`
	// contains filtered or unexported fields
}

func (*PageFeedAsset) Descriptor deprecated

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

Deprecated: Use PageFeedAsset.ProtoReflect.Descriptor instead.

func (*PageFeedAsset) GetLabels

func (x *PageFeedAsset) GetLabels() []string

func (*PageFeedAsset) GetPageUrl

func (x *PageFeedAsset) GetPageUrl() string

func (*PageFeedAsset) ProtoMessage

func (*PageFeedAsset) ProtoMessage()

func (*PageFeedAsset) ProtoReflect

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

func (*PageFeedAsset) Reset

func (x *PageFeedAsset) Reset()

func (*PageFeedAsset) String

func (x *PageFeedAsset) String() string

type ParentalStatusDimension

type ParentalStatusDimension struct {
	ParentalStatuses    []enums.ParentalStatusTypeEnum_ParentalStatusType `` /* 195-byte string literal not displayed */
	IncludeUndetermined *bool                                             `protobuf:"varint,2,opt,name=include_undetermined,json=includeUndetermined,proto3,oneof" json:"include_undetermined,omitempty"`
	// contains filtered or unexported fields
}

func (*ParentalStatusDimension) Descriptor deprecated

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

Deprecated: Use ParentalStatusDimension.ProtoReflect.Descriptor instead.

func (*ParentalStatusDimension) GetIncludeUndetermined

func (x *ParentalStatusDimension) GetIncludeUndetermined() bool

func (*ParentalStatusDimension) GetParentalStatuses

func (*ParentalStatusDimension) ProtoMessage

func (*ParentalStatusDimension) ProtoMessage()

func (*ParentalStatusDimension) ProtoReflect

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

func (*ParentalStatusDimension) Reset

func (x *ParentalStatusDimension) Reset()

func (*ParentalStatusDimension) String

func (x *ParentalStatusDimension) String() string

type ParentalStatusInfo

type ParentalStatusInfo struct {
	Type enums.ParentalStatusTypeEnum_ParentalStatusType `` /* 140-byte string literal not displayed */
	// contains filtered or unexported fields
}

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 {
	CpcBidCeilingMicros *int64 `` /* 129-byte string literal not displayed */
	EnhancedCpcEnabled  *bool  `protobuf:"varint,4,opt,name=enhanced_cpc_enabled,json=enhancedCpcEnabled,proto3,oneof" json:"enhanced_cpc_enabled,omitempty"`
	// contains filtered or unexported fields
}

func (*PercentCpc) Descriptor deprecated

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

Deprecated: Use PercentCpc.ProtoReflect.Descriptor instead.

func (*PercentCpc) GetCpcBidCeilingMicros

func (x *PercentCpc) GetCpcBidCeilingMicros() int64

func (*PercentCpc) GetEnhancedCpcEnabled

func (x *PercentCpc) GetEnhancedCpcEnabled() bool

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 PercentCpcBidSimulationPoint

type PercentCpcBidSimulationPoint struct {
	PercentCpcBidMicros      *int64   `` /* 129-byte string literal not displayed */
	BiddableConversions      *float64 `` /* 126-byte string literal not displayed */
	BiddableConversionsValue *float64 `` /* 143-byte string literal not displayed */
	Clicks                   *int64   `protobuf:"varint,4,opt,name=clicks,proto3,oneof" json:"clicks,omitempty"`
	CostMicros               *int64   `protobuf:"varint,5,opt,name=cost_micros,json=costMicros,proto3,oneof" json:"cost_micros,omitempty"`
	Impressions              *int64   `protobuf:"varint,6,opt,name=impressions,proto3,oneof" json:"impressions,omitempty"`
	TopSlotImpressions       *int64   `protobuf:"varint,7,opt,name=top_slot_impressions,json=topSlotImpressions,proto3,oneof" json:"top_slot_impressions,omitempty"`
	// contains filtered or unexported fields
}

func (*PercentCpcBidSimulationPoint) Descriptor deprecated

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

Deprecated: Use PercentCpcBidSimulationPoint.ProtoReflect.Descriptor instead.

func (*PercentCpcBidSimulationPoint) GetBiddableConversions

func (x *PercentCpcBidSimulationPoint) GetBiddableConversions() float64

func (*PercentCpcBidSimulationPoint) GetBiddableConversionsValue

func (x *PercentCpcBidSimulationPoint) GetBiddableConversionsValue() float64

func (*PercentCpcBidSimulationPoint) GetClicks

func (x *PercentCpcBidSimulationPoint) GetClicks() int64

func (*PercentCpcBidSimulationPoint) GetCostMicros

func (x *PercentCpcBidSimulationPoint) GetCostMicros() int64

func (*PercentCpcBidSimulationPoint) GetImpressions

func (x *PercentCpcBidSimulationPoint) GetImpressions() int64

func (*PercentCpcBidSimulationPoint) GetPercentCpcBidMicros

func (x *PercentCpcBidSimulationPoint) GetPercentCpcBidMicros() int64

func (*PercentCpcBidSimulationPoint) GetTopSlotImpressions

func (x *PercentCpcBidSimulationPoint) GetTopSlotImpressions() int64

func (*PercentCpcBidSimulationPoint) ProtoMessage

func (*PercentCpcBidSimulationPoint) ProtoMessage()

func (*PercentCpcBidSimulationPoint) ProtoReflect

func (*PercentCpcBidSimulationPoint) Reset

func (x *PercentCpcBidSimulationPoint) Reset()

func (*PercentCpcBidSimulationPoint) String

type PercentCpcBidSimulationPointList

type PercentCpcBidSimulationPointList struct {
	Points []*PercentCpcBidSimulationPoint `protobuf:"bytes,1,rep,name=points,proto3" json:"points,omitempty"`
	// contains filtered or unexported fields
}

func (*PercentCpcBidSimulationPointList) Descriptor deprecated

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

Deprecated: Use PercentCpcBidSimulationPointList.ProtoReflect.Descriptor instead.

func (*PercentCpcBidSimulationPointList) GetPoints

func (*PercentCpcBidSimulationPointList) ProtoMessage

func (*PercentCpcBidSimulationPointList) ProtoMessage()

func (*PercentCpcBidSimulationPointList) ProtoReflect

func (*PercentCpcBidSimulationPointList) Reset

func (*PercentCpcBidSimulationPointList) String

type PlacementInfo

type PlacementInfo struct {
	Url *string `protobuf:"bytes,2,opt,name=url,proto3,oneof" json:"url,omitempty"`
	// contains filtered or unexported fields
}

func (*PlacementInfo) Descriptor deprecated

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

Deprecated: Use PlacementInfo.ProtoReflect.Descriptor instead.

func (*PlacementInfo) GetUrl

func (x *PlacementInfo) GetUrl() string

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 PolicySummary

type PolicySummary struct {
	PolicyTopicEntries []*PolicyTopicEntry                                 `protobuf:"bytes,1,rep,name=policy_topic_entries,json=policyTopicEntries,proto3" json:"policy_topic_entries,omitempty"`
	ReviewStatus       enums.PolicyReviewStatusEnum_PolicyReviewStatus     `` /* 176-byte string literal not displayed */
	ApprovalStatus     enums.PolicyApprovalStatusEnum_PolicyApprovalStatus `` /* 186-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*PolicySummary) Descriptor deprecated

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

Deprecated: Use PolicySummary.ProtoReflect.Descriptor instead.

func (*PolicySummary) GetApprovalStatus

func (*PolicySummary) GetPolicyTopicEntries

func (x *PolicySummary) GetPolicyTopicEntries() []*PolicyTopicEntry

func (*PolicySummary) GetReviewStatus

func (*PolicySummary) ProtoMessage

func (*PolicySummary) ProtoMessage()

func (*PolicySummary) ProtoReflect

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

func (*PolicySummary) Reset

func (x *PolicySummary) Reset()

func (*PolicySummary) String

func (x *PolicySummary) String() string

type PolicyTopicConstraint

type PolicyTopicConstraint struct {

	// 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
}

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 {
	CertificateDomainMismatchInCountryList *PolicyTopicConstraint_CountryConstraintList `` /* 128-byte string literal not displayed */
}

type PolicyTopicConstraint_CertificateMissingInCountryList

type PolicyTopicConstraint_CertificateMissingInCountryList struct {
	CertificateMissingInCountryList *PolicyTopicConstraint_CountryConstraintList `protobuf:"bytes,3,opt,name=certificate_missing_in_country_list,json=certificateMissingInCountryList,proto3,oneof"`
}

type PolicyTopicConstraint_CountryConstraint

type PolicyTopicConstraint_CountryConstraint struct {
	CountryCriterion *string `protobuf:"bytes,2,opt,name=country_criterion,json=countryCriterion,proto3,oneof" json:"country_criterion,omitempty"`
	// contains filtered or unexported fields
}

func (*PolicyTopicConstraint_CountryConstraint) Descriptor deprecated

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

Deprecated: Use PolicyTopicConstraint_CountryConstraint.ProtoReflect.Descriptor instead.

func (*PolicyTopicConstraint_CountryConstraint) GetCountryCriterion

func (x *PolicyTopicConstraint_CountryConstraint) GetCountryCriterion() string

func (*PolicyTopicConstraint_CountryConstraint) ProtoMessage

func (*PolicyTopicConstraint_CountryConstraint) ProtoReflect

func (*PolicyTopicConstraint_CountryConstraint) Reset

func (*PolicyTopicConstraint_CountryConstraint) String

type PolicyTopicConstraint_CountryConstraintList

type PolicyTopicConstraint_CountryConstraintList struct {
	TotalTargetedCountries *int32                                     `` /* 136-byte string literal not displayed */
	Countries              []*PolicyTopicConstraint_CountryConstraint `protobuf:"bytes,2,rep,name=countries,proto3" json:"countries,omitempty"`
	// contains filtered or unexported fields
}

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() int32

func (*PolicyTopicConstraint_CountryConstraintList) ProtoMessage

func (*PolicyTopicConstraint_CountryConstraintList) ProtoReflect

func (*PolicyTopicConstraint_CountryConstraintList) Reset

func (*PolicyTopicConstraint_CountryConstraintList) String

type PolicyTopicConstraint_CountryConstraintList_

type PolicyTopicConstraint_CountryConstraintList_ struct {
	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
}

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 {
	ResellerConstraint *PolicyTopicConstraint_ResellerConstraint `protobuf:"bytes,2,opt,name=reseller_constraint,json=resellerConstraint,proto3,oneof"`
}

type PolicyTopicEntry

type PolicyTopicEntry struct {
	Topic       *string                                             `protobuf:"bytes,5,opt,name=topic,proto3,oneof" json:"topic,omitempty"`
	Type        enums.PolicyTopicEntryTypeEnum_PolicyTopicEntryType `` /* 144-byte string literal not displayed */
	Evidences   []*PolicyTopicEvidence                              `protobuf:"bytes,3,rep,name=evidences,proto3" json:"evidences,omitempty"`
	Constraints []*PolicyTopicConstraint                            `protobuf:"bytes,4,rep,name=constraints,proto3" json:"constraints,omitempty"`
	// contains filtered or unexported fields
}

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() string

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 {

	// 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
}

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() string

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 {
	UrlTypes []enums.PolicyTopicEvidenceDestinationMismatchUrlTypeEnum_PolicyTopicEvidenceDestinationMismatchUrlType `` /* 225-byte string literal not displayed */
	// contains filtered or unexported fields
}

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 {
	DestinationMismatch *PolicyTopicEvidence_DestinationMismatch `protobuf:"bytes,7,opt,name=destination_mismatch,json=destinationMismatch,proto3,oneof"`
}

type PolicyTopicEvidence_DestinationNotWorking

type PolicyTopicEvidence_DestinationNotWorking struct {
	ExpandedUrl         *string                                                                                                 `protobuf:"bytes,7,opt,name=expanded_url,json=expandedUrl,proto3,oneof" json:"expanded_url,omitempty"`
	Device              enums.PolicyTopicEvidenceDestinationNotWorkingDeviceEnum_PolicyTopicEvidenceDestinationNotWorkingDevice `` /* 200-byte string literal not displayed */
	LastCheckedDateTime *string                                                                                                 `` /* 128-byte string literal not displayed */
	// Types that are assignable to Reason:
	//	*PolicyTopicEvidence_DestinationNotWorking_DnsErrorType
	//	*PolicyTopicEvidence_DestinationNotWorking_HttpErrorCode
	Reason isPolicyTopicEvidence_DestinationNotWorking_Reason `protobuf_oneof:"reason"`
	// contains filtered or unexported fields
}

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 (x *PolicyTopicEvidence_DestinationNotWorking) GetHttpErrorCode() int64

func (*PolicyTopicEvidence_DestinationNotWorking) GetLastCheckedDateTime

func (x *PolicyTopicEvidence_DestinationNotWorking) GetLastCheckedDateTime() string

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 {
	DestinationNotWorking *PolicyTopicEvidence_DestinationNotWorking `protobuf:"bytes,8,opt,name=destination_not_working,json=destinationNotWorking,proto3,oneof"`
}

type PolicyTopicEvidence_DestinationNotWorking_DnsErrorType

type PolicyTopicEvidence_DestinationNotWorking_DnsErrorType struct {
	DnsErrorType enums.PolicyTopicEvidenceDestinationNotWorkingDnsErrorTypeEnum_PolicyTopicEvidenceDestinationNotWorkingDnsErrorType `` /* 220-byte string literal not displayed */
}

type PolicyTopicEvidence_DestinationNotWorking_HttpErrorCode

type PolicyTopicEvidence_DestinationNotWorking_HttpErrorCode struct {
	HttpErrorCode int64 `protobuf:"varint,6,opt,name=http_error_code,json=httpErrorCode,proto3,oneof"`
}

type PolicyTopicEvidence_DestinationTextList

type PolicyTopicEvidence_DestinationTextList struct {
	DestinationTexts []string `protobuf:"bytes,2,rep,name=destination_texts,json=destinationTexts,proto3" json:"destination_texts,omitempty"`
	// contains filtered or unexported fields
}

func (*PolicyTopicEvidence_DestinationTextList) Descriptor deprecated

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

Deprecated: Use PolicyTopicEvidence_DestinationTextList.ProtoReflect.Descriptor instead.

func (*PolicyTopicEvidence_DestinationTextList) GetDestinationTexts

func (x *PolicyTopicEvidence_DestinationTextList) GetDestinationTexts() []string

func (*PolicyTopicEvidence_DestinationTextList) ProtoMessage

func (*PolicyTopicEvidence_DestinationTextList) ProtoReflect

func (*PolicyTopicEvidence_DestinationTextList) Reset

func (*PolicyTopicEvidence_DestinationTextList) String

type PolicyTopicEvidence_DestinationTextList_

type PolicyTopicEvidence_DestinationTextList_ struct {
	DestinationTextList *PolicyTopicEvidence_DestinationTextList `protobuf:"bytes,6,opt,name=destination_text_list,json=destinationTextList,proto3,oneof"`
}

type PolicyTopicEvidence_LanguageCode

type PolicyTopicEvidence_LanguageCode struct {
	LanguageCode string `protobuf:"bytes,9,opt,name=language_code,json=languageCode,proto3,oneof"`
}

type PolicyTopicEvidence_TextList

type PolicyTopicEvidence_TextList struct {
	Texts []string `protobuf:"bytes,2,rep,name=texts,proto3" json:"texts,omitempty"`
	// contains filtered or unexported fields
}

func (*PolicyTopicEvidence_TextList) Descriptor deprecated

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

Deprecated: Use PolicyTopicEvidence_TextList.ProtoReflect.Descriptor instead.

func (*PolicyTopicEvidence_TextList) GetTexts

func (x *PolicyTopicEvidence_TextList) GetTexts() []string

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 {
	TextList *PolicyTopicEvidence_TextList `protobuf:"bytes,4,opt,name=text_list,json=textList,proto3,oneof"`
}

type PolicyTopicEvidence_WebsiteList

type PolicyTopicEvidence_WebsiteList struct {
	Websites []string `protobuf:"bytes,2,rep,name=websites,proto3" json:"websites,omitempty"`
	// contains filtered or unexported fields
}

func (*PolicyTopicEvidence_WebsiteList) Descriptor deprecated

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

Deprecated: Use PolicyTopicEvidence_WebsiteList.ProtoReflect.Descriptor instead.

func (*PolicyTopicEvidence_WebsiteList) GetWebsites

func (x *PolicyTopicEvidence_WebsiteList) GetWebsites() []string

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 {
	WebsiteList *PolicyTopicEvidence_WebsiteList `protobuf:"bytes,3,opt,name=website_list,json=websiteList,proto3,oneof"`
}

type PolicyValidationParameter

type PolicyValidationParameter struct {
	IgnorablePolicyTopics     []string              `` /* 126-byte string literal not displayed */
	ExemptPolicyViolationKeys []*PolicyViolationKey `` /* 140-byte string literal not displayed */
	// contains filtered or unexported fields
}

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() []string

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 {
	PolicyName    *string `protobuf:"bytes,3,opt,name=policy_name,json=policyName,proto3,oneof" json:"policy_name,omitempty"`
	ViolatingText *string `protobuf:"bytes,4,opt,name=violating_text,json=violatingText,proto3,oneof" json:"violating_text,omitempty"`
	// contains filtered or unexported fields
}

func (*PolicyViolationKey) Descriptor deprecated

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

Deprecated: Use PolicyViolationKey.ProtoReflect.Descriptor instead.

func (*PolicyViolationKey) GetPolicyName

func (x *PolicyViolationKey) GetPolicyName() string

func (*PolicyViolationKey) GetViolatingText

func (x *PolicyViolationKey) GetViolatingText() string

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 enums.PreferredContentTypeEnum_PreferredContentType `` /* 144-byte string literal not displayed */
	// contains filtered or unexported fields
}

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 PriceAsset

type PriceAsset struct {
	Type           enums.PriceExtensionTypeEnum_PriceExtensionType                     `` /* 140-byte string literal not displayed */
	PriceQualifier enums.PriceExtensionPriceQualifierEnum_PriceExtensionPriceQualifier `` /* 202-byte string literal not displayed */
	LanguageCode   string                                                              `protobuf:"bytes,3,opt,name=language_code,json=languageCode,proto3" json:"language_code,omitempty"`
	PriceOfferings []*PriceOffering                                                    `protobuf:"bytes,4,rep,name=price_offerings,json=priceOfferings,proto3" json:"price_offerings,omitempty"`
	// contains filtered or unexported fields
}

func (*PriceAsset) Descriptor deprecated

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

Deprecated: Use PriceAsset.ProtoReflect.Descriptor instead.

func (*PriceAsset) GetLanguageCode

func (x *PriceAsset) GetLanguageCode() string

func (*PriceAsset) GetPriceOfferings

func (x *PriceAsset) GetPriceOfferings() []*PriceOffering

func (*PriceAsset) GetType

func (*PriceAsset) ProtoMessage

func (*PriceAsset) ProtoMessage()

func (*PriceAsset) ProtoReflect

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

func (*PriceAsset) Reset

func (x *PriceAsset) Reset()

func (*PriceAsset) String

func (x *PriceAsset) String() string

type PriceFeedItem

type PriceFeedItem struct {
	Type                enums.PriceExtensionTypeEnum_PriceExtensionType                     `` /* 140-byte string literal not displayed */
	PriceQualifier      enums.PriceExtensionPriceQualifierEnum_PriceExtensionPriceQualifier `` /* 202-byte string literal not displayed */
	TrackingUrlTemplate *string                                                             `` /* 126-byte string literal not displayed */
	LanguageCode        *string                                                             `protobuf:"bytes,8,opt,name=language_code,json=languageCode,proto3,oneof" json:"language_code,omitempty"`
	PriceOfferings      []*PriceOffer                                                       `protobuf:"bytes,5,rep,name=price_offerings,json=priceOfferings,proto3" json:"price_offerings,omitempty"`
	FinalUrlSuffix      *string                                                             `protobuf:"bytes,9,opt,name=final_url_suffix,json=finalUrlSuffix,proto3,oneof" json:"final_url_suffix,omitempty"`
	// contains filtered or unexported fields
}

func (*PriceFeedItem) Descriptor deprecated

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

Deprecated: Use PriceFeedItem.ProtoReflect.Descriptor instead.

func (*PriceFeedItem) GetFinalUrlSuffix

func (x *PriceFeedItem) GetFinalUrlSuffix() string

func (*PriceFeedItem) GetLanguageCode

func (x *PriceFeedItem) GetLanguageCode() string

func (*PriceFeedItem) GetPriceOfferings

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

func (*PriceFeedItem) GetTrackingUrlTemplate

func (x *PriceFeedItem) GetTrackingUrlTemplate() string

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          *string                                                   `protobuf:"bytes,7,opt,name=header,proto3,oneof" json:"header,omitempty"`
	Description     *string                                                   `protobuf:"bytes,8,opt,name=description,proto3,oneof" json:"description,omitempty"`
	Price           *Money                                                    `protobuf:"bytes,3,opt,name=price,proto3" json:"price,omitempty"`
	Unit            enums.PriceExtensionPriceUnitEnum_PriceExtensionPriceUnit `` /* 150-byte string literal not displayed */
	FinalUrls       []string                                                  `protobuf:"bytes,9,rep,name=final_urls,json=finalUrls,proto3" json:"final_urls,omitempty"`
	FinalMobileUrls []string                                                  `protobuf:"bytes,10,rep,name=final_mobile_urls,json=finalMobileUrls,proto3" json:"final_mobile_urls,omitempty"`
	// contains filtered or unexported fields
}

func (*PriceOffer) Descriptor deprecated

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

Deprecated: Use PriceOffer.ProtoReflect.Descriptor instead.

func (*PriceOffer) GetDescription

func (x *PriceOffer) GetDescription() string

func (*PriceOffer) GetFinalMobileUrls

func (x *PriceOffer) GetFinalMobileUrls() []string

func (*PriceOffer) GetFinalUrls

func (x *PriceOffer) GetFinalUrls() []string

func (*PriceOffer) GetHeader

func (x *PriceOffer) GetHeader() string

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 PriceOffering

type PriceOffering struct {
	Header         string                                                    `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"`
	Description    string                                                    `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
	Price          *Money                                                    `protobuf:"bytes,3,opt,name=price,proto3" json:"price,omitempty"`
	Unit           enums.PriceExtensionPriceUnitEnum_PriceExtensionPriceUnit `` /* 150-byte string literal not displayed */
	FinalUrl       string                                                    `protobuf:"bytes,5,opt,name=final_url,json=finalUrl,proto3" json:"final_url,omitempty"`
	FinalMobileUrl string                                                    `protobuf:"bytes,6,opt,name=final_mobile_url,json=finalMobileUrl,proto3" json:"final_mobile_url,omitempty"`
	// contains filtered or unexported fields
}

func (*PriceOffering) Descriptor deprecated

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

Deprecated: Use PriceOffering.ProtoReflect.Descriptor instead.

func (*PriceOffering) GetDescription

func (x *PriceOffering) GetDescription() string

func (*PriceOffering) GetFinalMobileUrl

func (x *PriceOffering) GetFinalMobileUrl() string

func (*PriceOffering) GetFinalUrl

func (x *PriceOffering) GetFinalUrl() string

func (*PriceOffering) GetHeader

func (x *PriceOffering) GetHeader() string

func (*PriceOffering) GetPrice

func (x *PriceOffering) GetPrice() *Money

func (*PriceOffering) ProtoMessage

func (*PriceOffering) ProtoMessage()

func (*PriceOffering) ProtoReflect

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

func (*PriceOffering) Reset

func (x *PriceOffering) Reset()

func (*PriceOffering) String

func (x *PriceOffering) String() string

type ProductBiddingCategoryInfo

type ProductBiddingCategoryInfo struct {
	Id          *int64                                                            `protobuf:"varint,4,opt,name=id,proto3,oneof" json:"id,omitempty"`
	CountryCode *string                                                           `protobuf:"bytes,5,opt,name=country_code,json=countryCode,proto3,oneof" json:"country_code,omitempty"`
	Level       enums.ProductBiddingCategoryLevelEnum_ProductBiddingCategoryLevel `` /* 160-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ProductBiddingCategoryInfo) Descriptor deprecated

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

Deprecated: Use ProductBiddingCategoryInfo.ProtoReflect.Descriptor instead.

func (*ProductBiddingCategoryInfo) GetCountryCode

func (x *ProductBiddingCategoryInfo) GetCountryCode() string

func (*ProductBiddingCategoryInfo) GetId

func (x *ProductBiddingCategoryInfo) GetId() int64

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 ProductBrandInfo

type ProductBrandInfo struct {
	Value *string `protobuf:"bytes,2,opt,name=value,proto3,oneof" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*ProductBrandInfo) Descriptor deprecated

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

Deprecated: Use ProductBrandInfo.ProtoReflect.Descriptor instead.

func (*ProductBrandInfo) GetValue

func (x *ProductBrandInfo) GetValue() string

func (*ProductBrandInfo) ProtoMessage

func (*ProductBrandInfo) ProtoMessage()

func (*ProductBrandInfo) ProtoReflect

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

func (*ProductBrandInfo) Reset

func (x *ProductBrandInfo) Reset()

func (*ProductBrandInfo) String

func (x *ProductBrandInfo) String() string

type ProductChannelExclusivityInfo

type ProductChannelExclusivityInfo struct {
	ChannelExclusivity enums.ProductChannelExclusivityEnum_ProductChannelExclusivity `` /* 208-byte string literal not displayed */
	// contains filtered or unexported fields
}

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 {
	Channel enums.ProductChannelEnum_ProductChannel `` /* 138-byte string literal not displayed */
	// contains filtered or unexported fields
}

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 {
	Condition enums.ProductConditionEnum_ProductCondition `` /* 146-byte string literal not displayed */
	// contains filtered or unexported fields
}

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 ProductCustomAttributeInfo

type ProductCustomAttributeInfo struct {
	Value *string                                                           `protobuf:"bytes,3,opt,name=value,proto3,oneof" json:"value,omitempty"`
	Index enums.ProductCustomAttributeIndexEnum_ProductCustomAttributeIndex `` /* 160-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ProductCustomAttributeInfo) Descriptor deprecated

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

Deprecated: Use ProductCustomAttributeInfo.ProtoReflect.Descriptor instead.

func (*ProductCustomAttributeInfo) GetValue

func (x *ProductCustomAttributeInfo) GetValue() string

func (*ProductCustomAttributeInfo) ProtoMessage

func (*ProductCustomAttributeInfo) ProtoMessage()

func (*ProductCustomAttributeInfo) ProtoReflect

func (*ProductCustomAttributeInfo) Reset

func (x *ProductCustomAttributeInfo) Reset()

func (*ProductCustomAttributeInfo) String

func (x *ProductCustomAttributeInfo) String() string

type ProductImage

type ProductImage struct {
	ProductImage        *string              `protobuf:"bytes,4,opt,name=product_image,json=productImage,proto3,oneof" json:"product_image,omitempty"`
	Description         *string              `protobuf:"bytes,5,opt,name=description,proto3,oneof" json:"description,omitempty"`
	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
}

func (*ProductImage) Descriptor deprecated

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

Deprecated: Use ProductImage.ProtoReflect.Descriptor instead.

func (*ProductImage) GetDescription

func (x *ProductImage) GetDescription() string

func (*ProductImage) GetDisplayCallToAction

func (x *ProductImage) GetDisplayCallToAction() *DisplayCallToAction

func (*ProductImage) GetProductImage

func (x *ProductImage) GetProductImage() string

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 *string `protobuf:"bytes,2,opt,name=value,proto3,oneof" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*ProductItemIdInfo) Descriptor deprecated

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

Deprecated: Use ProductItemIdInfo.ProtoReflect.Descriptor instead.

func (*ProductItemIdInfo) GetValue

func (x *ProductItemIdInfo) GetValue() string

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 *string                                     `protobuf:"bytes,3,opt,name=value,proto3,oneof" json:"value,omitempty"`
	Level enums.ProductTypeLevelEnum_ProductTypeLevel `` /* 138-byte string literal not displayed */
	// contains filtered or unexported fields
}

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() string

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 {
	ProductVideo *string `protobuf:"bytes,2,opt,name=product_video,json=productVideo,proto3,oneof" json:"product_video,omitempty"`
	// contains filtered or unexported fields
}

func (*ProductVideo) Descriptor deprecated

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

Deprecated: Use ProductVideo.ProtoReflect.Descriptor instead.

func (*ProductVideo) GetProductVideo

func (x *ProductVideo) GetProductVideo() string

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 PromotionAsset

type PromotionAsset struct {
	PromotionTarget     string                                                                          `protobuf:"bytes,1,opt,name=promotion_target,json=promotionTarget,proto3" json:"promotion_target,omitempty"`
	DiscountModifier    enums.PromotionExtensionDiscountModifierEnum_PromotionExtensionDiscountModifier `` /* 220-byte string literal not displayed */
	RedemptionStartDate string                                                                          `protobuf:"bytes,7,opt,name=redemption_start_date,json=redemptionStartDate,proto3" json:"redemption_start_date,omitempty"`
	RedemptionEndDate   string                                                                          `protobuf:"bytes,8,opt,name=redemption_end_date,json=redemptionEndDate,proto3" json:"redemption_end_date,omitempty"`
	Occasion            enums.PromotionExtensionOccasionEnum_PromotionExtensionOccasion                 `` /* 164-byte string literal not displayed */
	LanguageCode        string                                                                          `protobuf:"bytes,10,opt,name=language_code,json=languageCode,proto3" json:"language_code,omitempty"`
	StartDate           string                                                                          `protobuf:"bytes,11,opt,name=start_date,json=startDate,proto3" json:"start_date,omitempty"`
	EndDate             string                                                                          `protobuf:"bytes,12,opt,name=end_date,json=endDate,proto3" json:"end_date,omitempty"`
	AdScheduleTargets   []*AdScheduleInfo                                                               `protobuf:"bytes,13,rep,name=ad_schedule_targets,json=adScheduleTargets,proto3" json:"ad_schedule_targets,omitempty"`
	// Types that are assignable to DiscountType:
	//	*PromotionAsset_PercentOff
	//	*PromotionAsset_MoneyAmountOff
	DiscountType isPromotionAsset_DiscountType `protobuf_oneof:"discount_type"`
	// Types that are assignable to PromotionTrigger:
	//	*PromotionAsset_PromotionCode
	//	*PromotionAsset_OrdersOverAmount
	PromotionTrigger isPromotionAsset_PromotionTrigger `protobuf_oneof:"promotion_trigger"`
	// contains filtered or unexported fields
}

func (*PromotionAsset) Descriptor deprecated

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

Deprecated: Use PromotionAsset.ProtoReflect.Descriptor instead.

func (*PromotionAsset) GetAdScheduleTargets

func (x *PromotionAsset) GetAdScheduleTargets() []*AdScheduleInfo

func (*PromotionAsset) GetDiscountType

func (m *PromotionAsset) GetDiscountType() isPromotionAsset_DiscountType

func (*PromotionAsset) GetEndDate

func (x *PromotionAsset) GetEndDate() string

func (*PromotionAsset) GetLanguageCode

func (x *PromotionAsset) GetLanguageCode() string

func (*PromotionAsset) GetMoneyAmountOff

func (x *PromotionAsset) GetMoneyAmountOff() *Money

func (*PromotionAsset) GetOrdersOverAmount

func (x *PromotionAsset) GetOrdersOverAmount() *Money

func (*PromotionAsset) GetPercentOff

func (x *PromotionAsset) GetPercentOff() int64

func (*PromotionAsset) GetPromotionCode

func (x *PromotionAsset) GetPromotionCode() string

func (*PromotionAsset) GetPromotionTarget

func (x *PromotionAsset) GetPromotionTarget() string

func (*PromotionAsset) GetPromotionTrigger

func (m *PromotionAsset) GetPromotionTrigger() isPromotionAsset_PromotionTrigger

func (*PromotionAsset) GetRedemptionEndDate

func (x *PromotionAsset) GetRedemptionEndDate() string

func (*PromotionAsset) GetRedemptionStartDate

func (x *PromotionAsset) GetRedemptionStartDate() string

func (*PromotionAsset) GetStartDate

func (x *PromotionAsset) GetStartDate() string

func (*PromotionAsset) ProtoMessage

func (*PromotionAsset) ProtoMessage()

func (*PromotionAsset) ProtoReflect

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

func (*PromotionAsset) Reset

func (x *PromotionAsset) Reset()

func (*PromotionAsset) String

func (x *PromotionAsset) String() string

type PromotionAsset_MoneyAmountOff

type PromotionAsset_MoneyAmountOff struct {
	MoneyAmountOff *Money `protobuf:"bytes,4,opt,name=money_amount_off,json=moneyAmountOff,proto3,oneof"`
}

type PromotionAsset_OrdersOverAmount

type PromotionAsset_OrdersOverAmount struct {
	OrdersOverAmount *Money `protobuf:"bytes,6,opt,name=orders_over_amount,json=ordersOverAmount,proto3,oneof"`
}

type PromotionAsset_PercentOff

type PromotionAsset_PercentOff struct {
	PercentOff int64 `protobuf:"varint,3,opt,name=percent_off,json=percentOff,proto3,oneof"`
}

type PromotionAsset_PromotionCode

type PromotionAsset_PromotionCode struct {
	PromotionCode string `protobuf:"bytes,5,opt,name=promotion_code,json=promotionCode,proto3,oneof"`
}

type PromotionFeedItem

type PromotionFeedItem struct {
	PromotionTarget     *string                                                                         `protobuf:"bytes,16,opt,name=promotion_target,json=promotionTarget,proto3,oneof" json:"promotion_target,omitempty"`
	DiscountModifier    enums.PromotionExtensionDiscountModifierEnum_PromotionExtensionDiscountModifier `` /* 220-byte string literal not displayed */
	PromotionStartDate  *string                                                                         `protobuf:"bytes,19,opt,name=promotion_start_date,json=promotionStartDate,proto3,oneof" json:"promotion_start_date,omitempty"`
	PromotionEndDate    *string                                                                         `protobuf:"bytes,20,opt,name=promotion_end_date,json=promotionEndDate,proto3,oneof" json:"promotion_end_date,omitempty"`
	Occasion            enums.PromotionExtensionOccasionEnum_PromotionExtensionOccasion                 `` /* 164-byte string literal not displayed */
	FinalUrls           []string                                                                        `protobuf:"bytes,21,rep,name=final_urls,json=finalUrls,proto3" json:"final_urls,omitempty"`
	FinalMobileUrls     []string                                                                        `protobuf:"bytes,22,rep,name=final_mobile_urls,json=finalMobileUrls,proto3" json:"final_mobile_urls,omitempty"`
	TrackingUrlTemplate *string                                                                         `` /* 127-byte string literal not displayed */
	UrlCustomParameters []*CustomParameter                                                              `protobuf:"bytes,13,rep,name=url_custom_parameters,json=urlCustomParameters,proto3" json:"url_custom_parameters,omitempty"`
	FinalUrlSuffix      *string                                                                         `protobuf:"bytes,24,opt,name=final_url_suffix,json=finalUrlSuffix,proto3,oneof" json:"final_url_suffix,omitempty"`
	LanguageCode        *string                                                                         `protobuf:"bytes,25,opt,name=language_code,json=languageCode,proto3,oneof" json:"language_code,omitempty"`
	// Types that are assignable to DiscountType:
	//	*PromotionFeedItem_PercentOff
	//	*PromotionFeedItem_MoneyAmountOff
	DiscountType isPromotionFeedItem_DiscountType `protobuf_oneof:"discount_type"`
	// Types that are assignable to PromotionTrigger:
	//	*PromotionFeedItem_PromotionCode
	//	*PromotionFeedItem_OrdersOverAmount
	PromotionTrigger isPromotionFeedItem_PromotionTrigger `protobuf_oneof:"promotion_trigger"`
	// contains filtered or unexported fields
}

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() []string

func (*PromotionFeedItem) GetFinalUrlSuffix

func (x *PromotionFeedItem) GetFinalUrlSuffix() string

func (*PromotionFeedItem) GetFinalUrls

func (x *PromotionFeedItem) GetFinalUrls() []string

func (*PromotionFeedItem) GetLanguageCode

func (x *PromotionFeedItem) GetLanguageCode() string

func (*PromotionFeedItem) GetMoneyAmountOff

func (x *PromotionFeedItem) GetMoneyAmountOff() *Money

func (*PromotionFeedItem) GetOrdersOverAmount

func (x *PromotionFeedItem) GetOrdersOverAmount() *Money

func (*PromotionFeedItem) GetPercentOff

func (x *PromotionFeedItem) GetPercentOff() int64

func (*PromotionFeedItem) GetPromotionCode

func (x *PromotionFeedItem) GetPromotionCode() string

func (*PromotionFeedItem) GetPromotionEndDate

func (x *PromotionFeedItem) GetPromotionEndDate() string

func (*PromotionFeedItem) GetPromotionStartDate

func (x *PromotionFeedItem) GetPromotionStartDate() string

func (*PromotionFeedItem) GetPromotionTarget

func (x *PromotionFeedItem) GetPromotionTarget() string

func (*PromotionFeedItem) GetPromotionTrigger

func (m *PromotionFeedItem) GetPromotionTrigger() isPromotionFeedItem_PromotionTrigger

func (*PromotionFeedItem) GetTrackingUrlTemplate

func (x *PromotionFeedItem) GetTrackingUrlTemplate() string

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 {
	MoneyAmountOff *Money `protobuf:"bytes,4,opt,name=money_amount_off,json=moneyAmountOff,proto3,oneof"`
}

type PromotionFeedItem_OrdersOverAmount

type PromotionFeedItem_OrdersOverAmount struct {
	OrdersOverAmount *Money `protobuf:"bytes,6,opt,name=orders_over_amount,json=ordersOverAmount,proto3,oneof"`
}

type PromotionFeedItem_PercentOff

type PromotionFeedItem_PercentOff struct {
	PercentOff int64 `protobuf:"varint,17,opt,name=percent_off,json=percentOff,proto3,oneof"`
}

type PromotionFeedItem_PromotionCode

type PromotionFeedItem_PromotionCode struct {
	PromotionCode string `protobuf:"bytes,18,opt,name=promotion_code,json=promotionCode,proto3,oneof"`
}

type ProximityInfo

type ProximityInfo struct {
	GeoPoint    *GeoPointInfo                                       `protobuf:"bytes,1,opt,name=geo_point,json=geoPoint,proto3" json:"geo_point,omitempty"`
	Radius      *float64                                            `protobuf:"fixed64,5,opt,name=radius,proto3,oneof" json:"radius,omitempty"`
	RadiusUnits enums.ProximityRadiusUnitsEnum_ProximityRadiusUnits `` /* 177-byte string literal not displayed */
	Address     *AddressInfo                                        `protobuf:"bytes,4,opt,name=address,proto3" json:"address,omitempty"`
	// contains filtered or unexported fields
}

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() float64

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 {
	OptIn *bool `protobuf:"varint,2,opt,name=opt_in,json=optIn,proto3,oneof" json:"opt_in,omitempty"`
	// contains filtered or unexported fields
}

func (*RealTimeBiddingSetting) Descriptor deprecated

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

Deprecated: Use RealTimeBiddingSetting.ProtoReflect.Descriptor instead.

func (*RealTimeBiddingSetting) GetOptIn

func (x *RealTimeBiddingSetting) GetOptIn() bool

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 ResponsiveDisplayAdControlSpec

type ResponsiveDisplayAdControlSpec struct {
	EnableAssetEnhancements bool `` /* 133-byte string literal not displayed */
	EnableAutogenVideo      bool `protobuf:"varint,2,opt,name=enable_autogen_video,json=enableAutogenVideo,proto3" json:"enable_autogen_video,omitempty"`
	// contains filtered or unexported fields
}

func (*ResponsiveDisplayAdControlSpec) Descriptor deprecated

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

Deprecated: Use ResponsiveDisplayAdControlSpec.ProtoReflect.Descriptor instead.

func (*ResponsiveDisplayAdControlSpec) GetEnableAssetEnhancements

func (x *ResponsiveDisplayAdControlSpec) GetEnableAssetEnhancements() bool

func (*ResponsiveDisplayAdControlSpec) GetEnableAutogenVideo

func (x *ResponsiveDisplayAdControlSpec) GetEnableAutogenVideo() bool

func (*ResponsiveDisplayAdControlSpec) ProtoMessage

func (*ResponsiveDisplayAdControlSpec) ProtoMessage()

func (*ResponsiveDisplayAdControlSpec) ProtoReflect

func (*ResponsiveDisplayAdControlSpec) Reset

func (x *ResponsiveDisplayAdControlSpec) Reset()

func (*ResponsiveDisplayAdControlSpec) String

type ResponsiveDisplayAdInfo

type ResponsiveDisplayAdInfo struct {
	MarketingImages       []*AdImageAsset                                         `protobuf:"bytes,1,rep,name=marketing_images,json=marketingImages,proto3" json:"marketing_images,omitempty"`
	SquareMarketingImages []*AdImageAsset                                         `` /* 126-byte string literal not displayed */
	LogoImages            []*AdImageAsset                                         `protobuf:"bytes,3,rep,name=logo_images,json=logoImages,proto3" json:"logo_images,omitempty"`
	SquareLogoImages      []*AdImageAsset                                         `protobuf:"bytes,4,rep,name=square_logo_images,json=squareLogoImages,proto3" json:"square_logo_images,omitempty"`
	Headlines             []*AdTextAsset                                          `protobuf:"bytes,5,rep,name=headlines,proto3" json:"headlines,omitempty"`
	LongHeadline          *AdTextAsset                                            `protobuf:"bytes,6,opt,name=long_headline,json=longHeadline,proto3" json:"long_headline,omitempty"`
	Descriptions          []*AdTextAsset                                          `protobuf:"bytes,7,rep,name=descriptions,proto3" json:"descriptions,omitempty"`
	YoutubeVideos         []*AdVideoAsset                                         `protobuf:"bytes,8,rep,name=youtube_videos,json=youtubeVideos,proto3" json:"youtube_videos,omitempty"`
	BusinessName          *string                                                 `protobuf:"bytes,17,opt,name=business_name,json=businessName,proto3,oneof" json:"business_name,omitempty"`
	MainColor             *string                                                 `protobuf:"bytes,18,opt,name=main_color,json=mainColor,proto3,oneof" json:"main_color,omitempty"`
	AccentColor           *string                                                 `protobuf:"bytes,19,opt,name=accent_color,json=accentColor,proto3,oneof" json:"accent_color,omitempty"`
	AllowFlexibleColor    *bool                                                   `protobuf:"varint,20,opt,name=allow_flexible_color,json=allowFlexibleColor,proto3,oneof" json:"allow_flexible_color,omitempty"`
	CallToActionText      *string                                                 `protobuf:"bytes,21,opt,name=call_to_action_text,json=callToActionText,proto3,oneof" json:"call_to_action_text,omitempty"`
	PricePrefix           *string                                                 `protobuf:"bytes,22,opt,name=price_prefix,json=pricePrefix,proto3,oneof" json:"price_prefix,omitempty"`
	PromoText             *string                                                 `protobuf:"bytes,23,opt,name=promo_text,json=promoText,proto3,oneof" json:"promo_text,omitempty"`
	FormatSetting         enums.DisplayAdFormatSettingEnum_DisplayAdFormatSetting `` /* 188-byte string literal not displayed */
	ControlSpec           *ResponsiveDisplayAdControlSpec                         `protobuf:"bytes,24,opt,name=control_spec,json=controlSpec,proto3" json:"control_spec,omitempty"`
	// contains filtered or unexported fields
}

func (*ResponsiveDisplayAdInfo) Descriptor deprecated

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

Deprecated: Use ResponsiveDisplayAdInfo.ProtoReflect.Descriptor instead.

func (*ResponsiveDisplayAdInfo) GetAccentColor

func (x *ResponsiveDisplayAdInfo) GetAccentColor() string

func (*ResponsiveDisplayAdInfo) GetAllowFlexibleColor

func (x *ResponsiveDisplayAdInfo) GetAllowFlexibleColor() bool

func (*ResponsiveDisplayAdInfo) GetBusinessName

func (x *ResponsiveDisplayAdInfo) GetBusinessName() string

func (*ResponsiveDisplayAdInfo) GetCallToActionText

func (x *ResponsiveDisplayAdInfo) GetCallToActionText() string

func (*ResponsiveDisplayAdInfo) GetControlSpec

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() string

func (*ResponsiveDisplayAdInfo) GetMarketingImages

func (x *ResponsiveDisplayAdInfo) GetMarketingImages() []*AdImageAsset

func (*ResponsiveDisplayAdInfo) GetPricePrefix

func (x *ResponsiveDisplayAdInfo) GetPricePrefix() string

func (*ResponsiveDisplayAdInfo) GetPromoText

func (x *ResponsiveDisplayAdInfo) GetPromoText() string

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 {
	Headlines    []*AdTextAsset `protobuf:"bytes,1,rep,name=headlines,proto3" json:"headlines,omitempty"`
	Descriptions []*AdTextAsset `protobuf:"bytes,2,rep,name=descriptions,proto3" json:"descriptions,omitempty"`
	Path1        *string        `protobuf:"bytes,5,opt,name=path1,proto3,oneof" json:"path1,omitempty"`
	Path2        *string        `protobuf:"bytes,6,opt,name=path2,proto3,oneof" json:"path2,omitempty"`
	// contains filtered or unexported fields
}

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 (x *ResponsiveSearchAdInfo) GetPath1() string

func (*ResponsiveSearchAdInfo) GetPath2

func (x *ResponsiveSearchAdInfo) GetPath2() string

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 {
	PrepopulationStatus enums.UserListPrepopulationStatusEnum_UserListPrepopulationStatus `` /* 215-byte string literal not displayed */
	// 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
}

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 {
	CombinedRuleUserList *CombinedRuleUserListInfo `protobuf:"bytes,2,opt,name=combined_rule_user_list,json=combinedRuleUserList,proto3,oneof"`
}

type RuleBasedUserListInfo_DateSpecificRuleUserList

type RuleBasedUserListInfo_DateSpecificRuleUserList struct {
	DateSpecificRuleUserList *DateSpecificRuleUserListInfo `protobuf:"bytes,3,opt,name=date_specific_rule_user_list,json=dateSpecificRuleUserList,proto3,oneof"`
}

type RuleBasedUserListInfo_ExpressionRuleUserList

type RuleBasedUserListInfo_ExpressionRuleUserList struct {
	ExpressionRuleUserList *ExpressionRuleUserListInfo `protobuf:"bytes,4,opt,name=expression_rule_user_list,json=expressionRuleUserList,proto3,oneof"`
}

type Segments

type Segments struct {
	AdDestinationType                   enums.AdDestinationTypeEnum_AdDestinationType                                     `` /* 193-byte string literal not displayed */
	AdNetworkType                       enums.AdNetworkTypeEnum_AdNetworkType                                             `` /* 171-byte string literal not displayed */
	BudgetCampaignAssociationStatus     *BudgetCampaignAssociationStatus                                                  `` /* 160-byte string literal not displayed */
	ClickType                           enums.ClickTypeEnum_ClickType                                                     `` /* 150-byte string literal not displayed */
	ConversionAction                    *string                                                                           `protobuf:"bytes,113,opt,name=conversion_action,json=conversionAction,proto3,oneof" json:"conversion_action,omitempty"`
	ConversionActionCategory            enums.ConversionActionCategoryEnum_ConversionActionCategory                       `` /* 227-byte string literal not displayed */
	ConversionActionName                *string                                                                           `` /* 131-byte string literal not displayed */
	ConversionAdjustment                *bool                                                                             `` /* 130-byte string literal not displayed */
	ConversionAttributionEventType      enums.ConversionAttributionEventTypeEnum_ConversionAttributionEventType           `` /* 258-byte string literal not displayed */
	ConversionLagBucket                 enums.ConversionLagBucketEnum_ConversionLagBucket                                 `` /* 202-byte string literal not displayed */
	ConversionOrAdjustmentLagBucket     enums.ConversionOrAdjustmentLagBucketEnum_ConversionOrAdjustmentLagBucket         `` /* 266-byte string literal not displayed */
	Date                                *string                                                                           `protobuf:"bytes,79,opt,name=date,proto3,oneof" json:"date,omitempty"`
	DayOfWeek                           enums.DayOfWeekEnum_DayOfWeek                                                     `` /* 151-byte string literal not displayed */
	Device                              enums.DeviceEnum_Device                                                           `protobuf:"varint,1,opt,name=device,proto3,enum=google.ads.googleads.v10.enums.DeviceEnum_Device" json:"device,omitempty"`
	ExternalConversionSource            enums.ExternalConversionSourceEnum_ExternalConversionSource                       `` /* 227-byte string literal not displayed */
	GeoTargetAirport                    *string                                                                           `protobuf:"bytes,116,opt,name=geo_target_airport,json=geoTargetAirport,proto3,oneof" json:"geo_target_airport,omitempty"`
	GeoTargetCanton                     *string                                                                           `protobuf:"bytes,117,opt,name=geo_target_canton,json=geoTargetCanton,proto3,oneof" json:"geo_target_canton,omitempty"`
	GeoTargetCity                       *string                                                                           `protobuf:"bytes,118,opt,name=geo_target_city,json=geoTargetCity,proto3,oneof" json:"geo_target_city,omitempty"`
	GeoTargetCountry                    *string                                                                           `protobuf:"bytes,119,opt,name=geo_target_country,json=geoTargetCountry,proto3,oneof" json:"geo_target_country,omitempty"`
	GeoTargetCounty                     *string                                                                           `protobuf:"bytes,120,opt,name=geo_target_county,json=geoTargetCounty,proto3,oneof" json:"geo_target_county,omitempty"`
	GeoTargetDistrict                   *string                                                                           `protobuf:"bytes,121,opt,name=geo_target_district,json=geoTargetDistrict,proto3,oneof" json:"geo_target_district,omitempty"`
	GeoTargetMetro                      *string                                                                           `protobuf:"bytes,122,opt,name=geo_target_metro,json=geoTargetMetro,proto3,oneof" json:"geo_target_metro,omitempty"`
	GeoTargetMostSpecificLocation       *string                                                                           `` /* 162-byte string literal not displayed */
	GeoTargetPostalCode                 *string                                                                           `` /* 130-byte string literal not displayed */
	GeoTargetProvince                   *string                                                                           `protobuf:"bytes,125,opt,name=geo_target_province,json=geoTargetProvince,proto3,oneof" json:"geo_target_province,omitempty"`
	GeoTargetRegion                     *string                                                                           `protobuf:"bytes,126,opt,name=geo_target_region,json=geoTargetRegion,proto3,oneof" json:"geo_target_region,omitempty"`
	GeoTargetState                      *string                                                                           `protobuf:"bytes,127,opt,name=geo_target_state,json=geoTargetState,proto3,oneof" json:"geo_target_state,omitempty"`
	HotelBookingWindowDays              *int64                                                                            `` /* 140-byte string literal not displayed */
	HotelCenterId                       *int64                                                                            `protobuf:"varint,80,opt,name=hotel_center_id,json=hotelCenterId,proto3,oneof" json:"hotel_center_id,omitempty"`
	HotelCheckInDate                    *string                                                                           `protobuf:"bytes,81,opt,name=hotel_check_in_date,json=hotelCheckInDate,proto3,oneof" json:"hotel_check_in_date,omitempty"`
	HotelCheckInDayOfWeek               enums.DayOfWeekEnum_DayOfWeek                                                     `` /* 193-byte string literal not displayed */
	HotelCity                           *string                                                                           `protobuf:"bytes,82,opt,name=hotel_city,json=hotelCity,proto3,oneof" json:"hotel_city,omitempty"`
	HotelClass                          *int32                                                                            `protobuf:"varint,83,opt,name=hotel_class,json=hotelClass,proto3,oneof" json:"hotel_class,omitempty"`
	HotelCountry                        *string                                                                           `protobuf:"bytes,84,opt,name=hotel_country,json=hotelCountry,proto3,oneof" json:"hotel_country,omitempty"`
	HotelDateSelectionType              enums.HotelDateSelectionTypeEnum_HotelDateSelectionType                           `` /* 219-byte string literal not displayed */
	HotelLengthOfStay                   *int32                                                                            `protobuf:"varint,85,opt,name=hotel_length_of_stay,json=hotelLengthOfStay,proto3,oneof" json:"hotel_length_of_stay,omitempty"`
	HotelRateRuleId                     *string                                                                           `protobuf:"bytes,86,opt,name=hotel_rate_rule_id,json=hotelRateRuleId,proto3,oneof" json:"hotel_rate_rule_id,omitempty"`
	HotelRateType                       enums.HotelRateTypeEnum_HotelRateType                                             `` /* 172-byte string literal not displayed */
	HotelPriceBucket                    enums.HotelPriceBucketEnum_HotelPriceBucket                                       `` /* 187-byte string literal not displayed */
	HotelState                          *string                                                                           `protobuf:"bytes,87,opt,name=hotel_state,json=hotelState,proto3,oneof" json:"hotel_state,omitempty"`
	Hour                                *int32                                                                            `protobuf:"varint,88,opt,name=hour,proto3,oneof" json:"hour,omitempty"`
	InteractionOnThisExtension          *bool                                                                             `` /* 151-byte string literal not displayed */
	Keyword                             *Keyword                                                                          `protobuf:"bytes,61,opt,name=keyword,proto3" json:"keyword,omitempty"`
	Month                               *string                                                                           `protobuf:"bytes,90,opt,name=month,proto3,oneof" json:"month,omitempty"`
	MonthOfYear                         enums.MonthOfYearEnum_MonthOfYear                                                 `` /* 162-byte string literal not displayed */
	PartnerHotelId                      *string                                                                           `protobuf:"bytes,91,opt,name=partner_hotel_id,json=partnerHotelId,proto3,oneof" json:"partner_hotel_id,omitempty"`
	PlaceholderType                     enums.PlaceholderTypeEnum_PlaceholderType                                         `` /* 180-byte string literal not displayed */
	ProductAggregatorId                 *int64                                                                            `` /* 129-byte string literal not displayed */
	ProductBiddingCategoryLevel1        *string                                                                           `` /* 156-byte string literal not displayed */
	ProductBiddingCategoryLevel2        *string                                                                           `` /* 156-byte string literal not displayed */
	ProductBiddingCategoryLevel3        *string                                                                           `` /* 156-byte string literal not displayed */
	ProductBiddingCategoryLevel4        *string                                                                           `` /* 156-byte string literal not displayed */
	ProductBiddingCategoryLevel5        *string                                                                           `` /* 156-byte string literal not displayed */
	ProductBrand                        *string                                                                           `protobuf:"bytes,97,opt,name=product_brand,json=productBrand,proto3,oneof" json:"product_brand,omitempty"`
	ProductChannel                      enums.ProductChannelEnum_ProductChannel                                           `` /* 175-byte string literal not displayed */
	ProductChannelExclusivity           enums.ProductChannelExclusivityEnum_ProductChannelExclusivity                     `` /* 232-byte string literal not displayed */
	ProductCondition                    enums.ProductConditionEnum_ProductCondition                                       `` /* 185-byte string literal not displayed */
	ProductCountry                      *string                                                                           `protobuf:"bytes,98,opt,name=product_country,json=productCountry,proto3,oneof" json:"product_country,omitempty"`
	ProductCustomAttribute0             *string                                                                           `` /* 139-byte string literal not displayed */
	ProductCustomAttribute1             *string                                                                           `` /* 140-byte string literal not displayed */
	ProductCustomAttribute2             *string                                                                           `` /* 140-byte string literal not displayed */
	ProductCustomAttribute3             *string                                                                           `` /* 140-byte string literal not displayed */
	ProductCustomAttribute4             *string                                                                           `` /* 140-byte string literal not displayed */
	ProductItemId                       *string                                                                           `protobuf:"bytes,104,opt,name=product_item_id,json=productItemId,proto3,oneof" json:"product_item_id,omitempty"`
	ProductLanguage                     *string                                                                           `protobuf:"bytes,105,opt,name=product_language,json=productLanguage,proto3,oneof" json:"product_language,omitempty"`
	ProductMerchantId                   *int64                                                                            `protobuf:"varint,133,opt,name=product_merchant_id,json=productMerchantId,proto3,oneof" json:"product_merchant_id,omitempty"`
	ProductStoreId                      *string                                                                           `protobuf:"bytes,106,opt,name=product_store_id,json=productStoreId,proto3,oneof" json:"product_store_id,omitempty"`
	ProductTitle                        *string                                                                           `protobuf:"bytes,107,opt,name=product_title,json=productTitle,proto3,oneof" json:"product_title,omitempty"`
	ProductTypeL1                       *string                                                                           `protobuf:"bytes,108,opt,name=product_type_l1,json=productTypeL1,proto3,oneof" json:"product_type_l1,omitempty"`
	ProductTypeL2                       *string                                                                           `protobuf:"bytes,109,opt,name=product_type_l2,json=productTypeL2,proto3,oneof" json:"product_type_l2,omitempty"`
	ProductTypeL3                       *string                                                                           `protobuf:"bytes,110,opt,name=product_type_l3,json=productTypeL3,proto3,oneof" json:"product_type_l3,omitempty"`
	ProductTypeL4                       *string                                                                           `protobuf:"bytes,111,opt,name=product_type_l4,json=productTypeL4,proto3,oneof" json:"product_type_l4,omitempty"`
	ProductTypeL5                       *string                                                                           `protobuf:"bytes,112,opt,name=product_type_l5,json=productTypeL5,proto3,oneof" json:"product_type_l5,omitempty"`
	Quarter                             *string                                                                           `protobuf:"bytes,128,opt,name=quarter,proto3,oneof" json:"quarter,omitempty"`
	RecommendationType                  enums.RecommendationTypeEnum_RecommendationType                                   `` /* 196-byte string literal not displayed */
	SearchEngineResultsPageType         enums.SearchEngineResultsPageTypeEnum_SearchEngineResultsPageType                 `` /* 246-byte string literal not displayed */
	SearchTermMatchType                 enums.SearchTermMatchTypeEnum_SearchTermMatchType                                 `` /* 204-byte string literal not displayed */
	Slot                                enums.SlotEnum_Slot                                                               `protobuf:"varint,23,opt,name=slot,proto3,enum=google.ads.googleads.v10.enums.SlotEnum_Slot" json:"slot,omitempty"`
	ConversionValueRulePrimaryDimension enums.ConversionValueRulePrimaryDimensionEnum_ConversionValueRulePrimaryDimension `` /* 287-byte string literal not displayed */
	Webpage                             *string                                                                           `protobuf:"bytes,129,opt,name=webpage,proto3,oneof" json:"webpage,omitempty"`
	Week                                *string                                                                           `protobuf:"bytes,130,opt,name=week,proto3,oneof" json:"week,omitempty"`
	Year                                *int32                                                                            `protobuf:"varint,131,opt,name=year,proto3,oneof" json:"year,omitempty"`
	SkAdNetworkConversionValue          *int64                                                                            `` /* 154-byte string literal not displayed */
	SkAdNetworkUserType                 enums.SkAdNetworkUserTypeEnum_SkAdNetworkUserType                                 `` /* 207-byte string literal not displayed */
	SkAdNetworkAdEventType              enums.SkAdNetworkAdEventTypeEnum_SkAdNetworkAdEventType                           `` /* 224-byte string literal not displayed */
	SkAdNetworkSourceApp                *SkAdNetworkSourceApp                                                             `` /* 135-byte string literal not displayed */
	AssetInteractionTarget              *AssetInteractionTarget                                                           `` /* 137-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Segments) Descriptor deprecated

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

Deprecated: Use Segments.ProtoReflect.Descriptor instead.

func (*Segments) GetAdDestinationType

func (x *Segments) GetAdDestinationType() enums.AdDestinationTypeEnum_AdDestinationType

func (*Segments) GetAdNetworkType

func (x *Segments) GetAdNetworkType() enums.AdNetworkTypeEnum_AdNetworkType

func (*Segments) GetAssetInteractionTarget

func (x *Segments) GetAssetInteractionTarget() *AssetInteractionTarget

func (*Segments) GetBudgetCampaignAssociationStatus

func (x *Segments) GetBudgetCampaignAssociationStatus() *BudgetCampaignAssociationStatus

func (*Segments) GetClickType

func (x *Segments) GetClickType() enums.ClickTypeEnum_ClickType

func (*Segments) GetConversionAction

func (x *Segments) GetConversionAction() string

func (*Segments) GetConversionActionName

func (x *Segments) GetConversionActionName() string

func (*Segments) GetConversionAdjustment

func (x *Segments) GetConversionAdjustment() bool

func (*Segments) GetConversionLagBucket

func (x *Segments) GetConversionLagBucket() enums.ConversionLagBucketEnum_ConversionLagBucket

func (*Segments) GetDate

func (x *Segments) GetDate() string

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() string

func (*Segments) GetGeoTargetCanton

func (x *Segments) GetGeoTargetCanton() string

func (*Segments) GetGeoTargetCity

func (x *Segments) GetGeoTargetCity() string

func (*Segments) GetGeoTargetCountry

func (x *Segments) GetGeoTargetCountry() string

func (*Segments) GetGeoTargetCounty

func (x *Segments) GetGeoTargetCounty() string

func (*Segments) GetGeoTargetDistrict

func (x *Segments) GetGeoTargetDistrict() string

func (*Segments) GetGeoTargetMetro

func (x *Segments) GetGeoTargetMetro() string

func (*Segments) GetGeoTargetMostSpecificLocation

func (x *Segments) GetGeoTargetMostSpecificLocation() string

func (*Segments) GetGeoTargetPostalCode

func (x *Segments) GetGeoTargetPostalCode() string

func (*Segments) GetGeoTargetProvince

func (x *Segments) GetGeoTargetProvince() string

func (*Segments) GetGeoTargetRegion

func (x *Segments) GetGeoTargetRegion() string

func (*Segments) GetGeoTargetState

func (x *Segments) GetGeoTargetState() string

func (*Segments) GetHotelBookingWindowDays

func (x *Segments) GetHotelBookingWindowDays() int64

func (*Segments) GetHotelCenterId

func (x *Segments) GetHotelCenterId() int64

func (*Segments) GetHotelCheckInDate

func (x *Segments) GetHotelCheckInDate() string

func (*Segments) GetHotelCheckInDayOfWeek

func (x *Segments) GetHotelCheckInDayOfWeek() enums.DayOfWeekEnum_DayOfWeek

func (*Segments) GetHotelCity

func (x *Segments) GetHotelCity() string

func (*Segments) GetHotelClass

func (x *Segments) GetHotelClass() int32

func (*Segments) GetHotelCountry

func (x *Segments) GetHotelCountry() string

func (*Segments) GetHotelDateSelectionType

func (x *Segments) GetHotelDateSelectionType() enums.HotelDateSelectionTypeEnum_HotelDateSelectionType

func (*Segments) GetHotelLengthOfStay

func (x *Segments) GetHotelLengthOfStay() int32

func (*Segments) GetHotelPriceBucket

func (x *Segments) GetHotelPriceBucket() enums.HotelPriceBucketEnum_HotelPriceBucket

func (*Segments) GetHotelRateRuleId

func (x *Segments) GetHotelRateRuleId() string

func (*Segments) GetHotelRateType

func (x *Segments) GetHotelRateType() enums.HotelRateTypeEnum_HotelRateType

func (*Segments) GetHotelState

func (x *Segments) GetHotelState() string

func (*Segments) GetHour

func (x *Segments) GetHour() int32

func (*Segments) GetInteractionOnThisExtension

func (x *Segments) GetInteractionOnThisExtension() bool

func (*Segments) GetKeyword

func (x *Segments) GetKeyword() *Keyword

func (*Segments) GetMonth

func (x *Segments) GetMonth() string

func (*Segments) GetMonthOfYear

func (x *Segments) GetMonthOfYear() enums.MonthOfYearEnum_MonthOfYear

func (*Segments) GetPartnerHotelId

func (x *Segments) GetPartnerHotelId() string

func (*Segments) GetPlaceholderType

func (x *Segments) GetPlaceholderType() enums.PlaceholderTypeEnum_PlaceholderType

func (*Segments) GetProductAggregatorId

func (x *Segments) GetProductAggregatorId() int64

func (*Segments) GetProductBiddingCategoryLevel1

func (x *Segments) GetProductBiddingCategoryLevel1() string

func (*Segments) GetProductBiddingCategoryLevel2

func (x *Segments) GetProductBiddingCategoryLevel2() string

func (*Segments) GetProductBiddingCategoryLevel3

func (x *Segments) GetProductBiddingCategoryLevel3() string

func (*Segments) GetProductBiddingCategoryLevel4

func (x *Segments) GetProductBiddingCategoryLevel4() string

func (*Segments) GetProductBiddingCategoryLevel5

func (x *Segments) GetProductBiddingCategoryLevel5() string

func (*Segments) GetProductBrand

func (x *Segments) GetProductBrand() string

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() string

func (*Segments) GetProductCustomAttribute0

func (x *Segments) GetProductCustomAttribute0() string

func (*Segments) GetProductCustomAttribute1

func (x *Segments) GetProductCustomAttribute1() string

func (*Segments) GetProductCustomAttribute2

func (x *Segments) GetProductCustomAttribute2() string

func (*Segments) GetProductCustomAttribute3

func (x *Segments) GetProductCustomAttribute3() string

func (*Segments) GetProductCustomAttribute4

func (x *Segments) GetProductCustomAttribute4() string

func (*Segments) GetProductItemId

func (x *Segments) GetProductItemId() string

func (*Segments) GetProductLanguage

func (x *Segments) GetProductLanguage() string

func (*Segments) GetProductMerchantId

func (x *Segments) GetProductMerchantId() int64

func (*Segments) GetProductStoreId

func (x *Segments) GetProductStoreId() string

func (*Segments) GetProductTitle

func (x *Segments) GetProductTitle() string

func (*Segments) GetProductTypeL1

func (x *Segments) GetProductTypeL1() string

func (*Segments) GetProductTypeL2

func (x *Segments) GetProductTypeL2() string

func (*Segments) GetProductTypeL3

func (x *Segments) GetProductTypeL3() string

func (*Segments) GetProductTypeL4

func (x *Segments) GetProductTypeL4() string

func (*Segments) GetProductTypeL5

func (x *Segments) GetProductTypeL5() string

func (*Segments) GetQuarter

func (x *Segments) GetQuarter() string

func (*Segments) GetRecommendationType

func (x *Segments) GetRecommendationType() enums.RecommendationTypeEnum_RecommendationType

func (*Segments) GetSearchTermMatchType

func (x *Segments) GetSearchTermMatchType() enums.SearchTermMatchTypeEnum_SearchTermMatchType

func (*Segments) GetSkAdNetworkAdEventType

func (x *Segments) GetSkAdNetworkAdEventType() enums.SkAdNetworkAdEventTypeEnum_SkAdNetworkAdEventType

func (*Segments) GetSkAdNetworkConversionValue

func (x *Segments) GetSkAdNetworkConversionValue() int64

func (*Segments) GetSkAdNetworkSourceApp

func (x *Segments) GetSkAdNetworkSourceApp() *SkAdNetworkSourceApp

func (*Segments) GetSkAdNetworkUserType

func (x *Segments) GetSkAdNetworkUserType() enums.SkAdNetworkUserTypeEnum_SkAdNetworkUserType

func (*Segments) GetSlot

func (x *Segments) GetSlot() enums.SlotEnum_Slot

func (*Segments) GetWebpage

func (x *Segments) GetWebpage() string

func (*Segments) GetWeek

func (x *Segments) GetWeek() string

func (*Segments) GetYear

func (x *Segments) GetYear() int32

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 *string `protobuf:"bytes,2,opt,name=headline,proto3,oneof" json:"headline,omitempty"`
	// contains filtered or unexported fields
}

func (*ShoppingComparisonListingAdInfo) Descriptor deprecated

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

Deprecated: Use ShoppingComparisonListingAdInfo.ProtoReflect.Descriptor instead.

func (*ShoppingComparisonListingAdInfo) GetHeadline

func (x *ShoppingComparisonListingAdInfo) GetHeadline() string

func (*ShoppingComparisonListingAdInfo) ProtoMessage

func (*ShoppingComparisonListingAdInfo) ProtoMessage()

func (*ShoppingComparisonListingAdInfo) ProtoReflect

func (*ShoppingComparisonListingAdInfo) Reset

func (*ShoppingComparisonListingAdInfo) String

type ShoppingLoyalty

type ShoppingLoyalty struct {
	LoyaltyTier *string `protobuf:"bytes,1,opt,name=loyalty_tier,json=loyaltyTier,proto3,oneof" json:"loyalty_tier,omitempty"`
	// contains filtered or unexported fields
}

func (*ShoppingLoyalty) Descriptor deprecated

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

Deprecated: Use ShoppingLoyalty.ProtoReflect.Descriptor instead.

func (*ShoppingLoyalty) GetLoyaltyTier

func (x *ShoppingLoyalty) GetLoyaltyTier() string

func (*ShoppingLoyalty) ProtoMessage

func (*ShoppingLoyalty) ProtoMessage()

func (*ShoppingLoyalty) ProtoReflect

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

func (*ShoppingLoyalty) Reset

func (x *ShoppingLoyalty) Reset()

func (*ShoppingLoyalty) String

func (x *ShoppingLoyalty) String() string

type ShoppingProductAdInfo

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

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
}

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 {
	SeedUserList *string `protobuf:"bytes,2,opt,name=seed_user_list,json=seedUserList,proto3,oneof" json:"seed_user_list,omitempty"`
	// contains filtered or unexported fields
}

func (*SimilarUserListInfo) Descriptor deprecated

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

Deprecated: Use SimilarUserListInfo.ProtoReflect.Descriptor instead.

func (*SimilarUserListInfo) GetSeedUserList

func (x *SimilarUserListInfo) GetSeedUserList() string

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 SitelinkAsset

type SitelinkAsset struct {
	LinkText          string            `protobuf:"bytes,1,opt,name=link_text,json=linkText,proto3" json:"link_text,omitempty"`
	Description1      string            `protobuf:"bytes,2,opt,name=description1,proto3" json:"description1,omitempty"`
	Description2      string            `protobuf:"bytes,3,opt,name=description2,proto3" json:"description2,omitempty"`
	StartDate         string            `protobuf:"bytes,4,opt,name=start_date,json=startDate,proto3" json:"start_date,omitempty"`
	EndDate           string            `protobuf:"bytes,5,opt,name=end_date,json=endDate,proto3" json:"end_date,omitempty"`
	AdScheduleTargets []*AdScheduleInfo `protobuf:"bytes,6,rep,name=ad_schedule_targets,json=adScheduleTargets,proto3" json:"ad_schedule_targets,omitempty"`
	// contains filtered or unexported fields
}

func (*SitelinkAsset) Descriptor deprecated

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

Deprecated: Use SitelinkAsset.ProtoReflect.Descriptor instead.

func (*SitelinkAsset) GetAdScheduleTargets

func (x *SitelinkAsset) GetAdScheduleTargets() []*AdScheduleInfo

func (*SitelinkAsset) GetDescription1

func (x *SitelinkAsset) GetDescription1() string

func (*SitelinkAsset) GetDescription2

func (x *SitelinkAsset) GetDescription2() string

func (*SitelinkAsset) GetEndDate

func (x *SitelinkAsset) GetEndDate() string

func (*SitelinkAsset) GetLinkText

func (x *SitelinkAsset) GetLinkText() string

func (*SitelinkAsset) GetStartDate

func (x *SitelinkAsset) GetStartDate() string

func (*SitelinkAsset) ProtoMessage

func (*SitelinkAsset) ProtoMessage()

func (*SitelinkAsset) ProtoReflect

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

func (*SitelinkAsset) Reset

func (x *SitelinkAsset) Reset()

func (*SitelinkAsset) String

func (x *SitelinkAsset) String() string

type SitelinkFeedItem

type SitelinkFeedItem struct {
	LinkText            *string            `protobuf:"bytes,9,opt,name=link_text,json=linkText,proto3,oneof" json:"link_text,omitempty"`
	Line1               *string            `protobuf:"bytes,10,opt,name=line1,proto3,oneof" json:"line1,omitempty"`
	Line2               *string            `protobuf:"bytes,11,opt,name=line2,proto3,oneof" json:"line2,omitempty"`
	FinalUrls           []string           `protobuf:"bytes,12,rep,name=final_urls,json=finalUrls,proto3" json:"final_urls,omitempty"`
	FinalMobileUrls     []string           `protobuf:"bytes,13,rep,name=final_mobile_urls,json=finalMobileUrls,proto3" json:"final_mobile_urls,omitempty"`
	TrackingUrlTemplate *string            `` /* 127-byte string literal not displayed */
	UrlCustomParameters []*CustomParameter `protobuf:"bytes,7,rep,name=url_custom_parameters,json=urlCustomParameters,proto3" json:"url_custom_parameters,omitempty"`
	FinalUrlSuffix      *string            `protobuf:"bytes,15,opt,name=final_url_suffix,json=finalUrlSuffix,proto3,oneof" json:"final_url_suffix,omitempty"`
	// contains filtered or unexported fields
}

func (*SitelinkFeedItem) Descriptor deprecated

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

Deprecated: Use SitelinkFeedItem.ProtoReflect.Descriptor instead.

func (*SitelinkFeedItem) GetFinalMobileUrls

func (x *SitelinkFeedItem) GetFinalMobileUrls() []string

func (*SitelinkFeedItem) GetFinalUrlSuffix

func (x *SitelinkFeedItem) GetFinalUrlSuffix() string

func (*SitelinkFeedItem) GetFinalUrls

func (x *SitelinkFeedItem) GetFinalUrls() []string

func (*SitelinkFeedItem) GetLine1

func (x *SitelinkFeedItem) GetLine1() string

func (*SitelinkFeedItem) GetLine2

func (x *SitelinkFeedItem) GetLine2() string

func (*SitelinkFeedItem) GetLinkText

func (x *SitelinkFeedItem) GetLinkText() string

func (*SitelinkFeedItem) GetTrackingUrlTemplate

func (x *SitelinkFeedItem) GetTrackingUrlTemplate() string

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 SkAdNetworkSourceApp

type SkAdNetworkSourceApp struct {
	SkAdNetworkSourceAppId *string `` /* 141-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*SkAdNetworkSourceApp) Descriptor deprecated

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

Deprecated: Use SkAdNetworkSourceApp.ProtoReflect.Descriptor instead.

func (*SkAdNetworkSourceApp) GetSkAdNetworkSourceAppId

func (x *SkAdNetworkSourceApp) GetSkAdNetworkSourceAppId() string

func (*SkAdNetworkSourceApp) ProtoMessage

func (*SkAdNetworkSourceApp) ProtoMessage()

func (*SkAdNetworkSourceApp) ProtoReflect

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

func (*SkAdNetworkSourceApp) Reset

func (x *SkAdNetworkSourceApp) Reset()

func (*SkAdNetworkSourceApp) String

func (x *SkAdNetworkSourceApp) String() string

type SmartCampaignAdInfo

type SmartCampaignAdInfo struct {
	Headlines    []*AdTextAsset `protobuf:"bytes,1,rep,name=headlines,proto3" json:"headlines,omitempty"`
	Descriptions []*AdTextAsset `protobuf:"bytes,2,rep,name=descriptions,proto3" json:"descriptions,omitempty"`
	// contains filtered or unexported fields
}

func (*SmartCampaignAdInfo) Descriptor deprecated

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

Deprecated: Use SmartCampaignAdInfo.ProtoReflect.Descriptor instead.

func (*SmartCampaignAdInfo) GetDescriptions

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

func (*SmartCampaignAdInfo) GetHeadlines

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

func (*SmartCampaignAdInfo) ProtoMessage

func (*SmartCampaignAdInfo) ProtoMessage()

func (*SmartCampaignAdInfo) ProtoReflect

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

func (*SmartCampaignAdInfo) Reset

func (x *SmartCampaignAdInfo) Reset()

func (*SmartCampaignAdInfo) String

func (x *SmartCampaignAdInfo) String() string

type StoreAttribute

type StoreAttribute struct {
	StoreCode *string `protobuf:"bytes,2,opt,name=store_code,json=storeCode,proto3,oneof" json:"store_code,omitempty"`
	// contains filtered or unexported fields
}

func (*StoreAttribute) Descriptor deprecated

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

Deprecated: Use StoreAttribute.ProtoReflect.Descriptor instead.

func (*StoreAttribute) GetStoreCode

func (x *StoreAttribute) GetStoreCode() string

func (*StoreAttribute) ProtoMessage

func (*StoreAttribute) ProtoMessage()

func (*StoreAttribute) ProtoReflect

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

func (*StoreAttribute) Reset

func (x *StoreAttribute) Reset()

func (*StoreAttribute) String

func (x *StoreAttribute) String() string

type StoreSalesMetadata

type StoreSalesMetadata struct {
	LoyaltyFraction           *float64                      `protobuf:"fixed64,5,opt,name=loyalty_fraction,json=loyaltyFraction,proto3,oneof" json:"loyalty_fraction,omitempty"`
	TransactionUploadFraction *float64                      `` /* 146-byte string literal not displayed */
	CustomKey                 *string                       `protobuf:"bytes,7,opt,name=custom_key,json=customKey,proto3,oneof" json:"custom_key,omitempty"`
	ThirdPartyMetadata        *StoreSalesThirdPartyMetadata `protobuf:"bytes,3,opt,name=third_party_metadata,json=thirdPartyMetadata,proto3" json:"third_party_metadata,omitempty"`
	// contains filtered or unexported fields
}

func (*StoreSalesMetadata) Descriptor deprecated

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

Deprecated: Use StoreSalesMetadata.ProtoReflect.Descriptor instead.

func (*StoreSalesMetadata) GetCustomKey

func (x *StoreSalesMetadata) GetCustomKey() string

func (*StoreSalesMetadata) GetLoyaltyFraction

func (x *StoreSalesMetadata) GetLoyaltyFraction() float64

func (*StoreSalesMetadata) GetThirdPartyMetadata

func (x *StoreSalesMetadata) GetThirdPartyMetadata() *StoreSalesThirdPartyMetadata

func (*StoreSalesMetadata) GetTransactionUploadFraction

func (x *StoreSalesMetadata) GetTransactionUploadFraction() float64

func (*StoreSalesMetadata) ProtoMessage

func (*StoreSalesMetadata) ProtoMessage()

func (*StoreSalesMetadata) ProtoReflect

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

func (*StoreSalesMetadata) Reset

func (x *StoreSalesMetadata) Reset()

func (*StoreSalesMetadata) String

func (x *StoreSalesMetadata) String() string

type StoreSalesThirdPartyMetadata

type StoreSalesThirdPartyMetadata struct {
	AdvertiserUploadDateTime *string  `` /* 143-byte string literal not displayed */
	ValidTransactionFraction *float64 `` /* 143-byte string literal not displayed */
	PartnerMatchFraction     *float64 `` /* 131-byte string literal not displayed */
	PartnerUploadFraction    *float64 `` /* 135-byte string literal not displayed */
	BridgeMapVersionId       *string  `` /* 126-byte string literal not displayed */
	PartnerId                *int64   `protobuf:"varint,12,opt,name=partner_id,json=partnerId,proto3,oneof" json:"partner_id,omitempty"`
	// contains filtered or unexported fields
}

func (*StoreSalesThirdPartyMetadata) Descriptor deprecated

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

Deprecated: Use StoreSalesThirdPartyMetadata.ProtoReflect.Descriptor instead.

func (*StoreSalesThirdPartyMetadata) GetAdvertiserUploadDateTime

func (x *StoreSalesThirdPartyMetadata) GetAdvertiserUploadDateTime() string

func (*StoreSalesThirdPartyMetadata) GetBridgeMapVersionId

func (x *StoreSalesThirdPartyMetadata) GetBridgeMapVersionId() string

func (*StoreSalesThirdPartyMetadata) GetPartnerId

func (x *StoreSalesThirdPartyMetadata) GetPartnerId() int64

func (*StoreSalesThirdPartyMetadata) GetPartnerMatchFraction

func (x *StoreSalesThirdPartyMetadata) GetPartnerMatchFraction() float64

func (*StoreSalesThirdPartyMetadata) GetPartnerUploadFraction

func (x *StoreSalesThirdPartyMetadata) GetPartnerUploadFraction() float64

func (*StoreSalesThirdPartyMetadata) GetValidTransactionFraction

func (x *StoreSalesThirdPartyMetadata) GetValidTransactionFraction() float64

func (*StoreSalesThirdPartyMetadata) ProtoMessage

func (*StoreSalesThirdPartyMetadata) ProtoMessage()

func (*StoreSalesThirdPartyMetadata) ProtoReflect

func (*StoreSalesThirdPartyMetadata) Reset

func (x *StoreSalesThirdPartyMetadata) Reset()

func (*StoreSalesThirdPartyMetadata) String

type StructuredSnippetAsset

type StructuredSnippetAsset struct {
	Header string   `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"`
	Values []string `protobuf:"bytes,2,rep,name=values,proto3" json:"values,omitempty"`
	// contains filtered or unexported fields
}

func (*StructuredSnippetAsset) Descriptor deprecated

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

Deprecated: Use StructuredSnippetAsset.ProtoReflect.Descriptor instead.

func (*StructuredSnippetAsset) GetHeader

func (x *StructuredSnippetAsset) GetHeader() string

func (*StructuredSnippetAsset) GetValues

func (x *StructuredSnippetAsset) GetValues() []string

func (*StructuredSnippetAsset) ProtoMessage

func (*StructuredSnippetAsset) ProtoMessage()

func (*StructuredSnippetAsset) ProtoReflect

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

func (*StructuredSnippetAsset) Reset

func (x *StructuredSnippetAsset) Reset()

func (*StructuredSnippetAsset) String

func (x *StructuredSnippetAsset) String() string

type StructuredSnippetFeedItem

type StructuredSnippetFeedItem struct {
	Header *string  `protobuf:"bytes,3,opt,name=header,proto3,oneof" json:"header,omitempty"`
	Values []string `protobuf:"bytes,4,rep,name=values,proto3" json:"values,omitempty"`
	// contains filtered or unexported fields
}

func (*StructuredSnippetFeedItem) Descriptor deprecated

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

Deprecated: Use StructuredSnippetFeedItem.ProtoReflect.Descriptor instead.

func (*StructuredSnippetFeedItem) GetHeader

func (x *StructuredSnippetFeedItem) GetHeader() string

func (*StructuredSnippetFeedItem) GetValues

func (x *StructuredSnippetFeedItem) GetValues() []string

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 {
	Type          enums.TrackingCodeTypeEnum_TrackingCodeType             `` /* 136-byte string literal not displayed */
	PageFormat    enums.TrackingCodePageFormatEnum_TrackingCodePageFormat `` /* 178-byte string literal not displayed */
	GlobalSiteTag *string                                                 `protobuf:"bytes,5,opt,name=global_site_tag,json=globalSiteTag,proto3,oneof" json:"global_site_tag,omitempty"`
	EventSnippet  *string                                                 `protobuf:"bytes,6,opt,name=event_snippet,json=eventSnippet,proto3,oneof" json:"event_snippet,omitempty"`
	// contains filtered or unexported fields
}

func (*TagSnippet) Descriptor deprecated

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

Deprecated: Use TagSnippet.ProtoReflect.Descriptor instead.

func (*TagSnippet) GetEventSnippet

func (x *TagSnippet) GetEventSnippet() string

func (*TagSnippet) GetGlobalSiteTag

func (x *TagSnippet) GetGlobalSiteTag() string

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 {
	TargetCpaMicros     *int64 `protobuf:"varint,4,opt,name=target_cpa_micros,json=targetCpaMicros,proto3,oneof" json:"target_cpa_micros,omitempty"`
	CpcBidCeilingMicros *int64 `` /* 129-byte string literal not displayed */
	CpcBidFloorMicros   *int64 `protobuf:"varint,6,opt,name=cpc_bid_floor_micros,json=cpcBidFloorMicros,proto3,oneof" json:"cpc_bid_floor_micros,omitempty"`
	// contains filtered or unexported fields
}

func (*TargetCpa) Descriptor deprecated

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

Deprecated: Use TargetCpa.ProtoReflect.Descriptor instead.

func (*TargetCpa) GetCpcBidCeilingMicros

func (x *TargetCpa) GetCpcBidCeilingMicros() int64

func (*TargetCpa) GetCpcBidFloorMicros

func (x *TargetCpa) GetCpcBidFloorMicros() int64

func (*TargetCpa) GetTargetCpaMicros

func (x *TargetCpa) GetTargetCpaMicros() int64

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 {
	RequiredBudgetAmountMicros int64    `` /* 145-byte string literal not displayed */
	BiddableConversions        *float64 `` /* 126-byte string literal not displayed */
	BiddableConversionsValue   *float64 `` /* 144-byte string literal not displayed */
	AppInstalls                float64  `protobuf:"fixed64,15,opt,name=app_installs,json=appInstalls,proto3" json:"app_installs,omitempty"`
	InAppActions               float64  `protobuf:"fixed64,16,opt,name=in_app_actions,json=inAppActions,proto3" json:"in_app_actions,omitempty"`
	Clicks                     *int64   `protobuf:"varint,11,opt,name=clicks,proto3,oneof" json:"clicks,omitempty"`
	CostMicros                 *int64   `protobuf:"varint,12,opt,name=cost_micros,json=costMicros,proto3,oneof" json:"cost_micros,omitempty"`
	Impressions                *int64   `protobuf:"varint,13,opt,name=impressions,proto3,oneof" json:"impressions,omitempty"`
	TopSlotImpressions         *int64   `protobuf:"varint,14,opt,name=top_slot_impressions,json=topSlotImpressions,proto3,oneof" json:"top_slot_impressions,omitempty"`
	// Types that are assignable to TargetCpaSimulationKeyValue:
	//	*TargetCpaSimulationPoint_TargetCpaMicros
	//	*TargetCpaSimulationPoint_TargetCpaScalingModifier
	TargetCpaSimulationKeyValue isTargetCpaSimulationPoint_TargetCpaSimulationKeyValue `protobuf_oneof:"target_cpa_simulation_key_value"`
	// contains filtered or unexported fields
}

func (*TargetCpaSimulationPoint) Descriptor deprecated

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

Deprecated: Use TargetCpaSimulationPoint.ProtoReflect.Descriptor instead.

func (*TargetCpaSimulationPoint) GetAppInstalls

func (x *TargetCpaSimulationPoint) GetAppInstalls() float64

func (*TargetCpaSimulationPoint) GetBiddableConversions

func (x *TargetCpaSimulationPoint) GetBiddableConversions() float64

func (*TargetCpaSimulationPoint) GetBiddableConversionsValue

func (x *TargetCpaSimulationPoint) GetBiddableConversionsValue() float64

func (*TargetCpaSimulationPoint) GetClicks

func (x *TargetCpaSimulationPoint) GetClicks() int64

func (*TargetCpaSimulationPoint) GetCostMicros

func (x *TargetCpaSimulationPoint) GetCostMicros() int64

func (*TargetCpaSimulationPoint) GetImpressions

func (x *TargetCpaSimulationPoint) GetImpressions() int64

func (*TargetCpaSimulationPoint) GetInAppActions

func (x *TargetCpaSimulationPoint) GetInAppActions() float64

func (*TargetCpaSimulationPoint) GetRequiredBudgetAmountMicros

func (x *TargetCpaSimulationPoint) GetRequiredBudgetAmountMicros() int64

func (*TargetCpaSimulationPoint) GetTargetCpaMicros

func (x *TargetCpaSimulationPoint) GetTargetCpaMicros() int64

func (*TargetCpaSimulationPoint) GetTargetCpaScalingModifier

func (x *TargetCpaSimulationPoint) GetTargetCpaScalingModifier() float64

func (*TargetCpaSimulationPoint) GetTargetCpaSimulationKeyValue

func (m *TargetCpaSimulationPoint) GetTargetCpaSimulationKeyValue() isTargetCpaSimulationPoint_TargetCpaSimulationKeyValue

func (*TargetCpaSimulationPoint) GetTopSlotImpressions

func (x *TargetCpaSimulationPoint) GetTopSlotImpressions() int64

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 {
	Points []*TargetCpaSimulationPoint `protobuf:"bytes,1,rep,name=points,proto3" json:"points,omitempty"`
	// contains filtered or unexported fields
}

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 TargetCpaSimulationPoint_TargetCpaMicros

type TargetCpaSimulationPoint_TargetCpaMicros struct {
	TargetCpaMicros int64 `protobuf:"varint,17,opt,name=target_cpa_micros,json=targetCpaMicros,proto3,oneof"`
}

type TargetCpaSimulationPoint_TargetCpaScalingModifier

type TargetCpaSimulationPoint_TargetCpaScalingModifier struct {
	TargetCpaScalingModifier float64 `protobuf:"fixed64,18,opt,name=target_cpa_scaling_modifier,json=targetCpaScalingModifier,proto3,oneof"`
}

type TargetCpm

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

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 {
	Location               enums.TargetImpressionShareLocationEnum_TargetImpressionShareLocation `` /* 170-byte string literal not displayed */
	LocationFractionMicros *int64                                                                `` /* 136-byte string literal not displayed */
	CpcBidCeilingMicros    *int64                                                                `` /* 129-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*TargetImpressionShare) Descriptor deprecated

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

Deprecated: Use TargetImpressionShare.ProtoReflect.Descriptor instead.

func (*TargetImpressionShare) GetCpcBidCeilingMicros

func (x *TargetImpressionShare) GetCpcBidCeilingMicros() int64

func (*TargetImpressionShare) GetLocationFractionMicros

func (x *TargetImpressionShare) GetLocationFractionMicros() int64

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 TargetImpressionShareSimulationPoint

type TargetImpressionShareSimulationPoint struct {
	TargetImpressionShareMicros int64   `` /* 147-byte string literal not displayed */
	RequiredCpcBidCeilingMicros int64   `` /* 149-byte string literal not displayed */
	RequiredBudgetAmountMicros  int64   `` /* 144-byte string literal not displayed */
	BiddableConversions         float64 `protobuf:"fixed64,4,opt,name=biddable_conversions,json=biddableConversions,proto3" json:"biddable_conversions,omitempty"`
	BiddableConversionsValue    float64 `` /* 137-byte string literal not displayed */
	Clicks                      int64   `protobuf:"varint,6,opt,name=clicks,proto3" json:"clicks,omitempty"`
	CostMicros                  int64   `protobuf:"varint,7,opt,name=cost_micros,json=costMicros,proto3" json:"cost_micros,omitempty"`
	Impressions                 int64   `protobuf:"varint,8,opt,name=impressions,proto3" json:"impressions,omitempty"`
	TopSlotImpressions          int64   `protobuf:"varint,9,opt,name=top_slot_impressions,json=topSlotImpressions,proto3" json:"top_slot_impressions,omitempty"`
	AbsoluteTopImpressions      int64   `` /* 131-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*TargetImpressionShareSimulationPoint) Descriptor deprecated

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

Deprecated: Use TargetImpressionShareSimulationPoint.ProtoReflect.Descriptor instead.

func (*TargetImpressionShareSimulationPoint) GetAbsoluteTopImpressions

func (x *TargetImpressionShareSimulationPoint) GetAbsoluteTopImpressions() int64

func (*TargetImpressionShareSimulationPoint) GetBiddableConversions

func (x *TargetImpressionShareSimulationPoint) GetBiddableConversions() float64

func (*TargetImpressionShareSimulationPoint) GetBiddableConversionsValue

func (x *TargetImpressionShareSimulationPoint) GetBiddableConversionsValue() float64

func (*TargetImpressionShareSimulationPoint) GetClicks

func (*TargetImpressionShareSimulationPoint) GetCostMicros

func (x *TargetImpressionShareSimulationPoint) GetCostMicros() int64

func (*TargetImpressionShareSimulationPoint) GetImpressions

func (x *TargetImpressionShareSimulationPoint) GetImpressions() int64

func (*TargetImpressionShareSimulationPoint) GetRequiredBudgetAmountMicros

func (x *TargetImpressionShareSimulationPoint) GetRequiredBudgetAmountMicros() int64

func (*TargetImpressionShareSimulationPoint) GetRequiredCpcBidCeilingMicros

func (x *TargetImpressionShareSimulationPoint) GetRequiredCpcBidCeilingMicros() int64

func (*TargetImpressionShareSimulationPoint) GetTargetImpressionShareMicros

func (x *TargetImpressionShareSimulationPoint) GetTargetImpressionShareMicros() int64

func (*TargetImpressionShareSimulationPoint) GetTopSlotImpressions

func (x *TargetImpressionShareSimulationPoint) GetTopSlotImpressions() int64

func (*TargetImpressionShareSimulationPoint) ProtoMessage

func (*TargetImpressionShareSimulationPoint) ProtoMessage()

func (*TargetImpressionShareSimulationPoint) ProtoReflect

func (*TargetImpressionShareSimulationPoint) Reset

func (*TargetImpressionShareSimulationPoint) String

type TargetImpressionShareSimulationPointList

type TargetImpressionShareSimulationPointList struct {
	Points []*TargetImpressionShareSimulationPoint `protobuf:"bytes,1,rep,name=points,proto3" json:"points,omitempty"`
	// contains filtered or unexported fields
}

func (*TargetImpressionShareSimulationPointList) Descriptor deprecated

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

Deprecated: Use TargetImpressionShareSimulationPointList.ProtoReflect.Descriptor instead.

func (*TargetImpressionShareSimulationPointList) GetPoints

func (*TargetImpressionShareSimulationPointList) ProtoMessage

func (*TargetImpressionShareSimulationPointList) ProtoReflect

func (*TargetImpressionShareSimulationPointList) Reset

func (*TargetImpressionShareSimulationPointList) String

type TargetRestriction

type TargetRestriction struct {
	TargetingDimension enums.TargetingDimensionEnum_TargetingDimension `` /* 194-byte string literal not displayed */
	BidOnly            *bool                                           `protobuf:"varint,3,opt,name=bid_only,json=bidOnly,proto3,oneof" json:"bid_only,omitempty"`
	// contains filtered or unexported fields
}

func (*TargetRestriction) Descriptor deprecated

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

Deprecated: Use TargetRestriction.ProtoReflect.Descriptor instead.

func (*TargetRestriction) GetBidOnly

func (x *TargetRestriction) GetBidOnly() bool

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 TargetRestrictionOperation

type TargetRestrictionOperation struct {
	Operator TargetRestrictionOperation_Operator `` /* 143-byte string literal not displayed */
	Value    *TargetRestriction                  `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*TargetRestrictionOperation) Descriptor deprecated

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

Deprecated: Use TargetRestrictionOperation.ProtoReflect.Descriptor instead.

func (*TargetRestrictionOperation) GetOperator

func (*TargetRestrictionOperation) GetValue

func (*TargetRestrictionOperation) ProtoMessage

func (*TargetRestrictionOperation) ProtoMessage()

func (*TargetRestrictionOperation) ProtoReflect

func (*TargetRestrictionOperation) Reset

func (x *TargetRestrictionOperation) Reset()

func (*TargetRestrictionOperation) String

func (x *TargetRestrictionOperation) String() string

type TargetRestrictionOperation_Operator

type TargetRestrictionOperation_Operator int32
const (
	TargetRestrictionOperation_UNSPECIFIED TargetRestrictionOperation_Operator = 0
	TargetRestrictionOperation_UNKNOWN     TargetRestrictionOperation_Operator = 1
	TargetRestrictionOperation_ADD         TargetRestrictionOperation_Operator = 2
	TargetRestrictionOperation_REMOVE      TargetRestrictionOperation_Operator = 3
)

func (TargetRestrictionOperation_Operator) Descriptor

func (TargetRestrictionOperation_Operator) Enum

func (TargetRestrictionOperation_Operator) EnumDescriptor deprecated

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

Deprecated: Use TargetRestrictionOperation_Operator.Descriptor instead.

func (TargetRestrictionOperation_Operator) Number

func (TargetRestrictionOperation_Operator) String

func (TargetRestrictionOperation_Operator) Type

type TargetRoas

type TargetRoas struct {
	TargetRoas          *float64 `protobuf:"fixed64,4,opt,name=target_roas,json=targetRoas,proto3,oneof" json:"target_roas,omitempty"`
	CpcBidCeilingMicros *int64   `` /* 129-byte string literal not displayed */
	CpcBidFloorMicros   *int64   `protobuf:"varint,6,opt,name=cpc_bid_floor_micros,json=cpcBidFloorMicros,proto3,oneof" json:"cpc_bid_floor_micros,omitempty"`
	// contains filtered or unexported fields
}

func (*TargetRoas) Descriptor deprecated

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

Deprecated: Use TargetRoas.ProtoReflect.Descriptor instead.

func (*TargetRoas) GetCpcBidCeilingMicros

func (x *TargetRoas) GetCpcBidCeilingMicros() int64

func (*TargetRoas) GetCpcBidFloorMicros

func (x *TargetRoas) GetCpcBidFloorMicros() int64

func (*TargetRoas) GetTargetRoas

func (x *TargetRoas) GetTargetRoas() float64

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 TargetRoasSimulationPoint

type TargetRoasSimulationPoint struct {
	TargetRoas                 *float64 `protobuf:"fixed64,8,opt,name=target_roas,json=targetRoas,proto3,oneof" json:"target_roas,omitempty"`
	RequiredBudgetAmountMicros int64    `` /* 145-byte string literal not displayed */
	BiddableConversions        *float64 `` /* 126-byte string literal not displayed */
	BiddableConversionsValue   *float64 `` /* 144-byte string literal not displayed */
	Clicks                     *int64   `protobuf:"varint,11,opt,name=clicks,proto3,oneof" json:"clicks,omitempty"`
	CostMicros                 *int64   `protobuf:"varint,12,opt,name=cost_micros,json=costMicros,proto3,oneof" json:"cost_micros,omitempty"`
	Impressions                *int64   `protobuf:"varint,13,opt,name=impressions,proto3,oneof" json:"impressions,omitempty"`
	TopSlotImpressions         *int64   `protobuf:"varint,14,opt,name=top_slot_impressions,json=topSlotImpressions,proto3,oneof" json:"top_slot_impressions,omitempty"`
	// contains filtered or unexported fields
}

func (*TargetRoasSimulationPoint) Descriptor deprecated

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

Deprecated: Use TargetRoasSimulationPoint.ProtoReflect.Descriptor instead.

func (*TargetRoasSimulationPoint) GetBiddableConversions

func (x *TargetRoasSimulationPoint) GetBiddableConversions() float64

func (*TargetRoasSimulationPoint) GetBiddableConversionsValue

func (x *TargetRoasSimulationPoint) GetBiddableConversionsValue() float64

func (*TargetRoasSimulationPoint) GetClicks

func (x *TargetRoasSimulationPoint) GetClicks() int64

func (*TargetRoasSimulationPoint) GetCostMicros

func (x *TargetRoasSimulationPoint) GetCostMicros() int64

func (*TargetRoasSimulationPoint) GetImpressions

func (x *TargetRoasSimulationPoint) GetImpressions() int64

func (*TargetRoasSimulationPoint) GetRequiredBudgetAmountMicros

func (x *TargetRoasSimulationPoint) GetRequiredBudgetAmountMicros() int64

func (*TargetRoasSimulationPoint) GetTargetRoas

func (x *TargetRoasSimulationPoint) GetTargetRoas() float64

func (*TargetRoasSimulationPoint) GetTopSlotImpressions

func (x *TargetRoasSimulationPoint) GetTopSlotImpressions() int64

func (*TargetRoasSimulationPoint) ProtoMessage

func (*TargetRoasSimulationPoint) ProtoMessage()

func (*TargetRoasSimulationPoint) ProtoReflect

func (*TargetRoasSimulationPoint) Reset

func (x *TargetRoasSimulationPoint) Reset()

func (*TargetRoasSimulationPoint) String

func (x *TargetRoasSimulationPoint) String() string

type TargetRoasSimulationPointList

type TargetRoasSimulationPointList struct {
	Points []*TargetRoasSimulationPoint `protobuf:"bytes,1,rep,name=points,proto3" json:"points,omitempty"`
	// contains filtered or unexported fields
}

func (*TargetRoasSimulationPointList) Descriptor deprecated

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

Deprecated: Use TargetRoasSimulationPointList.ProtoReflect.Descriptor instead.

func (*TargetRoasSimulationPointList) GetPoints

func (*TargetRoasSimulationPointList) ProtoMessage

func (*TargetRoasSimulationPointList) ProtoMessage()

func (*TargetRoasSimulationPointList) ProtoReflect

func (*TargetRoasSimulationPointList) Reset

func (x *TargetRoasSimulationPointList) Reset()

func (*TargetRoasSimulationPointList) String

type TargetSpend

type TargetSpend struct {

	// Deprecated: Do not use.
	TargetSpendMicros   *int64 `protobuf:"varint,3,opt,name=target_spend_micros,json=targetSpendMicros,proto3,oneof" json:"target_spend_micros,omitempty"`
	CpcBidCeilingMicros *int64 `` /* 129-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*TargetSpend) Descriptor deprecated

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

Deprecated: Use TargetSpend.ProtoReflect.Descriptor instead.

func (*TargetSpend) GetCpcBidCeilingMicros

func (x *TargetSpend) GetCpcBidCeilingMicros() int64

func (*TargetSpend) GetTargetSpendMicros deprecated

func (x *TargetSpend) GetTargetSpendMicros() int64

Deprecated: Do not use.

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 {
	TargetRestrictions          []*TargetRestriction          `protobuf:"bytes,1,rep,name=target_restrictions,json=targetRestrictions,proto3" json:"target_restrictions,omitempty"`
	TargetRestrictionOperations []*TargetRestrictionOperation `` /* 144-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*TargetingSetting) Descriptor deprecated

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

Deprecated: Use TargetingSetting.ProtoReflect.Descriptor instead.

func (*TargetingSetting) GetTargetRestrictionOperations

func (x *TargetingSetting) GetTargetRestrictionOperations() []*TargetRestrictionOperation

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 {
	Headline     *string `protobuf:"bytes,4,opt,name=headline,proto3,oneof" json:"headline,omitempty"`
	Description1 *string `protobuf:"bytes,5,opt,name=description1,proto3,oneof" json:"description1,omitempty"`
	Description2 *string `protobuf:"bytes,6,opt,name=description2,proto3,oneof" json:"description2,omitempty"`
	// contains filtered or unexported fields
}

func (*TextAdInfo) Descriptor deprecated

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

Deprecated: Use TextAdInfo.ProtoReflect.Descriptor instead.

func (*TextAdInfo) GetDescription1

func (x *TextAdInfo) GetDescription1() string

func (*TextAdInfo) GetDescription2

func (x *TextAdInfo) GetDescription2() string

func (*TextAdInfo) GetHeadline

func (x *TextAdInfo) GetHeadline() string

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 *string `protobuf:"bytes,2,opt,name=text,proto3,oneof" json:"text,omitempty"`
	// contains filtered or unexported fields
}

func (*TextAsset) Descriptor deprecated

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

Deprecated: Use TextAsset.ProtoReflect.Descriptor instead.

func (*TextAsset) GetText

func (x *TextAsset) GetText() string

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 {
	BackgroundColor *string `protobuf:"bytes,3,opt,name=background_color,json=backgroundColor,proto3,oneof" json:"background_color,omitempty"`
	Description     *string `protobuf:"bytes,4,opt,name=description,proto3,oneof" json:"description,omitempty"`
	// contains filtered or unexported fields
}

func (*TextLabel) Descriptor deprecated

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

Deprecated: Use TextLabel.ProtoReflect.Descriptor instead.

func (*TextLabel) GetBackgroundColor

func (x *TextLabel) GetBackgroundColor() string

func (*TextLabel) GetDescription

func (x *TextLabel) GetDescription() string

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 {
	BusinessName  *string `protobuf:"bytes,6,opt,name=business_name,json=businessName,proto3,oneof" json:"business_name,omitempty"`
	CountryCode   *string `protobuf:"bytes,7,opt,name=country_code,json=countryCode,proto3,oneof" json:"country_code,omitempty"`
	PhoneNumber   *string `protobuf:"bytes,8,opt,name=phone_number,json=phoneNumber,proto3,oneof" json:"phone_number,omitempty"`
	Text          *string `protobuf:"bytes,9,opt,name=text,proto3,oneof" json:"text,omitempty"`
	ExtensionText *string `protobuf:"bytes,10,opt,name=extension_text,json=extensionText,proto3,oneof" json:"extension_text,omitempty"`
	// contains filtered or unexported fields
}

func (*TextMessageFeedItem) Descriptor deprecated

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

Deprecated: Use TextMessageFeedItem.ProtoReflect.Descriptor instead.

func (*TextMessageFeedItem) GetBusinessName

func (x *TextMessageFeedItem) GetBusinessName() string

func (*TextMessageFeedItem) GetCountryCode

func (x *TextMessageFeedItem) GetCountryCode() string

func (*TextMessageFeedItem) GetExtensionText

func (x *TextMessageFeedItem) GetExtensionText() string

func (*TextMessageFeedItem) GetPhoneNumber

func (x *TextMessageFeedItem) GetPhoneNumber() string

func (*TextMessageFeedItem) GetText

func (x *TextMessageFeedItem) GetText() string

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 {
	TopicConstant *string  `protobuf:"bytes,3,opt,name=topic_constant,json=topicConstant,proto3,oneof" json:"topic_constant,omitempty"`
	Path          []string `protobuf:"bytes,4,rep,name=path,proto3" json:"path,omitempty"`
	// contains filtered or unexported fields
}

func (*TopicInfo) Descriptor deprecated

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

Deprecated: Use TopicInfo.ProtoReflect.Descriptor instead.

func (*TopicInfo) GetPath

func (x *TopicInfo) GetPath() []string

func (*TopicInfo) GetTopicConstant

func (x *TopicInfo) GetTopicConstant() string

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 TransactionAttribute

type TransactionAttribute struct {
	TransactionDateTime     *string         `` /* 126-byte string literal not displayed */
	TransactionAmountMicros *float64        `` /* 140-byte string literal not displayed */
	CurrencyCode            *string         `protobuf:"bytes,10,opt,name=currency_code,json=currencyCode,proto3,oneof" json:"currency_code,omitempty"`
	ConversionAction        *string         `protobuf:"bytes,11,opt,name=conversion_action,json=conversionAction,proto3,oneof" json:"conversion_action,omitempty"`
	OrderId                 *string         `protobuf:"bytes,12,opt,name=order_id,json=orderId,proto3,oneof" json:"order_id,omitempty"`
	StoreAttribute          *StoreAttribute `protobuf:"bytes,6,opt,name=store_attribute,json=storeAttribute,proto3" json:"store_attribute,omitempty"`
	CustomValue             *string         `protobuf:"bytes,13,opt,name=custom_value,json=customValue,proto3,oneof" json:"custom_value,omitempty"`
	ItemAttribute           *ItemAttribute  `protobuf:"bytes,14,opt,name=item_attribute,json=itemAttribute,proto3" json:"item_attribute,omitempty"`
	// contains filtered or unexported fields
}

func (*TransactionAttribute) Descriptor deprecated

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

Deprecated: Use TransactionAttribute.ProtoReflect.Descriptor instead.

func (*TransactionAttribute) GetConversionAction

func (x *TransactionAttribute) GetConversionAction() string

func (*TransactionAttribute) GetCurrencyCode

func (x *TransactionAttribute) GetCurrencyCode() string

func (*TransactionAttribute) GetCustomValue

func (x *TransactionAttribute) GetCustomValue() string

func (*TransactionAttribute) GetItemAttribute

func (x *TransactionAttribute) GetItemAttribute() *ItemAttribute

func (*TransactionAttribute) GetOrderId

func (x *TransactionAttribute) GetOrderId() string

func (*TransactionAttribute) GetStoreAttribute

func (x *TransactionAttribute) GetStoreAttribute() *StoreAttribute

func (*TransactionAttribute) GetTransactionAmountMicros

func (x *TransactionAttribute) GetTransactionAmountMicros() float64

func (*TransactionAttribute) GetTransactionDateTime

func (x *TransactionAttribute) GetTransactionDateTime() string

func (*TransactionAttribute) ProtoMessage

func (*TransactionAttribute) ProtoMessage()

func (*TransactionAttribute) ProtoReflect

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

func (*TransactionAttribute) Reset

func (x *TransactionAttribute) Reset()

func (*TransactionAttribute) String

func (x *TransactionAttribute) String() string

type UnknownListingDimensionInfo

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

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 {
	UrlCollectionId     *string  `protobuf:"bytes,5,opt,name=url_collection_id,json=urlCollectionId,proto3,oneof" json:"url_collection_id,omitempty"`
	FinalUrls           []string `protobuf:"bytes,6,rep,name=final_urls,json=finalUrls,proto3" json:"final_urls,omitempty"`
	FinalMobileUrls     []string `protobuf:"bytes,7,rep,name=final_mobile_urls,json=finalMobileUrls,proto3" json:"final_mobile_urls,omitempty"`
	TrackingUrlTemplate *string  `` /* 126-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*UrlCollection) Descriptor deprecated

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

Deprecated: Use UrlCollection.ProtoReflect.Descriptor instead.

func (*UrlCollection) GetFinalMobileUrls

func (x *UrlCollection) GetFinalMobileUrls() []string

func (*UrlCollection) GetFinalUrls

func (x *UrlCollection) GetFinalUrls() []string

func (*UrlCollection) GetTrackingUrlTemplate

func (x *UrlCollection) GetTrackingUrlTemplate() string

func (*UrlCollection) GetUrlCollectionId

func (x *UrlCollection) GetUrlCollectionId() string

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 UserAttribute

type UserAttribute struct {
	LifetimeValueMicros        *int64           `` /* 127-byte string literal not displayed */
	LifetimeValueBucket        *int32           `` /* 127-byte string literal not displayed */
	LastPurchaseDateTime       string           `protobuf:"bytes,3,opt,name=last_purchase_date_time,json=lastPurchaseDateTime,proto3" json:"last_purchase_date_time,omitempty"`
	AveragePurchaseCount       int32            `protobuf:"varint,4,opt,name=average_purchase_count,json=averagePurchaseCount,proto3" json:"average_purchase_count,omitempty"`
	AveragePurchaseValueMicros int64            `` /* 144-byte string literal not displayed */
	AcquisitionDateTime        string           `protobuf:"bytes,6,opt,name=acquisition_date_time,json=acquisitionDateTime,proto3" json:"acquisition_date_time,omitempty"`
	ShoppingLoyalty            *ShoppingLoyalty `protobuf:"bytes,7,opt,name=shopping_loyalty,json=shoppingLoyalty,proto3,oneof" json:"shopping_loyalty,omitempty"`
	// contains filtered or unexported fields
}

func (*UserAttribute) Descriptor deprecated

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

Deprecated: Use UserAttribute.ProtoReflect.Descriptor instead.

func (*UserAttribute) GetAcquisitionDateTime

func (x *UserAttribute) GetAcquisitionDateTime() string

func (*UserAttribute) GetAveragePurchaseCount

func (x *UserAttribute) GetAveragePurchaseCount() int32

func (*UserAttribute) GetAveragePurchaseValueMicros

func (x *UserAttribute) GetAveragePurchaseValueMicros() int64

func (*UserAttribute) GetLastPurchaseDateTime

func (x *UserAttribute) GetLastPurchaseDateTime() string

func (*UserAttribute) GetLifetimeValueBucket

func (x *UserAttribute) GetLifetimeValueBucket() int32

func (*UserAttribute) GetLifetimeValueMicros

func (x *UserAttribute) GetLifetimeValueMicros() int64

func (*UserAttribute) GetShoppingLoyalty

func (x *UserAttribute) GetShoppingLoyalty() *ShoppingLoyalty

func (*UserAttribute) ProtoMessage

func (*UserAttribute) ProtoMessage()

func (*UserAttribute) ProtoReflect

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

func (*UserAttribute) Reset

func (x *UserAttribute) Reset()

func (*UserAttribute) String

func (x *UserAttribute) String() string

type UserData

type UserData struct {
	UserIdentifiers      []*UserIdentifier     `protobuf:"bytes,1,rep,name=user_identifiers,json=userIdentifiers,proto3" json:"user_identifiers,omitempty"`
	TransactionAttribute *TransactionAttribute `protobuf:"bytes,2,opt,name=transaction_attribute,json=transactionAttribute,proto3" json:"transaction_attribute,omitempty"`
	UserAttribute        *UserAttribute        `protobuf:"bytes,3,opt,name=user_attribute,json=userAttribute,proto3" json:"user_attribute,omitempty"`
	// contains filtered or unexported fields
}

func (*UserData) Descriptor deprecated

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

Deprecated: Use UserData.ProtoReflect.Descriptor instead.

func (*UserData) GetTransactionAttribute

func (x *UserData) GetTransactionAttribute() *TransactionAttribute

func (*UserData) GetUserAttribute

func (x *UserData) GetUserAttribute() *UserAttribute

func (*UserData) GetUserIdentifiers

func (x *UserData) GetUserIdentifiers() []*UserIdentifier

func (*UserData) ProtoMessage

func (*UserData) ProtoMessage()

func (*UserData) ProtoReflect

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

func (*UserData) Reset

func (x *UserData) Reset()

func (*UserData) String

func (x *UserData) String() string

type UserIdentifier

type UserIdentifier struct {
	UserIdentifierSource enums.UserIdentifierSourceEnum_UserIdentifierSource `` /* 206-byte string literal not displayed */
	// Types that are assignable to Identifier:
	//	*UserIdentifier_HashedEmail
	//	*UserIdentifier_HashedPhoneNumber
	//	*UserIdentifier_MobileId
	//	*UserIdentifier_ThirdPartyUserId
	//	*UserIdentifier_AddressInfo
	Identifier isUserIdentifier_Identifier `protobuf_oneof:"identifier"`
	// contains filtered or unexported fields
}

func (*UserIdentifier) Descriptor deprecated

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

Deprecated: Use UserIdentifier.ProtoReflect.Descriptor instead.

func (*UserIdentifier) GetAddressInfo

func (x *UserIdentifier) GetAddressInfo() *OfflineUserAddressInfo

func (*UserIdentifier) GetHashedEmail

func (x *UserIdentifier) GetHashedEmail() string

func (*UserIdentifier) GetHashedPhoneNumber

func (x *UserIdentifier) GetHashedPhoneNumber() string

func (*UserIdentifier) GetIdentifier

func (m *UserIdentifier) GetIdentifier() isUserIdentifier_Identifier

func (*UserIdentifier) GetMobileId

func (x *UserIdentifier) GetMobileId() string

func (*UserIdentifier) GetThirdPartyUserId

func (x *UserIdentifier) GetThirdPartyUserId() string

func (*UserIdentifier) GetUserIdentifierSource

func (*UserIdentifier) ProtoMessage

func (*UserIdentifier) ProtoMessage()

func (*UserIdentifier) ProtoReflect

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

func (*UserIdentifier) Reset

func (x *UserIdentifier) Reset()

func (*UserIdentifier) String

func (x *UserIdentifier) String() string

type UserIdentifier_AddressInfo

type UserIdentifier_AddressInfo struct {
	AddressInfo *OfflineUserAddressInfo `protobuf:"bytes,5,opt,name=address_info,json=addressInfo,proto3,oneof"`
}

type UserIdentifier_HashedEmail

type UserIdentifier_HashedEmail struct {
	HashedEmail string `protobuf:"bytes,7,opt,name=hashed_email,json=hashedEmail,proto3,oneof"`
}

type UserIdentifier_HashedPhoneNumber

type UserIdentifier_HashedPhoneNumber struct {
	HashedPhoneNumber string `protobuf:"bytes,8,opt,name=hashed_phone_number,json=hashedPhoneNumber,proto3,oneof"`
}

type UserIdentifier_MobileId

type UserIdentifier_MobileId struct {
	MobileId string `protobuf:"bytes,9,opt,name=mobile_id,json=mobileId,proto3,oneof"`
}

type UserIdentifier_ThirdPartyUserId

type UserIdentifier_ThirdPartyUserId struct {
	ThirdPartyUserId string `protobuf:"bytes,10,opt,name=third_party_user_id,json=thirdPartyUserId,proto3,oneof"`
}

type UserInterestInfo

type UserInterestInfo struct {
	UserInterestCategory *string `` /* 129-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*UserInterestInfo) Descriptor deprecated

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

Deprecated: Use UserInterestInfo.ProtoReflect.Descriptor instead.

func (*UserInterestInfo) GetUserInterestCategory

func (x *UserInterestInfo) GetUserInterestCategory() string

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 UserInterestSegment

type UserInterestSegment struct {
	UserInterestCategory *string `` /* 129-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*UserInterestSegment) Descriptor deprecated

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

Deprecated: Use UserInterestSegment.ProtoReflect.Descriptor instead.

func (*UserInterestSegment) GetUserInterestCategory

func (x *UserInterestSegment) GetUserInterestCategory() string

func (*UserInterestSegment) ProtoMessage

func (*UserInterestSegment) ProtoMessage()

func (*UserInterestSegment) ProtoReflect

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

func (*UserInterestSegment) Reset

func (x *UserInterestSegment) Reset()

func (*UserInterestSegment) String

func (x *UserInterestSegment) String() string

type UserListActionInfo

type UserListActionInfo struct {

	// Types that are assignable to UserListAction:
	//	*UserListActionInfo_ConversionAction
	//	*UserListActionInfo_RemarketingAction
	UserListAction isUserListActionInfo_UserListAction `protobuf_oneof:"user_list_action"`
	// contains filtered or unexported fields
}

func (*UserListActionInfo) Descriptor deprecated

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

Deprecated: Use UserListActionInfo.ProtoReflect.Descriptor instead.

func (*UserListActionInfo) GetConversionAction

func (x *UserListActionInfo) GetConversionAction() string

func (*UserListActionInfo) GetRemarketingAction

func (x *UserListActionInfo) GetRemarketingAction() string

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 {
	ConversionAction string `protobuf:"bytes,3,opt,name=conversion_action,json=conversionAction,proto3,oneof"`
}

type UserListActionInfo_RemarketingAction

type UserListActionInfo_RemarketingAction struct {
	RemarketingAction string `protobuf:"bytes,4,opt,name=remarketing_action,json=remarketingAction,proto3,oneof"`
}

type UserListDateRuleItemInfo

type UserListDateRuleItemInfo struct {
	Operator     enums.UserListDateRuleItemOperatorEnum_UserListDateRuleItemOperator `` /* 168-byte string literal not displayed */
	Value        *string                                                             `protobuf:"bytes,4,opt,name=value,proto3,oneof" json:"value,omitempty"`
	OffsetInDays *int64                                                              `protobuf:"varint,5,opt,name=offset_in_days,json=offsetInDays,proto3,oneof" json:"offset_in_days,omitempty"`
	// contains filtered or unexported fields
}

func (*UserListDateRuleItemInfo) Descriptor deprecated

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

Deprecated: Use UserListDateRuleItemInfo.ProtoReflect.Descriptor instead.

func (*UserListDateRuleItemInfo) GetOffsetInDays

func (x *UserListDateRuleItemInfo) GetOffsetInDays() int64

func (*UserListDateRuleItemInfo) GetValue

func (x *UserListDateRuleItemInfo) GetValue() string

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 {
	UserList *string `protobuf:"bytes,2,opt,name=user_list,json=userList,proto3,oneof" json:"user_list,omitempty"`
	// contains filtered or unexported fields
}

func (*UserListInfo) Descriptor deprecated

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

Deprecated: Use UserListInfo.ProtoReflect.Descriptor instead.

func (*UserListInfo) GetUserList

func (x *UserListInfo) GetUserList() string

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 {
	Operator     enums.UserListLogicalRuleOperatorEnum_UserListLogicalRuleOperator `` /* 166-byte string literal not displayed */
	RuleOperands []*LogicalUserListOperandInfo                                     `protobuf:"bytes,2,rep,name=rule_operands,json=ruleOperands,proto3" json:"rule_operands,omitempty"`
	// contains filtered or unexported fields
}

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 {
	Operator enums.UserListNumberRuleItemOperatorEnum_UserListNumberRuleItemOperator `` /* 172-byte string literal not displayed */
	Value    *float64                                                                `protobuf:"fixed64,3,opt,name=value,proto3,oneof" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*UserListNumberRuleItemInfo) Descriptor deprecated

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

Deprecated: Use UserListNumberRuleItemInfo.ProtoReflect.Descriptor instead.

func (*UserListNumberRuleItemInfo) GetValue

func (x *UserListNumberRuleItemInfo) GetValue() float64

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 {
	RuleType       enums.UserListRuleTypeEnum_UserListRuleType `` /* 160-byte string literal not displayed */
	RuleItemGroups []*UserListRuleItemGroupInfo                `protobuf:"bytes,2,rep,name=rule_item_groups,json=ruleItemGroups,proto3" json:"rule_item_groups,omitempty"`
	// contains filtered or unexported fields
}

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 {
	RuleItems []*UserListRuleItemInfo `protobuf:"bytes,1,rep,name=rule_items,json=ruleItems,proto3" json:"rule_items,omitempty"`
	// contains filtered or unexported fields
}

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 {
	Name *string `protobuf:"bytes,5,opt,name=name,proto3,oneof" json:"name,omitempty"`
	// Types that are assignable to RuleItem:
	//	*UserListRuleItemInfo_NumberRuleItem
	//	*UserListRuleItemInfo_StringRuleItem
	//	*UserListRuleItemInfo_DateRuleItem
	RuleItem isUserListRuleItemInfo_RuleItem `protobuf_oneof:"rule_item"`
	// contains filtered or unexported fields
}

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 (x *UserListRuleItemInfo) GetName() string

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 {
	DateRuleItem *UserListDateRuleItemInfo `protobuf:"bytes,4,opt,name=date_rule_item,json=dateRuleItem,proto3,oneof"`
}

type UserListRuleItemInfo_NumberRuleItem

type UserListRuleItemInfo_NumberRuleItem struct {
	NumberRuleItem *UserListNumberRuleItemInfo `protobuf:"bytes,2,opt,name=number_rule_item,json=numberRuleItem,proto3,oneof"`
}

type UserListRuleItemInfo_StringRuleItem

type UserListRuleItemInfo_StringRuleItem struct {
	StringRuleItem *UserListStringRuleItemInfo `protobuf:"bytes,3,opt,name=string_rule_item,json=stringRuleItem,proto3,oneof"`
}

type UserListSegment

type UserListSegment struct {
	UserList *string `protobuf:"bytes,1,opt,name=user_list,json=userList,proto3,oneof" json:"user_list,omitempty"`
	// contains filtered or unexported fields
}

func (*UserListSegment) Descriptor deprecated

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

Deprecated: Use UserListSegment.ProtoReflect.Descriptor instead.

func (*UserListSegment) GetUserList

func (x *UserListSegment) GetUserList() string

func (*UserListSegment) ProtoMessage

func (*UserListSegment) ProtoMessage()

func (*UserListSegment) ProtoReflect

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

func (*UserListSegment) Reset

func (x *UserListSegment) Reset()

func (*UserListSegment) String

func (x *UserListSegment) String() string

type UserListStringRuleItemInfo

type UserListStringRuleItemInfo struct {
	Operator enums.UserListStringRuleItemOperatorEnum_UserListStringRuleItemOperator `` /* 172-byte string literal not displayed */
	Value    *string                                                                 `protobuf:"bytes,3,opt,name=value,proto3,oneof" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*UserListStringRuleItemInfo) Descriptor deprecated

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

Deprecated: Use UserListStringRuleItemInfo.ProtoReflect.Descriptor instead.

func (*UserListStringRuleItemInfo) GetValue

func (x *UserListStringRuleItemInfo) GetValue() string

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 {

	// 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
}

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 {
	BooleanValue bool `protobuf:"varint,1,opt,name=boolean_value,json=booleanValue,proto3,oneof"`
}

type Value_DoubleValue

type Value_DoubleValue struct {
	DoubleValue float64 `protobuf:"fixed64,4,opt,name=double_value,json=doubleValue,proto3,oneof"`
}

type Value_FloatValue

type Value_FloatValue struct {
	FloatValue float32 `protobuf:"fixed32,3,opt,name=float_value,json=floatValue,proto3,oneof"`
}

type Value_Int64Value

type Value_Int64Value struct {
	Int64Value int64 `protobuf:"varint,2,opt,name=int64_value,json=int64Value,proto3,oneof"`
}

type Value_StringValue

type Value_StringValue struct {
	StringValue string `protobuf:"bytes,5,opt,name=string_value,json=stringValue,proto3,oneof"`
}

type VideoAdInfo

type VideoAdInfo struct {
	Video *AdVideoAsset `protobuf:"bytes,8,opt,name=video,proto3" json:"video,omitempty"`
	// Types that are assignable to Format:
	//	*VideoAdInfo_InStream
	//	*VideoAdInfo_Bumper
	//	*VideoAdInfo_OutStream
	//	*VideoAdInfo_NonSkippable
	//	*VideoAdInfo_InFeed
	Format isVideoAdInfo_Format `protobuf_oneof:"format"`
	// contains filtered or unexported fields
}

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) GetInFeed

func (x *VideoAdInfo) GetInFeed() *InFeedVideoAdInfo

func (*VideoAdInfo) GetInStream

func (x *VideoAdInfo) GetInStream() *VideoTrueViewInStreamAdInfo

func (*VideoAdInfo) GetNonSkippable

func (x *VideoAdInfo) GetNonSkippable() *VideoNonSkippableInStreamAdInfo

func (*VideoAdInfo) GetOutStream

func (x *VideoAdInfo) GetOutStream() *VideoOutstreamAdInfo

func (*VideoAdInfo) GetVideo

func (x *VideoAdInfo) GetVideo() *AdVideoAsset

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 {
	Bumper *VideoBumperInStreamAdInfo `protobuf:"bytes,3,opt,name=bumper,proto3,oneof"`
}

type VideoAdInfo_InFeed

type VideoAdInfo_InFeed struct {
	InFeed *InFeedVideoAdInfo `protobuf:"bytes,9,opt,name=in_feed,json=inFeed,proto3,oneof"`
}

type VideoAdInfo_InStream

type VideoAdInfo_InStream struct {
	InStream *VideoTrueViewInStreamAdInfo `protobuf:"bytes,2,opt,name=in_stream,json=inStream,proto3,oneof"`
}

type VideoAdInfo_NonSkippable

type VideoAdInfo_NonSkippable struct {
	NonSkippable *VideoNonSkippableInStreamAdInfo `protobuf:"bytes,5,opt,name=non_skippable,json=nonSkippable,proto3,oneof"`
}

type VideoAdInfo_OutStream

type VideoAdInfo_OutStream struct {
	OutStream *VideoOutstreamAdInfo `protobuf:"bytes,4,opt,name=out_stream,json=outStream,proto3,oneof"`
}

type VideoBumperInStreamAdInfo

type VideoBumperInStreamAdInfo struct {
	CompanionBanner *AdImageAsset `protobuf:"bytes,3,opt,name=companion_banner,json=companionBanner,proto3" json:"companion_banner,omitempty"`
	// contains filtered or unexported fields
}

func (*VideoBumperInStreamAdInfo) Descriptor deprecated

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

Deprecated: Use VideoBumperInStreamAdInfo.ProtoReflect.Descriptor instead.

func (*VideoBumperInStreamAdInfo) GetCompanionBanner

func (x *VideoBumperInStreamAdInfo) GetCompanionBanner() *AdImageAsset

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 {
	CompanionBanner   *AdImageAsset `protobuf:"bytes,5,opt,name=companion_banner,json=companionBanner,proto3" json:"companion_banner,omitempty"`
	ActionButtonLabel string        `protobuf:"bytes,3,opt,name=action_button_label,json=actionButtonLabel,proto3" json:"action_button_label,omitempty"`
	ActionHeadline    string        `protobuf:"bytes,4,opt,name=action_headline,json=actionHeadline,proto3" json:"action_headline,omitempty"`
	// contains filtered or unexported fields
}

func (*VideoNonSkippableInStreamAdInfo) Descriptor deprecated

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

Deprecated: Use VideoNonSkippableInStreamAdInfo.ProtoReflect.Descriptor instead.

func (*VideoNonSkippableInStreamAdInfo) GetActionButtonLabel

func (x *VideoNonSkippableInStreamAdInfo) GetActionButtonLabel() string

func (*VideoNonSkippableInStreamAdInfo) GetActionHeadline

func (x *VideoNonSkippableInStreamAdInfo) GetActionHeadline() string

func (*VideoNonSkippableInStreamAdInfo) GetCompanionBanner

func (x *VideoNonSkippableInStreamAdInfo) GetCompanionBanner() *AdImageAsset

func (*VideoNonSkippableInStreamAdInfo) ProtoMessage

func (*VideoNonSkippableInStreamAdInfo) ProtoMessage()

func (*VideoNonSkippableInStreamAdInfo) ProtoReflect

func (*VideoNonSkippableInStreamAdInfo) Reset

func (*VideoNonSkippableInStreamAdInfo) String

type VideoOutstreamAdInfo

type VideoOutstreamAdInfo struct {
	Headline    string `protobuf:"bytes,3,opt,name=headline,proto3" json:"headline,omitempty"`
	Description string `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
	// contains filtered or unexported fields
}

func (*VideoOutstreamAdInfo) Descriptor deprecated

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

Deprecated: Use VideoOutstreamAdInfo.ProtoReflect.Descriptor instead.

func (*VideoOutstreamAdInfo) GetDescription

func (x *VideoOutstreamAdInfo) GetDescription() string

func (*VideoOutstreamAdInfo) GetHeadline

func (x *VideoOutstreamAdInfo) GetHeadline() string

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 VideoResponsiveAdInfo

type VideoResponsiveAdInfo struct {
	Headlines        []*AdTextAsset  `protobuf:"bytes,1,rep,name=headlines,proto3" json:"headlines,omitempty"`
	LongHeadlines    []*AdTextAsset  `protobuf:"bytes,2,rep,name=long_headlines,json=longHeadlines,proto3" json:"long_headlines,omitempty"`
	Descriptions     []*AdTextAsset  `protobuf:"bytes,3,rep,name=descriptions,proto3" json:"descriptions,omitempty"`
	CallToActions    []*AdTextAsset  `protobuf:"bytes,4,rep,name=call_to_actions,json=callToActions,proto3" json:"call_to_actions,omitempty"`
	Videos           []*AdVideoAsset `protobuf:"bytes,5,rep,name=videos,proto3" json:"videos,omitempty"`
	CompanionBanners []*AdImageAsset `protobuf:"bytes,6,rep,name=companion_banners,json=companionBanners,proto3" json:"companion_banners,omitempty"`
	// contains filtered or unexported fields
}

func (*VideoResponsiveAdInfo) Descriptor deprecated

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

Deprecated: Use VideoResponsiveAdInfo.ProtoReflect.Descriptor instead.

func (*VideoResponsiveAdInfo) GetCallToActions

func (x *VideoResponsiveAdInfo) GetCallToActions() []*AdTextAsset

func (*VideoResponsiveAdInfo) GetCompanionBanners

func (x *VideoResponsiveAdInfo) GetCompanionBanners() []*AdImageAsset

func (*VideoResponsiveAdInfo) GetDescriptions

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

func (*VideoResponsiveAdInfo) GetHeadlines

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

func (*VideoResponsiveAdInfo) GetLongHeadlines

func (x *VideoResponsiveAdInfo) GetLongHeadlines() []*AdTextAsset

func (*VideoResponsiveAdInfo) GetVideos

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

func (*VideoResponsiveAdInfo) ProtoMessage

func (*VideoResponsiveAdInfo) ProtoMessage()

func (*VideoResponsiveAdInfo) ProtoReflect

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

func (*VideoResponsiveAdInfo) Reset

func (x *VideoResponsiveAdInfo) Reset()

func (*VideoResponsiveAdInfo) String

func (x *VideoResponsiveAdInfo) String() string

type VideoTrueViewInStreamAdInfo

type VideoTrueViewInStreamAdInfo struct {
	ActionButtonLabel string        `protobuf:"bytes,4,opt,name=action_button_label,json=actionButtonLabel,proto3" json:"action_button_label,omitempty"`
	ActionHeadline    string        `protobuf:"bytes,5,opt,name=action_headline,json=actionHeadline,proto3" json:"action_headline,omitempty"`
	CompanionBanner   *AdImageAsset `protobuf:"bytes,7,opt,name=companion_banner,json=companionBanner,proto3" json:"companion_banner,omitempty"`
	// contains filtered or unexported fields
}

func (*VideoTrueViewInStreamAdInfo) Descriptor deprecated

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

Deprecated: Use VideoTrueViewInStreamAdInfo.ProtoReflect.Descriptor instead.

func (*VideoTrueViewInStreamAdInfo) GetActionButtonLabel

func (x *VideoTrueViewInStreamAdInfo) GetActionButtonLabel() string

func (*VideoTrueViewInStreamAdInfo) GetActionHeadline

func (x *VideoTrueViewInStreamAdInfo) GetActionHeadline() string

func (*VideoTrueViewInStreamAdInfo) GetCompanionBanner

func (x *VideoTrueViewInStreamAdInfo) GetCompanionBanner() *AdImageAsset

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 WebhookDelivery

type WebhookDelivery struct {
	AdvertiserWebhookUrl *string `` /* 129-byte string literal not displayed */
	GoogleSecret         *string `protobuf:"bytes,5,opt,name=google_secret,json=googleSecret,proto3,oneof" json:"google_secret,omitempty"`
	PayloadSchemaVersion *int64  `` /* 130-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*WebhookDelivery) Descriptor deprecated

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

Deprecated: Use WebhookDelivery.ProtoReflect.Descriptor instead.

func (*WebhookDelivery) GetAdvertiserWebhookUrl

func (x *WebhookDelivery) GetAdvertiserWebhookUrl() string

func (*WebhookDelivery) GetGoogleSecret

func (x *WebhookDelivery) GetGoogleSecret() string

func (*WebhookDelivery) GetPayloadSchemaVersion

func (x *WebhookDelivery) GetPayloadSchemaVersion() int64

func (*WebhookDelivery) ProtoMessage

func (*WebhookDelivery) ProtoMessage()

func (*WebhookDelivery) ProtoReflect

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

func (*WebhookDelivery) Reset

func (x *WebhookDelivery) Reset()

func (*WebhookDelivery) String

func (x *WebhookDelivery) String() string

type WebpageConditionInfo

type WebpageConditionInfo struct {
	Operand  enums.WebpageConditionOperandEnum_WebpageConditionOperand   `` /* 156-byte string literal not displayed */
	Operator enums.WebpageConditionOperatorEnum_WebpageConditionOperator `` /* 160-byte string literal not displayed */
	Argument *string                                                     `protobuf:"bytes,4,opt,name=argument,proto3,oneof" json:"argument,omitempty"`
	// contains filtered or unexported fields
}

func (*WebpageConditionInfo) Descriptor deprecated

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

Deprecated: Use WebpageConditionInfo.ProtoReflect.Descriptor instead.

func (*WebpageConditionInfo) GetArgument

func (x *WebpageConditionInfo) GetArgument() string

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 {
	CriterionName      *string                 `protobuf:"bytes,3,opt,name=criterion_name,json=criterionName,proto3,oneof" json:"criterion_name,omitempty"`
	Conditions         []*WebpageConditionInfo `protobuf:"bytes,2,rep,name=conditions,proto3" json:"conditions,omitempty"`
	CoveragePercentage float64                 `protobuf:"fixed64,4,opt,name=coverage_percentage,json=coveragePercentage,proto3" json:"coverage_percentage,omitempty"`
	Sample             *WebpageSampleInfo      `protobuf:"bytes,5,opt,name=sample,proto3" json:"sample,omitempty"`
	// contains filtered or unexported fields
}

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) GetCoveragePercentage

func (x *WebpageInfo) GetCoveragePercentage() float64

func (*WebpageInfo) GetCriterionName

func (x *WebpageInfo) GetCriterionName() string

func (*WebpageInfo) GetSample

func (x *WebpageInfo) GetSample() *WebpageSampleInfo

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 WebpageSampleInfo

type WebpageSampleInfo struct {
	SampleUrls []string `protobuf:"bytes,1,rep,name=sample_urls,json=sampleUrls,proto3" json:"sample_urls,omitempty"`
	// contains filtered or unexported fields
}

func (*WebpageSampleInfo) Descriptor deprecated

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

Deprecated: Use WebpageSampleInfo.ProtoReflect.Descriptor instead.

func (*WebpageSampleInfo) GetSampleUrls

func (x *WebpageSampleInfo) GetSampleUrls() []string

func (*WebpageSampleInfo) ProtoMessage

func (*WebpageSampleInfo) ProtoMessage()

func (*WebpageSampleInfo) ProtoReflect

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

func (*WebpageSampleInfo) Reset

func (x *WebpageSampleInfo) Reset()

func (*WebpageSampleInfo) String

func (x *WebpageSampleInfo) String() string

type YearMonth

type YearMonth struct {
	Year  int64                             `protobuf:"varint,1,opt,name=year,proto3" json:"year,omitempty"`
	Month enums.MonthOfYearEnum_MonthOfYear `` /* 128-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*YearMonth) Descriptor deprecated

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

Deprecated: Use YearMonth.ProtoReflect.Descriptor instead.

func (*YearMonth) GetMonth

func (*YearMonth) GetYear

func (x *YearMonth) GetYear() int64

func (*YearMonth) ProtoMessage

func (*YearMonth) ProtoMessage()

func (*YearMonth) ProtoReflect

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

func (*YearMonth) Reset

func (x *YearMonth) Reset()

func (*YearMonth) String

func (x *YearMonth) String() string

type YearMonthRange

type YearMonthRange struct {
	Start *YearMonth `protobuf:"bytes,1,opt,name=start,proto3" json:"start,omitempty"`
	End   *YearMonth `protobuf:"bytes,2,opt,name=end,proto3" json:"end,omitempty"`
	// contains filtered or unexported fields
}

func (*YearMonthRange) Descriptor deprecated

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

Deprecated: Use YearMonthRange.ProtoReflect.Descriptor instead.

func (*YearMonthRange) GetEnd

func (x *YearMonthRange) GetEnd() *YearMonth

func (*YearMonthRange) GetStart

func (x *YearMonthRange) GetStart() *YearMonth

func (*YearMonthRange) ProtoMessage

func (*YearMonthRange) ProtoMessage()

func (*YearMonthRange) ProtoReflect

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

func (*YearMonthRange) Reset

func (x *YearMonthRange) Reset()

func (*YearMonthRange) String

func (x *YearMonthRange) String() string

type YouTubeChannelInfo

type YouTubeChannelInfo struct {
	ChannelId *string `protobuf:"bytes,2,opt,name=channel_id,json=channelId,proto3,oneof" json:"channel_id,omitempty"`
	// contains filtered or unexported fields
}

func (*YouTubeChannelInfo) Descriptor deprecated

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

Deprecated: Use YouTubeChannelInfo.ProtoReflect.Descriptor instead.

func (*YouTubeChannelInfo) GetChannelId

func (x *YouTubeChannelInfo) GetChannelId() string

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 {
	VideoId *string `protobuf:"bytes,2,opt,name=video_id,json=videoId,proto3,oneof" json:"video_id,omitempty"`
	// contains filtered or unexported fields
}

func (*YouTubeVideoInfo) Descriptor deprecated

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

Deprecated: Use YouTubeVideoInfo.ProtoReflect.Descriptor instead.

func (*YouTubeVideoInfo) GetVideoId

func (x *YouTubeVideoInfo) GetVideoId() string

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 {
	YoutubeVideoId    *string `protobuf:"bytes,2,opt,name=youtube_video_id,json=youtubeVideoId,proto3,oneof" json:"youtube_video_id,omitempty"`
	YoutubeVideoTitle string  `protobuf:"bytes,3,opt,name=youtube_video_title,json=youtubeVideoTitle,proto3" json:"youtube_video_title,omitempty"`
	// contains filtered or unexported fields
}

func (*YoutubeVideoAsset) Descriptor deprecated

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

Deprecated: Use YoutubeVideoAsset.ProtoReflect.Descriptor instead.

func (*YoutubeVideoAsset) GetYoutubeVideoId

func (x *YoutubeVideoAsset) GetYoutubeVideoId() string

func (*YoutubeVideoAsset) GetYoutubeVideoTitle

func (x *YoutubeVideoAsset) GetYoutubeVideoTitle() string

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