common

package
v0.0.0-...-e165f0f Latest Latest
Warning

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

Go to latest
Published: Sep 1, 2020 License: Apache-2.0 Imports: 6 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",
}
View Source
var TargetRestrictionOperation_Operator_value = map[string]int32{
	"UNSPECIFIED": 0,
	"UNKNOWN":     1,
	"ADD":         2,
	"REMOVE":      3,
}

Functions

This section is empty.

Types

type AdImageAsset

type AdImageAsset struct {
	// The Asset resource name of this image.
	Asset                *wrappers.StringValue `protobuf:"bytes,1,opt,name=asset,proto3" json:"asset,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

An image asset used inside an ad.

func (*AdImageAsset) Descriptor

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

func (*AdImageAsset) GetAsset

func (m *AdImageAsset) GetAsset() *wrappers.StringValue

func (*AdImageAsset) ProtoMessage

func (*AdImageAsset) ProtoMessage()

func (*AdImageAsset) Reset

func (m *AdImageAsset) Reset()

func (*AdImageAsset) String

func (m *AdImageAsset) String() string

func (*AdImageAsset) XXX_DiscardUnknown

func (m *AdImageAsset) XXX_DiscardUnknown()

func (*AdImageAsset) XXX_Marshal

func (m *AdImageAsset) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AdImageAsset) XXX_Merge

func (m *AdImageAsset) XXX_Merge(src proto.Message)

func (*AdImageAsset) XXX_Size

func (m *AdImageAsset) XXX_Size() int

func (*AdImageAsset) XXX_Unmarshal

func (m *AdImageAsset) XXX_Unmarshal(b []byte) error

type AdMediaBundleAsset

type AdMediaBundleAsset struct {
	// The Asset resource name of this media bundle.
	Asset                *wrappers.StringValue `protobuf:"bytes,1,opt,name=asset,proto3" json:"asset,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

A media bundle asset used inside an ad.

func (*AdMediaBundleAsset) Descriptor

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

func (*AdMediaBundleAsset) GetAsset

func (m *AdMediaBundleAsset) GetAsset() *wrappers.StringValue

func (*AdMediaBundleAsset) ProtoMessage

func (*AdMediaBundleAsset) ProtoMessage()

func (*AdMediaBundleAsset) Reset

func (m *AdMediaBundleAsset) Reset()

func (*AdMediaBundleAsset) String

func (m *AdMediaBundleAsset) String() string

func (*AdMediaBundleAsset) XXX_DiscardUnknown

func (m *AdMediaBundleAsset) XXX_DiscardUnknown()

func (*AdMediaBundleAsset) XXX_Marshal

func (m *AdMediaBundleAsset) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AdMediaBundleAsset) XXX_Merge

func (m *AdMediaBundleAsset) XXX_Merge(src proto.Message)

func (*AdMediaBundleAsset) XXX_Size

func (m *AdMediaBundleAsset) XXX_Size() int

func (*AdMediaBundleAsset) XXX_Unmarshal

func (m *AdMediaBundleAsset) XXX_Unmarshal(b []byte) error

type AdScheduleInfo

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

Represents an AdSchedule criterion.

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

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

func (*AdScheduleInfo) Descriptor

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

func (*AdScheduleInfo) GetDayOfWeek

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

func (*AdScheduleInfo) GetEndHour

func (m *AdScheduleInfo) GetEndHour() *wrappers.Int32Value

func (*AdScheduleInfo) GetEndMinute

func (*AdScheduleInfo) GetStartHour

func (m *AdScheduleInfo) GetStartHour() *wrappers.Int32Value

func (*AdScheduleInfo) GetStartMinute

func (*AdScheduleInfo) ProtoMessage

func (*AdScheduleInfo) ProtoMessage()

func (*AdScheduleInfo) Reset

func (m *AdScheduleInfo) Reset()

func (*AdScheduleInfo) String

func (m *AdScheduleInfo) String() string

func (*AdScheduleInfo) XXX_DiscardUnknown

func (m *AdScheduleInfo) XXX_DiscardUnknown()

func (*AdScheduleInfo) XXX_Marshal

func (m *AdScheduleInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AdScheduleInfo) XXX_Merge

func (m *AdScheduleInfo) XXX_Merge(src proto.Message)

func (*AdScheduleInfo) XXX_Size

func (m *AdScheduleInfo) XXX_Size() int

func (*AdScheduleInfo) XXX_Unmarshal

func (m *AdScheduleInfo) XXX_Unmarshal(b []byte) error

type AdTextAsset

type AdTextAsset struct {
	// Asset text.
	Text *wrappers.StringValue `protobuf:"bytes,1,opt,name=text,proto3" json:"text,omitempty"`
	// The pinned field of the asset. This restricts the asset to only serve
	// within this field. Multiple assets can be pinned to the same field. An
	// asset that is unpinned or pinned to a different field will not serve in a
	// field where some other asset has been pinned.
	PinnedField          enums.ServedAssetFieldTypeEnum_ServedAssetFieldType `` /* 176-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}                                            `json:"-"`
	XXX_unrecognized     []byte                                              `json:"-"`
	XXX_sizecache        int32                                               `json:"-"`
}

A text asset used inside an ad.

func (*AdTextAsset) Descriptor

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

func (*AdTextAsset) GetPinnedField

func (*AdTextAsset) GetText

func (m *AdTextAsset) GetText() *wrappers.StringValue

func (*AdTextAsset) ProtoMessage

func (*AdTextAsset) ProtoMessage()

func (*AdTextAsset) Reset

func (m *AdTextAsset) Reset()

func (*AdTextAsset) String

func (m *AdTextAsset) String() string

func (*AdTextAsset) XXX_DiscardUnknown

func (m *AdTextAsset) XXX_DiscardUnknown()

func (*AdTextAsset) XXX_Marshal

func (m *AdTextAsset) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AdTextAsset) XXX_Merge

func (m *AdTextAsset) XXX_Merge(src proto.Message)

func (*AdTextAsset) XXX_Size

func (m *AdTextAsset) XXX_Size() int

func (*AdTextAsset) XXX_Unmarshal

func (m *AdTextAsset) XXX_Unmarshal(b []byte) error

type AdVideoAsset

type AdVideoAsset struct {
	// The Asset resource name of this video.
	Asset                *wrappers.StringValue `protobuf:"bytes,1,opt,name=asset,proto3" json:"asset,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

A video asset used inside an ad.

func (*AdVideoAsset) Descriptor

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

func (*AdVideoAsset) GetAsset

func (m *AdVideoAsset) GetAsset() *wrappers.StringValue

func (*AdVideoAsset) ProtoMessage

func (*AdVideoAsset) ProtoMessage()

func (*AdVideoAsset) Reset

func (m *AdVideoAsset) Reset()

func (*AdVideoAsset) String

func (m *AdVideoAsset) String() string

func (*AdVideoAsset) XXX_DiscardUnknown

func (m *AdVideoAsset) XXX_DiscardUnknown()

func (*AdVideoAsset) XXX_Marshal

func (m *AdVideoAsset) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AdVideoAsset) XXX_Merge

func (m *AdVideoAsset) XXX_Merge(src proto.Message)

func (*AdVideoAsset) XXX_Size

func (m *AdVideoAsset) XXX_Size() int

func (*AdVideoAsset) XXX_Unmarshal

func (m *AdVideoAsset) XXX_Unmarshal(b []byte) error

type AddressInfo

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

Address for proximity criterion.

func (*AddressInfo) Descriptor

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

func (*AddressInfo) GetCityName

func (m *AddressInfo) GetCityName() *wrappers.StringValue

func (*AddressInfo) GetCountryCode

func (m *AddressInfo) GetCountryCode() *wrappers.StringValue

func (*AddressInfo) GetPostalCode

func (m *AddressInfo) GetPostalCode() *wrappers.StringValue

func (*AddressInfo) GetProvinceCode

func (m *AddressInfo) GetProvinceCode() *wrappers.StringValue

func (*AddressInfo) GetProvinceName

func (m *AddressInfo) GetProvinceName() *wrappers.StringValue

func (*AddressInfo) GetStreetAddress

func (m *AddressInfo) GetStreetAddress() *wrappers.StringValue

func (*AddressInfo) GetStreetAddress2

func (m *AddressInfo) GetStreetAddress2() *wrappers.StringValue

func (*AddressInfo) ProtoMessage

func (*AddressInfo) ProtoMessage()

func (*AddressInfo) Reset

func (m *AddressInfo) Reset()

func (*AddressInfo) String

func (m *AddressInfo) String() string

func (*AddressInfo) XXX_DiscardUnknown

func (m *AddressInfo) XXX_DiscardUnknown()

func (*AddressInfo) XXX_Marshal

func (m *AddressInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AddressInfo) XXX_Merge

func (m *AddressInfo) XXX_Merge(src proto.Message)

func (*AddressInfo) XXX_Size

func (m *AddressInfo) XXX_Size() int

func (*AddressInfo) XXX_Unmarshal

func (m *AddressInfo) XXX_Unmarshal(b []byte) error

type AffiliateLocationFeedItem

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

Represents an affiliate location extension.

func (*AffiliateLocationFeedItem) Descriptor

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

func (*AffiliateLocationFeedItem) GetAddressLine_1

func (m *AffiliateLocationFeedItem) GetAddressLine_1() *wrappers.StringValue

func (*AffiliateLocationFeedItem) GetAddressLine_2

func (m *AffiliateLocationFeedItem) GetAddressLine_2() *wrappers.StringValue

func (*AffiliateLocationFeedItem) GetBusinessName

func (m *AffiliateLocationFeedItem) GetBusinessName() *wrappers.StringValue

func (*AffiliateLocationFeedItem) GetChainId

func (*AffiliateLocationFeedItem) GetChainName

func (m *AffiliateLocationFeedItem) GetChainName() *wrappers.StringValue

func (*AffiliateLocationFeedItem) GetCity

func (*AffiliateLocationFeedItem) GetCountryCode

func (m *AffiliateLocationFeedItem) GetCountryCode() *wrappers.StringValue

func (*AffiliateLocationFeedItem) GetPhoneNumber

func (m *AffiliateLocationFeedItem) GetPhoneNumber() *wrappers.StringValue

func (*AffiliateLocationFeedItem) GetPostalCode

func (m *AffiliateLocationFeedItem) GetPostalCode() *wrappers.StringValue

func (*AffiliateLocationFeedItem) GetProvince

func (*AffiliateLocationFeedItem) ProtoMessage

func (*AffiliateLocationFeedItem) ProtoMessage()

func (*AffiliateLocationFeedItem) Reset

func (m *AffiliateLocationFeedItem) Reset()

func (*AffiliateLocationFeedItem) String

func (m *AffiliateLocationFeedItem) String() string

func (*AffiliateLocationFeedItem) XXX_DiscardUnknown

func (m *AffiliateLocationFeedItem) XXX_DiscardUnknown()

func (*AffiliateLocationFeedItem) XXX_Marshal

func (m *AffiliateLocationFeedItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AffiliateLocationFeedItem) XXX_Merge

func (m *AffiliateLocationFeedItem) XXX_Merge(src proto.Message)

func (*AffiliateLocationFeedItem) XXX_Size

func (m *AffiliateLocationFeedItem) XXX_Size() int

func (*AffiliateLocationFeedItem) XXX_Unmarshal

func (m *AffiliateLocationFeedItem) XXX_Unmarshal(b []byte) error

type AgeRangeInfo

type AgeRangeInfo struct {
	// Type of the age range.
	Type                 enums.AgeRangeTypeEnum_AgeRangeType `` /* 127-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}                            `json:"-"`
	XXX_unrecognized     []byte                              `json:"-"`
	XXX_sizecache        int32                               `json:"-"`
}

An age range criterion.

func (*AgeRangeInfo) Descriptor

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

func (*AgeRangeInfo) GetType

func (*AgeRangeInfo) ProtoMessage

func (*AgeRangeInfo) ProtoMessage()

func (*AgeRangeInfo) Reset

func (m *AgeRangeInfo) Reset()

func (*AgeRangeInfo) String

func (m *AgeRangeInfo) String() string

func (*AgeRangeInfo) XXX_DiscardUnknown

func (m *AgeRangeInfo) XXX_DiscardUnknown()

func (*AgeRangeInfo) XXX_Marshal

func (m *AgeRangeInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AgeRangeInfo) XXX_Merge

func (m *AgeRangeInfo) XXX_Merge(src proto.Message)

func (*AgeRangeInfo) XXX_Size

func (m *AgeRangeInfo) XXX_Size() int

func (*AgeRangeInfo) XXX_Unmarshal

func (m *AgeRangeInfo) XXX_Unmarshal(b []byte) error

type AppAdInfo

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

An app ad.

func (*AppAdInfo) Descriptor

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

func (*AppAdInfo) GetDescriptions

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

func (*AppAdInfo) GetHeadlines

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

func (*AppAdInfo) GetHtml5MediaBundles

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

func (*AppAdInfo) GetImages

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

func (*AppAdInfo) GetMandatoryAdText

func (m *AppAdInfo) GetMandatoryAdText() *AdTextAsset

func (*AppAdInfo) GetYoutubeVideos

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

func (*AppAdInfo) ProtoMessage

func (*AppAdInfo) ProtoMessage()

func (*AppAdInfo) Reset

func (m *AppAdInfo) Reset()

func (*AppAdInfo) String

func (m *AppAdInfo) String() string

func (*AppAdInfo) XXX_DiscardUnknown

func (m *AppAdInfo) XXX_DiscardUnknown()

func (*AppAdInfo) XXX_Marshal

func (m *AppAdInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AppAdInfo) XXX_Merge

func (m *AppAdInfo) XXX_Merge(src proto.Message)

func (*AppAdInfo) XXX_Size

func (m *AppAdInfo) XXX_Size() int

func (*AppAdInfo) XXX_Unmarshal

func (m *AppAdInfo) XXX_Unmarshal(b []byte) error

type AppEngagementAdInfo

type AppEngagementAdInfo struct {
	// List of text assets for headlines. When the ad serves the headlines will
	// be selected from this list.
	Headlines []*AdTextAsset `protobuf:"bytes,1,rep,name=headlines,proto3" json:"headlines,omitempty"`
	// List of text assets for descriptions. When the ad serves the descriptions
	// will be selected from this list.
	Descriptions []*AdTextAsset `protobuf:"bytes,2,rep,name=descriptions,proto3" json:"descriptions,omitempty"`
	// List of image assets that may be displayed with the ad.
	Images []*AdImageAsset `protobuf:"bytes,3,rep,name=images,proto3" json:"images,omitempty"`
	// List of video assets that may be displayed with the ad.
	Videos               []*AdVideoAsset `protobuf:"bytes,4,rep,name=videos,proto3" json:"videos,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

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

func (*AppEngagementAdInfo) Descriptor

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

func (*AppEngagementAdInfo) GetDescriptions

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

func (*AppEngagementAdInfo) GetHeadlines

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

func (*AppEngagementAdInfo) GetImages

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

func (*AppEngagementAdInfo) GetVideos

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

func (*AppEngagementAdInfo) ProtoMessage

func (*AppEngagementAdInfo) ProtoMessage()

func (*AppEngagementAdInfo) Reset

func (m *AppEngagementAdInfo) Reset()

func (*AppEngagementAdInfo) String

func (m *AppEngagementAdInfo) String() string

func (*AppEngagementAdInfo) XXX_DiscardUnknown

func (m *AppEngagementAdInfo) XXX_DiscardUnknown()

func (*AppEngagementAdInfo) XXX_Marshal

func (m *AppEngagementAdInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AppEngagementAdInfo) XXX_Merge

func (m *AppEngagementAdInfo) XXX_Merge(src proto.Message)

func (*AppEngagementAdInfo) XXX_Size

func (m *AppEngagementAdInfo) XXX_Size() int

func (*AppEngagementAdInfo) XXX_Unmarshal

func (m *AppEngagementAdInfo) XXX_Unmarshal(b []byte) error

type AppFeedItem

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

Represents an App extension.

func (*AppFeedItem) Descriptor

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

func (*AppFeedItem) GetAppId

func (m *AppFeedItem) GetAppId() *wrappers.StringValue

func (*AppFeedItem) GetAppStore

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

func (*AppFeedItem) GetFinalMobileUrls

func (m *AppFeedItem) GetFinalMobileUrls() []*wrappers.StringValue

func (*AppFeedItem) GetFinalUrlSuffix

func (m *AppFeedItem) GetFinalUrlSuffix() *wrappers.StringValue

func (*AppFeedItem) GetFinalUrls

func (m *AppFeedItem) GetFinalUrls() []*wrappers.StringValue

func (*AppFeedItem) GetLinkText

func (m *AppFeedItem) GetLinkText() *wrappers.StringValue

func (*AppFeedItem) GetTrackingUrlTemplate

func (m *AppFeedItem) GetTrackingUrlTemplate() *wrappers.StringValue

func (*AppFeedItem) GetUrlCustomParameters

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

func (*AppFeedItem) ProtoMessage

func (*AppFeedItem) ProtoMessage()

func (*AppFeedItem) Reset

func (m *AppFeedItem) Reset()

func (*AppFeedItem) String

func (m *AppFeedItem) String() string

func (*AppFeedItem) XXX_DiscardUnknown

func (m *AppFeedItem) XXX_DiscardUnknown()

func (*AppFeedItem) XXX_Marshal

func (m *AppFeedItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AppFeedItem) XXX_Merge

func (m *AppFeedItem) XXX_Merge(src proto.Message)

func (*AppFeedItem) XXX_Size

func (m *AppFeedItem) XXX_Size() int

func (*AppFeedItem) XXX_Unmarshal

func (m *AppFeedItem) XXX_Unmarshal(b []byte) error

type AppPaymentModelInfo

type AppPaymentModelInfo struct {
	// Type of the app payment model.
	Type                 enums.AppPaymentModelTypeEnum_AppPaymentModelType `` /* 141-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}                                          `json:"-"`
	XXX_unrecognized     []byte                                            `json:"-"`
	XXX_sizecache        int32                                             `json:"-"`
}

An app payment model criterion.

func (*AppPaymentModelInfo) Descriptor

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

func (*AppPaymentModelInfo) GetType

func (*AppPaymentModelInfo) ProtoMessage

func (*AppPaymentModelInfo) ProtoMessage()

func (*AppPaymentModelInfo) Reset

func (m *AppPaymentModelInfo) Reset()

func (*AppPaymentModelInfo) String

func (m *AppPaymentModelInfo) String() string

func (*AppPaymentModelInfo) XXX_DiscardUnknown

func (m *AppPaymentModelInfo) XXX_DiscardUnknown()

func (*AppPaymentModelInfo) XXX_Marshal

func (m *AppPaymentModelInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AppPaymentModelInfo) XXX_Merge

func (m *AppPaymentModelInfo) XXX_Merge(src proto.Message)

func (*AppPaymentModelInfo) XXX_Size

func (m *AppPaymentModelInfo) XXX_Size() int

func (*AppPaymentModelInfo) XXX_Unmarshal

func (m *AppPaymentModelInfo) XXX_Unmarshal(b []byte) error

type BasicUserListInfo

type BasicUserListInfo struct {
	// Actions associated with this user list.
	Actions              []*UserListActionInfo `protobuf:"bytes,1,rep,name=actions,proto3" json:"actions,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

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

func (*BasicUserListInfo) Descriptor

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

func (*BasicUserListInfo) GetActions

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

func (*BasicUserListInfo) ProtoMessage

func (*BasicUserListInfo) ProtoMessage()

func (*BasicUserListInfo) Reset

func (m *BasicUserListInfo) Reset()

func (*BasicUserListInfo) String

func (m *BasicUserListInfo) String() string

func (*BasicUserListInfo) XXX_DiscardUnknown

func (m *BasicUserListInfo) XXX_DiscardUnknown()

func (*BasicUserListInfo) XXX_Marshal

func (m *BasicUserListInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BasicUserListInfo) XXX_Merge

func (m *BasicUserListInfo) XXX_Merge(src proto.Message)

func (*BasicUserListInfo) XXX_Size

func (m *BasicUserListInfo) XXX_Size() int

func (*BasicUserListInfo) XXX_Unmarshal

func (m *BasicUserListInfo) XXX_Unmarshal(b []byte) error

type BidModifierSimulationPoint

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

Projected metrics for a specific bid modifier amount.

func (*BidModifierSimulationPoint) Descriptor

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

func (*BidModifierSimulationPoint) GetBidModifier

func (m *BidModifierSimulationPoint) GetBidModifier() *wrappers.DoubleValue

func (*BidModifierSimulationPoint) GetBiddableConversions

func (m *BidModifierSimulationPoint) GetBiddableConversions() *wrappers.DoubleValue

func (*BidModifierSimulationPoint) GetBiddableConversionsValue

func (m *BidModifierSimulationPoint) GetBiddableConversionsValue() *wrappers.DoubleValue

func (*BidModifierSimulationPoint) GetClicks

func (*BidModifierSimulationPoint) GetCostMicros

func (m *BidModifierSimulationPoint) GetCostMicros() *wrappers.Int64Value

func (*BidModifierSimulationPoint) GetImpressions

func (m *BidModifierSimulationPoint) GetImpressions() *wrappers.Int64Value

func (*BidModifierSimulationPoint) GetParentBiddableConversions

func (m *BidModifierSimulationPoint) GetParentBiddableConversions() *wrappers.DoubleValue

func (*BidModifierSimulationPoint) GetParentBiddableConversionsValue

func (m *BidModifierSimulationPoint) GetParentBiddableConversionsValue() *wrappers.DoubleValue

func (*BidModifierSimulationPoint) GetParentClicks

func (m *BidModifierSimulationPoint) GetParentClicks() *wrappers.Int64Value

func (*BidModifierSimulationPoint) GetParentCostMicros

func (m *BidModifierSimulationPoint) GetParentCostMicros() *wrappers.Int64Value

func (*BidModifierSimulationPoint) GetParentImpressions

func (m *BidModifierSimulationPoint) GetParentImpressions() *wrappers.Int64Value

func (*BidModifierSimulationPoint) GetParentRequiredBudgetMicros

func (m *BidModifierSimulationPoint) GetParentRequiredBudgetMicros() *wrappers.Int64Value

func (*BidModifierSimulationPoint) GetParentTopSlotImpressions

func (m *BidModifierSimulationPoint) GetParentTopSlotImpressions() *wrappers.Int64Value

func (*BidModifierSimulationPoint) GetTopSlotImpressions

func (m *BidModifierSimulationPoint) GetTopSlotImpressions() *wrappers.Int64Value

func (*BidModifierSimulationPoint) ProtoMessage

func (*BidModifierSimulationPoint) ProtoMessage()

func (*BidModifierSimulationPoint) Reset

func (m *BidModifierSimulationPoint) Reset()

func (*BidModifierSimulationPoint) String

func (m *BidModifierSimulationPoint) String() string

func (*BidModifierSimulationPoint) XXX_DiscardUnknown

func (m *BidModifierSimulationPoint) XXX_DiscardUnknown()

func (*BidModifierSimulationPoint) XXX_Marshal

func (m *BidModifierSimulationPoint) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BidModifierSimulationPoint) XXX_Merge

func (m *BidModifierSimulationPoint) XXX_Merge(src proto.Message)

func (*BidModifierSimulationPoint) XXX_Size

func (m *BidModifierSimulationPoint) XXX_Size() int

func (*BidModifierSimulationPoint) XXX_Unmarshal

func (m *BidModifierSimulationPoint) XXX_Unmarshal(b []byte) error

type BidModifierSimulationPointList

type BidModifierSimulationPointList struct {
	// Projected metrics for a series of bid modifier amounts.
	Points               []*BidModifierSimulationPoint `protobuf:"bytes,1,rep,name=points,proto3" json:"points,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                      `json:"-"`
	XXX_unrecognized     []byte                        `json:"-"`
	XXX_sizecache        int32                         `json:"-"`
}

A container for simulation points for simulations of type BID_MODIFIER.

func (*BidModifierSimulationPointList) Descriptor

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

func (*BidModifierSimulationPointList) GetPoints

func (*BidModifierSimulationPointList) ProtoMessage

func (*BidModifierSimulationPointList) ProtoMessage()

func (*BidModifierSimulationPointList) Reset

func (m *BidModifierSimulationPointList) Reset()

func (*BidModifierSimulationPointList) String

func (*BidModifierSimulationPointList) XXX_DiscardUnknown

func (m *BidModifierSimulationPointList) XXX_DiscardUnknown()

func (*BidModifierSimulationPointList) XXX_Marshal

func (m *BidModifierSimulationPointList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BidModifierSimulationPointList) XXX_Merge

func (m *BidModifierSimulationPointList) XXX_Merge(src proto.Message)

func (*BidModifierSimulationPointList) XXX_Size

func (m *BidModifierSimulationPointList) XXX_Size() int

func (*BidModifierSimulationPointList) XXX_Unmarshal

func (m *BidModifierSimulationPointList) XXX_Unmarshal(b []byte) error

type CallFeedItem

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

Represents a Call extension.

func (*CallFeedItem) Descriptor

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

func (*CallFeedItem) GetCallConversionAction

func (m *CallFeedItem) GetCallConversionAction() *wrappers.StringValue

func (*CallFeedItem) GetCallConversionTrackingDisabled

func (m *CallFeedItem) GetCallConversionTrackingDisabled() *wrappers.BoolValue

func (*CallFeedItem) GetCallTrackingEnabled

func (m *CallFeedItem) GetCallTrackingEnabled() *wrappers.BoolValue

func (*CallFeedItem) GetCountryCode

func (m *CallFeedItem) GetCountryCode() *wrappers.StringValue

func (*CallFeedItem) GetPhoneNumber

func (m *CallFeedItem) GetPhoneNumber() *wrappers.StringValue

func (*CallFeedItem) ProtoMessage

func (*CallFeedItem) ProtoMessage()

func (*CallFeedItem) Reset

func (m *CallFeedItem) Reset()

func (*CallFeedItem) String

func (m *CallFeedItem) String() string

func (*CallFeedItem) XXX_DiscardUnknown

func (m *CallFeedItem) XXX_DiscardUnknown()

func (*CallFeedItem) XXX_Marshal

func (m *CallFeedItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CallFeedItem) XXX_Merge

func (m *CallFeedItem) XXX_Merge(src proto.Message)

func (*CallFeedItem) XXX_Size

func (m *CallFeedItem) XXX_Size() int

func (*CallFeedItem) XXX_Unmarshal

func (m *CallFeedItem) XXX_Unmarshal(b []byte) error

type CallOnlyAdInfo

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

A call-only ad.

func (*CallOnlyAdInfo) Descriptor

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

func (*CallOnlyAdInfo) GetBusinessName

func (m *CallOnlyAdInfo) GetBusinessName() *wrappers.StringValue

func (*CallOnlyAdInfo) GetCallTracked

func (m *CallOnlyAdInfo) GetCallTracked() *wrappers.BoolValue

func (*CallOnlyAdInfo) GetConversionAction

func (m *CallOnlyAdInfo) GetConversionAction() *wrappers.StringValue

func (*CallOnlyAdInfo) GetCountryCode

func (m *CallOnlyAdInfo) GetCountryCode() *wrappers.StringValue

func (*CallOnlyAdInfo) GetDescription1

func (m *CallOnlyAdInfo) GetDescription1() *wrappers.StringValue

func (*CallOnlyAdInfo) GetDescription2

func (m *CallOnlyAdInfo) GetDescription2() *wrappers.StringValue

func (*CallOnlyAdInfo) GetDisableCallConversion

func (m *CallOnlyAdInfo) GetDisableCallConversion() *wrappers.BoolValue

func (*CallOnlyAdInfo) GetHeadline1

func (m *CallOnlyAdInfo) GetHeadline1() *wrappers.StringValue

func (*CallOnlyAdInfo) GetHeadline2

func (m *CallOnlyAdInfo) GetHeadline2() *wrappers.StringValue

func (*CallOnlyAdInfo) GetPhoneNumber

func (m *CallOnlyAdInfo) GetPhoneNumber() *wrappers.StringValue

func (*CallOnlyAdInfo) GetPhoneNumberVerificationUrl

func (m *CallOnlyAdInfo) GetPhoneNumberVerificationUrl() *wrappers.StringValue

func (*CallOnlyAdInfo) ProtoMessage

func (*CallOnlyAdInfo) ProtoMessage()

func (*CallOnlyAdInfo) Reset

func (m *CallOnlyAdInfo) Reset()

func (*CallOnlyAdInfo) String

func (m *CallOnlyAdInfo) String() string

func (*CallOnlyAdInfo) XXX_DiscardUnknown

func (m *CallOnlyAdInfo) XXX_DiscardUnknown()

func (*CallOnlyAdInfo) XXX_Marshal

func (m *CallOnlyAdInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CallOnlyAdInfo) XXX_Merge

func (m *CallOnlyAdInfo) XXX_Merge(src proto.Message)

func (*CallOnlyAdInfo) XXX_Size

func (m *CallOnlyAdInfo) XXX_Size() int

func (*CallOnlyAdInfo) XXX_Unmarshal

func (m *CallOnlyAdInfo) XXX_Unmarshal(b []byte) error

type CalloutFeedItem

type CalloutFeedItem struct {
	// The callout text.
	// The length of this string should be between 1 and 25, inclusive.
	CalloutText          *wrappers.StringValue `protobuf:"bytes,1,opt,name=callout_text,json=calloutText,proto3" json:"callout_text,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

Represents a callout extension.

func (*CalloutFeedItem) Descriptor

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

func (*CalloutFeedItem) GetCalloutText

func (m *CalloutFeedItem) GetCalloutText() *wrappers.StringValue

func (*CalloutFeedItem) ProtoMessage

func (*CalloutFeedItem) ProtoMessage()

func (*CalloutFeedItem) Reset

func (m *CalloutFeedItem) Reset()

func (*CalloutFeedItem) String

func (m *CalloutFeedItem) String() string

func (*CalloutFeedItem) XXX_DiscardUnknown

func (m *CalloutFeedItem) XXX_DiscardUnknown()

func (*CalloutFeedItem) XXX_Marshal

func (m *CalloutFeedItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CalloutFeedItem) XXX_Merge

func (m *CalloutFeedItem) XXX_Merge(src proto.Message)

func (*CalloutFeedItem) XXX_Size

func (m *CalloutFeedItem) XXX_Size() int

func (*CalloutFeedItem) XXX_Unmarshal

func (m *CalloutFeedItem) XXX_Unmarshal(b []byte) error

type CarrierInfo

type CarrierInfo struct {
	// The Carrier constant resource name.
	CarrierConstant      *wrappers.StringValue `protobuf:"bytes,1,opt,name=carrier_constant,json=carrierConstant,proto3" json:"carrier_constant,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

Represents a Carrier Criterion.

func (*CarrierInfo) Descriptor

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

func (*CarrierInfo) GetCarrierConstant

func (m *CarrierInfo) GetCarrierConstant() *wrappers.StringValue

func (*CarrierInfo) ProtoMessage

func (*CarrierInfo) ProtoMessage()

func (*CarrierInfo) Reset

func (m *CarrierInfo) Reset()

func (*CarrierInfo) String

func (m *CarrierInfo) String() string

func (*CarrierInfo) XXX_DiscardUnknown

func (m *CarrierInfo) XXX_DiscardUnknown()

func (*CarrierInfo) XXX_Marshal

func (m *CarrierInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CarrierInfo) XXX_Merge

func (m *CarrierInfo) XXX_Merge(src proto.Message)

func (*CarrierInfo) XXX_Size

func (m *CarrierInfo) XXX_Size() int

func (*CarrierInfo) XXX_Unmarshal

func (m *CarrierInfo) XXX_Unmarshal(b []byte) error

type ClickLocation

type ClickLocation struct {
	// The city location criterion associated with the impression.
	City *wrappers.StringValue `protobuf:"bytes,1,opt,name=city,proto3" json:"city,omitempty"`
	// The country location criterion associated with the impression.
	Country *wrappers.StringValue `protobuf:"bytes,2,opt,name=country,proto3" json:"country,omitempty"`
	// The metro location criterion associated with the impression.
	Metro *wrappers.StringValue `protobuf:"bytes,3,opt,name=metro,proto3" json:"metro,omitempty"`
	// The most specific location criterion associated with the impression.
	MostSpecific *wrappers.StringValue `protobuf:"bytes,4,opt,name=most_specific,json=mostSpecific,proto3" json:"most_specific,omitempty"`
	// The region location criterion associated with the impression.
	Region               *wrappers.StringValue `protobuf:"bytes,5,opt,name=region,proto3" json:"region,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

Location criteria associated with a click.

func (*ClickLocation) Descriptor

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

func (*ClickLocation) GetCity

func (m *ClickLocation) GetCity() *wrappers.StringValue

func (*ClickLocation) GetCountry

func (m *ClickLocation) GetCountry() *wrappers.StringValue

func (*ClickLocation) GetMetro

func (m *ClickLocation) GetMetro() *wrappers.StringValue

func (*ClickLocation) GetMostSpecific

func (m *ClickLocation) GetMostSpecific() *wrappers.StringValue

func (*ClickLocation) GetRegion

func (m *ClickLocation) GetRegion() *wrappers.StringValue

func (*ClickLocation) ProtoMessage

func (*ClickLocation) ProtoMessage()

func (*ClickLocation) Reset

func (m *ClickLocation) Reset()

func (*ClickLocation) String

func (m *ClickLocation) String() string

func (*ClickLocation) XXX_DiscardUnknown

func (m *ClickLocation) XXX_DiscardUnknown()

func (*ClickLocation) XXX_Marshal

func (m *ClickLocation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ClickLocation) XXX_Merge

func (m *ClickLocation) XXX_Merge(src proto.Message)

func (*ClickLocation) XXX_Size

func (m *ClickLocation) XXX_Size() int

func (*ClickLocation) XXX_Unmarshal

func (m *ClickLocation) XXX_Unmarshal(b []byte) error

type CombinedRuleUserListInfo

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

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

func (*CombinedRuleUserListInfo) Descriptor

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

func (*CombinedRuleUserListInfo) GetLeftOperand

func (m *CombinedRuleUserListInfo) GetLeftOperand() *UserListRuleInfo

func (*CombinedRuleUserListInfo) GetRightOperand

func (m *CombinedRuleUserListInfo) GetRightOperand() *UserListRuleInfo

func (*CombinedRuleUserListInfo) ProtoMessage

func (*CombinedRuleUserListInfo) ProtoMessage()

func (*CombinedRuleUserListInfo) Reset

func (m *CombinedRuleUserListInfo) Reset()

func (*CombinedRuleUserListInfo) String

func (m *CombinedRuleUserListInfo) String() string

func (*CombinedRuleUserListInfo) XXX_DiscardUnknown

func (m *CombinedRuleUserListInfo) XXX_DiscardUnknown()

func (*CombinedRuleUserListInfo) XXX_Marshal

func (m *CombinedRuleUserListInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CombinedRuleUserListInfo) XXX_Merge

func (m *CombinedRuleUserListInfo) XXX_Merge(src proto.Message)

func (*CombinedRuleUserListInfo) XXX_Size

func (m *CombinedRuleUserListInfo) XXX_Size() int

func (*CombinedRuleUserListInfo) XXX_Unmarshal

func (m *CombinedRuleUserListInfo) XXX_Unmarshal(b []byte) error

type Commission

type Commission struct {
	// Commission rate defines the portion of the conversion value that the
	// advertiser will be billed. A commission rate of x should be passed into
	// this field as (x * 1,000,000). For example, 106,000 represents a commission
	// rate of 0.106 (10.6%).
	CommissionRateMicros *wrappers.Int64Value `protobuf:"bytes,1,opt,name=commission_rate_micros,json=commissionRateMicros,proto3" json:"commission_rate_micros,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

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

func (*Commission) Descriptor

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

func (*Commission) GetCommissionRateMicros

func (m *Commission) GetCommissionRateMicros() *wrappers.Int64Value

func (*Commission) ProtoMessage

func (*Commission) ProtoMessage()

func (*Commission) Reset

func (m *Commission) Reset()

func (*Commission) String

func (m *Commission) String() string

func (*Commission) XXX_DiscardUnknown

func (m *Commission) XXX_DiscardUnknown()

func (*Commission) XXX_Marshal

func (m *Commission) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Commission) XXX_Merge

func (m *Commission) XXX_Merge(src proto.Message)

func (*Commission) XXX_Size

func (m *Commission) XXX_Size() int

func (*Commission) XXX_Unmarshal

func (m *Commission) XXX_Unmarshal(b []byte) error

type ContentLabelInfo

type ContentLabelInfo struct {
	// Content label type, required for CREATE operations.
	Type                 enums.ContentLabelTypeEnum_ContentLabelType `` /* 135-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}                                    `json:"-"`
	XXX_unrecognized     []byte                                      `json:"-"`
	XXX_sizecache        int32                                       `json:"-"`
}

Content Label for category exclusion.

func (*ContentLabelInfo) Descriptor

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

func (*ContentLabelInfo) GetType

func (*ContentLabelInfo) ProtoMessage

func (*ContentLabelInfo) ProtoMessage()

func (*ContentLabelInfo) Reset

func (m *ContentLabelInfo) Reset()

func (*ContentLabelInfo) String

func (m *ContentLabelInfo) String() string

func (*ContentLabelInfo) XXX_DiscardUnknown

func (m *ContentLabelInfo) XXX_DiscardUnknown()

func (*ContentLabelInfo) XXX_Marshal

func (m *ContentLabelInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ContentLabelInfo) XXX_Merge

func (m *ContentLabelInfo) XXX_Merge(src proto.Message)

func (*ContentLabelInfo) XXX_Size

func (m *ContentLabelInfo) XXX_Size() int

func (*ContentLabelInfo) XXX_Unmarshal

func (m *ContentLabelInfo) XXX_Unmarshal(b []byte) error

type CpcBidSimulationPoint

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

Projected metrics for a specific CPC bid amount.

func (*CpcBidSimulationPoint) Descriptor

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

func (*CpcBidSimulationPoint) GetBiddableConversions

func (m *CpcBidSimulationPoint) GetBiddableConversions() *wrappers.DoubleValue

func (*CpcBidSimulationPoint) GetBiddableConversionsValue

func (m *CpcBidSimulationPoint) GetBiddableConversionsValue() *wrappers.DoubleValue

func (*CpcBidSimulationPoint) GetClicks

func (m *CpcBidSimulationPoint) GetClicks() *wrappers.Int64Value

func (*CpcBidSimulationPoint) GetCostMicros

func (m *CpcBidSimulationPoint) GetCostMicros() *wrappers.Int64Value

func (*CpcBidSimulationPoint) GetCpcBidMicros

func (m *CpcBidSimulationPoint) GetCpcBidMicros() *wrappers.Int64Value

func (*CpcBidSimulationPoint) GetImpressions

func (m *CpcBidSimulationPoint) GetImpressions() *wrappers.Int64Value

func (*CpcBidSimulationPoint) GetTopSlotImpressions

func (m *CpcBidSimulationPoint) GetTopSlotImpressions() *wrappers.Int64Value

func (*CpcBidSimulationPoint) ProtoMessage

func (*CpcBidSimulationPoint) ProtoMessage()

func (*CpcBidSimulationPoint) Reset

func (m *CpcBidSimulationPoint) Reset()

func (*CpcBidSimulationPoint) String

func (m *CpcBidSimulationPoint) String() string

func (*CpcBidSimulationPoint) XXX_DiscardUnknown

func (m *CpcBidSimulationPoint) XXX_DiscardUnknown()

func (*CpcBidSimulationPoint) XXX_Marshal

func (m *CpcBidSimulationPoint) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CpcBidSimulationPoint) XXX_Merge

func (m *CpcBidSimulationPoint) XXX_Merge(src proto.Message)

func (*CpcBidSimulationPoint) XXX_Size

func (m *CpcBidSimulationPoint) XXX_Size() int

func (*CpcBidSimulationPoint) XXX_Unmarshal

func (m *CpcBidSimulationPoint) XXX_Unmarshal(b []byte) error

type CpcBidSimulationPointList

type CpcBidSimulationPointList struct {
	// Projected metrics for a series of CPC bid amounts.
	Points               []*CpcBidSimulationPoint `protobuf:"bytes,1,rep,name=points,proto3" json:"points,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                 `json:"-"`
	XXX_unrecognized     []byte                   `json:"-"`
	XXX_sizecache        int32                    `json:"-"`
}

A container for simulation points for simulations of type CPC_BID.

func (*CpcBidSimulationPointList) Descriptor

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

func (*CpcBidSimulationPointList) GetPoints

func (*CpcBidSimulationPointList) ProtoMessage

func (*CpcBidSimulationPointList) ProtoMessage()

func (*CpcBidSimulationPointList) Reset

func (m *CpcBidSimulationPointList) Reset()

func (*CpcBidSimulationPointList) String

func (m *CpcBidSimulationPointList) String() string

func (*CpcBidSimulationPointList) XXX_DiscardUnknown

func (m *CpcBidSimulationPointList) XXX_DiscardUnknown()

func (*CpcBidSimulationPointList) XXX_Marshal

func (m *CpcBidSimulationPointList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CpcBidSimulationPointList) XXX_Merge

func (m *CpcBidSimulationPointList) XXX_Merge(src proto.Message)

func (*CpcBidSimulationPointList) XXX_Size

func (m *CpcBidSimulationPointList) XXX_Size() int

func (*CpcBidSimulationPointList) XXX_Unmarshal

func (m *CpcBidSimulationPointList) XXX_Unmarshal(b []byte) error

type CpvBidSimulationPoint

type CpvBidSimulationPoint struct {
	// The simulated CPV bid upon which projected metrics are based.
	CpvBidMicros *wrappers.Int64Value `protobuf:"bytes,1,opt,name=cpv_bid_micros,json=cpvBidMicros,proto3" json:"cpv_bid_micros,omitempty"`
	// Projected cost in micros.
	CostMicros *wrappers.Int64Value `protobuf:"bytes,2,opt,name=cost_micros,json=costMicros,proto3" json:"cost_micros,omitempty"`
	// Projected number of impressions.
	Impressions *wrappers.Int64Value `protobuf:"bytes,3,opt,name=impressions,proto3" json:"impressions,omitempty"`
	// Projected number of views.
	Views                *wrappers.Int64Value `protobuf:"bytes,4,opt,name=views,proto3" json:"views,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

Projected metrics for a specific CPV bid amount.

func (*CpvBidSimulationPoint) Descriptor

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

func (*CpvBidSimulationPoint) GetCostMicros

func (m *CpvBidSimulationPoint) GetCostMicros() *wrappers.Int64Value

func (*CpvBidSimulationPoint) GetCpvBidMicros

func (m *CpvBidSimulationPoint) GetCpvBidMicros() *wrappers.Int64Value

func (*CpvBidSimulationPoint) GetImpressions

func (m *CpvBidSimulationPoint) GetImpressions() *wrappers.Int64Value

func (*CpvBidSimulationPoint) GetViews

func (m *CpvBidSimulationPoint) GetViews() *wrappers.Int64Value

func (*CpvBidSimulationPoint) ProtoMessage

func (*CpvBidSimulationPoint) ProtoMessage()

func (*CpvBidSimulationPoint) Reset

func (m *CpvBidSimulationPoint) Reset()

func (*CpvBidSimulationPoint) String

func (m *CpvBidSimulationPoint) String() string

func (*CpvBidSimulationPoint) XXX_DiscardUnknown

func (m *CpvBidSimulationPoint) XXX_DiscardUnknown()

func (*CpvBidSimulationPoint) XXX_Marshal

func (m *CpvBidSimulationPoint) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CpvBidSimulationPoint) XXX_Merge

func (m *CpvBidSimulationPoint) XXX_Merge(src proto.Message)

func (*CpvBidSimulationPoint) XXX_Size

func (m *CpvBidSimulationPoint) XXX_Size() int

func (*CpvBidSimulationPoint) XXX_Unmarshal

func (m *CpvBidSimulationPoint) XXX_Unmarshal(b []byte) error

type CpvBidSimulationPointList

type CpvBidSimulationPointList struct {
	// Projected metrics for a series of CPV bid amounts.
	Points               []*CpvBidSimulationPoint `protobuf:"bytes,1,rep,name=points,proto3" json:"points,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                 `json:"-"`
	XXX_unrecognized     []byte                   `json:"-"`
	XXX_sizecache        int32                    `json:"-"`
}

A container for simulation points for simulations of type CPV_BID.

func (*CpvBidSimulationPointList) Descriptor

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

func (*CpvBidSimulationPointList) GetPoints

func (*CpvBidSimulationPointList) ProtoMessage

func (*CpvBidSimulationPointList) ProtoMessage()

func (*CpvBidSimulationPointList) Reset

func (m *CpvBidSimulationPointList) Reset()

func (*CpvBidSimulationPointList) String

func (m *CpvBidSimulationPointList) String() string

func (*CpvBidSimulationPointList) XXX_DiscardUnknown

func (m *CpvBidSimulationPointList) XXX_DiscardUnknown()

func (*CpvBidSimulationPointList) XXX_Marshal

func (m *CpvBidSimulationPointList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CpvBidSimulationPointList) XXX_Merge

func (m *CpvBidSimulationPointList) XXX_Merge(src proto.Message)

func (*CpvBidSimulationPointList) XXX_Size

func (m *CpvBidSimulationPointList) XXX_Size() int

func (*CpvBidSimulationPointList) XXX_Unmarshal

func (m *CpvBidSimulationPointList) XXX_Unmarshal(b []byte) error

type CriterionCategoryAvailability

type CriterionCategoryAvailability struct {
	// Channel types and subtypes that are available to the category.
	Channel *CriterionCategoryChannelAvailability `protobuf:"bytes,1,opt,name=channel,proto3" json:"channel,omitempty"`
	// Locales that are available to the category for the channel.
	Locale               []*CriterionCategoryLocaleAvailability `protobuf:"bytes,2,rep,name=locale,proto3" json:"locale,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                               `json:"-"`
	XXX_unrecognized     []byte                                 `json:"-"`
	XXX_sizecache        int32                                  `json:"-"`
}

Information of category availability, per advertising channel.

func (*CriterionCategoryAvailability) Descriptor

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

func (*CriterionCategoryAvailability) GetChannel

func (*CriterionCategoryAvailability) GetLocale

func (*CriterionCategoryAvailability) ProtoMessage

func (*CriterionCategoryAvailability) ProtoMessage()

func (*CriterionCategoryAvailability) Reset

func (m *CriterionCategoryAvailability) Reset()

func (*CriterionCategoryAvailability) String

func (*CriterionCategoryAvailability) XXX_DiscardUnknown

func (m *CriterionCategoryAvailability) XXX_DiscardUnknown()

func (*CriterionCategoryAvailability) XXX_Marshal

func (m *CriterionCategoryAvailability) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CriterionCategoryAvailability) XXX_Merge

func (m *CriterionCategoryAvailability) XXX_Merge(src proto.Message)

func (*CriterionCategoryAvailability) XXX_Size

func (m *CriterionCategoryAvailability) XXX_Size() int

func (*CriterionCategoryAvailability) XXX_Unmarshal

func (m *CriterionCategoryAvailability) XXX_Unmarshal(b []byte) error

type CriterionCategoryChannelAvailability

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

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

func (*CriterionCategoryChannelAvailability) Descriptor

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

func (*CriterionCategoryChannelAvailability) GetAdvertisingChannelSubType

func (*CriterionCategoryChannelAvailability) GetAdvertisingChannelType

func (*CriterionCategoryChannelAvailability) GetIncludeDefaultChannelSubType

func (m *CriterionCategoryChannelAvailability) GetIncludeDefaultChannelSubType() *wrappers.BoolValue

func (*CriterionCategoryChannelAvailability) ProtoMessage

func (*CriterionCategoryChannelAvailability) ProtoMessage()

func (*CriterionCategoryChannelAvailability) Reset

func (*CriterionCategoryChannelAvailability) String

func (*CriterionCategoryChannelAvailability) XXX_DiscardUnknown

func (m *CriterionCategoryChannelAvailability) XXX_DiscardUnknown()

func (*CriterionCategoryChannelAvailability) XXX_Marshal

func (m *CriterionCategoryChannelAvailability) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CriterionCategoryChannelAvailability) XXX_Merge

func (*CriterionCategoryChannelAvailability) XXX_Size

func (*CriterionCategoryChannelAvailability) XXX_Unmarshal

func (m *CriterionCategoryChannelAvailability) XXX_Unmarshal(b []byte) error

type CriterionCategoryLocaleAvailability

type CriterionCategoryLocaleAvailability struct {
	// Format of the locale availability. Can be LAUNCHED_TO_ALL (both country and
	// language will be empty), COUNTRY (only country will be set), LANGUAGE (only
	// language wil be set), COUNTRY_AND_LANGUAGE (both country and language will
	// be set).
	AvailabilityMode enums.CriterionCategoryLocaleAvailabilityModeEnum_CriterionCategoryLocaleAvailabilityMode `` /* 229-byte string literal not displayed */
	// Code of the country.
	CountryCode *wrappers.StringValue `protobuf:"bytes,2,opt,name=country_code,json=countryCode,proto3" json:"country_code,omitempty"`
	// Code of the language.
	LanguageCode         *wrappers.StringValue `protobuf:"bytes,3,opt,name=language_code,json=languageCode,proto3" json:"language_code,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

Information about which locales a category is available in.

func (*CriterionCategoryLocaleAvailability) Descriptor

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

func (*CriterionCategoryLocaleAvailability) GetCountryCode

func (*CriterionCategoryLocaleAvailability) GetLanguageCode

func (*CriterionCategoryLocaleAvailability) ProtoMessage

func (*CriterionCategoryLocaleAvailability) ProtoMessage()

func (*CriterionCategoryLocaleAvailability) Reset

func (*CriterionCategoryLocaleAvailability) String

func (*CriterionCategoryLocaleAvailability) XXX_DiscardUnknown

func (m *CriterionCategoryLocaleAvailability) XXX_DiscardUnknown()

func (*CriterionCategoryLocaleAvailability) XXX_Marshal

func (m *CriterionCategoryLocaleAvailability) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CriterionCategoryLocaleAvailability) XXX_Merge

func (*CriterionCategoryLocaleAvailability) XXX_Size

func (*CriterionCategoryLocaleAvailability) XXX_Unmarshal

func (m *CriterionCategoryLocaleAvailability) XXX_Unmarshal(b []byte) error

type CrmBasedUserListInfo

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

UserList of CRM users provided by the advertiser.

func (*CrmBasedUserListInfo) Descriptor

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

func (*CrmBasedUserListInfo) GetAppId

func (m *CrmBasedUserListInfo) GetAppId() *wrappers.StringValue

func (*CrmBasedUserListInfo) ProtoMessage

func (*CrmBasedUserListInfo) ProtoMessage()

func (*CrmBasedUserListInfo) Reset

func (m *CrmBasedUserListInfo) Reset()

func (*CrmBasedUserListInfo) String

func (m *CrmBasedUserListInfo) String() string

func (*CrmBasedUserListInfo) XXX_DiscardUnknown

func (m *CrmBasedUserListInfo) XXX_DiscardUnknown()

func (*CrmBasedUserListInfo) XXX_Marshal

func (m *CrmBasedUserListInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CrmBasedUserListInfo) XXX_Merge

func (m *CrmBasedUserListInfo) XXX_Merge(src proto.Message)

func (*CrmBasedUserListInfo) XXX_Size

func (m *CrmBasedUserListInfo) XXX_Size() int

func (*CrmBasedUserListInfo) XXX_Unmarshal

func (m *CrmBasedUserListInfo) XXX_Unmarshal(b []byte) error

type CustomAffinityInfo

type CustomAffinityInfo struct {
	// The CustomInterest resource name.
	CustomAffinity       *wrappers.StringValue `protobuf:"bytes,1,opt,name=custom_affinity,json=customAffinity,proto3" json:"custom_affinity,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

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

func (*CustomAffinityInfo) Descriptor

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

func (*CustomAffinityInfo) GetCustomAffinity

func (m *CustomAffinityInfo) GetCustomAffinity() *wrappers.StringValue

func (*CustomAffinityInfo) ProtoMessage

func (*CustomAffinityInfo) ProtoMessage()

func (*CustomAffinityInfo) Reset

func (m *CustomAffinityInfo) Reset()

func (*CustomAffinityInfo) String

func (m *CustomAffinityInfo) String() string

func (*CustomAffinityInfo) XXX_DiscardUnknown

func (m *CustomAffinityInfo) XXX_DiscardUnknown()

func (*CustomAffinityInfo) XXX_Marshal

func (m *CustomAffinityInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CustomAffinityInfo) XXX_Merge

func (m *CustomAffinityInfo) XXX_Merge(src proto.Message)

func (*CustomAffinityInfo) XXX_Size

func (m *CustomAffinityInfo) XXX_Size() int

func (*CustomAffinityInfo) XXX_Unmarshal

func (m *CustomAffinityInfo) XXX_Unmarshal(b []byte) error

type CustomIntentInfo

type CustomIntentInfo struct {
	// The CustomInterest resource name.
	CustomIntent         *wrappers.StringValue `protobuf:"bytes,1,opt,name=custom_intent,json=customIntent,proto3" json:"custom_intent,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

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

func (*CustomIntentInfo) Descriptor

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

func (*CustomIntentInfo) GetCustomIntent

func (m *CustomIntentInfo) GetCustomIntent() *wrappers.StringValue

func (*CustomIntentInfo) ProtoMessage

func (*CustomIntentInfo) ProtoMessage()

func (*CustomIntentInfo) Reset

func (m *CustomIntentInfo) Reset()

func (*CustomIntentInfo) String

func (m *CustomIntentInfo) String() string

func (*CustomIntentInfo) XXX_DiscardUnknown

func (m *CustomIntentInfo) XXX_DiscardUnknown()

func (*CustomIntentInfo) XXX_Marshal

func (m *CustomIntentInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CustomIntentInfo) XXX_Merge

func (m *CustomIntentInfo) XXX_Merge(src proto.Message)

func (*CustomIntentInfo) XXX_Size

func (m *CustomIntentInfo) XXX_Size() int

func (*CustomIntentInfo) XXX_Unmarshal

func (m *CustomIntentInfo) XXX_Unmarshal(b []byte) error

type CustomParameter

type CustomParameter struct {
	// The key matching the parameter tag name.
	Key *wrappers.StringValue `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	// The value to be substituted.
	Value                *wrappers.StringValue `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

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

func (*CustomParameter) Descriptor

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

func (*CustomParameter) GetKey

func (m *CustomParameter) GetKey() *wrappers.StringValue

func (*CustomParameter) GetValue

func (m *CustomParameter) GetValue() *wrappers.StringValue

func (*CustomParameter) ProtoMessage

func (*CustomParameter) ProtoMessage()

func (*CustomParameter) Reset

func (m *CustomParameter) Reset()

func (*CustomParameter) String

func (m *CustomParameter) String() string

func (*CustomParameter) XXX_DiscardUnknown

func (m *CustomParameter) XXX_DiscardUnknown()

func (*CustomParameter) XXX_Marshal

func (m *CustomParameter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CustomParameter) XXX_Merge

func (m *CustomParameter) XXX_Merge(src proto.Message)

func (*CustomParameter) XXX_Size

func (m *CustomParameter) XXX_Size() int

func (*CustomParameter) XXX_Unmarshal

func (m *CustomParameter) XXX_Unmarshal(b []byte) error

type CustomerMatchUserListMetadata

type CustomerMatchUserListMetadata struct {
	// The resource name of remarketing list to update data.
	// Required for job of CUSTOMER_MATCH_USER_LIST type.
	UserList             *wrappers.StringValue `protobuf:"bytes,1,opt,name=user_list,json=userList,proto3" json:"user_list,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

Metadata for customer match user list.

func (*CustomerMatchUserListMetadata) Descriptor

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

func (*CustomerMatchUserListMetadata) GetUserList

func (*CustomerMatchUserListMetadata) ProtoMessage

func (*CustomerMatchUserListMetadata) ProtoMessage()

func (*CustomerMatchUserListMetadata) Reset

func (m *CustomerMatchUserListMetadata) Reset()

func (*CustomerMatchUserListMetadata) String

func (*CustomerMatchUserListMetadata) XXX_DiscardUnknown

func (m *CustomerMatchUserListMetadata) XXX_DiscardUnknown()

func (*CustomerMatchUserListMetadata) XXX_Marshal

func (m *CustomerMatchUserListMetadata) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CustomerMatchUserListMetadata) XXX_Merge

func (m *CustomerMatchUserListMetadata) XXX_Merge(src proto.Message)

func (*CustomerMatchUserListMetadata) XXX_Size

func (m *CustomerMatchUserListMetadata) XXX_Size() int

func (*CustomerMatchUserListMetadata) XXX_Unmarshal

func (m *CustomerMatchUserListMetadata) XXX_Unmarshal(b []byte) error

type DateRange

type DateRange struct {
	// The start date, in yyyy-mm-dd format. This date is inclusive.
	StartDate *wrappers.StringValue `protobuf:"bytes,1,opt,name=start_date,json=startDate,proto3" json:"start_date,omitempty"`
	// The end date, in yyyy-mm-dd format. This date is inclusive.
	EndDate              *wrappers.StringValue `protobuf:"bytes,2,opt,name=end_date,json=endDate,proto3" json:"end_date,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

A date range.

func (*DateRange) Descriptor

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

func (*DateRange) GetEndDate

func (m *DateRange) GetEndDate() *wrappers.StringValue

func (*DateRange) GetStartDate

func (m *DateRange) GetStartDate() *wrappers.StringValue

func (*DateRange) ProtoMessage

func (*DateRange) ProtoMessage()

func (*DateRange) Reset

func (m *DateRange) Reset()

func (*DateRange) String

func (m *DateRange) String() string

func (*DateRange) XXX_DiscardUnknown

func (m *DateRange) XXX_DiscardUnknown()

func (*DateRange) XXX_Marshal

func (m *DateRange) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DateRange) XXX_Merge

func (m *DateRange) XXX_Merge(src proto.Message)

func (*DateRange) XXX_Size

func (m *DateRange) XXX_Size() int

func (*DateRange) XXX_Unmarshal

func (m *DateRange) XXX_Unmarshal(b []byte) error

type DateSpecificRuleUserListInfo

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

Visitors of a page during specific dates.

func (*DateSpecificRuleUserListInfo) Descriptor

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

func (*DateSpecificRuleUserListInfo) GetEndDate

func (*DateSpecificRuleUserListInfo) GetRule

func (*DateSpecificRuleUserListInfo) GetStartDate

func (*DateSpecificRuleUserListInfo) ProtoMessage

func (*DateSpecificRuleUserListInfo) ProtoMessage()

func (*DateSpecificRuleUserListInfo) Reset

func (m *DateSpecificRuleUserListInfo) Reset()

func (*DateSpecificRuleUserListInfo) String

func (*DateSpecificRuleUserListInfo) XXX_DiscardUnknown

func (m *DateSpecificRuleUserListInfo) XXX_DiscardUnknown()

func (*DateSpecificRuleUserListInfo) XXX_Marshal

func (m *DateSpecificRuleUserListInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DateSpecificRuleUserListInfo) XXX_Merge

func (m *DateSpecificRuleUserListInfo) XXX_Merge(src proto.Message)

func (*DateSpecificRuleUserListInfo) XXX_Size

func (m *DateSpecificRuleUserListInfo) XXX_Size() int

func (*DateSpecificRuleUserListInfo) XXX_Unmarshal

func (m *DateSpecificRuleUserListInfo) XXX_Unmarshal(b []byte) error

type DeviceInfo

type DeviceInfo struct {
	// Type of the device.
	Type                 enums.DeviceEnum_Device `protobuf:"varint,1,opt,name=type,proto3,enum=google.ads.googleads.v3.enums.DeviceEnum_Device" json:"type,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                `json:"-"`
	XXX_unrecognized     []byte                  `json:"-"`
	XXX_sizecache        int32                   `json:"-"`
}

A device criterion.

func (*DeviceInfo) Descriptor

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

func (*DeviceInfo) GetType

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

func (*DeviceInfo) ProtoMessage

func (*DeviceInfo) ProtoMessage()

func (*DeviceInfo) Reset

func (m *DeviceInfo) Reset()

func (*DeviceInfo) String

func (m *DeviceInfo) String() string

func (*DeviceInfo) XXX_DiscardUnknown

func (m *DeviceInfo) XXX_DiscardUnknown()

func (*DeviceInfo) XXX_Marshal

func (m *DeviceInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeviceInfo) XXX_Merge

func (m *DeviceInfo) XXX_Merge(src proto.Message)

func (*DeviceInfo) XXX_Size

func (m *DeviceInfo) XXX_Size() int

func (*DeviceInfo) XXX_Unmarshal

func (m *DeviceInfo) XXX_Unmarshal(b []byte) error

type DisplayCallToAction

type DisplayCallToAction struct {
	// Text for the display-call-to-action.
	Text *wrappers.StringValue `protobuf:"bytes,1,opt,name=text,proto3" json:"text,omitempty"`
	// Text color for the display-call-to-action in hexadecimal, e.g. #ffffff for
	// white.
	TextColor *wrappers.StringValue `protobuf:"bytes,2,opt,name=text_color,json=textColor,proto3" json:"text_color,omitempty"`
	// Identifies the url collection in the ad.url_collections field. If not set
	// the url defaults to final_url.
	UrlCollectionId      *wrappers.StringValue `protobuf:"bytes,3,opt,name=url_collection_id,json=urlCollectionId,proto3" json:"url_collection_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

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

func (*DisplayCallToAction) Descriptor

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

func (*DisplayCallToAction) GetText

func (*DisplayCallToAction) GetTextColor

func (m *DisplayCallToAction) GetTextColor() *wrappers.StringValue

func (*DisplayCallToAction) GetUrlCollectionId

func (m *DisplayCallToAction) GetUrlCollectionId() *wrappers.StringValue

func (*DisplayCallToAction) ProtoMessage

func (*DisplayCallToAction) ProtoMessage()

func (*DisplayCallToAction) Reset

func (m *DisplayCallToAction) Reset()

func (*DisplayCallToAction) String

func (m *DisplayCallToAction) String() string

func (*DisplayCallToAction) XXX_DiscardUnknown

func (m *DisplayCallToAction) XXX_DiscardUnknown()

func (*DisplayCallToAction) XXX_Marshal

func (m *DisplayCallToAction) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DisplayCallToAction) XXX_Merge

func (m *DisplayCallToAction) XXX_Merge(src proto.Message)

func (*DisplayCallToAction) XXX_Size

func (m *DisplayCallToAction) XXX_Size() int

func (*DisplayCallToAction) XXX_Unmarshal

func (m *DisplayCallToAction) XXX_Unmarshal(b []byte) error

type DisplayUploadAdInfo

type DisplayUploadAdInfo struct {
	// The product type of this ad. See comments on the enum for details.
	DisplayUploadProductType enums.DisplayUploadProductTypeEnum_DisplayUploadProductType `` /* 227-byte string literal not displayed */
	// The asset data that makes up the ad.
	//
	// Types that are valid to be assigned to MediaAsset:
	//	*DisplayUploadAdInfo_MediaBundle
	MediaAsset           isDisplayUploadAdInfo_MediaAsset `protobuf_oneof:"media_asset"`
	XXX_NoUnkeyedLiteral struct{}                         `json:"-"`
	XXX_unrecognized     []byte                           `json:"-"`
	XXX_sizecache        int32                            `json:"-"`
}

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

func (*DisplayUploadAdInfo) Descriptor

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

func (*DisplayUploadAdInfo) GetDisplayUploadProductType

func (*DisplayUploadAdInfo) GetMediaAsset

func (m *DisplayUploadAdInfo) GetMediaAsset() isDisplayUploadAdInfo_MediaAsset

func (*DisplayUploadAdInfo) GetMediaBundle

func (m *DisplayUploadAdInfo) GetMediaBundle() *AdMediaBundleAsset

func (*DisplayUploadAdInfo) ProtoMessage

func (*DisplayUploadAdInfo) ProtoMessage()

func (*DisplayUploadAdInfo) Reset

func (m *DisplayUploadAdInfo) Reset()

func (*DisplayUploadAdInfo) String

func (m *DisplayUploadAdInfo) String() string

func (*DisplayUploadAdInfo) XXX_DiscardUnknown

func (m *DisplayUploadAdInfo) XXX_DiscardUnknown()

func (*DisplayUploadAdInfo) XXX_Marshal

func (m *DisplayUploadAdInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DisplayUploadAdInfo) XXX_Merge

func (m *DisplayUploadAdInfo) XXX_Merge(src proto.Message)

func (*DisplayUploadAdInfo) XXX_OneofWrappers

func (*DisplayUploadAdInfo) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*DisplayUploadAdInfo) XXX_Size

func (m *DisplayUploadAdInfo) XXX_Size() int

func (*DisplayUploadAdInfo) XXX_Unmarshal

func (m *DisplayUploadAdInfo) XXX_Unmarshal(b []byte) error

type DisplayUploadAdInfo_MediaBundle

type DisplayUploadAdInfo_MediaBundle struct {
	MediaBundle *AdMediaBundleAsset `protobuf:"bytes,2,opt,name=media_bundle,json=mediaBundle,proto3,oneof"`
}

type EnhancedCpc

type EnhancedCpc struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

An automated bidding strategy that raises bids for clicks that seem more likely to lead to a conversion and lowers them for clicks where they seem less likely.

func (*EnhancedCpc) Descriptor

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

func (*EnhancedCpc) ProtoMessage

func (*EnhancedCpc) ProtoMessage()

func (*EnhancedCpc) Reset

func (m *EnhancedCpc) Reset()

func (*EnhancedCpc) String

func (m *EnhancedCpc) String() string

func (*EnhancedCpc) XXX_DiscardUnknown

func (m *EnhancedCpc) XXX_DiscardUnknown()

func (*EnhancedCpc) XXX_Marshal

func (m *EnhancedCpc) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*EnhancedCpc) XXX_Merge

func (m *EnhancedCpc) XXX_Merge(src proto.Message)

func (*EnhancedCpc) XXX_Size

func (m *EnhancedCpc) XXX_Size() int

func (*EnhancedCpc) XXX_Unmarshal

func (m *EnhancedCpc) XXX_Unmarshal(b []byte) error

type ExpandedDynamicSearchAdInfo

type ExpandedDynamicSearchAdInfo struct {
	// The description of the ad.
	Description *wrappers.StringValue `protobuf:"bytes,1,opt,name=description,proto3" json:"description,omitempty"`
	// The second description of the ad.
	Description2         *wrappers.StringValue `protobuf:"bytes,2,opt,name=description2,proto3" json:"description2,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

An expanded dynamic search ad.

func (*ExpandedDynamicSearchAdInfo) Descriptor

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

func (*ExpandedDynamicSearchAdInfo) GetDescription

func (m *ExpandedDynamicSearchAdInfo) GetDescription() *wrappers.StringValue

func (*ExpandedDynamicSearchAdInfo) GetDescription2

func (m *ExpandedDynamicSearchAdInfo) GetDescription2() *wrappers.StringValue

func (*ExpandedDynamicSearchAdInfo) ProtoMessage

func (*ExpandedDynamicSearchAdInfo) ProtoMessage()

func (*ExpandedDynamicSearchAdInfo) Reset

func (m *ExpandedDynamicSearchAdInfo) Reset()

func (*ExpandedDynamicSearchAdInfo) String

func (m *ExpandedDynamicSearchAdInfo) String() string

func (*ExpandedDynamicSearchAdInfo) XXX_DiscardUnknown

func (m *ExpandedDynamicSearchAdInfo) XXX_DiscardUnknown()

func (*ExpandedDynamicSearchAdInfo) XXX_Marshal

func (m *ExpandedDynamicSearchAdInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ExpandedDynamicSearchAdInfo) XXX_Merge

func (m *ExpandedDynamicSearchAdInfo) XXX_Merge(src proto.Message)

func (*ExpandedDynamicSearchAdInfo) XXX_Size

func (m *ExpandedDynamicSearchAdInfo) XXX_Size() int

func (*ExpandedDynamicSearchAdInfo) XXX_Unmarshal

func (m *ExpandedDynamicSearchAdInfo) XXX_Unmarshal(b []byte) error

type ExpandedTextAdInfo

type ExpandedTextAdInfo struct {
	// The first part of the ad's headline.
	HeadlinePart1 *wrappers.StringValue `protobuf:"bytes,1,opt,name=headline_part1,json=headlinePart1,proto3" json:"headline_part1,omitempty"`
	// The second part of the ad's headline.
	HeadlinePart2 *wrappers.StringValue `protobuf:"bytes,2,opt,name=headline_part2,json=headlinePart2,proto3" json:"headline_part2,omitempty"`
	// The third part of the ad's headline.
	HeadlinePart3 *wrappers.StringValue `protobuf:"bytes,6,opt,name=headline_part3,json=headlinePart3,proto3" json:"headline_part3,omitempty"`
	// The description of the ad.
	Description *wrappers.StringValue `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	// The second description of the ad.
	Description2 *wrappers.StringValue `protobuf:"bytes,7,opt,name=description2,proto3" json:"description2,omitempty"`
	// The text that can appear alongside the ad's displayed URL.
	Path1 *wrappers.StringValue `protobuf:"bytes,4,opt,name=path1,proto3" json:"path1,omitempty"`
	// Additional text that can appear alongside the ad's displayed URL.
	Path2                *wrappers.StringValue `protobuf:"bytes,5,opt,name=path2,proto3" json:"path2,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

An expanded text ad.

func (*ExpandedTextAdInfo) Descriptor

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

func (*ExpandedTextAdInfo) GetDescription

func (m *ExpandedTextAdInfo) GetDescription() *wrappers.StringValue

func (*ExpandedTextAdInfo) GetDescription2

func (m *ExpandedTextAdInfo) GetDescription2() *wrappers.StringValue

func (*ExpandedTextAdInfo) GetHeadlinePart1

func (m *ExpandedTextAdInfo) GetHeadlinePart1() *wrappers.StringValue

func (*ExpandedTextAdInfo) GetHeadlinePart2

func (m *ExpandedTextAdInfo) GetHeadlinePart2() *wrappers.StringValue

func (*ExpandedTextAdInfo) GetHeadlinePart3

func (m *ExpandedTextAdInfo) GetHeadlinePart3() *wrappers.StringValue

func (*ExpandedTextAdInfo) GetPath1

func (m *ExpandedTextAdInfo) GetPath1() *wrappers.StringValue

func (*ExpandedTextAdInfo) GetPath2

func (m *ExpandedTextAdInfo) GetPath2() *wrappers.StringValue

func (*ExpandedTextAdInfo) ProtoMessage

func (*ExpandedTextAdInfo) ProtoMessage()

func (*ExpandedTextAdInfo) Reset

func (m *ExpandedTextAdInfo) Reset()

func (*ExpandedTextAdInfo) String

func (m *ExpandedTextAdInfo) String() string

func (*ExpandedTextAdInfo) XXX_DiscardUnknown

func (m *ExpandedTextAdInfo) XXX_DiscardUnknown()

func (*ExpandedTextAdInfo) XXX_Marshal

func (m *ExpandedTextAdInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ExpandedTextAdInfo) XXX_Merge

func (m *ExpandedTextAdInfo) XXX_Merge(src proto.Message)

func (*ExpandedTextAdInfo) XXX_Size

func (m *ExpandedTextAdInfo) XXX_Size() int

func (*ExpandedTextAdInfo) XXX_Unmarshal

func (m *ExpandedTextAdInfo) XXX_Unmarshal(b []byte) error

type ExplorerAutoOptimizerSetting

type ExplorerAutoOptimizerSetting struct {
	// Indicates whether the optimizer is turned on.
	OptIn                *wrappers.BoolValue `protobuf:"bytes,1,opt,name=opt_in,json=optIn,proto3" json:"opt_in,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

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

func (*ExplorerAutoOptimizerSetting) Descriptor

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

func (*ExplorerAutoOptimizerSetting) GetOptIn

func (*ExplorerAutoOptimizerSetting) ProtoMessage

func (*ExplorerAutoOptimizerSetting) ProtoMessage()

func (*ExplorerAutoOptimizerSetting) Reset

func (m *ExplorerAutoOptimizerSetting) Reset()

func (*ExplorerAutoOptimizerSetting) String

func (*ExplorerAutoOptimizerSetting) XXX_DiscardUnknown

func (m *ExplorerAutoOptimizerSetting) XXX_DiscardUnknown()

func (*ExplorerAutoOptimizerSetting) XXX_Marshal

func (m *ExplorerAutoOptimizerSetting) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ExplorerAutoOptimizerSetting) XXX_Merge

func (m *ExplorerAutoOptimizerSetting) XXX_Merge(src proto.Message)

func (*ExplorerAutoOptimizerSetting) XXX_Size

func (m *ExplorerAutoOptimizerSetting) XXX_Size() int

func (*ExplorerAutoOptimizerSetting) XXX_Unmarshal

func (m *ExplorerAutoOptimizerSetting) XXX_Unmarshal(b []byte) error

type ExpressionRuleUserListInfo

type ExpressionRuleUserListInfo struct {
	// Boolean rule that defines this user list. The rule consists of a list of
	// rule item groups and each rule item group consists of a list of rule items.
	// All the rule item groups are ORed or ANDed together for evaluation based on
	// rule.rule_type.
	//
	// Required for creating an expression rule user list.
	Rule                 *UserListRuleInfo `protobuf:"bytes,1,opt,name=rule,proto3" json:"rule,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

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

func (*ExpressionRuleUserListInfo) Descriptor

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

func (*ExpressionRuleUserListInfo) GetRule

func (*ExpressionRuleUserListInfo) ProtoMessage

func (*ExpressionRuleUserListInfo) ProtoMessage()

func (*ExpressionRuleUserListInfo) Reset

func (m *ExpressionRuleUserListInfo) Reset()

func (*ExpressionRuleUserListInfo) String

func (m *ExpressionRuleUserListInfo) String() string

func (*ExpressionRuleUserListInfo) XXX_DiscardUnknown

func (m *ExpressionRuleUserListInfo) XXX_DiscardUnknown()

func (*ExpressionRuleUserListInfo) XXX_Marshal

func (m *ExpressionRuleUserListInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ExpressionRuleUserListInfo) XXX_Merge

func (m *ExpressionRuleUserListInfo) XXX_Merge(src proto.Message)

func (*ExpressionRuleUserListInfo) XXX_Size

func (m *ExpressionRuleUserListInfo) XXX_Size() int

func (*ExpressionRuleUserListInfo) XXX_Unmarshal

func (m *ExpressionRuleUserListInfo) XXX_Unmarshal(b []byte) error

type FinalAppUrl

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

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

func (*FinalAppUrl) Descriptor

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

func (*FinalAppUrl) GetUrl

func (m *FinalAppUrl) GetUrl() *wrappers.StringValue

func (*FinalAppUrl) ProtoMessage

func (*FinalAppUrl) ProtoMessage()

func (*FinalAppUrl) Reset

func (m *FinalAppUrl) Reset()

func (*FinalAppUrl) String

func (m *FinalAppUrl) String() string

func (*FinalAppUrl) XXX_DiscardUnknown

func (m *FinalAppUrl) XXX_DiscardUnknown()

func (*FinalAppUrl) XXX_Marshal

func (m *FinalAppUrl) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FinalAppUrl) XXX_Merge

func (m *FinalAppUrl) XXX_Merge(src proto.Message)

func (*FinalAppUrl) XXX_Size

func (m *FinalAppUrl) XXX_Size() int

func (*FinalAppUrl) XXX_Unmarshal

func (m *FinalAppUrl) XXX_Unmarshal(b []byte) error

type FrequencyCapEntry

type FrequencyCapEntry struct {
	// The key of a particular frequency cap. There can be no more
	// than one frequency cap with the same key.
	Key *FrequencyCapKey `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	// Maximum number of events allowed during the time range by this cap.
	Cap                  *wrappers.Int32Value `protobuf:"bytes,2,opt,name=cap,proto3" json:"cap,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

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

func (*FrequencyCapEntry) Descriptor

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

func (*FrequencyCapEntry) GetCap

func (m *FrequencyCapEntry) GetCap() *wrappers.Int32Value

func (*FrequencyCapEntry) GetKey

func (m *FrequencyCapEntry) GetKey() *FrequencyCapKey

func (*FrequencyCapEntry) ProtoMessage

func (*FrequencyCapEntry) ProtoMessage()

func (*FrequencyCapEntry) Reset

func (m *FrequencyCapEntry) Reset()

func (*FrequencyCapEntry) String

func (m *FrequencyCapEntry) String() string

func (*FrequencyCapEntry) XXX_DiscardUnknown

func (m *FrequencyCapEntry) XXX_DiscardUnknown()

func (*FrequencyCapEntry) XXX_Marshal

func (m *FrequencyCapEntry) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FrequencyCapEntry) XXX_Merge

func (m *FrequencyCapEntry) XXX_Merge(src proto.Message)

func (*FrequencyCapEntry) XXX_Size

func (m *FrequencyCapEntry) XXX_Size() int

func (*FrequencyCapEntry) XXX_Unmarshal

func (m *FrequencyCapEntry) XXX_Unmarshal(b []byte) error

type FrequencyCapKey

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

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

func (*FrequencyCapKey) Descriptor

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

func (*FrequencyCapKey) GetEventType

func (*FrequencyCapKey) GetLevel

func (*FrequencyCapKey) GetTimeLength

func (m *FrequencyCapKey) GetTimeLength() *wrappers.Int32Value

func (*FrequencyCapKey) GetTimeUnit

func (*FrequencyCapKey) ProtoMessage

func (*FrequencyCapKey) ProtoMessage()

func (*FrequencyCapKey) Reset

func (m *FrequencyCapKey) Reset()

func (*FrequencyCapKey) String

func (m *FrequencyCapKey) String() string

func (*FrequencyCapKey) XXX_DiscardUnknown

func (m *FrequencyCapKey) XXX_DiscardUnknown()

func (*FrequencyCapKey) XXX_Marshal

func (m *FrequencyCapKey) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FrequencyCapKey) XXX_Merge

func (m *FrequencyCapKey) XXX_Merge(src proto.Message)

func (*FrequencyCapKey) XXX_Size

func (m *FrequencyCapKey) XXX_Size() int

func (*FrequencyCapKey) XXX_Unmarshal

func (m *FrequencyCapKey) XXX_Unmarshal(b []byte) error

type GenderInfo

type GenderInfo struct {
	// Type of the gender.
	Type                 enums.GenderTypeEnum_GenderType `protobuf:"varint,1,opt,name=type,proto3,enum=google.ads.googleads.v3.enums.GenderTypeEnum_GenderType" json:"type,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                        `json:"-"`
	XXX_unrecognized     []byte                          `json:"-"`
	XXX_sizecache        int32                           `json:"-"`
}

A gender criterion.

func (*GenderInfo) Descriptor

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

func (*GenderInfo) GetType

func (*GenderInfo) ProtoMessage

func (*GenderInfo) ProtoMessage()

func (*GenderInfo) Reset

func (m *GenderInfo) Reset()

func (*GenderInfo) String

func (m *GenderInfo) String() string

func (*GenderInfo) XXX_DiscardUnknown

func (m *GenderInfo) XXX_DiscardUnknown()

func (*GenderInfo) XXX_Marshal

func (m *GenderInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GenderInfo) XXX_Merge

func (m *GenderInfo) XXX_Merge(src proto.Message)

func (*GenderInfo) XXX_Size

func (m *GenderInfo) XXX_Size() int

func (*GenderInfo) XXX_Unmarshal

func (m *GenderInfo) XXX_Unmarshal(b []byte) error

type GeoPointInfo

type GeoPointInfo struct {
	// Micro degrees for the longitude.
	LongitudeInMicroDegrees *wrappers.Int32Value `` /* 134-byte string literal not displayed */
	// Micro degrees for the latitude.
	LatitudeInMicroDegrees *wrappers.Int32Value `` /* 131-byte string literal not displayed */
	XXX_NoUnkeyedLiteral   struct{}             `json:"-"`
	XXX_unrecognized       []byte               `json:"-"`
	XXX_sizecache          int32                `json:"-"`
}

Geo point for proximity criterion.

func (*GeoPointInfo) Descriptor

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

func (*GeoPointInfo) GetLatitudeInMicroDegrees

func (m *GeoPointInfo) GetLatitudeInMicroDegrees() *wrappers.Int32Value

func (*GeoPointInfo) GetLongitudeInMicroDegrees

func (m *GeoPointInfo) GetLongitudeInMicroDegrees() *wrappers.Int32Value

func (*GeoPointInfo) ProtoMessage

func (*GeoPointInfo) ProtoMessage()

func (*GeoPointInfo) Reset

func (m *GeoPointInfo) Reset()

func (*GeoPointInfo) String

func (m *GeoPointInfo) String() string

func (*GeoPointInfo) XXX_DiscardUnknown

func (m *GeoPointInfo) XXX_DiscardUnknown()

func (*GeoPointInfo) XXX_Marshal

func (m *GeoPointInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GeoPointInfo) XXX_Merge

func (m *GeoPointInfo) XXX_Merge(src proto.Message)

func (*GeoPointInfo) XXX_Size

func (m *GeoPointInfo) XXX_Size() int

func (*GeoPointInfo) XXX_Unmarshal

func (m *GeoPointInfo) XXX_Unmarshal(b []byte) error

type GmailAdInfo

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

A Gmail ad.

func (*GmailAdInfo) Descriptor

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

func (*GmailAdInfo) GetHeaderImage

func (m *GmailAdInfo) GetHeaderImage() *wrappers.StringValue

func (*GmailAdInfo) GetMarketingImage

func (m *GmailAdInfo) GetMarketingImage() *wrappers.StringValue

func (*GmailAdInfo) GetMarketingImageDescription

func (m *GmailAdInfo) GetMarketingImageDescription() *wrappers.StringValue

func (*GmailAdInfo) GetMarketingImageDisplayCallToAction

func (m *GmailAdInfo) GetMarketingImageDisplayCallToAction() *DisplayCallToAction

func (*GmailAdInfo) GetMarketingImageHeadline

func (m *GmailAdInfo) GetMarketingImageHeadline() *wrappers.StringValue

func (*GmailAdInfo) GetProductImages

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

func (*GmailAdInfo) GetProductVideos

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

func (*GmailAdInfo) GetTeaser

func (m *GmailAdInfo) GetTeaser() *GmailTeaser

func (*GmailAdInfo) ProtoMessage

func (*GmailAdInfo) ProtoMessage()

func (*GmailAdInfo) Reset

func (m *GmailAdInfo) Reset()

func (*GmailAdInfo) String

func (m *GmailAdInfo) String() string

func (*GmailAdInfo) XXX_DiscardUnknown

func (m *GmailAdInfo) XXX_DiscardUnknown()

func (*GmailAdInfo) XXX_Marshal

func (m *GmailAdInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GmailAdInfo) XXX_Merge

func (m *GmailAdInfo) XXX_Merge(src proto.Message)

func (*GmailAdInfo) XXX_Size

func (m *GmailAdInfo) XXX_Size() int

func (*GmailAdInfo) XXX_Unmarshal

func (m *GmailAdInfo) XXX_Unmarshal(b []byte) error

type GmailTeaser

type GmailTeaser struct {
	// Headline of the teaser.
	Headline *wrappers.StringValue `protobuf:"bytes,1,opt,name=headline,proto3" json:"headline,omitempty"`
	// Description of the teaser.
	Description *wrappers.StringValue `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
	// Business name of the advertiser.
	BusinessName *wrappers.StringValue `protobuf:"bytes,3,opt,name=business_name,json=businessName,proto3" json:"business_name,omitempty"`
	// The MediaFile resource name of the logo image. Valid image types are GIF,
	// JPEG and PNG. The minimum size is 144x144 pixels and the aspect ratio must
	// be 1:1 (+-1%).
	LogoImage            *wrappers.StringValue `protobuf:"bytes,4,opt,name=logo_image,json=logoImage,proto3" json:"logo_image,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

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

func (*GmailTeaser) Descriptor

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

func (*GmailTeaser) GetBusinessName

func (m *GmailTeaser) GetBusinessName() *wrappers.StringValue

func (*GmailTeaser) GetDescription

func (m *GmailTeaser) GetDescription() *wrappers.StringValue

func (*GmailTeaser) GetHeadline

func (m *GmailTeaser) GetHeadline() *wrappers.StringValue

func (*GmailTeaser) GetLogoImage

func (m *GmailTeaser) GetLogoImage() *wrappers.StringValue

func (*GmailTeaser) ProtoMessage

func (*GmailTeaser) ProtoMessage()

func (*GmailTeaser) Reset

func (m *GmailTeaser) Reset()

func (*GmailTeaser) String

func (m *GmailTeaser) String() string

func (*GmailTeaser) XXX_DiscardUnknown

func (m *GmailTeaser) XXX_DiscardUnknown()

func (*GmailTeaser) XXX_Marshal

func (m *GmailTeaser) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GmailTeaser) XXX_Merge

func (m *GmailTeaser) XXX_Merge(src proto.Message)

func (*GmailTeaser) XXX_Size

func (m *GmailTeaser) XXX_Size() int

func (*GmailTeaser) XXX_Unmarshal

func (m *GmailTeaser) XXX_Unmarshal(b []byte) error

type HotelAdInfo

type HotelAdInfo struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

A hotel ad.

func (*HotelAdInfo) Descriptor

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

func (*HotelAdInfo) ProtoMessage

func (*HotelAdInfo) ProtoMessage()

func (*HotelAdInfo) Reset

func (m *HotelAdInfo) Reset()

func (*HotelAdInfo) String

func (m *HotelAdInfo) String() string

func (*HotelAdInfo) XXX_DiscardUnknown

func (m *HotelAdInfo) XXX_DiscardUnknown()

func (*HotelAdInfo) XXX_Marshal

func (m *HotelAdInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*HotelAdInfo) XXX_Merge

func (m *HotelAdInfo) XXX_Merge(src proto.Message)

func (*HotelAdInfo) XXX_Size

func (m *HotelAdInfo) XXX_Size() int

func (*HotelAdInfo) XXX_Unmarshal

func (m *HotelAdInfo) XXX_Unmarshal(b []byte) error

type HotelAdvanceBookingWindowInfo

type HotelAdvanceBookingWindowInfo struct {
	// Low end of the number of days prior to the stay.
	MinDays *wrappers.Int64Value `protobuf:"bytes,1,opt,name=min_days,json=minDays,proto3" json:"min_days,omitempty"`
	// High end of the number of days prior to the stay.
	MaxDays              *wrappers.Int64Value `protobuf:"bytes,2,opt,name=max_days,json=maxDays,proto3" json:"max_days,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

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

func (*HotelAdvanceBookingWindowInfo) Descriptor

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

func (*HotelAdvanceBookingWindowInfo) GetMaxDays

func (*HotelAdvanceBookingWindowInfo) GetMinDays

func (*HotelAdvanceBookingWindowInfo) ProtoMessage

func (*HotelAdvanceBookingWindowInfo) ProtoMessage()

func (*HotelAdvanceBookingWindowInfo) Reset

func (m *HotelAdvanceBookingWindowInfo) Reset()

func (*HotelAdvanceBookingWindowInfo) String

func (*HotelAdvanceBookingWindowInfo) XXX_DiscardUnknown

func (m *HotelAdvanceBookingWindowInfo) XXX_DiscardUnknown()

func (*HotelAdvanceBookingWindowInfo) XXX_Marshal

func (m *HotelAdvanceBookingWindowInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*HotelAdvanceBookingWindowInfo) XXX_Merge

func (m *HotelAdvanceBookingWindowInfo) XXX_Merge(src proto.Message)

func (*HotelAdvanceBookingWindowInfo) XXX_Size

func (m *HotelAdvanceBookingWindowInfo) XXX_Size() int

func (*HotelAdvanceBookingWindowInfo) XXX_Unmarshal

func (m *HotelAdvanceBookingWindowInfo) XXX_Unmarshal(b []byte) error

type HotelCalloutFeedItem

type HotelCalloutFeedItem struct {
	// The callout text.
	// The length of this string should be between 1 and 25, inclusive.
	Text *wrappers.StringValue `protobuf:"bytes,1,opt,name=text,proto3" json:"text,omitempty"`
	// The language of the hotel callout text.
	// IETF BCP 47 compliant language code.
	LanguageCode         *wrappers.StringValue `protobuf:"bytes,2,opt,name=language_code,json=languageCode,proto3" json:"language_code,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

Represents a hotel callout extension.

func (*HotelCalloutFeedItem) Descriptor

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

func (*HotelCalloutFeedItem) GetLanguageCode

func (m *HotelCalloutFeedItem) GetLanguageCode() *wrappers.StringValue

func (*HotelCalloutFeedItem) GetText

func (*HotelCalloutFeedItem) ProtoMessage

func (*HotelCalloutFeedItem) ProtoMessage()

func (*HotelCalloutFeedItem) Reset

func (m *HotelCalloutFeedItem) Reset()

func (*HotelCalloutFeedItem) String

func (m *HotelCalloutFeedItem) String() string

func (*HotelCalloutFeedItem) XXX_DiscardUnknown

func (m *HotelCalloutFeedItem) XXX_DiscardUnknown()

func (*HotelCalloutFeedItem) XXX_Marshal

func (m *HotelCalloutFeedItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*HotelCalloutFeedItem) XXX_Merge

func (m *HotelCalloutFeedItem) XXX_Merge(src proto.Message)

func (*HotelCalloutFeedItem) XXX_Size

func (m *HotelCalloutFeedItem) XXX_Size() int

func (*HotelCalloutFeedItem) XXX_Unmarshal

func (m *HotelCalloutFeedItem) XXX_Unmarshal(b []byte) error

type HotelCheckInDayInfo

type HotelCheckInDayInfo struct {
	// The day of the week.
	DayOfWeek            enums.DayOfWeekEnum_DayOfWeek `` /* 150-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}                      `json:"-"`
	XXX_unrecognized     []byte                        `json:"-"`
	XXX_sizecache        int32                         `json:"-"`
}

Criterion for day of the week the booking is for.

func (*HotelCheckInDayInfo) Descriptor

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

func (*HotelCheckInDayInfo) GetDayOfWeek

func (*HotelCheckInDayInfo) ProtoMessage

func (*HotelCheckInDayInfo) ProtoMessage()

func (*HotelCheckInDayInfo) Reset

func (m *HotelCheckInDayInfo) Reset()

func (*HotelCheckInDayInfo) String

func (m *HotelCheckInDayInfo) String() string

func (*HotelCheckInDayInfo) XXX_DiscardUnknown

func (m *HotelCheckInDayInfo) XXX_DiscardUnknown()

func (*HotelCheckInDayInfo) XXX_Marshal

func (m *HotelCheckInDayInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*HotelCheckInDayInfo) XXX_Merge

func (m *HotelCheckInDayInfo) XXX_Merge(src proto.Message)

func (*HotelCheckInDayInfo) XXX_Size

func (m *HotelCheckInDayInfo) XXX_Size() int

func (*HotelCheckInDayInfo) XXX_Unmarshal

func (m *HotelCheckInDayInfo) XXX_Unmarshal(b []byte) error

type HotelCityInfo

type HotelCityInfo struct {
	// The Geo Target Constant resource name.
	CityCriterion        *wrappers.StringValue `protobuf:"bytes,1,opt,name=city_criterion,json=cityCriterion,proto3" json:"city_criterion,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

City the hotel is located in.

func (*HotelCityInfo) Descriptor

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

func (*HotelCityInfo) GetCityCriterion

func (m *HotelCityInfo) GetCityCriterion() *wrappers.StringValue

func (*HotelCityInfo) ProtoMessage

func (*HotelCityInfo) ProtoMessage()

func (*HotelCityInfo) Reset

func (m *HotelCityInfo) Reset()

func (*HotelCityInfo) String

func (m *HotelCityInfo) String() string

func (*HotelCityInfo) XXX_DiscardUnknown

func (m *HotelCityInfo) XXX_DiscardUnknown()

func (*HotelCityInfo) XXX_Marshal

func (m *HotelCityInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*HotelCityInfo) XXX_Merge

func (m *HotelCityInfo) XXX_Merge(src proto.Message)

func (*HotelCityInfo) XXX_Size

func (m *HotelCityInfo) XXX_Size() int

func (*HotelCityInfo) XXX_Unmarshal

func (m *HotelCityInfo) XXX_Unmarshal(b []byte) error

type HotelClassInfo

type HotelClassInfo struct {
	// Long value of the hotel class.
	Value                *wrappers.Int64Value `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

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

func (*HotelClassInfo) Descriptor

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

func (*HotelClassInfo) GetValue

func (m *HotelClassInfo) GetValue() *wrappers.Int64Value

func (*HotelClassInfo) ProtoMessage

func (*HotelClassInfo) ProtoMessage()

func (*HotelClassInfo) Reset

func (m *HotelClassInfo) Reset()

func (*HotelClassInfo) String

func (m *HotelClassInfo) String() string

func (*HotelClassInfo) XXX_DiscardUnknown

func (m *HotelClassInfo) XXX_DiscardUnknown()

func (*HotelClassInfo) XXX_Marshal

func (m *HotelClassInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*HotelClassInfo) XXX_Merge

func (m *HotelClassInfo) XXX_Merge(src proto.Message)

func (*HotelClassInfo) XXX_Size

func (m *HotelClassInfo) XXX_Size() int

func (*HotelClassInfo) XXX_Unmarshal

func (m *HotelClassInfo) XXX_Unmarshal(b []byte) error

type HotelCountryRegionInfo

type HotelCountryRegionInfo struct {
	// The Geo Target Constant resource name.
	CountryRegionCriterion *wrappers.StringValue `` /* 129-byte string literal not displayed */
	XXX_NoUnkeyedLiteral   struct{}              `json:"-"`
	XXX_unrecognized       []byte                `json:"-"`
	XXX_sizecache          int32                 `json:"-"`
}

Country or Region the hotel is located in.

func (*HotelCountryRegionInfo) Descriptor

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

func (*HotelCountryRegionInfo) GetCountryRegionCriterion

func (m *HotelCountryRegionInfo) GetCountryRegionCriterion() *wrappers.StringValue

func (*HotelCountryRegionInfo) ProtoMessage

func (*HotelCountryRegionInfo) ProtoMessage()

func (*HotelCountryRegionInfo) Reset

func (m *HotelCountryRegionInfo) Reset()

func (*HotelCountryRegionInfo) String

func (m *HotelCountryRegionInfo) String() string

func (*HotelCountryRegionInfo) XXX_DiscardUnknown

func (m *HotelCountryRegionInfo) XXX_DiscardUnknown()

func (*HotelCountryRegionInfo) XXX_Marshal

func (m *HotelCountryRegionInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*HotelCountryRegionInfo) XXX_Merge

func (m *HotelCountryRegionInfo) XXX_Merge(src proto.Message)

func (*HotelCountryRegionInfo) XXX_Size

func (m *HotelCountryRegionInfo) XXX_Size() int

func (*HotelCountryRegionInfo) XXX_Unmarshal

func (m *HotelCountryRegionInfo) XXX_Unmarshal(b []byte) error

type HotelDateSelectionTypeInfo

type HotelDateSelectionTypeInfo struct {
	// Type of the hotel date selection
	Type                 enums.HotelDateSelectionTypeEnum_HotelDateSelectionType `` /* 147-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}                                                `json:"-"`
	XXX_unrecognized     []byte                                                  `json:"-"`
	XXX_sizecache        int32                                                   `json:"-"`
}

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

func (*HotelDateSelectionTypeInfo) Descriptor

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

func (*HotelDateSelectionTypeInfo) GetType

func (*HotelDateSelectionTypeInfo) ProtoMessage

func (*HotelDateSelectionTypeInfo) ProtoMessage()

func (*HotelDateSelectionTypeInfo) Reset

func (m *HotelDateSelectionTypeInfo) Reset()

func (*HotelDateSelectionTypeInfo) String

func (m *HotelDateSelectionTypeInfo) String() string

func (*HotelDateSelectionTypeInfo) XXX_DiscardUnknown

func (m *HotelDateSelectionTypeInfo) XXX_DiscardUnknown()

func (*HotelDateSelectionTypeInfo) XXX_Marshal

func (m *HotelDateSelectionTypeInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*HotelDateSelectionTypeInfo) XXX_Merge

func (m *HotelDateSelectionTypeInfo) XXX_Merge(src proto.Message)

func (*HotelDateSelectionTypeInfo) XXX_Size

func (m *HotelDateSelectionTypeInfo) XXX_Size() int

func (*HotelDateSelectionTypeInfo) XXX_Unmarshal

func (m *HotelDateSelectionTypeInfo) XXX_Unmarshal(b []byte) error

type HotelIdInfo

type HotelIdInfo struct {
	// String value of the hotel ID.
	Value                *wrappers.StringValue `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

Advertiser-specific hotel ID.

func (*HotelIdInfo) Descriptor

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

func (*HotelIdInfo) GetValue

func (m *HotelIdInfo) GetValue() *wrappers.StringValue

func (*HotelIdInfo) ProtoMessage

func (*HotelIdInfo) ProtoMessage()

func (*HotelIdInfo) Reset

func (m *HotelIdInfo) Reset()

func (*HotelIdInfo) String

func (m *HotelIdInfo) String() string

func (*HotelIdInfo) XXX_DiscardUnknown

func (m *HotelIdInfo) XXX_DiscardUnknown()

func (*HotelIdInfo) XXX_Marshal

func (m *HotelIdInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*HotelIdInfo) XXX_Merge

func (m *HotelIdInfo) XXX_Merge(src proto.Message)

func (*HotelIdInfo) XXX_Size

func (m *HotelIdInfo) XXX_Size() int

func (*HotelIdInfo) XXX_Unmarshal

func (m *HotelIdInfo) XXX_Unmarshal(b []byte) error

type HotelLengthOfStayInfo

type HotelLengthOfStayInfo struct {
	// Low end of the number of nights in the stay.
	MinNights *wrappers.Int64Value `protobuf:"bytes,1,opt,name=min_nights,json=minNights,proto3" json:"min_nights,omitempty"`
	// High end of the number of nights in the stay.
	MaxNights            *wrappers.Int64Value `protobuf:"bytes,2,opt,name=max_nights,json=maxNights,proto3" json:"max_nights,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

Criterion for length of hotel stay in nights.

func (*HotelLengthOfStayInfo) Descriptor

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

func (*HotelLengthOfStayInfo) GetMaxNights

func (m *HotelLengthOfStayInfo) GetMaxNights() *wrappers.Int64Value

func (*HotelLengthOfStayInfo) GetMinNights

func (m *HotelLengthOfStayInfo) GetMinNights() *wrappers.Int64Value

func (*HotelLengthOfStayInfo) ProtoMessage

func (*HotelLengthOfStayInfo) ProtoMessage()

func (*HotelLengthOfStayInfo) Reset

func (m *HotelLengthOfStayInfo) Reset()

func (*HotelLengthOfStayInfo) String

func (m *HotelLengthOfStayInfo) String() string

func (*HotelLengthOfStayInfo) XXX_DiscardUnknown

func (m *HotelLengthOfStayInfo) XXX_DiscardUnknown()

func (*HotelLengthOfStayInfo) XXX_Marshal

func (m *HotelLengthOfStayInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*HotelLengthOfStayInfo) XXX_Merge

func (m *HotelLengthOfStayInfo) XXX_Merge(src proto.Message)

func (*HotelLengthOfStayInfo) XXX_Size

func (m *HotelLengthOfStayInfo) XXX_Size() int

func (*HotelLengthOfStayInfo) XXX_Unmarshal

func (m *HotelLengthOfStayInfo) XXX_Unmarshal(b []byte) error

type HotelStateInfo

type HotelStateInfo struct {
	// The Geo Target Constant resource name.
	StateCriterion       *wrappers.StringValue `protobuf:"bytes,1,opt,name=state_criterion,json=stateCriterion,proto3" json:"state_criterion,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

State the hotel is located in.

func (*HotelStateInfo) Descriptor

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

func (*HotelStateInfo) GetStateCriterion

func (m *HotelStateInfo) GetStateCriterion() *wrappers.StringValue

func (*HotelStateInfo) ProtoMessage

func (*HotelStateInfo) ProtoMessage()

func (*HotelStateInfo) Reset

func (m *HotelStateInfo) Reset()

func (*HotelStateInfo) String

func (m *HotelStateInfo) String() string

func (*HotelStateInfo) XXX_DiscardUnknown

func (m *HotelStateInfo) XXX_DiscardUnknown()

func (*HotelStateInfo) XXX_Marshal

func (m *HotelStateInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*HotelStateInfo) XXX_Merge

func (m *HotelStateInfo) XXX_Merge(src proto.Message)

func (*HotelStateInfo) XXX_Size

func (m *HotelStateInfo) XXX_Size() int

func (*HotelStateInfo) XXX_Unmarshal

func (m *HotelStateInfo) XXX_Unmarshal(b []byte) error

type ImageAdInfo

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

An image ad.

func (*ImageAdInfo) Descriptor

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

func (*ImageAdInfo) GetAdIdToCopyImageFrom

func (m *ImageAdInfo) GetAdIdToCopyImageFrom() *wrappers.Int64Value

func (*ImageAdInfo) GetData

func (m *ImageAdInfo) GetData() *wrappers.BytesValue

func (*ImageAdInfo) GetImage

func (m *ImageAdInfo) GetImage() isImageAdInfo_Image

func (*ImageAdInfo) GetImageUrl

func (m *ImageAdInfo) GetImageUrl() *wrappers.StringValue

func (*ImageAdInfo) GetMediaFile

func (m *ImageAdInfo) GetMediaFile() *wrappers.StringValue

func (*ImageAdInfo) GetMimeType

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

func (*ImageAdInfo) GetName

func (m *ImageAdInfo) GetName() *wrappers.StringValue

func (*ImageAdInfo) GetPixelHeight

func (m *ImageAdInfo) GetPixelHeight() *wrappers.Int64Value

func (*ImageAdInfo) GetPixelWidth

func (m *ImageAdInfo) GetPixelWidth() *wrappers.Int64Value

func (*ImageAdInfo) GetPreviewImageUrl

func (m *ImageAdInfo) GetPreviewImageUrl() *wrappers.StringValue

func (*ImageAdInfo) GetPreviewPixelHeight

func (m *ImageAdInfo) GetPreviewPixelHeight() *wrappers.Int64Value

func (*ImageAdInfo) GetPreviewPixelWidth

func (m *ImageAdInfo) GetPreviewPixelWidth() *wrappers.Int64Value

func (*ImageAdInfo) ProtoMessage

func (*ImageAdInfo) ProtoMessage()

func (*ImageAdInfo) Reset

func (m *ImageAdInfo) Reset()

func (*ImageAdInfo) String

func (m *ImageAdInfo) String() string

func (*ImageAdInfo) XXX_DiscardUnknown

func (m *ImageAdInfo) XXX_DiscardUnknown()

func (*ImageAdInfo) XXX_Marshal

func (m *ImageAdInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ImageAdInfo) XXX_Merge

func (m *ImageAdInfo) XXX_Merge(src proto.Message)

func (*ImageAdInfo) XXX_OneofWrappers

func (*ImageAdInfo) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*ImageAdInfo) XXX_Size

func (m *ImageAdInfo) XXX_Size() int

func (*ImageAdInfo) XXX_Unmarshal

func (m *ImageAdInfo) XXX_Unmarshal(b []byte) error

type ImageAdInfo_AdIdToCopyImageFrom

type ImageAdInfo_AdIdToCopyImageFrom struct {
	AdIdToCopyImageFrom *wrappers.Int64Value `protobuf:"bytes,3,opt,name=ad_id_to_copy_image_from,json=adIdToCopyImageFrom,proto3,oneof"`
}

type ImageAdInfo_Data

type ImageAdInfo_Data struct {
	Data *wrappers.BytesValue `protobuf:"bytes,2,opt,name=data,proto3,oneof"`
}

type ImageAdInfo_MediaFile

type ImageAdInfo_MediaFile struct {
	MediaFile *wrappers.StringValue `protobuf:"bytes,1,opt,name=media_file,json=mediaFile,proto3,oneof"`
}

type ImageAsset

type ImageAsset struct {
	// The raw bytes data of an image. This field is mutate only.
	Data *wrappers.BytesValue `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	// File size of the image asset in bytes.
	FileSize *wrappers.Int64Value `protobuf:"bytes,2,opt,name=file_size,json=fileSize,proto3" json:"file_size,omitempty"`
	// MIME type of the image asset.
	MimeType enums.MimeTypeEnum_MimeType `` /* 143-byte string literal not displayed */
	// Metadata for this image at its original size.
	FullSize             *ImageDimension `protobuf:"bytes,4,opt,name=full_size,json=fullSize,proto3" json:"full_size,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

An Image asset.

func (*ImageAsset) Descriptor

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

func (*ImageAsset) GetData

func (m *ImageAsset) GetData() *wrappers.BytesValue

func (*ImageAsset) GetFileSize

func (m *ImageAsset) GetFileSize() *wrappers.Int64Value

func (*ImageAsset) GetFullSize

func (m *ImageAsset) GetFullSize() *ImageDimension

func (*ImageAsset) GetMimeType

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

func (*ImageAsset) ProtoMessage

func (*ImageAsset) ProtoMessage()

func (*ImageAsset) Reset

func (m *ImageAsset) Reset()

func (*ImageAsset) String

func (m *ImageAsset) String() string

func (*ImageAsset) XXX_DiscardUnknown

func (m *ImageAsset) XXX_DiscardUnknown()

func (*ImageAsset) XXX_Marshal

func (m *ImageAsset) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ImageAsset) XXX_Merge

func (m *ImageAsset) XXX_Merge(src proto.Message)

func (*ImageAsset) XXX_Size

func (m *ImageAsset) XXX_Size() int

func (*ImageAsset) XXX_Unmarshal

func (m *ImageAsset) XXX_Unmarshal(b []byte) error

type ImageDimension

type ImageDimension struct {
	// Height of the image.
	HeightPixels *wrappers.Int64Value `protobuf:"bytes,1,opt,name=height_pixels,json=heightPixels,proto3" json:"height_pixels,omitempty"`
	// Width of the image.
	WidthPixels *wrappers.Int64Value `protobuf:"bytes,2,opt,name=width_pixels,json=widthPixels,proto3" json:"width_pixels,omitempty"`
	// A URL that returns the image with this height and width.
	Url                  *wrappers.StringValue `protobuf:"bytes,3,opt,name=url,proto3" json:"url,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

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

func (*ImageDimension) Descriptor

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

func (*ImageDimension) GetHeightPixels

func (m *ImageDimension) GetHeightPixels() *wrappers.Int64Value

func (*ImageDimension) GetUrl

func (m *ImageDimension) GetUrl() *wrappers.StringValue

func (*ImageDimension) GetWidthPixels

func (m *ImageDimension) GetWidthPixels() *wrappers.Int64Value

func (*ImageDimension) ProtoMessage

func (*ImageDimension) ProtoMessage()

func (*ImageDimension) Reset

func (m *ImageDimension) Reset()

func (*ImageDimension) String

func (m *ImageDimension) String() string

func (*ImageDimension) XXX_DiscardUnknown

func (m *ImageDimension) XXX_DiscardUnknown()

func (*ImageDimension) XXX_Marshal

func (m *ImageDimension) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ImageDimension) XXX_Merge

func (m *ImageDimension) XXX_Merge(src proto.Message)

func (*ImageDimension) XXX_Size

func (m *ImageDimension) XXX_Size() int

func (*ImageDimension) XXX_Unmarshal

func (m *ImageDimension) XXX_Unmarshal(b []byte) error

type IncomeRangeInfo

type IncomeRangeInfo struct {
	// Type of the income range.
	Type                 enums.IncomeRangeTypeEnum_IncomeRangeType `` /* 133-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}                                  `json:"-"`
	XXX_unrecognized     []byte                                    `json:"-"`
	XXX_sizecache        int32                                     `json:"-"`
}

An income range criterion.

func (*IncomeRangeInfo) Descriptor

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

func (*IncomeRangeInfo) GetType

func (*IncomeRangeInfo) ProtoMessage

func (*IncomeRangeInfo) ProtoMessage()

func (*IncomeRangeInfo) Reset

func (m *IncomeRangeInfo) Reset()

func (*IncomeRangeInfo) String

func (m *IncomeRangeInfo) String() string

func (*IncomeRangeInfo) XXX_DiscardUnknown

func (m *IncomeRangeInfo) XXX_DiscardUnknown()

func (*IncomeRangeInfo) XXX_Marshal

func (m *IncomeRangeInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*IncomeRangeInfo) XXX_Merge

func (m *IncomeRangeInfo) XXX_Merge(src proto.Message)

func (*IncomeRangeInfo) XXX_Size

func (m *IncomeRangeInfo) XXX_Size() int

func (*IncomeRangeInfo) XXX_Unmarshal

func (m *IncomeRangeInfo) XXX_Unmarshal(b []byte) error

type InteractionTypeInfo

type InteractionTypeInfo struct {
	// The interaction type.
	Type                 enums.InteractionTypeEnum_InteractionType `` /* 133-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}                                  `json:"-"`
	XXX_unrecognized     []byte                                    `json:"-"`
	XXX_sizecache        int32                                     `json:"-"`
}

Criterion for Interaction Type.

func (*InteractionTypeInfo) Descriptor

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

func (*InteractionTypeInfo) GetType

func (*InteractionTypeInfo) ProtoMessage

func (*InteractionTypeInfo) ProtoMessage()

func (*InteractionTypeInfo) Reset

func (m *InteractionTypeInfo) Reset()

func (*InteractionTypeInfo) String

func (m *InteractionTypeInfo) String() string

func (*InteractionTypeInfo) XXX_DiscardUnknown

func (m *InteractionTypeInfo) XXX_DiscardUnknown()

func (*InteractionTypeInfo) XXX_Marshal

func (m *InteractionTypeInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*InteractionTypeInfo) XXX_Merge

func (m *InteractionTypeInfo) XXX_Merge(src proto.Message)

func (*InteractionTypeInfo) XXX_Size

func (m *InteractionTypeInfo) XXX_Size() int

func (*InteractionTypeInfo) XXX_Unmarshal

func (m *InteractionTypeInfo) XXX_Unmarshal(b []byte) error

type IpBlockInfo

type IpBlockInfo struct {
	// The IP address of this IP block.
	IpAddress            *wrappers.StringValue `protobuf:"bytes,1,opt,name=ip_address,json=ipAddress,proto3" json:"ip_address,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

An IpBlock criterion used for IP exclusions. We allow:

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

func (*IpBlockInfo) Descriptor

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

func (*IpBlockInfo) GetIpAddress

func (m *IpBlockInfo) GetIpAddress() *wrappers.StringValue

func (*IpBlockInfo) ProtoMessage

func (*IpBlockInfo) ProtoMessage()

func (*IpBlockInfo) Reset

func (m *IpBlockInfo) Reset()

func (*IpBlockInfo) String

func (m *IpBlockInfo) String() string

func (*IpBlockInfo) XXX_DiscardUnknown

func (m *IpBlockInfo) XXX_DiscardUnknown()

func (*IpBlockInfo) XXX_Marshal

func (m *IpBlockInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*IpBlockInfo) XXX_Merge

func (m *IpBlockInfo) XXX_Merge(src proto.Message)

func (*IpBlockInfo) XXX_Size

func (m *IpBlockInfo) XXX_Size() int

func (*IpBlockInfo) XXX_Unmarshal

func (m *IpBlockInfo) XXX_Unmarshal(b []byte) error

type Keyword

type Keyword struct {
	// The AdGroupCriterion resource name.
	AdGroupCriterion *wrappers.StringValue `protobuf:"bytes,1,opt,name=ad_group_criterion,json=adGroupCriterion,proto3" json:"ad_group_criterion,omitempty"`
	// Keyword info.
	Info                 *KeywordInfo `protobuf:"bytes,2,opt,name=info,proto3" json:"info,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

A Keyword criterion segment.

func (*Keyword) Descriptor

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

func (*Keyword) GetAdGroupCriterion

func (m *Keyword) GetAdGroupCriterion() *wrappers.StringValue

func (*Keyword) GetInfo

func (m *Keyword) GetInfo() *KeywordInfo

func (*Keyword) ProtoMessage

func (*Keyword) ProtoMessage()

func (*Keyword) Reset

func (m *Keyword) Reset()

func (*Keyword) String

func (m *Keyword) String() string

func (*Keyword) XXX_DiscardUnknown

func (m *Keyword) XXX_DiscardUnknown()

func (*Keyword) XXX_Marshal

func (m *Keyword) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Keyword) XXX_Merge

func (m *Keyword) XXX_Merge(src proto.Message)

func (*Keyword) XXX_Size

func (m *Keyword) XXX_Size() int

func (*Keyword) XXX_Unmarshal

func (m *Keyword) XXX_Unmarshal(b []byte) error

type KeywordInfo

type KeywordInfo struct {
	// The text of the keyword (at most 80 characters and 10 words).
	Text *wrappers.StringValue `protobuf:"bytes,1,opt,name=text,proto3" json:"text,omitempty"`
	// The match type of the keyword.
	MatchType            enums.KeywordMatchTypeEnum_KeywordMatchType `` /* 162-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}                                    `json:"-"`
	XXX_unrecognized     []byte                                      `json:"-"`
	XXX_sizecache        int32                                       `json:"-"`
}

A keyword criterion.

func (*KeywordInfo) Descriptor

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

func (*KeywordInfo) GetMatchType

func (*KeywordInfo) GetText

func (m *KeywordInfo) GetText() *wrappers.StringValue

func (*KeywordInfo) ProtoMessage

func (*KeywordInfo) ProtoMessage()

func (*KeywordInfo) Reset

func (m *KeywordInfo) Reset()

func (*KeywordInfo) String

func (m *KeywordInfo) String() string

func (*KeywordInfo) XXX_DiscardUnknown

func (m *KeywordInfo) XXX_DiscardUnknown()

func (*KeywordInfo) XXX_Marshal

func (m *KeywordInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*KeywordInfo) XXX_Merge

func (m *KeywordInfo) XXX_Merge(src proto.Message)

func (*KeywordInfo) XXX_Size

func (m *KeywordInfo) XXX_Size() int

func (*KeywordInfo) XXX_Unmarshal

func (m *KeywordInfo) XXX_Unmarshal(b []byte) error

type KeywordPlanHistoricalMetrics

type KeywordPlanHistoricalMetrics struct {
	// Approximate number of monthly searches on this query averaged
	// for the past 12 months.
	AvgMonthlySearches *wrappers.Int64Value `protobuf:"bytes,1,opt,name=avg_monthly_searches,json=avgMonthlySearches,proto3" json:"avg_monthly_searches,omitempty"`
	// The competition level for the query.
	Competition          enums.KeywordPlanCompetitionLevelEnum_KeywordPlanCompetitionLevel `` /* 171-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}                                                          `json:"-"`
	XXX_unrecognized     []byte                                                            `json:"-"`
	XXX_sizecache        int32                                                             `json:"-"`
}

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

func (*KeywordPlanHistoricalMetrics) Descriptor

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

func (*KeywordPlanHistoricalMetrics) GetAvgMonthlySearches

func (m *KeywordPlanHistoricalMetrics) GetAvgMonthlySearches() *wrappers.Int64Value

func (*KeywordPlanHistoricalMetrics) ProtoMessage

func (*KeywordPlanHistoricalMetrics) ProtoMessage()

func (*KeywordPlanHistoricalMetrics) Reset

func (m *KeywordPlanHistoricalMetrics) Reset()

func (*KeywordPlanHistoricalMetrics) String

func (*KeywordPlanHistoricalMetrics) XXX_DiscardUnknown

func (m *KeywordPlanHistoricalMetrics) XXX_DiscardUnknown()

func (*KeywordPlanHistoricalMetrics) XXX_Marshal

func (m *KeywordPlanHistoricalMetrics) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*KeywordPlanHistoricalMetrics) XXX_Merge

func (m *KeywordPlanHistoricalMetrics) XXX_Merge(src proto.Message)

func (*KeywordPlanHistoricalMetrics) XXX_Size

func (m *KeywordPlanHistoricalMetrics) XXX_Size() int

func (*KeywordPlanHistoricalMetrics) XXX_Unmarshal

func (m *KeywordPlanHistoricalMetrics) XXX_Unmarshal(b []byte) error

type LanguageInfo

type LanguageInfo struct {
	// The language constant resource name.
	LanguageConstant     *wrappers.StringValue `protobuf:"bytes,1,opt,name=language_constant,json=languageConstant,proto3" json:"language_constant,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

A language criterion.

func (*LanguageInfo) Descriptor

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

func (*LanguageInfo) GetLanguageConstant

func (m *LanguageInfo) GetLanguageConstant() *wrappers.StringValue

func (*LanguageInfo) ProtoMessage

func (*LanguageInfo) ProtoMessage()

func (*LanguageInfo) Reset

func (m *LanguageInfo) Reset()

func (*LanguageInfo) String

func (m *LanguageInfo) String() string

func (*LanguageInfo) XXX_DiscardUnknown

func (m *LanguageInfo) XXX_DiscardUnknown()

func (*LanguageInfo) XXX_Marshal

func (m *LanguageInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*LanguageInfo) XXX_Merge

func (m *LanguageInfo) XXX_Merge(src proto.Message)

func (*LanguageInfo) XXX_Size

func (m *LanguageInfo) XXX_Size() int

func (*LanguageInfo) XXX_Unmarshal

func (m *LanguageInfo) XXX_Unmarshal(b []byte) error

type LegacyAppInstallAdInfo

type LegacyAppInstallAdInfo struct {
	// The id of the mobile app.
	AppId *wrappers.StringValue `protobuf:"bytes,1,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"`
	// The app store the mobile app is available in.
	AppStore enums.LegacyAppInstallAdAppStoreEnum_LegacyAppInstallAdAppStore `` /* 179-byte string literal not displayed */
	// The headline of the ad.
	Headline *wrappers.StringValue `protobuf:"bytes,3,opt,name=headline,proto3" json:"headline,omitempty"`
	// The first description line of the ad.
	Description1 *wrappers.StringValue `protobuf:"bytes,4,opt,name=description1,proto3" json:"description1,omitempty"`
	// The second description line of the ad.
	Description2         *wrappers.StringValue `protobuf:"bytes,5,opt,name=description2,proto3" json:"description2,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

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

func (*LegacyAppInstallAdInfo) Descriptor

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

func (*LegacyAppInstallAdInfo) GetAppId

func (*LegacyAppInstallAdInfo) GetDescription1

func (m *LegacyAppInstallAdInfo) GetDescription1() *wrappers.StringValue

func (*LegacyAppInstallAdInfo) GetDescription2

func (m *LegacyAppInstallAdInfo) GetDescription2() *wrappers.StringValue

func (*LegacyAppInstallAdInfo) GetHeadline

func (m *LegacyAppInstallAdInfo) GetHeadline() *wrappers.StringValue

func (*LegacyAppInstallAdInfo) ProtoMessage

func (*LegacyAppInstallAdInfo) ProtoMessage()

func (*LegacyAppInstallAdInfo) Reset

func (m *LegacyAppInstallAdInfo) Reset()

func (*LegacyAppInstallAdInfo) String

func (m *LegacyAppInstallAdInfo) String() string

func (*LegacyAppInstallAdInfo) XXX_DiscardUnknown

func (m *LegacyAppInstallAdInfo) XXX_DiscardUnknown()

func (*LegacyAppInstallAdInfo) XXX_Marshal

func (m *LegacyAppInstallAdInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*LegacyAppInstallAdInfo) XXX_Merge

func (m *LegacyAppInstallAdInfo) XXX_Merge(src proto.Message)

func (*LegacyAppInstallAdInfo) XXX_Size

func (m *LegacyAppInstallAdInfo) XXX_Size() int

func (*LegacyAppInstallAdInfo) XXX_Unmarshal

func (m *LegacyAppInstallAdInfo) XXX_Unmarshal(b []byte) error

type LegacyResponsiveDisplayAdInfo

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

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

func (*LegacyResponsiveDisplayAdInfo) Descriptor

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

func (*LegacyResponsiveDisplayAdInfo) GetAccentColor

func (m *LegacyResponsiveDisplayAdInfo) GetAccentColor() *wrappers.StringValue

func (*LegacyResponsiveDisplayAdInfo) GetAllowFlexibleColor

func (m *LegacyResponsiveDisplayAdInfo) GetAllowFlexibleColor() *wrappers.BoolValue

func (*LegacyResponsiveDisplayAdInfo) GetBusinessName

func (m *LegacyResponsiveDisplayAdInfo) GetBusinessName() *wrappers.StringValue

func (*LegacyResponsiveDisplayAdInfo) GetCallToActionText

func (m *LegacyResponsiveDisplayAdInfo) GetCallToActionText() *wrappers.StringValue

func (*LegacyResponsiveDisplayAdInfo) GetDescription

func (m *LegacyResponsiveDisplayAdInfo) GetDescription() *wrappers.StringValue

func (*LegacyResponsiveDisplayAdInfo) GetFormatSetting

func (*LegacyResponsiveDisplayAdInfo) GetLogoImage

func (*LegacyResponsiveDisplayAdInfo) GetLongHeadline

func (m *LegacyResponsiveDisplayAdInfo) GetLongHeadline() *wrappers.StringValue

func (*LegacyResponsiveDisplayAdInfo) GetMainColor

func (*LegacyResponsiveDisplayAdInfo) GetMarketingImage

func (m *LegacyResponsiveDisplayAdInfo) GetMarketingImage() *wrappers.StringValue

func (*LegacyResponsiveDisplayAdInfo) GetPricePrefix

func (m *LegacyResponsiveDisplayAdInfo) GetPricePrefix() *wrappers.StringValue

func (*LegacyResponsiveDisplayAdInfo) GetPromoText

func (*LegacyResponsiveDisplayAdInfo) GetShortHeadline

func (m *LegacyResponsiveDisplayAdInfo) GetShortHeadline() *wrappers.StringValue

func (*LegacyResponsiveDisplayAdInfo) GetSquareLogoImage

func (m *LegacyResponsiveDisplayAdInfo) GetSquareLogoImage() *wrappers.StringValue

func (*LegacyResponsiveDisplayAdInfo) GetSquareMarketingImage

func (m *LegacyResponsiveDisplayAdInfo) GetSquareMarketingImage() *wrappers.StringValue

func (*LegacyResponsiveDisplayAdInfo) ProtoMessage

func (*LegacyResponsiveDisplayAdInfo) ProtoMessage()

func (*LegacyResponsiveDisplayAdInfo) Reset

func (m *LegacyResponsiveDisplayAdInfo) Reset()

func (*LegacyResponsiveDisplayAdInfo) String

func (*LegacyResponsiveDisplayAdInfo) XXX_DiscardUnknown

func (m *LegacyResponsiveDisplayAdInfo) XXX_DiscardUnknown()

func (*LegacyResponsiveDisplayAdInfo) XXX_Marshal

func (m *LegacyResponsiveDisplayAdInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*LegacyResponsiveDisplayAdInfo) XXX_Merge

func (m *LegacyResponsiveDisplayAdInfo) XXX_Merge(src proto.Message)

func (*LegacyResponsiveDisplayAdInfo) XXX_Size

func (m *LegacyResponsiveDisplayAdInfo) XXX_Size() int

func (*LegacyResponsiveDisplayAdInfo) XXX_Unmarshal

func (m *LegacyResponsiveDisplayAdInfo) XXX_Unmarshal(b []byte) error

type ListingDimensionInfo

type ListingDimensionInfo struct {
	// Dimension of one of the types below is always present.
	//
	// Types that are valid to be assigned 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"`
	XXX_NoUnkeyedLiteral struct{}                         `json:"-"`
	XXX_unrecognized     []byte                           `json:"-"`
	XXX_sizecache        int32                            `json:"-"`
}

Listing dimensions for listing group criterion.

func (*ListingDimensionInfo) Descriptor

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

func (*ListingDimensionInfo) GetDimension

func (m *ListingDimensionInfo) GetDimension() isListingDimensionInfo_Dimension

func (*ListingDimensionInfo) GetHotelCity

func (m *ListingDimensionInfo) GetHotelCity() *HotelCityInfo

func (*ListingDimensionInfo) GetHotelClass

func (m *ListingDimensionInfo) GetHotelClass() *HotelClassInfo

func (*ListingDimensionInfo) GetHotelCountryRegion

func (m *ListingDimensionInfo) GetHotelCountryRegion() *HotelCountryRegionInfo

func (*ListingDimensionInfo) GetHotelId

func (m *ListingDimensionInfo) GetHotelId() *HotelIdInfo

func (*ListingDimensionInfo) GetHotelState

func (m *ListingDimensionInfo) GetHotelState() *HotelStateInfo

func (*ListingDimensionInfo) GetProductBiddingCategory

func (m *ListingDimensionInfo) GetProductBiddingCategory() *ProductBiddingCategoryInfo

func (*ListingDimensionInfo) GetProductBrand

func (m *ListingDimensionInfo) GetProductBrand() *ProductBrandInfo

func (*ListingDimensionInfo) GetProductChannel

func (m *ListingDimensionInfo) GetProductChannel() *ProductChannelInfo

func (*ListingDimensionInfo) GetProductChannelExclusivity

func (m *ListingDimensionInfo) GetProductChannelExclusivity() *ProductChannelExclusivityInfo

func (*ListingDimensionInfo) GetProductCondition

func (m *ListingDimensionInfo) GetProductCondition() *ProductConditionInfo

func (*ListingDimensionInfo) GetProductCustomAttribute

func (m *ListingDimensionInfo) GetProductCustomAttribute() *ProductCustomAttributeInfo

func (*ListingDimensionInfo) GetProductItemId

func (m *ListingDimensionInfo) GetProductItemId() *ProductItemIdInfo

func (*ListingDimensionInfo) GetProductType

func (m *ListingDimensionInfo) GetProductType() *ProductTypeInfo

func (*ListingDimensionInfo) GetUnknownListingDimension

func (m *ListingDimensionInfo) GetUnknownListingDimension() *UnknownListingDimensionInfo

func (*ListingDimensionInfo) ProtoMessage

func (*ListingDimensionInfo) ProtoMessage()

func (*ListingDimensionInfo) Reset

func (m *ListingDimensionInfo) Reset()

func (*ListingDimensionInfo) String

func (m *ListingDimensionInfo) String() string

func (*ListingDimensionInfo) XXX_DiscardUnknown

func (m *ListingDimensionInfo) XXX_DiscardUnknown()

func (*ListingDimensionInfo) XXX_Marshal

func (m *ListingDimensionInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListingDimensionInfo) XXX_Merge

func (m *ListingDimensionInfo) XXX_Merge(src proto.Message)

func (*ListingDimensionInfo) XXX_OneofWrappers

func (*ListingDimensionInfo) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*ListingDimensionInfo) XXX_Size

func (m *ListingDimensionInfo) XXX_Size() int

func (*ListingDimensionInfo) XXX_Unmarshal

func (m *ListingDimensionInfo) XXX_Unmarshal(b []byte) error

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 of the listing group.
	Type enums.ListingGroupTypeEnum_ListingGroupType `` /* 135-byte string literal not displayed */
	// Dimension value with which this listing group is refining its parent.
	// Undefined for the root group.
	CaseValue *ListingDimensionInfo `protobuf:"bytes,2,opt,name=case_value,json=caseValue,proto3" json:"case_value,omitempty"`
	// Resource name of ad group criterion which is the parent listing group
	// subdivision. Null for the root group.
	ParentAdGroupCriterion *wrappers.StringValue `` /* 131-byte string literal not displayed */
	XXX_NoUnkeyedLiteral   struct{}              `json:"-"`
	XXX_unrecognized       []byte                `json:"-"`
	XXX_sizecache          int32                 `json:"-"`
}

A listing group criterion.

func (*ListingGroupInfo) Descriptor

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

func (*ListingGroupInfo) GetCaseValue

func (m *ListingGroupInfo) GetCaseValue() *ListingDimensionInfo

func (*ListingGroupInfo) GetParentAdGroupCriterion

func (m *ListingGroupInfo) GetParentAdGroupCriterion() *wrappers.StringValue

func (*ListingGroupInfo) GetType

func (*ListingGroupInfo) ProtoMessage

func (*ListingGroupInfo) ProtoMessage()

func (*ListingGroupInfo) Reset

func (m *ListingGroupInfo) Reset()

func (*ListingGroupInfo) String

func (m *ListingGroupInfo) String() string

func (*ListingGroupInfo) XXX_DiscardUnknown

func (m *ListingGroupInfo) XXX_DiscardUnknown()

func (*ListingGroupInfo) XXX_Marshal

func (m *ListingGroupInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListingGroupInfo) XXX_Merge

func (m *ListingGroupInfo) XXX_Merge(src proto.Message)

func (*ListingGroupInfo) XXX_Size

func (m *ListingGroupInfo) XXX_Size() int

func (*ListingGroupInfo) XXX_Unmarshal

func (m *ListingGroupInfo) XXX_Unmarshal(b []byte) error

type ListingScopeInfo

type ListingScopeInfo struct {
	// Scope of the campaign criterion.
	Dimensions           []*ListingDimensionInfo `protobuf:"bytes,2,rep,name=dimensions,proto3" json:"dimensions,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                `json:"-"`
	XXX_unrecognized     []byte                  `json:"-"`
	XXX_sizecache        int32                   `json:"-"`
}

A listing scope criterion.

func (*ListingScopeInfo) Descriptor

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

func (*ListingScopeInfo) GetDimensions

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

func (*ListingScopeInfo) ProtoMessage

func (*ListingScopeInfo) ProtoMessage()

func (*ListingScopeInfo) Reset

func (m *ListingScopeInfo) Reset()

func (*ListingScopeInfo) String

func (m *ListingScopeInfo) String() string

func (*ListingScopeInfo) XXX_DiscardUnknown

func (m *ListingScopeInfo) XXX_DiscardUnknown()

func (*ListingScopeInfo) XXX_Marshal

func (m *ListingScopeInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListingScopeInfo) XXX_Merge

func (m *ListingScopeInfo) XXX_Merge(src proto.Message)

func (*ListingScopeInfo) XXX_Size

func (m *ListingScopeInfo) XXX_Size() int

func (*ListingScopeInfo) XXX_Unmarshal

func (m *ListingScopeInfo) XXX_Unmarshal(b []byte) error

type LocationFeedItem

type LocationFeedItem struct {
	// The name of the business.
	BusinessName *wrappers.StringValue `protobuf:"bytes,1,opt,name=business_name,json=businessName,proto3" json:"business_name,omitempty"`
	// Line 1 of the business address.
	AddressLine_1 *wrappers.StringValue `protobuf:"bytes,2,opt,name=address_line_1,json=addressLine1,proto3" json:"address_line_1,omitempty"`
	// Line 2 of the business address.
	AddressLine_2 *wrappers.StringValue `protobuf:"bytes,3,opt,name=address_line_2,json=addressLine2,proto3" json:"address_line_2,omitempty"`
	// City of the business address.
	City *wrappers.StringValue `protobuf:"bytes,4,opt,name=city,proto3" json:"city,omitempty"`
	// Province of the business address.
	Province *wrappers.StringValue `protobuf:"bytes,5,opt,name=province,proto3" json:"province,omitempty"`
	// Postal code of the business address.
	PostalCode *wrappers.StringValue `protobuf:"bytes,6,opt,name=postal_code,json=postalCode,proto3" json:"postal_code,omitempty"`
	// Country code of the business address.
	CountryCode *wrappers.StringValue `protobuf:"bytes,7,opt,name=country_code,json=countryCode,proto3" json:"country_code,omitempty"`
	// Phone number of the business.
	PhoneNumber          *wrappers.StringValue `protobuf:"bytes,8,opt,name=phone_number,json=phoneNumber,proto3" json:"phone_number,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

Represents a location extension.

func (*LocationFeedItem) Descriptor

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

func (*LocationFeedItem) GetAddressLine_1

func (m *LocationFeedItem) GetAddressLine_1() *wrappers.StringValue

func (*LocationFeedItem) GetAddressLine_2

func (m *LocationFeedItem) GetAddressLine_2() *wrappers.StringValue

func (*LocationFeedItem) GetBusinessName

func (m *LocationFeedItem) GetBusinessName() *wrappers.StringValue

func (*LocationFeedItem) GetCity

func (m *LocationFeedItem) GetCity() *wrappers.StringValue

func (*LocationFeedItem) GetCountryCode

func (m *LocationFeedItem) GetCountryCode() *wrappers.StringValue

func (*LocationFeedItem) GetPhoneNumber

func (m *LocationFeedItem) GetPhoneNumber() *wrappers.StringValue

func (*LocationFeedItem) GetPostalCode

func (m *LocationFeedItem) GetPostalCode() *wrappers.StringValue

func (*LocationFeedItem) GetProvince

func (m *LocationFeedItem) GetProvince() *wrappers.StringValue

func (*LocationFeedItem) ProtoMessage

func (*LocationFeedItem) ProtoMessage()

func (*LocationFeedItem) Reset

func (m *LocationFeedItem) Reset()

func (*LocationFeedItem) String

func (m *LocationFeedItem) String() string

func (*LocationFeedItem) XXX_DiscardUnknown

func (m *LocationFeedItem) XXX_DiscardUnknown()

func (*LocationFeedItem) XXX_Marshal

func (m *LocationFeedItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*LocationFeedItem) XXX_Merge

func (m *LocationFeedItem) XXX_Merge(src proto.Message)

func (*LocationFeedItem) XXX_Size

func (m *LocationFeedItem) XXX_Size() int

func (*LocationFeedItem) XXX_Unmarshal

func (m *LocationFeedItem) XXX_Unmarshal(b []byte) error

type LocationGroupInfo

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

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

func (*LocationGroupInfo) Descriptor

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

func (*LocationGroupInfo) GetFeed

func (m *LocationGroupInfo) GetFeed() *wrappers.StringValue

func (*LocationGroupInfo) GetGeoTargetConstants

func (m *LocationGroupInfo) GetGeoTargetConstants() []*wrappers.StringValue

func (*LocationGroupInfo) GetRadius

func (m *LocationGroupInfo) GetRadius() *wrappers.Int64Value

func (*LocationGroupInfo) ProtoMessage

func (*LocationGroupInfo) ProtoMessage()

func (*LocationGroupInfo) Reset

func (m *LocationGroupInfo) Reset()

func (*LocationGroupInfo) String

func (m *LocationGroupInfo) String() string

func (*LocationGroupInfo) XXX_DiscardUnknown

func (m *LocationGroupInfo) XXX_DiscardUnknown()

func (*LocationGroupInfo) XXX_Marshal

func (m *LocationGroupInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*LocationGroupInfo) XXX_Merge

func (m *LocationGroupInfo) XXX_Merge(src proto.Message)

func (*LocationGroupInfo) XXX_Size

func (m *LocationGroupInfo) XXX_Size() int

func (*LocationGroupInfo) XXX_Unmarshal

func (m *LocationGroupInfo) XXX_Unmarshal(b []byte) error

type LocationInfo

type LocationInfo struct {
	// The geo target constant resource name.
	GeoTargetConstant    *wrappers.StringValue `protobuf:"bytes,1,opt,name=geo_target_constant,json=geoTargetConstant,proto3" json:"geo_target_constant,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

A location criterion.

func (*LocationInfo) Descriptor

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

func (*LocationInfo) GetGeoTargetConstant

func (m *LocationInfo) GetGeoTargetConstant() *wrappers.StringValue

func (*LocationInfo) ProtoMessage

func (*LocationInfo) ProtoMessage()

func (*LocationInfo) Reset

func (m *LocationInfo) Reset()

func (*LocationInfo) String

func (m *LocationInfo) String() string

func (*LocationInfo) XXX_DiscardUnknown

func (m *LocationInfo) XXX_DiscardUnknown()

func (*LocationInfo) XXX_Marshal

func (m *LocationInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*LocationInfo) XXX_Merge

func (m *LocationInfo) XXX_Merge(src proto.Message)

func (*LocationInfo) XXX_Size

func (m *LocationInfo) XXX_Size() int

func (*LocationInfo) XXX_Unmarshal

func (m *LocationInfo) XXX_Unmarshal(b []byte) error

type LogicalUserListInfo

type LogicalUserListInfo struct {
	// Logical list rules that define this user list. The rules are defined as a
	// logical operator (ALL/ANY/NONE) and a list of user lists. All the rules are
	// ANDed when they are evaluated.
	//
	// Required for creating a logical user list.
	Rules                []*UserListLogicalRuleInfo `protobuf:"bytes,1,rep,name=rules,proto3" json:"rules,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                   `json:"-"`
	XXX_unrecognized     []byte                     `json:"-"`
	XXX_sizecache        int32                      `json:"-"`
}

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

func (*LogicalUserListInfo) Descriptor

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

func (*LogicalUserListInfo) GetRules

func (*LogicalUserListInfo) ProtoMessage

func (*LogicalUserListInfo) ProtoMessage()

func (*LogicalUserListInfo) Reset

func (m *LogicalUserListInfo) Reset()

func (*LogicalUserListInfo) String

func (m *LogicalUserListInfo) String() string

func (*LogicalUserListInfo) XXX_DiscardUnknown

func (m *LogicalUserListInfo) XXX_DiscardUnknown()

func (*LogicalUserListInfo) XXX_Marshal

func (m *LogicalUserListInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*LogicalUserListInfo) XXX_Merge

func (m *LogicalUserListInfo) XXX_Merge(src proto.Message)

func (*LogicalUserListInfo) XXX_Size

func (m *LogicalUserListInfo) XXX_Size() int

func (*LogicalUserListInfo) XXX_Unmarshal

func (m *LogicalUserListInfo) XXX_Unmarshal(b []byte) error

type LogicalUserListOperandInfo

type LogicalUserListOperandInfo struct {
	// Resource name of a user list as an operand.
	UserList             *wrappers.StringValue `protobuf:"bytes,1,opt,name=user_list,json=userList,proto3" json:"user_list,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

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

func (*LogicalUserListOperandInfo) Descriptor

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

func (*LogicalUserListOperandInfo) GetUserList

func (*LogicalUserListOperandInfo) ProtoMessage

func (*LogicalUserListOperandInfo) ProtoMessage()

func (*LogicalUserListOperandInfo) Reset

func (m *LogicalUserListOperandInfo) Reset()

func (*LogicalUserListOperandInfo) String

func (m *LogicalUserListOperandInfo) String() string

func (*LogicalUserListOperandInfo) XXX_DiscardUnknown

func (m *LogicalUserListOperandInfo) XXX_DiscardUnknown()

func (*LogicalUserListOperandInfo) XXX_Marshal

func (m *LogicalUserListOperandInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*LogicalUserListOperandInfo) XXX_Merge

func (m *LogicalUserListOperandInfo) XXX_Merge(src proto.Message)

func (*LogicalUserListOperandInfo) XXX_Size

func (m *LogicalUserListOperandInfo) XXX_Size() int

func (*LogicalUserListOperandInfo) XXX_Unmarshal

func (m *LogicalUserListOperandInfo) XXX_Unmarshal(b []byte) error

type ManualCpc

type ManualCpc struct {
	// Whether bids are to be enhanced based on conversion optimizer data.
	EnhancedCpcEnabled   *wrappers.BoolValue `protobuf:"bytes,1,opt,name=enhanced_cpc_enabled,json=enhancedCpcEnabled,proto3" json:"enhanced_cpc_enabled,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

Manual click-based bidding where user pays per click.

func (*ManualCpc) Descriptor

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

func (*ManualCpc) GetEnhancedCpcEnabled

func (m *ManualCpc) GetEnhancedCpcEnabled() *wrappers.BoolValue

func (*ManualCpc) ProtoMessage

func (*ManualCpc) ProtoMessage()

func (*ManualCpc) Reset

func (m *ManualCpc) Reset()

func (*ManualCpc) String

func (m *ManualCpc) String() string

func (*ManualCpc) XXX_DiscardUnknown

func (m *ManualCpc) XXX_DiscardUnknown()

func (*ManualCpc) XXX_Marshal

func (m *ManualCpc) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ManualCpc) XXX_Merge

func (m *ManualCpc) XXX_Merge(src proto.Message)

func (*ManualCpc) XXX_Size

func (m *ManualCpc) XXX_Size() int

func (*ManualCpc) XXX_Unmarshal

func (m *ManualCpc) XXX_Unmarshal(b []byte) error

type ManualCpm

type ManualCpm struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

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

func (*ManualCpm) Descriptor

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

func (*ManualCpm) ProtoMessage

func (*ManualCpm) ProtoMessage()

func (*ManualCpm) Reset

func (m *ManualCpm) Reset()

func (*ManualCpm) String

func (m *ManualCpm) String() string

func (*ManualCpm) XXX_DiscardUnknown

func (m *ManualCpm) XXX_DiscardUnknown()

func (*ManualCpm) XXX_Marshal

func (m *ManualCpm) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ManualCpm) XXX_Merge

func (m *ManualCpm) XXX_Merge(src proto.Message)

func (*ManualCpm) XXX_Size

func (m *ManualCpm) XXX_Size() int

func (*ManualCpm) XXX_Unmarshal

func (m *ManualCpm) XXX_Unmarshal(b []byte) error

type ManualCpv

type ManualCpv struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

View based bidding where user pays per video view.

func (*ManualCpv) Descriptor

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

func (*ManualCpv) ProtoMessage

func (*ManualCpv) ProtoMessage()

func (*ManualCpv) Reset

func (m *ManualCpv) Reset()

func (*ManualCpv) String

func (m *ManualCpv) String() string

func (*ManualCpv) XXX_DiscardUnknown

func (m *ManualCpv) XXX_DiscardUnknown()

func (*ManualCpv) XXX_Marshal

func (m *ManualCpv) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ManualCpv) XXX_Merge

func (m *ManualCpv) XXX_Merge(src proto.Message)

func (*ManualCpv) XXX_Size

func (m *ManualCpv) XXX_Size() int

func (*ManualCpv) XXX_Unmarshal

func (m *ManualCpv) XXX_Unmarshal(b []byte) error

type MatchingFunction

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

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

func (*MatchingFunction) Descriptor

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

func (*MatchingFunction) GetFunctionString

func (m *MatchingFunction) GetFunctionString() *wrappers.StringValue

func (*MatchingFunction) GetLeftOperands

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

func (*MatchingFunction) GetRightOperands

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

func (*MatchingFunction) ProtoMessage

func (*MatchingFunction) ProtoMessage()

func (*MatchingFunction) Reset

func (m *MatchingFunction) Reset()

func (*MatchingFunction) String

func (m *MatchingFunction) String() string

func (*MatchingFunction) XXX_DiscardUnknown

func (m *MatchingFunction) XXX_DiscardUnknown()

func (*MatchingFunction) XXX_Marshal

func (m *MatchingFunction) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MatchingFunction) XXX_Merge

func (m *MatchingFunction) XXX_Merge(src proto.Message)

func (*MatchingFunction) XXX_Size

func (m *MatchingFunction) XXX_Size() int

func (*MatchingFunction) XXX_Unmarshal

func (m *MatchingFunction) XXX_Unmarshal(b []byte) error

type MaximizeConversionValue

type MaximizeConversionValue struct {
	// The target return on ad spend (ROAS) option. If set, the bid strategy will
	// maximize revenue while averaging the target return on ad spend. If the
	// target ROAS is high, the bid strategy may not be able to spend the full
	// budget. If the target ROAS is not set, the bid strategy will aim to
	// achieve the highest possible ROAS for the budget.
	TargetRoas           *wrappers.DoubleValue `protobuf:"bytes,1,opt,name=target_roas,json=targetRoas,proto3" json:"target_roas,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

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

func (*MaximizeConversionValue) Descriptor

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

func (*MaximizeConversionValue) GetTargetRoas

func (m *MaximizeConversionValue) GetTargetRoas() *wrappers.DoubleValue

func (*MaximizeConversionValue) ProtoMessage

func (*MaximizeConversionValue) ProtoMessage()

func (*MaximizeConversionValue) Reset

func (m *MaximizeConversionValue) Reset()

func (*MaximizeConversionValue) String

func (m *MaximizeConversionValue) String() string

func (*MaximizeConversionValue) XXX_DiscardUnknown

func (m *MaximizeConversionValue) XXX_DiscardUnknown()

func (*MaximizeConversionValue) XXX_Marshal

func (m *MaximizeConversionValue) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MaximizeConversionValue) XXX_Merge

func (m *MaximizeConversionValue) XXX_Merge(src proto.Message)

func (*MaximizeConversionValue) XXX_Size

func (m *MaximizeConversionValue) XXX_Size() int

func (*MaximizeConversionValue) XXX_Unmarshal

func (m *MaximizeConversionValue) XXX_Unmarshal(b []byte) error

type MaximizeConversions

type MaximizeConversions struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

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

func (*MaximizeConversions) Descriptor

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

func (*MaximizeConversions) ProtoMessage

func (*MaximizeConversions) ProtoMessage()

func (*MaximizeConversions) Reset

func (m *MaximizeConversions) Reset()

func (*MaximizeConversions) String

func (m *MaximizeConversions) String() string

func (*MaximizeConversions) XXX_DiscardUnknown

func (m *MaximizeConversions) XXX_DiscardUnknown()

func (*MaximizeConversions) XXX_Marshal

func (m *MaximizeConversions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MaximizeConversions) XXX_Merge

func (m *MaximizeConversions) XXX_Merge(src proto.Message)

func (*MaximizeConversions) XXX_Size

func (m *MaximizeConversions) XXX_Size() int

func (*MaximizeConversions) XXX_Unmarshal

func (m *MaximizeConversions) XXX_Unmarshal(b []byte) error

type MediaBundleAsset

type MediaBundleAsset struct {
	// Media bundle (ZIP file) asset data. The format of the uploaded ZIP file
	// depends on the ad field where it will be used. For more information on the
	// format, see the documentation of the ad field where you plan on using the
	// MediaBundleAsset. This field is mutate only.
	Data                 *wrappers.BytesValue `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

A MediaBundle asset.

func (*MediaBundleAsset) Descriptor

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

func (*MediaBundleAsset) GetData

func (m *MediaBundleAsset) GetData() *wrappers.BytesValue

func (*MediaBundleAsset) ProtoMessage

func (*MediaBundleAsset) ProtoMessage()

func (*MediaBundleAsset) Reset

func (m *MediaBundleAsset) Reset()

func (*MediaBundleAsset) String

func (m *MediaBundleAsset) String() string

func (*MediaBundleAsset) XXX_DiscardUnknown

func (m *MediaBundleAsset) XXX_DiscardUnknown()

func (*MediaBundleAsset) XXX_Marshal

func (m *MediaBundleAsset) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MediaBundleAsset) XXX_Merge

func (m *MediaBundleAsset) XXX_Merge(src proto.Message)

func (*MediaBundleAsset) XXX_Size

func (m *MediaBundleAsset) XXX_Size() int

func (*MediaBundleAsset) XXX_Unmarshal

func (m *MediaBundleAsset) XXX_Unmarshal(b []byte) error

type Metrics

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

Metrics data.

func (*Metrics) Descriptor

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

func (*Metrics) GetAbsoluteTopImpressionPercentage

func (m *Metrics) GetAbsoluteTopImpressionPercentage() *wrappers.DoubleValue

func (*Metrics) GetActiveViewCpm

func (m *Metrics) GetActiveViewCpm() *wrappers.DoubleValue

func (*Metrics) GetActiveViewCtr

func (m *Metrics) GetActiveViewCtr() *wrappers.DoubleValue

func (*Metrics) GetActiveViewImpressions

func (m *Metrics) GetActiveViewImpressions() *wrappers.Int64Value

func (*Metrics) GetActiveViewMeasurability

func (m *Metrics) GetActiveViewMeasurability() *wrappers.DoubleValue

func (*Metrics) GetActiveViewMeasurableCostMicros

func (m *Metrics) GetActiveViewMeasurableCostMicros() *wrappers.Int64Value

func (*Metrics) GetActiveViewMeasurableImpressions

func (m *Metrics) GetActiveViewMeasurableImpressions() *wrappers.Int64Value

func (*Metrics) GetActiveViewViewability

func (m *Metrics) GetActiveViewViewability() *wrappers.DoubleValue

func (*Metrics) GetAllConversions

func (m *Metrics) GetAllConversions() *wrappers.DoubleValue

func (*Metrics) GetAllConversionsFromClickToCall

func (m *Metrics) GetAllConversionsFromClickToCall() *wrappers.DoubleValue

func (*Metrics) GetAllConversionsFromDirections

func (m *Metrics) GetAllConversionsFromDirections() *wrappers.DoubleValue

func (*Metrics) GetAllConversionsFromInteractionsRate

func (m *Metrics) GetAllConversionsFromInteractionsRate() *wrappers.DoubleValue

func (*Metrics) GetAllConversionsFromInteractionsValuePerInteraction

func (m *Metrics) GetAllConversionsFromInteractionsValuePerInteraction() *wrappers.DoubleValue

func (*Metrics) GetAllConversionsFromMenu

func (m *Metrics) GetAllConversionsFromMenu() *wrappers.DoubleValue

func (*Metrics) GetAllConversionsFromOrder

func (m *Metrics) GetAllConversionsFromOrder() *wrappers.DoubleValue

func (*Metrics) GetAllConversionsFromOtherEngagement

func (m *Metrics) GetAllConversionsFromOtherEngagement() *wrappers.DoubleValue

func (*Metrics) GetAllConversionsFromStoreVisit

func (m *Metrics) GetAllConversionsFromStoreVisit() *wrappers.DoubleValue

func (*Metrics) GetAllConversionsFromStoreWebsite

func (m *Metrics) GetAllConversionsFromStoreWebsite() *wrappers.DoubleValue

func (*Metrics) GetAllConversionsValue

func (m *Metrics) GetAllConversionsValue() *wrappers.DoubleValue

func (*Metrics) GetAllConversionsValuePerCost

func (m *Metrics) GetAllConversionsValuePerCost() *wrappers.DoubleValue

func (*Metrics) GetAverageCost

func (m *Metrics) GetAverageCost() *wrappers.DoubleValue

func (*Metrics) GetAverageCpc

func (m *Metrics) GetAverageCpc() *wrappers.DoubleValue

func (*Metrics) GetAverageCpe

func (m *Metrics) GetAverageCpe() *wrappers.DoubleValue

func (*Metrics) GetAverageCpm

func (m *Metrics) GetAverageCpm() *wrappers.DoubleValue

func (*Metrics) GetAverageCpv

func (m *Metrics) GetAverageCpv() *wrappers.DoubleValue

func (*Metrics) GetAveragePageViews

func (m *Metrics) GetAveragePageViews() *wrappers.DoubleValue

func (*Metrics) GetAverageTimeOnSite

func (m *Metrics) GetAverageTimeOnSite() *wrappers.DoubleValue

func (*Metrics) GetBenchmarkAverageMaxCpc

func (m *Metrics) GetBenchmarkAverageMaxCpc() *wrappers.DoubleValue

func (*Metrics) GetBenchmarkCtr

func (m *Metrics) GetBenchmarkCtr() *wrappers.DoubleValue

func (*Metrics) GetBounceRate

func (m *Metrics) GetBounceRate() *wrappers.DoubleValue

func (*Metrics) GetClicks

func (m *Metrics) GetClicks() *wrappers.Int64Value

func (*Metrics) GetCombinedClicks

func (m *Metrics) GetCombinedClicks() *wrappers.Int64Value

func (*Metrics) GetCombinedClicksPerQuery

func (m *Metrics) GetCombinedClicksPerQuery() *wrappers.DoubleValue

func (*Metrics) GetCombinedQueries

func (m *Metrics) GetCombinedQueries() *wrappers.Int64Value

func (*Metrics) GetContentBudgetLostImpressionShare

func (m *Metrics) GetContentBudgetLostImpressionShare() *wrappers.DoubleValue

func (*Metrics) GetContentImpressionShare

func (m *Metrics) GetContentImpressionShare() *wrappers.DoubleValue

func (*Metrics) GetContentRankLostImpressionShare

func (m *Metrics) GetContentRankLostImpressionShare() *wrappers.DoubleValue

func (*Metrics) GetConversionLastConversionDate

func (m *Metrics) GetConversionLastConversionDate() *wrappers.StringValue

func (*Metrics) GetConversionLastReceivedRequestDateTime

func (m *Metrics) GetConversionLastReceivedRequestDateTime() *wrappers.StringValue

func (*Metrics) GetConversions

func (m *Metrics) GetConversions() *wrappers.DoubleValue

func (*Metrics) GetConversionsFromInteractionsRate

func (m *Metrics) GetConversionsFromInteractionsRate() *wrappers.DoubleValue

func (*Metrics) GetConversionsFromInteractionsValuePerInteraction

func (m *Metrics) GetConversionsFromInteractionsValuePerInteraction() *wrappers.DoubleValue

func (*Metrics) GetConversionsValue

func (m *Metrics) GetConversionsValue() *wrappers.DoubleValue

func (*Metrics) GetConversionsValuePerCost

func (m *Metrics) GetConversionsValuePerCost() *wrappers.DoubleValue

func (*Metrics) GetCostMicros

func (m *Metrics) GetCostMicros() *wrappers.Int64Value

func (*Metrics) GetCostPerAllConversions

func (m *Metrics) GetCostPerAllConversions() *wrappers.DoubleValue

func (*Metrics) GetCostPerConversion

func (m *Metrics) GetCostPerConversion() *wrappers.DoubleValue

func (*Metrics) GetCostPerCurrentModelAttributedConversion

func (m *Metrics) GetCostPerCurrentModelAttributedConversion() *wrappers.DoubleValue

func (*Metrics) GetCrossDeviceConversions

func (m *Metrics) GetCrossDeviceConversions() *wrappers.DoubleValue

func (*Metrics) GetCtr

func (m *Metrics) GetCtr() *wrappers.DoubleValue

func (*Metrics) GetCurrentModelAttributedConversions

func (m *Metrics) GetCurrentModelAttributedConversions() *wrappers.DoubleValue

func (*Metrics) GetCurrentModelAttributedConversionsFromInteractionsRate

func (m *Metrics) GetCurrentModelAttributedConversionsFromInteractionsRate() *wrappers.DoubleValue

func (*Metrics) GetCurrentModelAttributedConversionsFromInteractionsValuePerInteraction

func (m *Metrics) GetCurrentModelAttributedConversionsFromInteractionsValuePerInteraction() *wrappers.DoubleValue

func (*Metrics) GetCurrentModelAttributedConversionsValue

func (m *Metrics) GetCurrentModelAttributedConversionsValue() *wrappers.DoubleValue

func (*Metrics) GetCurrentModelAttributedConversionsValuePerCost

func (m *Metrics) GetCurrentModelAttributedConversionsValuePerCost() *wrappers.DoubleValue

func (*Metrics) GetEngagementRate

func (m *Metrics) GetEngagementRate() *wrappers.DoubleValue

func (*Metrics) GetEngagements

func (m *Metrics) GetEngagements() *wrappers.Int64Value

func (*Metrics) GetGmailForwards

func (m *Metrics) GetGmailForwards() *wrappers.Int64Value

func (*Metrics) GetGmailSaves

func (m *Metrics) GetGmailSaves() *wrappers.Int64Value

func (*Metrics) GetGmailSecondaryClicks

func (m *Metrics) GetGmailSecondaryClicks() *wrappers.Int64Value

func (*Metrics) GetHistoricalCreativeQualityScore

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

func (*Metrics) GetHistoricalLandingPageQualityScore

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

func (*Metrics) GetHistoricalQualityScore

func (m *Metrics) GetHistoricalQualityScore() *wrappers.Int64Value

func (*Metrics) GetHistoricalSearchPredictedCtr

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

func (*Metrics) GetHotelAverageLeadValueMicros

func (m *Metrics) GetHotelAverageLeadValueMicros() *wrappers.DoubleValue

func (*Metrics) GetHotelPriceDifferencePercentage

func (m *Metrics) GetHotelPriceDifferencePercentage() *wrappers.DoubleValue

func (*Metrics) GetImpressions

func (m *Metrics) GetImpressions() *wrappers.Int64Value

func (*Metrics) GetImpressionsFromStoreReach

func (m *Metrics) GetImpressionsFromStoreReach() *wrappers.Int64Value

func (*Metrics) GetInteractionEventTypes

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

func (*Metrics) GetInteractionRate

func (m *Metrics) GetInteractionRate() *wrappers.DoubleValue

func (*Metrics) GetInteractions

func (m *Metrics) GetInteractions() *wrappers.Int64Value

func (*Metrics) GetInvalidClickRate

func (m *Metrics) GetInvalidClickRate() *wrappers.DoubleValue

func (*Metrics) GetInvalidClicks

func (m *Metrics) GetInvalidClicks() *wrappers.Int64Value

func (*Metrics) GetMessageChatRate

func (m *Metrics) GetMessageChatRate() *wrappers.DoubleValue

func (*Metrics) GetMessageChats

func (m *Metrics) GetMessageChats() *wrappers.Int64Value

func (*Metrics) GetMessageImpressions

func (m *Metrics) GetMessageImpressions() *wrappers.Int64Value

func (*Metrics) GetMobileFriendlyClicksPercentage

func (m *Metrics) GetMobileFriendlyClicksPercentage() *wrappers.DoubleValue

func (*Metrics) GetOrganicClicks

func (m *Metrics) GetOrganicClicks() *wrappers.Int64Value

func (*Metrics) GetOrganicClicksPerQuery

func (m *Metrics) GetOrganicClicksPerQuery() *wrappers.DoubleValue

func (*Metrics) GetOrganicImpressions

func (m *Metrics) GetOrganicImpressions() *wrappers.Int64Value

func (*Metrics) GetOrganicImpressionsPerQuery

func (m *Metrics) GetOrganicImpressionsPerQuery() *wrappers.DoubleValue

func (*Metrics) GetOrganicQueries

func (m *Metrics) GetOrganicQueries() *wrappers.Int64Value

func (*Metrics) GetPercentNewVisitors

func (m *Metrics) GetPercentNewVisitors() *wrappers.DoubleValue

func (*Metrics) GetPhoneCalls

func (m *Metrics) GetPhoneCalls() *wrappers.Int64Value

func (*Metrics) GetPhoneImpressions

func (m *Metrics) GetPhoneImpressions() *wrappers.Int64Value

func (*Metrics) GetPhoneThroughRate

func (m *Metrics) GetPhoneThroughRate() *wrappers.DoubleValue

func (*Metrics) GetRelativeCtr

func (m *Metrics) GetRelativeCtr() *wrappers.DoubleValue

func (*Metrics) GetSearchAbsoluteTopImpressionShare

func (m *Metrics) GetSearchAbsoluteTopImpressionShare() *wrappers.DoubleValue

func (*Metrics) GetSearchBudgetLostAbsoluteTopImpressionShare

func (m *Metrics) GetSearchBudgetLostAbsoluteTopImpressionShare() *wrappers.DoubleValue

func (*Metrics) GetSearchBudgetLostImpressionShare

func (m *Metrics) GetSearchBudgetLostImpressionShare() *wrappers.DoubleValue

func (*Metrics) GetSearchBudgetLostTopImpressionShare

func (m *Metrics) GetSearchBudgetLostTopImpressionShare() *wrappers.DoubleValue

func (*Metrics) GetSearchClickShare

func (m *Metrics) GetSearchClickShare() *wrappers.DoubleValue

func (*Metrics) GetSearchExactMatchImpressionShare

func (m *Metrics) GetSearchExactMatchImpressionShare() *wrappers.DoubleValue

func (*Metrics) GetSearchImpressionShare

func (m *Metrics) GetSearchImpressionShare() *wrappers.DoubleValue

func (*Metrics) GetSearchRankLostAbsoluteTopImpressionShare

func (m *Metrics) GetSearchRankLostAbsoluteTopImpressionShare() *wrappers.DoubleValue

func (*Metrics) GetSearchRankLostImpressionShare

func (m *Metrics) GetSearchRankLostImpressionShare() *wrappers.DoubleValue

func (*Metrics) GetSearchRankLostTopImpressionShare

func (m *Metrics) GetSearchRankLostTopImpressionShare() *wrappers.DoubleValue

func (*Metrics) GetSearchTopImpressionShare

func (m *Metrics) GetSearchTopImpressionShare() *wrappers.DoubleValue

func (*Metrics) GetSpeedScore

func (m *Metrics) GetSpeedScore() *wrappers.Int64Value

func (*Metrics) GetTopImpressionPercentage

func (m *Metrics) GetTopImpressionPercentage() *wrappers.DoubleValue

func (*Metrics) GetValidAcceleratedMobilePagesClicksPercentage

func (m *Metrics) GetValidAcceleratedMobilePagesClicksPercentage() *wrappers.DoubleValue

func (*Metrics) GetValuePerAllConversions

func (m *Metrics) GetValuePerAllConversions() *wrappers.DoubleValue

func (*Metrics) GetValuePerConversion

func (m *Metrics) GetValuePerConversion() *wrappers.DoubleValue

func (*Metrics) GetValuePerCurrentModelAttributedConversion

func (m *Metrics) GetValuePerCurrentModelAttributedConversion() *wrappers.DoubleValue

func (*Metrics) GetVideoQuartile_100Rate

func (m *Metrics) GetVideoQuartile_100Rate() *wrappers.DoubleValue

func (*Metrics) GetVideoQuartile_25Rate

func (m *Metrics) GetVideoQuartile_25Rate() *wrappers.DoubleValue

func (*Metrics) GetVideoQuartile_50Rate

func (m *Metrics) GetVideoQuartile_50Rate() *wrappers.DoubleValue

func (*Metrics) GetVideoQuartile_75Rate

func (m *Metrics) GetVideoQuartile_75Rate() *wrappers.DoubleValue

func (*Metrics) GetVideoViewRate

func (m *Metrics) GetVideoViewRate() *wrappers.DoubleValue

func (*Metrics) GetVideoViews

func (m *Metrics) GetVideoViews() *wrappers.Int64Value

func (*Metrics) GetViewThroughConversions

func (m *Metrics) GetViewThroughConversions() *wrappers.Int64Value

func (*Metrics) ProtoMessage

func (*Metrics) ProtoMessage()

func (*Metrics) Reset

func (m *Metrics) Reset()

func (*Metrics) String

func (m *Metrics) String() string

func (*Metrics) XXX_DiscardUnknown

func (m *Metrics) XXX_DiscardUnknown()

func (*Metrics) XXX_Marshal

func (m *Metrics) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Metrics) XXX_Merge

func (m *Metrics) XXX_Merge(src proto.Message)

func (*Metrics) XXX_Size

func (m *Metrics) XXX_Size() int

func (*Metrics) XXX_Unmarshal

func (m *Metrics) XXX_Unmarshal(b []byte) error

type MobileAppCategoryInfo

type MobileAppCategoryInfo struct {
	// The mobile app category constant resource name.
	MobileAppCategoryConstant *wrappers.StringValue `` /* 140-byte string literal not displayed */
	XXX_NoUnkeyedLiteral      struct{}              `json:"-"`
	XXX_unrecognized          []byte                `json:"-"`
	XXX_sizecache             int32                 `json:"-"`
}

A mobile app category criterion.

func (*MobileAppCategoryInfo) Descriptor

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

func (*MobileAppCategoryInfo) GetMobileAppCategoryConstant

func (m *MobileAppCategoryInfo) GetMobileAppCategoryConstant() *wrappers.StringValue

func (*MobileAppCategoryInfo) ProtoMessage

func (*MobileAppCategoryInfo) ProtoMessage()

func (*MobileAppCategoryInfo) Reset

func (m *MobileAppCategoryInfo) Reset()

func (*MobileAppCategoryInfo) String

func (m *MobileAppCategoryInfo) String() string

func (*MobileAppCategoryInfo) XXX_DiscardUnknown

func (m *MobileAppCategoryInfo) XXX_DiscardUnknown()

func (*MobileAppCategoryInfo) XXX_Marshal

func (m *MobileAppCategoryInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MobileAppCategoryInfo) XXX_Merge

func (m *MobileAppCategoryInfo) XXX_Merge(src proto.Message)

func (*MobileAppCategoryInfo) XXX_Size

func (m *MobileAppCategoryInfo) XXX_Size() int

func (*MobileAppCategoryInfo) XXX_Unmarshal

func (m *MobileAppCategoryInfo) XXX_Unmarshal(b []byte) error

type MobileApplicationInfo

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

A mobile application criterion.

func (*MobileApplicationInfo) Descriptor

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

func (*MobileApplicationInfo) GetAppId

func (*MobileApplicationInfo) GetName

func (*MobileApplicationInfo) ProtoMessage

func (*MobileApplicationInfo) ProtoMessage()

func (*MobileApplicationInfo) Reset

func (m *MobileApplicationInfo) Reset()

func (*MobileApplicationInfo) String

func (m *MobileApplicationInfo) String() string

func (*MobileApplicationInfo) XXX_DiscardUnknown

func (m *MobileApplicationInfo) XXX_DiscardUnknown()

func (*MobileApplicationInfo) XXX_Marshal

func (m *MobileApplicationInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MobileApplicationInfo) XXX_Merge

func (m *MobileApplicationInfo) XXX_Merge(src proto.Message)

func (*MobileApplicationInfo) XXX_Size

func (m *MobileApplicationInfo) XXX_Size() int

func (*MobileApplicationInfo) XXX_Unmarshal

func (m *MobileApplicationInfo) XXX_Unmarshal(b []byte) error

type MobileDeviceInfo

type MobileDeviceInfo struct {
	// The mobile device constant resource name.
	MobileDeviceConstant *wrappers.StringValue `protobuf:"bytes,1,opt,name=mobile_device_constant,json=mobileDeviceConstant,proto3" json:"mobile_device_constant,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

A mobile device criterion.

func (*MobileDeviceInfo) Descriptor

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

func (*MobileDeviceInfo) GetMobileDeviceConstant

func (m *MobileDeviceInfo) GetMobileDeviceConstant() *wrappers.StringValue

func (*MobileDeviceInfo) ProtoMessage

func (*MobileDeviceInfo) ProtoMessage()

func (*MobileDeviceInfo) Reset

func (m *MobileDeviceInfo) Reset()

func (*MobileDeviceInfo) String

func (m *MobileDeviceInfo) String() string

func (*MobileDeviceInfo) XXX_DiscardUnknown

func (m *MobileDeviceInfo) XXX_DiscardUnknown()

func (*MobileDeviceInfo) XXX_Marshal

func (m *MobileDeviceInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MobileDeviceInfo) XXX_Merge

func (m *MobileDeviceInfo) XXX_Merge(src proto.Message)

func (*MobileDeviceInfo) XXX_Size

func (m *MobileDeviceInfo) XXX_Size() int

func (*MobileDeviceInfo) XXX_Unmarshal

func (m *MobileDeviceInfo) XXX_Unmarshal(b []byte) error

type Money

type Money struct {
	// Three-character ISO 4217 currency code.
	CurrencyCode *wrappers.StringValue `protobuf:"bytes,1,opt,name=currency_code,json=currencyCode,proto3" json:"currency_code,omitempty"`
	// Amount in micros. One million is equivalent to one unit.
	AmountMicros         *wrappers.Int64Value `protobuf:"bytes,2,opt,name=amount_micros,json=amountMicros,proto3" json:"amount_micros,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

Represents a price in a particular currency.

func (*Money) Descriptor

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

func (*Money) GetAmountMicros

func (m *Money) GetAmountMicros() *wrappers.Int64Value

func (*Money) GetCurrencyCode

func (m *Money) GetCurrencyCode() *wrappers.StringValue

func (*Money) ProtoMessage

func (*Money) ProtoMessage()

func (*Money) Reset

func (m *Money) Reset()

func (*Money) String

func (m *Money) String() string

func (*Money) XXX_DiscardUnknown

func (m *Money) XXX_DiscardUnknown()

func (*Money) XXX_Marshal

func (m *Money) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Money) XXX_Merge

func (m *Money) XXX_Merge(src proto.Message)

func (*Money) XXX_Size

func (m *Money) XXX_Size() int

func (*Money) XXX_Unmarshal

func (m *Money) XXX_Unmarshal(b []byte) error

type OfflineUserAddressInfo

type OfflineUserAddressInfo struct {
	// First name of the user, which is hashed as SHA-256 after normalized
	// (Lowercase all characters; Remove any extra spaces before, after, and in
	// between).
	HashedFirstName *wrappers.StringValue `protobuf:"bytes,1,opt,name=hashed_first_name,json=hashedFirstName,proto3" json:"hashed_first_name,omitempty"`
	// Last name of the user, which is hashed as SHA-256 after normalized (lower
	// case only and no punctuation).
	HashedLastName *wrappers.StringValue `protobuf:"bytes,2,opt,name=hashed_last_name,json=hashedLastName,proto3" json:"hashed_last_name,omitempty"`
	// City of the address. Only accepted for Store Sales Direct data.
	City *wrappers.StringValue `protobuf:"bytes,3,opt,name=city,proto3" json:"city,omitempty"`
	// State code of the address. Only accepted for Store Sales Direct data.
	State *wrappers.StringValue `protobuf:"bytes,4,opt,name=state,proto3" json:"state,omitempty"`
	// 2-letter country code in ISO-3166-1 alpha-2 of the user's address.
	CountryCode *wrappers.StringValue `protobuf:"bytes,5,opt,name=country_code,json=countryCode,proto3" json:"country_code,omitempty"`
	// Postal code of the user's address.
	PostalCode           *wrappers.StringValue `protobuf:"bytes,6,opt,name=postal_code,json=postalCode,proto3" json:"postal_code,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

Address identifier of offline data.

func (*OfflineUserAddressInfo) Descriptor

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

func (*OfflineUserAddressInfo) GetCity

func (*OfflineUserAddressInfo) GetCountryCode

func (m *OfflineUserAddressInfo) GetCountryCode() *wrappers.StringValue

func (*OfflineUserAddressInfo) GetHashedFirstName

func (m *OfflineUserAddressInfo) GetHashedFirstName() *wrappers.StringValue

func (*OfflineUserAddressInfo) GetHashedLastName

func (m *OfflineUserAddressInfo) GetHashedLastName() *wrappers.StringValue

func (*OfflineUserAddressInfo) GetPostalCode

func (m *OfflineUserAddressInfo) GetPostalCode() *wrappers.StringValue

func (*OfflineUserAddressInfo) GetState

func (*OfflineUserAddressInfo) ProtoMessage

func (*OfflineUserAddressInfo) ProtoMessage()

func (*OfflineUserAddressInfo) Reset

func (m *OfflineUserAddressInfo) Reset()

func (*OfflineUserAddressInfo) String

func (m *OfflineUserAddressInfo) String() string

func (*OfflineUserAddressInfo) XXX_DiscardUnknown

func (m *OfflineUserAddressInfo) XXX_DiscardUnknown()

func (*OfflineUserAddressInfo) XXX_Marshal

func (m *OfflineUserAddressInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*OfflineUserAddressInfo) XXX_Merge

func (m *OfflineUserAddressInfo) XXX_Merge(src proto.Message)

func (*OfflineUserAddressInfo) XXX_Size

func (m *OfflineUserAddressInfo) XXX_Size() int

func (*OfflineUserAddressInfo) XXX_Unmarshal

func (m *OfflineUserAddressInfo) XXX_Unmarshal(b []byte) error

type Operand

type Operand struct {
	// Different operands that can be used in a matching function. Required.
	//
	// Types that are valid to be assigned to FunctionArgumentOperand:
	//	*Operand_ConstantOperand_
	//	*Operand_FeedAttributeOperand_
	//	*Operand_FunctionOperand_
	//	*Operand_RequestContextOperand_
	FunctionArgumentOperand isOperand_FunctionArgumentOperand `protobuf_oneof:"function_argument_operand"`
	XXX_NoUnkeyedLiteral    struct{}                          `json:"-"`
	XXX_unrecognized        []byte                            `json:"-"`
	XXX_sizecache           int32                             `json:"-"`
}

An operand in a matching function.

func (*Operand) Descriptor

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

func (*Operand) GetConstantOperand

func (m *Operand) GetConstantOperand() *Operand_ConstantOperand

func (*Operand) GetFeedAttributeOperand

func (m *Operand) GetFeedAttributeOperand() *Operand_FeedAttributeOperand

func (*Operand) GetFunctionArgumentOperand

func (m *Operand) GetFunctionArgumentOperand() isOperand_FunctionArgumentOperand

func (*Operand) GetFunctionOperand

func (m *Operand) GetFunctionOperand() *Operand_FunctionOperand

func (*Operand) GetRequestContextOperand

func (m *Operand) GetRequestContextOperand() *Operand_RequestContextOperand

func (*Operand) ProtoMessage

func (*Operand) ProtoMessage()

func (*Operand) Reset

func (m *Operand) Reset()

func (*Operand) String

func (m *Operand) String() string

func (*Operand) XXX_DiscardUnknown

func (m *Operand) XXX_DiscardUnknown()

func (*Operand) XXX_Marshal

func (m *Operand) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Operand) XXX_Merge

func (m *Operand) XXX_Merge(src proto.Message)

func (*Operand) XXX_OneofWrappers

func (*Operand) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*Operand) XXX_Size

func (m *Operand) XXX_Size() int

func (*Operand) XXX_Unmarshal

func (m *Operand) XXX_Unmarshal(b []byte) error

type Operand_ConstantOperand

type Operand_ConstantOperand struct {
	// Constant operand values. Required.
	//
	// Types that are valid to be assigned to ConstantOperandValue:
	//	*Operand_ConstantOperand_StringValue
	//	*Operand_ConstantOperand_LongValue
	//	*Operand_ConstantOperand_BooleanValue
	//	*Operand_ConstantOperand_DoubleValue
	ConstantOperandValue isOperand_ConstantOperand_ConstantOperandValue `protobuf_oneof:"constant_operand_value"`
	XXX_NoUnkeyedLiteral struct{}                                       `json:"-"`
	XXX_unrecognized     []byte                                         `json:"-"`
	XXX_sizecache        int32                                          `json:"-"`
}

A constant operand in a matching function.

func (*Operand_ConstantOperand) Descriptor

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

func (*Operand_ConstantOperand) GetBooleanValue

func (m *Operand_ConstantOperand) GetBooleanValue() *wrappers.BoolValue

func (*Operand_ConstantOperand) GetConstantOperandValue

func (m *Operand_ConstantOperand) GetConstantOperandValue() isOperand_ConstantOperand_ConstantOperandValue

func (*Operand_ConstantOperand) GetDoubleValue

func (m *Operand_ConstantOperand) GetDoubleValue() *wrappers.DoubleValue

func (*Operand_ConstantOperand) GetLongValue

func (m *Operand_ConstantOperand) GetLongValue() *wrappers.Int64Value

func (*Operand_ConstantOperand) GetStringValue

func (m *Operand_ConstantOperand) GetStringValue() *wrappers.StringValue

func (*Operand_ConstantOperand) ProtoMessage

func (*Operand_ConstantOperand) ProtoMessage()

func (*Operand_ConstantOperand) Reset

func (m *Operand_ConstantOperand) Reset()

func (*Operand_ConstantOperand) String

func (m *Operand_ConstantOperand) String() string

func (*Operand_ConstantOperand) XXX_DiscardUnknown

func (m *Operand_ConstantOperand) XXX_DiscardUnknown()

func (*Operand_ConstantOperand) XXX_Marshal

func (m *Operand_ConstantOperand) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Operand_ConstantOperand) XXX_Merge

func (m *Operand_ConstantOperand) XXX_Merge(src proto.Message)

func (*Operand_ConstantOperand) XXX_OneofWrappers

func (*Operand_ConstantOperand) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*Operand_ConstantOperand) XXX_Size

func (m *Operand_ConstantOperand) XXX_Size() int

func (*Operand_ConstantOperand) XXX_Unmarshal

func (m *Operand_ConstantOperand) XXX_Unmarshal(b []byte) error

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 *wrappers.BoolValue `protobuf:"bytes,3,opt,name=boolean_value,json=booleanValue,proto3,oneof"`
}

type Operand_ConstantOperand_DoubleValue

type Operand_ConstantOperand_DoubleValue struct {
	DoubleValue *wrappers.DoubleValue `protobuf:"bytes,4,opt,name=double_value,json=doubleValue,proto3,oneof"`
}

type Operand_ConstantOperand_LongValue

type Operand_ConstantOperand_LongValue struct {
	LongValue *wrappers.Int64Value `protobuf:"bytes,2,opt,name=long_value,json=longValue,proto3,oneof"`
}

type Operand_ConstantOperand_StringValue

type Operand_ConstantOperand_StringValue struct {
	StringValue *wrappers.StringValue `protobuf:"bytes,1,opt,name=string_value,json=stringValue,proto3,oneof"`
}

type Operand_FeedAttributeOperand

type Operand_FeedAttributeOperand struct {
	// The associated feed. Required.
	FeedId *wrappers.Int64Value `protobuf:"bytes,1,opt,name=feed_id,json=feedId,proto3" json:"feed_id,omitempty"`
	// Id of the referenced feed attribute. Required.
	FeedAttributeId      *wrappers.Int64Value `protobuf:"bytes,2,opt,name=feed_attribute_id,json=feedAttributeId,proto3" json:"feed_attribute_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

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

func (*Operand_FeedAttributeOperand) Descriptor

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

func (*Operand_FeedAttributeOperand) GetFeedAttributeId

func (m *Operand_FeedAttributeOperand) GetFeedAttributeId() *wrappers.Int64Value

func (*Operand_FeedAttributeOperand) GetFeedId

func (*Operand_FeedAttributeOperand) ProtoMessage

func (*Operand_FeedAttributeOperand) ProtoMessage()

func (*Operand_FeedAttributeOperand) Reset

func (m *Operand_FeedAttributeOperand) Reset()

func (*Operand_FeedAttributeOperand) String

func (*Operand_FeedAttributeOperand) XXX_DiscardUnknown

func (m *Operand_FeedAttributeOperand) XXX_DiscardUnknown()

func (*Operand_FeedAttributeOperand) XXX_Marshal

func (m *Operand_FeedAttributeOperand) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Operand_FeedAttributeOperand) XXX_Merge

func (m *Operand_FeedAttributeOperand) XXX_Merge(src proto.Message)

func (*Operand_FeedAttributeOperand) XXX_Size

func (m *Operand_FeedAttributeOperand) XXX_Size() int

func (*Operand_FeedAttributeOperand) XXX_Unmarshal

func (m *Operand_FeedAttributeOperand) XXX_Unmarshal(b []byte) error

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 {
	// The matching function held in this operand.
	MatchingFunction     *MatchingFunction `protobuf:"bytes,1,opt,name=matching_function,json=matchingFunction,proto3" json:"matching_function,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

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

func (*Operand_FunctionOperand) Descriptor

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

func (*Operand_FunctionOperand) GetMatchingFunction

func (m *Operand_FunctionOperand) GetMatchingFunction() *MatchingFunction

func (*Operand_FunctionOperand) ProtoMessage

func (*Operand_FunctionOperand) ProtoMessage()

func (*Operand_FunctionOperand) Reset

func (m *Operand_FunctionOperand) Reset()

func (*Operand_FunctionOperand) String

func (m *Operand_FunctionOperand) String() string

func (*Operand_FunctionOperand) XXX_DiscardUnknown

func (m *Operand_FunctionOperand) XXX_DiscardUnknown()

func (*Operand_FunctionOperand) XXX_Marshal

func (m *Operand_FunctionOperand) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Operand_FunctionOperand) XXX_Merge

func (m *Operand_FunctionOperand) XXX_Merge(src proto.Message)

func (*Operand_FunctionOperand) XXX_Size

func (m *Operand_FunctionOperand) XXX_Size() int

func (*Operand_FunctionOperand) XXX_Unmarshal

func (m *Operand_FunctionOperand) XXX_Unmarshal(b []byte) error

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 {
	// Type of value to be referred in the request context.
	ContextType          enums.MatchingFunctionContextTypeEnum_MatchingFunctionContextType `` /* 190-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}                                                          `json:"-"`
	XXX_unrecognized     []byte                                                            `json:"-"`
	XXX_sizecache        int32                                                             `json:"-"`
}

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

func (*Operand_RequestContextOperand) Descriptor

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

func (*Operand_RequestContextOperand) ProtoMessage

func (*Operand_RequestContextOperand) ProtoMessage()

func (*Operand_RequestContextOperand) Reset

func (m *Operand_RequestContextOperand) Reset()

func (*Operand_RequestContextOperand) String

func (*Operand_RequestContextOperand) XXX_DiscardUnknown

func (m *Operand_RequestContextOperand) XXX_DiscardUnknown()

func (*Operand_RequestContextOperand) XXX_Marshal

func (m *Operand_RequestContextOperand) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Operand_RequestContextOperand) XXX_Merge

func (m *Operand_RequestContextOperand) XXX_Merge(src proto.Message)

func (*Operand_RequestContextOperand) XXX_Size

func (m *Operand_RequestContextOperand) XXX_Size() int

func (*Operand_RequestContextOperand) XXX_Unmarshal

func (m *Operand_RequestContextOperand) XXX_Unmarshal(b []byte) error

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 {
	// The operating system version constant resource name.
	OperatingSystemVersionConstant *wrappers.StringValue `` /* 155-byte string literal not displayed */
	XXX_NoUnkeyedLiteral           struct{}              `json:"-"`
	XXX_unrecognized               []byte                `json:"-"`
	XXX_sizecache                  int32                 `json:"-"`
}

Represents an operating system version to be targeted.

func (*OperatingSystemVersionInfo) Descriptor

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

func (*OperatingSystemVersionInfo) GetOperatingSystemVersionConstant

func (m *OperatingSystemVersionInfo) GetOperatingSystemVersionConstant() *wrappers.StringValue

func (*OperatingSystemVersionInfo) ProtoMessage

func (*OperatingSystemVersionInfo) ProtoMessage()

func (*OperatingSystemVersionInfo) Reset

func (m *OperatingSystemVersionInfo) Reset()

func (*OperatingSystemVersionInfo) String

func (m *OperatingSystemVersionInfo) String() string

func (*OperatingSystemVersionInfo) XXX_DiscardUnknown

func (m *OperatingSystemVersionInfo) XXX_DiscardUnknown()

func (*OperatingSystemVersionInfo) XXX_Marshal

func (m *OperatingSystemVersionInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*OperatingSystemVersionInfo) XXX_Merge

func (m *OperatingSystemVersionInfo) XXX_Merge(src proto.Message)

func (*OperatingSystemVersionInfo) XXX_Size

func (m *OperatingSystemVersionInfo) XXX_Size() int

func (*OperatingSystemVersionInfo) XXX_Unmarshal

func (m *OperatingSystemVersionInfo) XXX_Unmarshal(b []byte) error

type ParentalStatusInfo

type ParentalStatusInfo struct {
	// Type of the parental status.
	Type                 enums.ParentalStatusTypeEnum_ParentalStatusType `` /* 139-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}                                        `json:"-"`
	XXX_unrecognized     []byte                                          `json:"-"`
	XXX_sizecache        int32                                           `json:"-"`
}

A parental status criterion.

func (*ParentalStatusInfo) Descriptor

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

func (*ParentalStatusInfo) GetType

func (*ParentalStatusInfo) ProtoMessage

func (*ParentalStatusInfo) ProtoMessage()

func (*ParentalStatusInfo) Reset

func (m *ParentalStatusInfo) Reset()

func (*ParentalStatusInfo) String

func (m *ParentalStatusInfo) String() string

func (*ParentalStatusInfo) XXX_DiscardUnknown

func (m *ParentalStatusInfo) XXX_DiscardUnknown()

func (*ParentalStatusInfo) XXX_Marshal

func (m *ParentalStatusInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ParentalStatusInfo) XXX_Merge

func (m *ParentalStatusInfo) XXX_Merge(src proto.Message)

func (*ParentalStatusInfo) XXX_Size

func (m *ParentalStatusInfo) XXX_Size() int

func (*ParentalStatusInfo) XXX_Unmarshal

func (m *ParentalStatusInfo) XXX_Unmarshal(b []byte) error

type PercentCpc

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

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

func (*PercentCpc) Descriptor

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

func (*PercentCpc) GetCpcBidCeilingMicros

func (m *PercentCpc) GetCpcBidCeilingMicros() *wrappers.Int64Value

func (*PercentCpc) GetEnhancedCpcEnabled

func (m *PercentCpc) GetEnhancedCpcEnabled() *wrappers.BoolValue

func (*PercentCpc) ProtoMessage

func (*PercentCpc) ProtoMessage()

func (*PercentCpc) Reset

func (m *PercentCpc) Reset()

func (*PercentCpc) String

func (m *PercentCpc) String() string

func (*PercentCpc) XXX_DiscardUnknown

func (m *PercentCpc) XXX_DiscardUnknown()

func (*PercentCpc) XXX_Marshal

func (m *PercentCpc) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PercentCpc) XXX_Merge

func (m *PercentCpc) XXX_Merge(src proto.Message)

func (*PercentCpc) XXX_Size

func (m *PercentCpc) XXX_Size() int

func (*PercentCpc) XXX_Unmarshal

func (m *PercentCpc) XXX_Unmarshal(b []byte) error

type PlacementInfo

type PlacementInfo struct {
	// URL of the placement.
	//
	// For example, "http://www.domain.com".
	Url                  *wrappers.StringValue `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

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

func (*PlacementInfo) Descriptor

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

func (*PlacementInfo) GetUrl

func (m *PlacementInfo) GetUrl() *wrappers.StringValue

func (*PlacementInfo) ProtoMessage

func (*PlacementInfo) ProtoMessage()

func (*PlacementInfo) Reset

func (m *PlacementInfo) Reset()

func (*PlacementInfo) String

func (m *PlacementInfo) String() string

func (*PlacementInfo) XXX_DiscardUnknown

func (m *PlacementInfo) XXX_DiscardUnknown()

func (*PlacementInfo) XXX_Marshal

func (m *PlacementInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PlacementInfo) XXX_Merge

func (m *PlacementInfo) XXX_Merge(src proto.Message)

func (*PlacementInfo) XXX_Size

func (m *PlacementInfo) XXX_Size() int

func (*PlacementInfo) XXX_Unmarshal

func (m *PlacementInfo) XXX_Unmarshal(b []byte) error

type PolicyTopicConstraint

type PolicyTopicConstraint struct {
	// Specific information about the constraint.
	//
	// Types that are valid to be assigned to Value:
	//	*PolicyTopicConstraint_CountryConstraintList_
	//	*PolicyTopicConstraint_ResellerConstraint_
	//	*PolicyTopicConstraint_CertificateMissingInCountryList
	//	*PolicyTopicConstraint_CertificateDomainMismatchInCountryList
	Value                isPolicyTopicConstraint_Value `protobuf_oneof:"value"`
	XXX_NoUnkeyedLiteral struct{}                      `json:"-"`
	XXX_unrecognized     []byte                        `json:"-"`
	XXX_sizecache        int32                         `json:"-"`
}

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

func (*PolicyTopicConstraint) Descriptor

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

func (*PolicyTopicConstraint) GetCertificateDomainMismatchInCountryList

func (m *PolicyTopicConstraint) GetCertificateDomainMismatchInCountryList() *PolicyTopicConstraint_CountryConstraintList

func (*PolicyTopicConstraint) GetCertificateMissingInCountryList

func (m *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) Reset

func (m *PolicyTopicConstraint) Reset()

func (*PolicyTopicConstraint) String

func (m *PolicyTopicConstraint) String() string

func (*PolicyTopicConstraint) XXX_DiscardUnknown

func (m *PolicyTopicConstraint) XXX_DiscardUnknown()

func (*PolicyTopicConstraint) XXX_Marshal

func (m *PolicyTopicConstraint) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PolicyTopicConstraint) XXX_Merge

func (m *PolicyTopicConstraint) XXX_Merge(src proto.Message)

func (*PolicyTopicConstraint) XXX_OneofWrappers

func (*PolicyTopicConstraint) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*PolicyTopicConstraint) XXX_Size

func (m *PolicyTopicConstraint) XXX_Size() int

func (*PolicyTopicConstraint) XXX_Unmarshal

func (m *PolicyTopicConstraint) XXX_Unmarshal(b []byte) error

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 {
	// Geo target constant resource name of the country in which serving is
	// constrained.
	CountryCriterion     *wrappers.StringValue `protobuf:"bytes,1,opt,name=country_criterion,json=countryCriterion,proto3" json:"country_criterion,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

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

func (*PolicyTopicConstraint_CountryConstraint) Descriptor

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

func (*PolicyTopicConstraint_CountryConstraint) GetCountryCriterion

func (*PolicyTopicConstraint_CountryConstraint) ProtoMessage

func (*PolicyTopicConstraint_CountryConstraint) Reset

func (*PolicyTopicConstraint_CountryConstraint) String

func (*PolicyTopicConstraint_CountryConstraint) XXX_DiscardUnknown

func (m *PolicyTopicConstraint_CountryConstraint) XXX_DiscardUnknown()

func (*PolicyTopicConstraint_CountryConstraint) XXX_Marshal

func (m *PolicyTopicConstraint_CountryConstraint) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PolicyTopicConstraint_CountryConstraint) XXX_Merge

func (*PolicyTopicConstraint_CountryConstraint) XXX_Size

func (*PolicyTopicConstraint_CountryConstraint) XXX_Unmarshal

func (m *PolicyTopicConstraint_CountryConstraint) XXX_Unmarshal(b []byte) error

type PolicyTopicConstraint_CountryConstraintList

type PolicyTopicConstraint_CountryConstraintList struct {
	// Total number of countries targeted by the resource.
	TotalTargetedCountries *wrappers.Int32Value `` /* 129-byte string literal not displayed */
	// Countries in which serving is restricted.
	Countries            []*PolicyTopicConstraint_CountryConstraint `protobuf:"bytes,2,rep,name=countries,proto3" json:"countries,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                   `json:"-"`
	XXX_unrecognized     []byte                                     `json:"-"`
	XXX_sizecache        int32                                      `json:"-"`
}

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

func (*PolicyTopicConstraint_CountryConstraintList) Descriptor

func (*PolicyTopicConstraint_CountryConstraintList) GetCountries

func (*PolicyTopicConstraint_CountryConstraintList) GetTotalTargetedCountries

func (m *PolicyTopicConstraint_CountryConstraintList) GetTotalTargetedCountries() *wrappers.Int32Value

func (*PolicyTopicConstraint_CountryConstraintList) ProtoMessage

func (*PolicyTopicConstraint_CountryConstraintList) Reset

func (*PolicyTopicConstraint_CountryConstraintList) String

func (*PolicyTopicConstraint_CountryConstraintList) XXX_DiscardUnknown

func (m *PolicyTopicConstraint_CountryConstraintList) XXX_DiscardUnknown()

func (*PolicyTopicConstraint_CountryConstraintList) XXX_Marshal

func (m *PolicyTopicConstraint_CountryConstraintList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PolicyTopicConstraint_CountryConstraintList) XXX_Merge

func (*PolicyTopicConstraint_CountryConstraintList) XXX_Size

func (*PolicyTopicConstraint_CountryConstraintList) XXX_Unmarshal

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 {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

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

func (*PolicyTopicConstraint_ResellerConstraint) Descriptor

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

func (*PolicyTopicConstraint_ResellerConstraint) ProtoMessage

func (*PolicyTopicConstraint_ResellerConstraint) Reset

func (*PolicyTopicConstraint_ResellerConstraint) String

func (*PolicyTopicConstraint_ResellerConstraint) XXX_DiscardUnknown

func (m *PolicyTopicConstraint_ResellerConstraint) XXX_DiscardUnknown()

func (*PolicyTopicConstraint_ResellerConstraint) XXX_Marshal

func (m *PolicyTopicConstraint_ResellerConstraint) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PolicyTopicConstraint_ResellerConstraint) XXX_Merge

func (*PolicyTopicConstraint_ResellerConstraint) XXX_Size

func (*PolicyTopicConstraint_ResellerConstraint) XXX_Unmarshal

func (m *PolicyTopicConstraint_ResellerConstraint) XXX_Unmarshal(b []byte) error

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

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

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

func (*PolicyTopicEntry) Descriptor

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

func (*PolicyTopicEntry) GetConstraints

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

func (*PolicyTopicEntry) GetEvidences

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

func (*PolicyTopicEntry) GetTopic

func (m *PolicyTopicEntry) GetTopic() *wrappers.StringValue

func (*PolicyTopicEntry) GetType

func (*PolicyTopicEntry) ProtoMessage

func (*PolicyTopicEntry) ProtoMessage()

func (*PolicyTopicEntry) Reset

func (m *PolicyTopicEntry) Reset()

func (*PolicyTopicEntry) String

func (m *PolicyTopicEntry) String() string

func (*PolicyTopicEntry) XXX_DiscardUnknown

func (m *PolicyTopicEntry) XXX_DiscardUnknown()

func (*PolicyTopicEntry) XXX_Marshal

func (m *PolicyTopicEntry) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PolicyTopicEntry) XXX_Merge

func (m *PolicyTopicEntry) XXX_Merge(src proto.Message)

func (*PolicyTopicEntry) XXX_Size

func (m *PolicyTopicEntry) XXX_Size() int

func (*PolicyTopicEntry) XXX_Unmarshal

func (m *PolicyTopicEntry) XXX_Unmarshal(b []byte) error

type PolicyTopicEvidence

type PolicyTopicEvidence struct {
	// Specific evidence information depending on the evidence type.
	//
	// Types that are valid to be assigned to Value:
	//	*PolicyTopicEvidence_WebsiteList_
	//	*PolicyTopicEvidence_TextList_
	//	*PolicyTopicEvidence_LanguageCode
	//	*PolicyTopicEvidence_DestinationTextList_
	//	*PolicyTopicEvidence_DestinationMismatch_
	//	*PolicyTopicEvidence_DestinationNotWorking_
	Value                isPolicyTopicEvidence_Value `protobuf_oneof:"value"`
	XXX_NoUnkeyedLiteral struct{}                    `json:"-"`
	XXX_unrecognized     []byte                      `json:"-"`
	XXX_sizecache        int32                       `json:"-"`
}

Additional information that explains a policy finding.

func (*PolicyTopicEvidence) Descriptor

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

func (*PolicyTopicEvidence) GetDestinationMismatch

func (m *PolicyTopicEvidence) GetDestinationMismatch() *PolicyTopicEvidence_DestinationMismatch

func (*PolicyTopicEvidence) GetDestinationNotWorking

func (m *PolicyTopicEvidence) GetDestinationNotWorking() *PolicyTopicEvidence_DestinationNotWorking

func (*PolicyTopicEvidence) GetDestinationTextList

func (m *PolicyTopicEvidence) GetDestinationTextList() *PolicyTopicEvidence_DestinationTextList

func (*PolicyTopicEvidence) GetLanguageCode

func (m *PolicyTopicEvidence) GetLanguageCode() *wrappers.StringValue

func (*PolicyTopicEvidence) GetTextList

func (*PolicyTopicEvidence) GetValue

func (m *PolicyTopicEvidence) GetValue() isPolicyTopicEvidence_Value

func (*PolicyTopicEvidence) GetWebsiteList

func (*PolicyTopicEvidence) ProtoMessage

func (*PolicyTopicEvidence) ProtoMessage()

func (*PolicyTopicEvidence) Reset

func (m *PolicyTopicEvidence) Reset()

func (*PolicyTopicEvidence) String

func (m *PolicyTopicEvidence) String() string

func (*PolicyTopicEvidence) XXX_DiscardUnknown

func (m *PolicyTopicEvidence) XXX_DiscardUnknown()

func (*PolicyTopicEvidence) XXX_Marshal

func (m *PolicyTopicEvidence) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PolicyTopicEvidence) XXX_Merge

func (m *PolicyTopicEvidence) XXX_Merge(src proto.Message)

func (*PolicyTopicEvidence) XXX_OneofWrappers

func (*PolicyTopicEvidence) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*PolicyTopicEvidence) XXX_Size

func (m *PolicyTopicEvidence) XXX_Size() int

func (*PolicyTopicEvidence) XXX_Unmarshal

func (m *PolicyTopicEvidence) XXX_Unmarshal(b []byte) error

type PolicyTopicEvidence_DestinationMismatch

type PolicyTopicEvidence_DestinationMismatch struct {
	// The set of URLs that did not match each other.
	UrlTypes             []enums.PolicyTopicEvidenceDestinationMismatchUrlTypeEnum_PolicyTopicEvidenceDestinationMismatchUrlType `` /* 224-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}                                                                                                `json:"-"`
	XXX_unrecognized     []byte                                                                                                  `json:"-"`
	XXX_sizecache        int32                                                                                                   `json:"-"`
}

Evidence of mismatches between the URLs of a resource.

func (*PolicyTopicEvidence_DestinationMismatch) Descriptor

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

func (*PolicyTopicEvidence_DestinationMismatch) ProtoMessage

func (*PolicyTopicEvidence_DestinationMismatch) Reset

func (*PolicyTopicEvidence_DestinationMismatch) String

func (*PolicyTopicEvidence_DestinationMismatch) XXX_DiscardUnknown

func (m *PolicyTopicEvidence_DestinationMismatch) XXX_DiscardUnknown()

func (*PolicyTopicEvidence_DestinationMismatch) XXX_Marshal

func (m *PolicyTopicEvidence_DestinationMismatch) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PolicyTopicEvidence_DestinationMismatch) XXX_Merge

func (*PolicyTopicEvidence_DestinationMismatch) XXX_Size

func (*PolicyTopicEvidence_DestinationMismatch) XXX_Unmarshal

func (m *PolicyTopicEvidence_DestinationMismatch) XXX_Unmarshal(b []byte) error

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 {
	// The full URL that didn't work.
	ExpandedUrl *wrappers.StringValue `protobuf:"bytes,3,opt,name=expanded_url,json=expandedUrl,proto3" json:"expanded_url,omitempty"`
	// The type of device that failed to load the URL.
	Device enums.PolicyTopicEvidenceDestinationNotWorkingDeviceEnum_PolicyTopicEvidenceDestinationNotWorkingDevice `` /* 199-byte string literal not displayed */
	// The time the URL was last checked.
	// The format is "YYYY-MM-DD HH:MM:SS".
	// Examples: "2018-03-05 09:15:00" or "2018-02-01 14:34:30"
	LastCheckedDateTime *wrappers.StringValue `protobuf:"bytes,5,opt,name=last_checked_date_time,json=lastCheckedDateTime,proto3" json:"last_checked_date_time,omitempty"`
	// Indicates the reason of the DESTINATION_NOT_WORKING policy finding.
	//
	// Types that are valid to be assigned to Reason:
	//	*PolicyTopicEvidence_DestinationNotWorking_DnsErrorType
	//	*PolicyTopicEvidence_DestinationNotWorking_HttpErrorCode
	Reason               isPolicyTopicEvidence_DestinationNotWorking_Reason `protobuf_oneof:"reason"`
	XXX_NoUnkeyedLiteral struct{}                                           `json:"-"`
	XXX_unrecognized     []byte                                             `json:"-"`
	XXX_sizecache        int32                                              `json:"-"`
}

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

func (*PolicyTopicEvidence_DestinationNotWorking) Descriptor

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

func (*PolicyTopicEvidence_DestinationNotWorking) GetExpandedUrl

func (*PolicyTopicEvidence_DestinationNotWorking) GetHttpErrorCode

func (*PolicyTopicEvidence_DestinationNotWorking) GetLastCheckedDateTime

func (m *PolicyTopicEvidence_DestinationNotWorking) GetLastCheckedDateTime() *wrappers.StringValue

func (*PolicyTopicEvidence_DestinationNotWorking) GetReason

func (m *PolicyTopicEvidence_DestinationNotWorking) GetReason() isPolicyTopicEvidence_DestinationNotWorking_Reason

func (*PolicyTopicEvidence_DestinationNotWorking) ProtoMessage

func (*PolicyTopicEvidence_DestinationNotWorking) Reset

func (*PolicyTopicEvidence_DestinationNotWorking) String

func (*PolicyTopicEvidence_DestinationNotWorking) XXX_DiscardUnknown

func (m *PolicyTopicEvidence_DestinationNotWorking) XXX_DiscardUnknown()

func (*PolicyTopicEvidence_DestinationNotWorking) XXX_Marshal

func (m *PolicyTopicEvidence_DestinationNotWorking) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PolicyTopicEvidence_DestinationNotWorking) XXX_Merge

func (*PolicyTopicEvidence_DestinationNotWorking) XXX_OneofWrappers

func (*PolicyTopicEvidence_DestinationNotWorking) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*PolicyTopicEvidence_DestinationNotWorking) XXX_Size

func (*PolicyTopicEvidence_DestinationNotWorking) XXX_Unmarshal

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 `` /* 219-byte string literal not displayed */
}

type PolicyTopicEvidence_DestinationNotWorking_HttpErrorCode

type PolicyTopicEvidence_DestinationNotWorking_HttpErrorCode struct {
	HttpErrorCode *wrappers.Int64Value `protobuf:"bytes,2,opt,name=http_error_code,json=httpErrorCode,proto3,oneof"`
}

type PolicyTopicEvidence_DestinationTextList

type PolicyTopicEvidence_DestinationTextList struct {
	// List of text found in the resource's destination page.
	DestinationTexts     []*wrappers.StringValue `protobuf:"bytes,1,rep,name=destination_texts,json=destinationTexts,proto3" json:"destination_texts,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                `json:"-"`
	XXX_unrecognized     []byte                  `json:"-"`
	XXX_sizecache        int32                   `json:"-"`
}

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

func (*PolicyTopicEvidence_DestinationTextList) Descriptor

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

func (*PolicyTopicEvidence_DestinationTextList) GetDestinationTexts

func (m *PolicyTopicEvidence_DestinationTextList) GetDestinationTexts() []*wrappers.StringValue

func (*PolicyTopicEvidence_DestinationTextList) ProtoMessage

func (*PolicyTopicEvidence_DestinationTextList) Reset

func (*PolicyTopicEvidence_DestinationTextList) String

func (*PolicyTopicEvidence_DestinationTextList) XXX_DiscardUnknown

func (m *PolicyTopicEvidence_DestinationTextList) XXX_DiscardUnknown()

func (*PolicyTopicEvidence_DestinationTextList) XXX_Marshal

func (m *PolicyTopicEvidence_DestinationTextList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PolicyTopicEvidence_DestinationTextList) XXX_Merge

func (*PolicyTopicEvidence_DestinationTextList) XXX_Size

func (*PolicyTopicEvidence_DestinationTextList) XXX_Unmarshal

func (m *PolicyTopicEvidence_DestinationTextList) XXX_Unmarshal(b []byte) error

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 *wrappers.StringValue `protobuf:"bytes,5,opt,name=language_code,json=languageCode,proto3,oneof"`
}

type PolicyTopicEvidence_TextList

type PolicyTopicEvidence_TextList struct {
	// The fragments of text from the resource that caused the policy finding.
	Texts                []*wrappers.StringValue `protobuf:"bytes,1,rep,name=texts,proto3" json:"texts,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                `json:"-"`
	XXX_unrecognized     []byte                  `json:"-"`
	XXX_sizecache        int32                   `json:"-"`
}

A list of fragments of text that violated a policy.

func (*PolicyTopicEvidence_TextList) Descriptor

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

func (*PolicyTopicEvidence_TextList) GetTexts

func (*PolicyTopicEvidence_TextList) ProtoMessage

func (*PolicyTopicEvidence_TextList) ProtoMessage()

func (*PolicyTopicEvidence_TextList) Reset

func (m *PolicyTopicEvidence_TextList) Reset()

func (*PolicyTopicEvidence_TextList) String

func (*PolicyTopicEvidence_TextList) XXX_DiscardUnknown

func (m *PolicyTopicEvidence_TextList) XXX_DiscardUnknown()

func (*PolicyTopicEvidence_TextList) XXX_Marshal

func (m *PolicyTopicEvidence_TextList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PolicyTopicEvidence_TextList) XXX_Merge

func (m *PolicyTopicEvidence_TextList) XXX_Merge(src proto.Message)

func (*PolicyTopicEvidence_TextList) XXX_Size

func (m *PolicyTopicEvidence_TextList) XXX_Size() int

func (*PolicyTopicEvidence_TextList) XXX_Unmarshal

func (m *PolicyTopicEvidence_TextList) XXX_Unmarshal(b []byte) error

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 that caused the policy finding.
	Websites             []*wrappers.StringValue `protobuf:"bytes,1,rep,name=websites,proto3" json:"websites,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                `json:"-"`
	XXX_unrecognized     []byte                  `json:"-"`
	XXX_sizecache        int32                   `json:"-"`
}

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

func (*PolicyTopicEvidence_WebsiteList) Descriptor

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

func (*PolicyTopicEvidence_WebsiteList) GetWebsites

func (*PolicyTopicEvidence_WebsiteList) ProtoMessage

func (*PolicyTopicEvidence_WebsiteList) ProtoMessage()

func (*PolicyTopicEvidence_WebsiteList) Reset

func (*PolicyTopicEvidence_WebsiteList) String

func (*PolicyTopicEvidence_WebsiteList) XXX_DiscardUnknown

func (m *PolicyTopicEvidence_WebsiteList) XXX_DiscardUnknown()

func (*PolicyTopicEvidence_WebsiteList) XXX_Marshal

func (m *PolicyTopicEvidence_WebsiteList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PolicyTopicEvidence_WebsiteList) XXX_Merge

func (m *PolicyTopicEvidence_WebsiteList) XXX_Merge(src proto.Message)

func (*PolicyTopicEvidence_WebsiteList) XXX_Size

func (m *PolicyTopicEvidence_WebsiteList) XXX_Size() int

func (*PolicyTopicEvidence_WebsiteList) XXX_Unmarshal

func (m *PolicyTopicEvidence_WebsiteList) XXX_Unmarshal(b []byte) error

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 {
	// The list of policy topics that should not cause a PolicyFindingError to
	// be reported. This field is currently only compatible with Enhanced Text Ad.
	// It corresponds to the PolicyTopicEntry.topic field.
	//
	// Resources violating these policies will be saved, but will not be eligible
	// to serve. They may begin serving at a later time due to a change in
	// policies, re-review of the resource, or a change in advertiser
	// certificates.
	IgnorablePolicyTopics []*wrappers.StringValue `` /* 126-byte string literal not displayed */
	// The list of policy violation keys that should not cause a
	// PolicyViolationError to be reported. Not all policy violations are
	// exemptable, please refer to the is_exemptible field in the returned
	// PolicyViolationError.
	//
	// Resources violating these polices will be saved, but will not be eligible
	// to serve. They may begin serving at a later time due to a change in
	// policies, re-review of the resource, or a change in advertiser
	// certificates.
	ExemptPolicyViolationKeys []*PolicyViolationKey `` /* 140-byte string literal not displayed */
	XXX_NoUnkeyedLiteral      struct{}              `json:"-"`
	XXX_unrecognized          []byte                `json:"-"`
	XXX_sizecache             int32                 `json:"-"`
}

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

func (*PolicyValidationParameter) Descriptor

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

func (*PolicyValidationParameter) GetExemptPolicyViolationKeys

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

func (*PolicyValidationParameter) GetIgnorablePolicyTopics

func (m *PolicyValidationParameter) GetIgnorablePolicyTopics() []*wrappers.StringValue

func (*PolicyValidationParameter) ProtoMessage

func (*PolicyValidationParameter) ProtoMessage()

func (*PolicyValidationParameter) Reset

func (m *PolicyValidationParameter) Reset()

func (*PolicyValidationParameter) String

func (m *PolicyValidationParameter) String() string

func (*PolicyValidationParameter) XXX_DiscardUnknown

func (m *PolicyValidationParameter) XXX_DiscardUnknown()

func (*PolicyValidationParameter) XXX_Marshal

func (m *PolicyValidationParameter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PolicyValidationParameter) XXX_Merge

func (m *PolicyValidationParameter) XXX_Merge(src proto.Message)

func (*PolicyValidationParameter) XXX_Size

func (m *PolicyValidationParameter) XXX_Size() int

func (*PolicyValidationParameter) XXX_Unmarshal

func (m *PolicyValidationParameter) XXX_Unmarshal(b []byte) error

type PolicyViolationKey

type PolicyViolationKey struct {
	// Unique ID of the violated policy.
	PolicyName *wrappers.StringValue `protobuf:"bytes,1,opt,name=policy_name,json=policyName,proto3" json:"policy_name,omitempty"`
	// The text that violates the policy if specified.
	// Otherwise, refers to the policy in general
	// (e.g., when requesting to be exempt from the whole policy).
	// If not specified for criterion exemptions, the whole policy is implied.
	// Must be specified for ad exemptions.
	ViolatingText        *wrappers.StringValue `protobuf:"bytes,2,opt,name=violating_text,json=violatingText,proto3" json:"violating_text,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

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

func (*PolicyViolationKey) Descriptor

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

func (*PolicyViolationKey) GetPolicyName

func (m *PolicyViolationKey) GetPolicyName() *wrappers.StringValue

func (*PolicyViolationKey) GetViolatingText

func (m *PolicyViolationKey) GetViolatingText() *wrappers.StringValue

func (*PolicyViolationKey) ProtoMessage

func (*PolicyViolationKey) ProtoMessage()

func (*PolicyViolationKey) Reset

func (m *PolicyViolationKey) Reset()

func (*PolicyViolationKey) String

func (m *PolicyViolationKey) String() string

func (*PolicyViolationKey) XXX_DiscardUnknown

func (m *PolicyViolationKey) XXX_DiscardUnknown()

func (*PolicyViolationKey) XXX_Marshal

func (m *PolicyViolationKey) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PolicyViolationKey) XXX_Merge

func (m *PolicyViolationKey) XXX_Merge(src proto.Message)

func (*PolicyViolationKey) XXX_Size

func (m *PolicyViolationKey) XXX_Size() int

func (*PolicyViolationKey) XXX_Unmarshal

func (m *PolicyViolationKey) XXX_Unmarshal(b []byte) error

type PreferredContentInfo

type PreferredContentInfo struct {
	// Type of the preferred content.
	Type                 enums.PreferredContentTypeEnum_PreferredContentType `` /* 143-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}                                            `json:"-"`
	XXX_unrecognized     []byte                                              `json:"-"`
	XXX_sizecache        int32                                               `json:"-"`
}

A preferred content criterion.

func (*PreferredContentInfo) Descriptor

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

func (*PreferredContentInfo) GetType

func (*PreferredContentInfo) ProtoMessage

func (*PreferredContentInfo) ProtoMessage()

func (*PreferredContentInfo) Reset

func (m *PreferredContentInfo) Reset()

func (*PreferredContentInfo) String

func (m *PreferredContentInfo) String() string

func (*PreferredContentInfo) XXX_DiscardUnknown

func (m *PreferredContentInfo) XXX_DiscardUnknown()

func (*PreferredContentInfo) XXX_Marshal

func (m *PreferredContentInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PreferredContentInfo) XXX_Merge

func (m *PreferredContentInfo) XXX_Merge(src proto.Message)

func (*PreferredContentInfo) XXX_Size

func (m *PreferredContentInfo) XXX_Size() int

func (*PreferredContentInfo) XXX_Unmarshal

func (m *PreferredContentInfo) XXX_Unmarshal(b []byte) error

type PriceFeedItem

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

Represents a Price extension.

func (*PriceFeedItem) Descriptor

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

func (*PriceFeedItem) GetFinalUrlSuffix

func (m *PriceFeedItem) GetFinalUrlSuffix() *wrappers.StringValue

func (*PriceFeedItem) GetLanguageCode

func (m *PriceFeedItem) GetLanguageCode() *wrappers.StringValue

func (*PriceFeedItem) GetPriceOfferings

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

func (*PriceFeedItem) GetTrackingUrlTemplate

func (m *PriceFeedItem) GetTrackingUrlTemplate() *wrappers.StringValue

func (*PriceFeedItem) GetType

func (*PriceFeedItem) ProtoMessage

func (*PriceFeedItem) ProtoMessage()

func (*PriceFeedItem) Reset

func (m *PriceFeedItem) Reset()

func (*PriceFeedItem) String

func (m *PriceFeedItem) String() string

func (*PriceFeedItem) XXX_DiscardUnknown

func (m *PriceFeedItem) XXX_DiscardUnknown()

func (*PriceFeedItem) XXX_Marshal

func (m *PriceFeedItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PriceFeedItem) XXX_Merge

func (m *PriceFeedItem) XXX_Merge(src proto.Message)

func (*PriceFeedItem) XXX_Size

func (m *PriceFeedItem) XXX_Size() int

func (*PriceFeedItem) XXX_Unmarshal

func (m *PriceFeedItem) XXX_Unmarshal(b []byte) error

type PriceOffer

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

Represents one price offer in a price extension.

func (*PriceOffer) Descriptor

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

func (*PriceOffer) GetDescription

func (m *PriceOffer) GetDescription() *wrappers.StringValue

func (*PriceOffer) GetFinalMobileUrls

func (m *PriceOffer) GetFinalMobileUrls() []*wrappers.StringValue

func (*PriceOffer) GetFinalUrls

func (m *PriceOffer) GetFinalUrls() []*wrappers.StringValue

func (*PriceOffer) GetHeader

func (m *PriceOffer) GetHeader() *wrappers.StringValue

func (*PriceOffer) GetPrice

func (m *PriceOffer) GetPrice() *Money

func (*PriceOffer) ProtoMessage

func (*PriceOffer) ProtoMessage()

func (*PriceOffer) Reset

func (m *PriceOffer) Reset()

func (*PriceOffer) String

func (m *PriceOffer) String() string

func (*PriceOffer) XXX_DiscardUnknown

func (m *PriceOffer) XXX_DiscardUnknown()

func (*PriceOffer) XXX_Marshal

func (m *PriceOffer) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PriceOffer) XXX_Merge

func (m *PriceOffer) XXX_Merge(src proto.Message)

func (*PriceOffer) XXX_Size

func (m *PriceOffer) XXX_Size() int

func (*PriceOffer) XXX_Unmarshal

func (m *PriceOffer) XXX_Unmarshal(b []byte) error

type ProductBiddingCategoryInfo

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

Bidding category of a product offer.

func (*ProductBiddingCategoryInfo) Descriptor

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

func (*ProductBiddingCategoryInfo) GetCountryCode

func (m *ProductBiddingCategoryInfo) GetCountryCode() *wrappers.StringValue

func (*ProductBiddingCategoryInfo) GetId

func (*ProductBiddingCategoryInfo) ProtoMessage

func (*ProductBiddingCategoryInfo) ProtoMessage()

func (*ProductBiddingCategoryInfo) Reset

func (m *ProductBiddingCategoryInfo) Reset()

func (*ProductBiddingCategoryInfo) String

func (m *ProductBiddingCategoryInfo) String() string

func (*ProductBiddingCategoryInfo) XXX_DiscardUnknown

func (m *ProductBiddingCategoryInfo) XXX_DiscardUnknown()

func (*ProductBiddingCategoryInfo) XXX_Marshal

func (m *ProductBiddingCategoryInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ProductBiddingCategoryInfo) XXX_Merge

func (m *ProductBiddingCategoryInfo) XXX_Merge(src proto.Message)

func (*ProductBiddingCategoryInfo) XXX_Size

func (m *ProductBiddingCategoryInfo) XXX_Size() int

func (*ProductBiddingCategoryInfo) XXX_Unmarshal

func (m *ProductBiddingCategoryInfo) XXX_Unmarshal(b []byte) error

type ProductBrandInfo

type ProductBrandInfo struct {
	// String value of the product brand.
	Value                *wrappers.StringValue `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

Brand of the product.

func (*ProductBrandInfo) Descriptor

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

func (*ProductBrandInfo) GetValue

func (m *ProductBrandInfo) GetValue() *wrappers.StringValue

func (*ProductBrandInfo) ProtoMessage

func (*ProductBrandInfo) ProtoMessage()

func (*ProductBrandInfo) Reset

func (m *ProductBrandInfo) Reset()

func (*ProductBrandInfo) String

func (m *ProductBrandInfo) String() string

func (*ProductBrandInfo) XXX_DiscardUnknown

func (m *ProductBrandInfo) XXX_DiscardUnknown()

func (*ProductBrandInfo) XXX_Marshal

func (m *ProductBrandInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ProductBrandInfo) XXX_Merge

func (m *ProductBrandInfo) XXX_Merge(src proto.Message)

func (*ProductBrandInfo) XXX_Size

func (m *ProductBrandInfo) XXX_Size() int

func (*ProductBrandInfo) XXX_Unmarshal

func (m *ProductBrandInfo) XXX_Unmarshal(b []byte) error

type ProductChannelExclusivityInfo

type ProductChannelExclusivityInfo struct {
	// Value of the availability.
	ChannelExclusivity   enums.ProductChannelExclusivityEnum_ProductChannelExclusivity `` /* 207-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}                                                      `json:"-"`
	XXX_unrecognized     []byte                                                        `json:"-"`
	XXX_sizecache        int32                                                         `json:"-"`
}

Availability of a product offer.

func (*ProductChannelExclusivityInfo) Descriptor

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

func (*ProductChannelExclusivityInfo) GetChannelExclusivity

func (*ProductChannelExclusivityInfo) ProtoMessage

func (*ProductChannelExclusivityInfo) ProtoMessage()

func (*ProductChannelExclusivityInfo) Reset

func (m *ProductChannelExclusivityInfo) Reset()

func (*ProductChannelExclusivityInfo) String

func (*ProductChannelExclusivityInfo) XXX_DiscardUnknown

func (m *ProductChannelExclusivityInfo) XXX_DiscardUnknown()

func (*ProductChannelExclusivityInfo) XXX_Marshal

func (m *ProductChannelExclusivityInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ProductChannelExclusivityInfo) XXX_Merge

func (m *ProductChannelExclusivityInfo) XXX_Merge(src proto.Message)

func (*ProductChannelExclusivityInfo) XXX_Size

func (m *ProductChannelExclusivityInfo) XXX_Size() int

func (*ProductChannelExclusivityInfo) XXX_Unmarshal

func (m *ProductChannelExclusivityInfo) XXX_Unmarshal(b []byte) error

type ProductChannelInfo

type ProductChannelInfo struct {
	// Value of the locality.
	Channel              enums.ProductChannelEnum_ProductChannel `` /* 137-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}                                `json:"-"`
	XXX_unrecognized     []byte                                  `json:"-"`
	XXX_sizecache        int32                                   `json:"-"`
}

Locality of a product offer.

func (*ProductChannelInfo) Descriptor

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

func (*ProductChannelInfo) GetChannel

func (*ProductChannelInfo) ProtoMessage

func (*ProductChannelInfo) ProtoMessage()

func (*ProductChannelInfo) Reset

func (m *ProductChannelInfo) Reset()

func (*ProductChannelInfo) String

func (m *ProductChannelInfo) String() string

func (*ProductChannelInfo) XXX_DiscardUnknown

func (m *ProductChannelInfo) XXX_DiscardUnknown()

func (*ProductChannelInfo) XXX_Marshal

func (m *ProductChannelInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ProductChannelInfo) XXX_Merge

func (m *ProductChannelInfo) XXX_Merge(src proto.Message)

func (*ProductChannelInfo) XXX_Size

func (m *ProductChannelInfo) XXX_Size() int

func (*ProductChannelInfo) XXX_Unmarshal

func (m *ProductChannelInfo) XXX_Unmarshal(b []byte) error

type ProductConditionInfo

type ProductConditionInfo struct {
	// Value of the condition.
	Condition            enums.ProductConditionEnum_ProductCondition `` /* 145-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}                                    `json:"-"`
	XXX_unrecognized     []byte                                      `json:"-"`
	XXX_sizecache        int32                                       `json:"-"`
}

Condition of a product offer.

func (*ProductConditionInfo) Descriptor

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

func (*ProductConditionInfo) GetCondition

func (*ProductConditionInfo) ProtoMessage

func (*ProductConditionInfo) ProtoMessage()

func (*ProductConditionInfo) Reset

func (m *ProductConditionInfo) Reset()

func (*ProductConditionInfo) String

func (m *ProductConditionInfo) String() string

func (*ProductConditionInfo) XXX_DiscardUnknown

func (m *ProductConditionInfo) XXX_DiscardUnknown()

func (*ProductConditionInfo) XXX_Marshal

func (m *ProductConditionInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ProductConditionInfo) XXX_Merge

func (m *ProductConditionInfo) XXX_Merge(src proto.Message)

func (*ProductConditionInfo) XXX_Size

func (m *ProductConditionInfo) XXX_Size() int

func (*ProductConditionInfo) XXX_Unmarshal

func (m *ProductConditionInfo) XXX_Unmarshal(b []byte) error

type ProductCustomAttributeInfo

type ProductCustomAttributeInfo struct {
	// String value of the product custom attribute.
	Value *wrappers.StringValue `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	// Indicates the index of the custom attribute.
	Index                enums.ProductCustomAttributeIndexEnum_ProductCustomAttributeIndex `` /* 159-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}                                                          `json:"-"`
	XXX_unrecognized     []byte                                                            `json:"-"`
	XXX_sizecache        int32                                                             `json:"-"`
}

Custom attribute of a product offer.

func (*ProductCustomAttributeInfo) Descriptor

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

func (*ProductCustomAttributeInfo) GetValue

func (*ProductCustomAttributeInfo) ProtoMessage

func (*ProductCustomAttributeInfo) ProtoMessage()

func (*ProductCustomAttributeInfo) Reset

func (m *ProductCustomAttributeInfo) Reset()

func (*ProductCustomAttributeInfo) String

func (m *ProductCustomAttributeInfo) String() string

func (*ProductCustomAttributeInfo) XXX_DiscardUnknown

func (m *ProductCustomAttributeInfo) XXX_DiscardUnknown()

func (*ProductCustomAttributeInfo) XXX_Marshal

func (m *ProductCustomAttributeInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ProductCustomAttributeInfo) XXX_Merge

func (m *ProductCustomAttributeInfo) XXX_Merge(src proto.Message)

func (*ProductCustomAttributeInfo) XXX_Size

func (m *ProductCustomAttributeInfo) XXX_Size() int

func (*ProductCustomAttributeInfo) XXX_Unmarshal

func (m *ProductCustomAttributeInfo) XXX_Unmarshal(b []byte) error

type ProductImage

type ProductImage struct {
	// The MediaFile resource name of the product image. Valid image types are
	// GIF, JPEG and PNG. The minimum size is 300x300 pixels and the aspect ratio
	// must be 1:1 (+-1%).
	ProductImage *wrappers.StringValue `protobuf:"bytes,1,opt,name=product_image,json=productImage,proto3" json:"product_image,omitempty"`
	// Description of the product.
	Description *wrappers.StringValue `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
	// Display-call-to-action of the product image.
	DisplayCallToAction  *DisplayCallToAction `protobuf:"bytes,3,opt,name=display_call_to_action,json=displayCallToAction,proto3" json:"display_call_to_action,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

Product image specific data.

func (*ProductImage) Descriptor

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

func (*ProductImage) GetDescription

func (m *ProductImage) GetDescription() *wrappers.StringValue

func (*ProductImage) GetDisplayCallToAction

func (m *ProductImage) GetDisplayCallToAction() *DisplayCallToAction

func (*ProductImage) GetProductImage

func (m *ProductImage) GetProductImage() *wrappers.StringValue

func (*ProductImage) ProtoMessage

func (*ProductImage) ProtoMessage()

func (*ProductImage) Reset

func (m *ProductImage) Reset()

func (*ProductImage) String

func (m *ProductImage) String() string

func (*ProductImage) XXX_DiscardUnknown

func (m *ProductImage) XXX_DiscardUnknown()

func (*ProductImage) XXX_Marshal

func (m *ProductImage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ProductImage) XXX_Merge

func (m *ProductImage) XXX_Merge(src proto.Message)

func (*ProductImage) XXX_Size

func (m *ProductImage) XXX_Size() int

func (*ProductImage) XXX_Unmarshal

func (m *ProductImage) XXX_Unmarshal(b []byte) error

type ProductItemIdInfo

type ProductItemIdInfo struct {
	// Value of the id.
	Value                *wrappers.StringValue `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

Item id of a product offer.

func (*ProductItemIdInfo) Descriptor

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

func (*ProductItemIdInfo) GetValue

func (m *ProductItemIdInfo) GetValue() *wrappers.StringValue

func (*ProductItemIdInfo) ProtoMessage

func (*ProductItemIdInfo) ProtoMessage()

func (*ProductItemIdInfo) Reset

func (m *ProductItemIdInfo) Reset()

func (*ProductItemIdInfo) String

func (m *ProductItemIdInfo) String() string

func (*ProductItemIdInfo) XXX_DiscardUnknown

func (m *ProductItemIdInfo) XXX_DiscardUnknown()

func (*ProductItemIdInfo) XXX_Marshal

func (m *ProductItemIdInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ProductItemIdInfo) XXX_Merge

func (m *ProductItemIdInfo) XXX_Merge(src proto.Message)

func (*ProductItemIdInfo) XXX_Size

func (m *ProductItemIdInfo) XXX_Size() int

func (*ProductItemIdInfo) XXX_Unmarshal

func (m *ProductItemIdInfo) XXX_Unmarshal(b []byte) error

type ProductTypeInfo

type ProductTypeInfo struct {
	// Value of the type.
	Value *wrappers.StringValue `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	// Level of the type.
	Level                enums.ProductTypeLevelEnum_ProductTypeLevel `` /* 137-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}                                    `json:"-"`
	XXX_unrecognized     []byte                                      `json:"-"`
	XXX_sizecache        int32                                       `json:"-"`
}

Type of a product offer.

func (*ProductTypeInfo) Descriptor

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

func (*ProductTypeInfo) GetLevel

func (*ProductTypeInfo) GetValue

func (m *ProductTypeInfo) GetValue() *wrappers.StringValue

func (*ProductTypeInfo) ProtoMessage

func (*ProductTypeInfo) ProtoMessage()

func (*ProductTypeInfo) Reset

func (m *ProductTypeInfo) Reset()

func (*ProductTypeInfo) String

func (m *ProductTypeInfo) String() string

func (*ProductTypeInfo) XXX_DiscardUnknown

func (m *ProductTypeInfo) XXX_DiscardUnknown()

func (*ProductTypeInfo) XXX_Marshal

func (m *ProductTypeInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ProductTypeInfo) XXX_Merge

func (m *ProductTypeInfo) XXX_Merge(src proto.Message)

func (*ProductTypeInfo) XXX_Size

func (m *ProductTypeInfo) XXX_Size() int

func (*ProductTypeInfo) XXX_Unmarshal

func (m *ProductTypeInfo) XXX_Unmarshal(b []byte) error

type ProductVideo

type ProductVideo struct {
	// The MediaFile resource name of a video which must be hosted on YouTube.
	ProductVideo         *wrappers.StringValue `protobuf:"bytes,1,opt,name=product_video,json=productVideo,proto3" json:"product_video,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

Product video specific data.

func (*ProductVideo) Descriptor

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

func (*ProductVideo) GetProductVideo

func (m *ProductVideo) GetProductVideo() *wrappers.StringValue

func (*ProductVideo) ProtoMessage

func (*ProductVideo) ProtoMessage()

func (*ProductVideo) Reset

func (m *ProductVideo) Reset()

func (*ProductVideo) String

func (m *ProductVideo) String() string

func (*ProductVideo) XXX_DiscardUnknown

func (m *ProductVideo) XXX_DiscardUnknown()

func (*ProductVideo) XXX_Marshal

func (m *ProductVideo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ProductVideo) XXX_Merge

func (m *ProductVideo) XXX_Merge(src proto.Message)

func (*ProductVideo) XXX_Size

func (m *ProductVideo) XXX_Size() int

func (*ProductVideo) XXX_Unmarshal

func (m *ProductVideo) XXX_Unmarshal(b []byte) error

type PromotionFeedItem

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

Represents a Promotion extension.

func (*PromotionFeedItem) Descriptor

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

func (*PromotionFeedItem) GetDiscountType

func (m *PromotionFeedItem) GetDiscountType() isPromotionFeedItem_DiscountType

func (*PromotionFeedItem) GetFinalMobileUrls

func (m *PromotionFeedItem) GetFinalMobileUrls() []*wrappers.StringValue

func (*PromotionFeedItem) GetFinalUrlSuffix

func (m *PromotionFeedItem) GetFinalUrlSuffix() *wrappers.StringValue

func (*PromotionFeedItem) GetFinalUrls

func (m *PromotionFeedItem) GetFinalUrls() []*wrappers.StringValue

func (*PromotionFeedItem) GetLanguageCode

func (m *PromotionFeedItem) GetLanguageCode() *wrappers.StringValue

func (*PromotionFeedItem) GetMoneyAmountOff

func (m *PromotionFeedItem) GetMoneyAmountOff() *Money

func (*PromotionFeedItem) GetOrdersOverAmount

func (m *PromotionFeedItem) GetOrdersOverAmount() *Money

func (*PromotionFeedItem) GetPercentOff

func (m *PromotionFeedItem) GetPercentOff() *wrappers.Int64Value

func (*PromotionFeedItem) GetPromotionCode

func (m *PromotionFeedItem) GetPromotionCode() *wrappers.StringValue

func (*PromotionFeedItem) GetPromotionEndDate

func (m *PromotionFeedItem) GetPromotionEndDate() *wrappers.StringValue

func (*PromotionFeedItem) GetPromotionStartDate

func (m *PromotionFeedItem) GetPromotionStartDate() *wrappers.StringValue

func (*PromotionFeedItem) GetPromotionTarget

func (m *PromotionFeedItem) GetPromotionTarget() *wrappers.StringValue

func (*PromotionFeedItem) GetPromotionTrigger

func (m *PromotionFeedItem) GetPromotionTrigger() isPromotionFeedItem_PromotionTrigger

func (*PromotionFeedItem) GetTrackingUrlTemplate

func (m *PromotionFeedItem) GetTrackingUrlTemplate() *wrappers.StringValue

func (*PromotionFeedItem) GetUrlCustomParameters

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

func (*PromotionFeedItem) ProtoMessage

func (*PromotionFeedItem) ProtoMessage()

func (*PromotionFeedItem) Reset

func (m *PromotionFeedItem) Reset()

func (*PromotionFeedItem) String

func (m *PromotionFeedItem) String() string

func (*PromotionFeedItem) XXX_DiscardUnknown

func (m *PromotionFeedItem) XXX_DiscardUnknown()

func (*PromotionFeedItem) XXX_Marshal

func (m *PromotionFeedItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PromotionFeedItem) XXX_Merge

func (m *PromotionFeedItem) XXX_Merge(src proto.Message)

func (*PromotionFeedItem) XXX_OneofWrappers

func (*PromotionFeedItem) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*PromotionFeedItem) XXX_Size

func (m *PromotionFeedItem) XXX_Size() int

func (*PromotionFeedItem) XXX_Unmarshal

func (m *PromotionFeedItem) XXX_Unmarshal(b []byte) error

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 *wrappers.Int64Value `protobuf:"bytes,3,opt,name=percent_off,json=percentOff,proto3,oneof"`
}

type PromotionFeedItem_PromotionCode

type PromotionFeedItem_PromotionCode struct {
	PromotionCode *wrappers.StringValue `protobuf:"bytes,5,opt,name=promotion_code,json=promotionCode,proto3,oneof"`
}

type ProximityInfo

type ProximityInfo struct {
	// Latitude and longitude.
	GeoPoint *GeoPointInfo `protobuf:"bytes,1,opt,name=geo_point,json=geoPoint,proto3" json:"geo_point,omitempty"`
	// The radius of the proximity.
	Radius *wrappers.DoubleValue `protobuf:"bytes,2,opt,name=radius,proto3" json:"radius,omitempty"`
	// The unit of measurement of the radius. Default is KILOMETERS.
	RadiusUnits enums.ProximityRadiusUnitsEnum_ProximityRadiusUnits `` /* 176-byte string literal not displayed */
	// Full address.
	Address              *AddressInfo `protobuf:"bytes,4,opt,name=address,proto3" json:"address,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

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

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

func (*ProximityInfo) Descriptor

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

func (*ProximityInfo) GetAddress

func (m *ProximityInfo) GetAddress() *AddressInfo

func (*ProximityInfo) GetGeoPoint

func (m *ProximityInfo) GetGeoPoint() *GeoPointInfo

func (*ProximityInfo) GetRadius

func (m *ProximityInfo) GetRadius() *wrappers.DoubleValue

func (*ProximityInfo) GetRadiusUnits

func (*ProximityInfo) ProtoMessage

func (*ProximityInfo) ProtoMessage()

func (*ProximityInfo) Reset

func (m *ProximityInfo) Reset()

func (*ProximityInfo) String

func (m *ProximityInfo) String() string

func (*ProximityInfo) XXX_DiscardUnknown

func (m *ProximityInfo) XXX_DiscardUnknown()

func (*ProximityInfo) XXX_Marshal

func (m *ProximityInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ProximityInfo) XXX_Merge

func (m *ProximityInfo) XXX_Merge(src proto.Message)

func (*ProximityInfo) XXX_Size

func (m *ProximityInfo) XXX_Size() int

func (*ProximityInfo) XXX_Unmarshal

func (m *ProximityInfo) XXX_Unmarshal(b []byte) error

type RealTimeBiddingSetting

type RealTimeBiddingSetting struct {
	// Whether the campaign is opted in to real-time bidding.
	OptIn                *wrappers.BoolValue `protobuf:"bytes,1,opt,name=opt_in,json=optIn,proto3" json:"opt_in,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

Settings for Real-Time Bidding, a feature only available for campaigns targeting the Ad Exchange network.

func (*RealTimeBiddingSetting) Descriptor

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

func (*RealTimeBiddingSetting) GetOptIn

func (m *RealTimeBiddingSetting) GetOptIn() *wrappers.BoolValue

func (*RealTimeBiddingSetting) ProtoMessage

func (*RealTimeBiddingSetting) ProtoMessage()

func (*RealTimeBiddingSetting) Reset

func (m *RealTimeBiddingSetting) Reset()

func (*RealTimeBiddingSetting) String

func (m *RealTimeBiddingSetting) String() string

func (*RealTimeBiddingSetting) XXX_DiscardUnknown

func (m *RealTimeBiddingSetting) XXX_DiscardUnknown()

func (*RealTimeBiddingSetting) XXX_Marshal

func (m *RealTimeBiddingSetting) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RealTimeBiddingSetting) XXX_Merge

func (m *RealTimeBiddingSetting) XXX_Merge(src proto.Message)

func (*RealTimeBiddingSetting) XXX_Size

func (m *RealTimeBiddingSetting) XXX_Size() int

func (*RealTimeBiddingSetting) XXX_Unmarshal

func (m *RealTimeBiddingSetting) XXX_Unmarshal(b []byte) error

type ResponsiveDisplayAdInfo

type ResponsiveDisplayAdInfo struct {
	// Marketing images to be used in the ad. Valid image types are GIF,
	// JPEG, and PNG. The minimum size is 600x314 and the aspect ratio must
	// be 1.91:1 (+-1%). At least one marketing_image is required. Combined with
	// square_marketing_images the maximum is 15.
	MarketingImages []*AdImageAsset `protobuf:"bytes,1,rep,name=marketing_images,json=marketingImages,proto3" json:"marketing_images,omitempty"`
	// Square marketing images to be used in the ad. Valid image types are GIF,
	// JPEG, and PNG. The minimum size is 300x300 and the aspect ratio must
	// be 1:1 (+-1%). At least one square marketing_image is required. Combined
	// with marketing_images the maximum is 15.
	SquareMarketingImages []*AdImageAsset `` /* 126-byte string literal not displayed */
	// Logo images to be used in the ad. Valid image types are GIF,
	// JPEG, and PNG. The minimum size is 512x128 and the aspect ratio must
	// be 4:1 (+-1%). Combined with square_logo_images the maximum is 5.
	LogoImages []*AdImageAsset `protobuf:"bytes,3,rep,name=logo_images,json=logoImages,proto3" json:"logo_images,omitempty"`
	// Square logo images to be used in the ad. Valid image types are GIF,
	// JPEG, and PNG. The minimum size is 128x128 and the aspect ratio must
	// be 1:1 (+-1%). Combined with square_logo_images the maximum is 5.
	SquareLogoImages []*AdImageAsset `protobuf:"bytes,4,rep,name=square_logo_images,json=squareLogoImages,proto3" json:"square_logo_images,omitempty"`
	// Short format headlines for the ad. The maximum length is 30 characters.
	// At least 1 and max 5 headlines can be specified.
	Headlines []*AdTextAsset `protobuf:"bytes,5,rep,name=headlines,proto3" json:"headlines,omitempty"`
	// A required long format headline. The maximum length is 90 characters.
	LongHeadline *AdTextAsset `protobuf:"bytes,6,opt,name=long_headline,json=longHeadline,proto3" json:"long_headline,omitempty"`
	// Descriptive texts for the ad. The maximum length is 90 characters. At
	// least 1 and max 5 headlines can be specified.
	Descriptions []*AdTextAsset `protobuf:"bytes,7,rep,name=descriptions,proto3" json:"descriptions,omitempty"`
	// Optional YouTube videos for the ad. A maximum of 5 videos can be specified.
	YoutubeVideos []*AdVideoAsset `protobuf:"bytes,8,rep,name=youtube_videos,json=youtubeVideos,proto3" json:"youtube_videos,omitempty"`
	// The advertiser/brand name. Maximum display width is 25.
	BusinessName *wrappers.StringValue `protobuf:"bytes,9,opt,name=business_name,json=businessName,proto3" json:"business_name,omitempty"`
	// The main color of the ad in hexadecimal, e.g. #ffffff for white.
	// If one of main_color and accent_color is set, the other is required as
	// well.
	MainColor *wrappers.StringValue `protobuf:"bytes,10,opt,name=main_color,json=mainColor,proto3" json:"main_color,omitempty"`
	// The accent color of the ad in hexadecimal, e.g. #ffffff for white.
	// If one of main_color and accent_color is set, the other is required as
	// well.
	AccentColor *wrappers.StringValue `protobuf:"bytes,11,opt,name=accent_color,json=accentColor,proto3" json:"accent_color,omitempty"`
	// Advertiser's consent to allow flexible color. When true, the ad may be
	// served with different color if necessary. When false, the ad will be served
	// with the specified colors or a neutral color.
	// The default value is true.
	// Must be true if main_color and accent_color are not set.
	AllowFlexibleColor *wrappers.BoolValue `protobuf:"bytes,12,opt,name=allow_flexible_color,json=allowFlexibleColor,proto3" json:"allow_flexible_color,omitempty"`
	// The call-to-action text for the ad. Maximum display width is 30.
	CallToActionText *wrappers.StringValue `protobuf:"bytes,13,opt,name=call_to_action_text,json=callToActionText,proto3" json:"call_to_action_text,omitempty"`
	// Prefix before price. E.g. 'as low as'.
	PricePrefix *wrappers.StringValue `protobuf:"bytes,14,opt,name=price_prefix,json=pricePrefix,proto3" json:"price_prefix,omitempty"`
	// Promotion text used for dyanmic formats of responsive ads. For example
	// 'Free two-day shipping'.
	PromoText *wrappers.StringValue `protobuf:"bytes,15,opt,name=promo_text,json=promoText,proto3" json:"promo_text,omitempty"`
	// Specifies which format the ad will be served in. Default is ALL_FORMATS.
	FormatSetting        enums.DisplayAdFormatSettingEnum_DisplayAdFormatSetting `` /* 187-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}                                                `json:"-"`
	XXX_unrecognized     []byte                                                  `json:"-"`
	XXX_sizecache        int32                                                   `json:"-"`
}

A responsive display ad.

func (*ResponsiveDisplayAdInfo) Descriptor

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

func (*ResponsiveDisplayAdInfo) GetAccentColor

func (m *ResponsiveDisplayAdInfo) GetAccentColor() *wrappers.StringValue

func (*ResponsiveDisplayAdInfo) GetAllowFlexibleColor

func (m *ResponsiveDisplayAdInfo) GetAllowFlexibleColor() *wrappers.BoolValue

func (*ResponsiveDisplayAdInfo) GetBusinessName

func (m *ResponsiveDisplayAdInfo) GetBusinessName() *wrappers.StringValue

func (*ResponsiveDisplayAdInfo) GetCallToActionText

func (m *ResponsiveDisplayAdInfo) GetCallToActionText() *wrappers.StringValue

func (*ResponsiveDisplayAdInfo) GetDescriptions

func (m *ResponsiveDisplayAdInfo) GetDescriptions() []*AdTextAsset

func (*ResponsiveDisplayAdInfo) GetFormatSetting

func (*ResponsiveDisplayAdInfo) GetHeadlines

func (m *ResponsiveDisplayAdInfo) GetHeadlines() []*AdTextAsset

func (*ResponsiveDisplayAdInfo) GetLogoImages

func (m *ResponsiveDisplayAdInfo) GetLogoImages() []*AdImageAsset

func (*ResponsiveDisplayAdInfo) GetLongHeadline

func (m *ResponsiveDisplayAdInfo) GetLongHeadline() *AdTextAsset

func (*ResponsiveDisplayAdInfo) GetMainColor

func (m *ResponsiveDisplayAdInfo) GetMainColor() *wrappers.StringValue

func (*ResponsiveDisplayAdInfo) GetMarketingImages

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

func (*ResponsiveDisplayAdInfo) GetPricePrefix

func (m *ResponsiveDisplayAdInfo) GetPricePrefix() *wrappers.StringValue

func (*ResponsiveDisplayAdInfo) GetPromoText

func (m *ResponsiveDisplayAdInfo) GetPromoText() *wrappers.StringValue

func (*ResponsiveDisplayAdInfo) GetSquareLogoImages

func (m *ResponsiveDisplayAdInfo) GetSquareLogoImages() []*AdImageAsset

func (*ResponsiveDisplayAdInfo) GetSquareMarketingImages

func (m *ResponsiveDisplayAdInfo) GetSquareMarketingImages() []*AdImageAsset

func (*ResponsiveDisplayAdInfo) GetYoutubeVideos

func (m *ResponsiveDisplayAdInfo) GetYoutubeVideos() []*AdVideoAsset

func (*ResponsiveDisplayAdInfo) ProtoMessage

func (*ResponsiveDisplayAdInfo) ProtoMessage()

func (*ResponsiveDisplayAdInfo) Reset

func (m *ResponsiveDisplayAdInfo) Reset()

func (*ResponsiveDisplayAdInfo) String

func (m *ResponsiveDisplayAdInfo) String() string

func (*ResponsiveDisplayAdInfo) XXX_DiscardUnknown

func (m *ResponsiveDisplayAdInfo) XXX_DiscardUnknown()

func (*ResponsiveDisplayAdInfo) XXX_Marshal

func (m *ResponsiveDisplayAdInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResponsiveDisplayAdInfo) XXX_Merge

func (m *ResponsiveDisplayAdInfo) XXX_Merge(src proto.Message)

func (*ResponsiveDisplayAdInfo) XXX_Size

func (m *ResponsiveDisplayAdInfo) XXX_Size() int

func (*ResponsiveDisplayAdInfo) XXX_Unmarshal

func (m *ResponsiveDisplayAdInfo) XXX_Unmarshal(b []byte) error

type ResponsiveSearchAdInfo

type ResponsiveSearchAdInfo struct {
	// List of text assets for headlines. When the ad serves the headlines will
	// be selected from this list.
	Headlines []*AdTextAsset `protobuf:"bytes,1,rep,name=headlines,proto3" json:"headlines,omitempty"`
	// List of text assets for descriptions. When the ad serves the descriptions
	// will be selected from this list.
	Descriptions []*AdTextAsset `protobuf:"bytes,2,rep,name=descriptions,proto3" json:"descriptions,omitempty"`
	// First part of text that may appear appended to the url displayed in the ad.
	Path1 *wrappers.StringValue `protobuf:"bytes,3,opt,name=path1,proto3" json:"path1,omitempty"`
	// Second part of text that may appear appended to the url displayed in the
	// ad. This field can only be set when path1 is also set.
	Path2                *wrappers.StringValue `protobuf:"bytes,4,opt,name=path2,proto3" json:"path2,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

A responsive search ad.

Responsive search ads let you create an ad that adapts to show more text, and more relevant messages, to your customers. Enter multiple headlines and descriptions when creating a responsive search ad, and over time, Google Ads will automatically test different combinations and learn which combinations perform best. By adapting your ad's content to more closely match potential customers' search terms, responsive search ads may improve your campaign's performance.

More information at https://support.google.com/google-ads/answer/7684791

func (*ResponsiveSearchAdInfo) Descriptor

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

func (*ResponsiveSearchAdInfo) GetDescriptions

func (m *ResponsiveSearchAdInfo) GetDescriptions() []*AdTextAsset

func (*ResponsiveSearchAdInfo) GetHeadlines

func (m *ResponsiveSearchAdInfo) GetHeadlines() []*AdTextAsset

func (*ResponsiveSearchAdInfo) GetPath1

func (*ResponsiveSearchAdInfo) GetPath2

func (*ResponsiveSearchAdInfo) ProtoMessage

func (*ResponsiveSearchAdInfo) ProtoMessage()

func (*ResponsiveSearchAdInfo) Reset

func (m *ResponsiveSearchAdInfo) Reset()

func (*ResponsiveSearchAdInfo) String

func (m *ResponsiveSearchAdInfo) String() string

func (*ResponsiveSearchAdInfo) XXX_DiscardUnknown

func (m *ResponsiveSearchAdInfo) XXX_DiscardUnknown()

func (*ResponsiveSearchAdInfo) XXX_Marshal

func (m *ResponsiveSearchAdInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResponsiveSearchAdInfo) XXX_Merge

func (m *ResponsiveSearchAdInfo) XXX_Merge(src proto.Message)

func (*ResponsiveSearchAdInfo) XXX_Size

func (m *ResponsiveSearchAdInfo) XXX_Size() int

func (*ResponsiveSearchAdInfo) XXX_Unmarshal

func (m *ResponsiveSearchAdInfo) XXX_Unmarshal(b []byte) error

type RuleBasedUserListInfo

type RuleBasedUserListInfo struct {
	// The status of pre-population. The field is default to NONE if not set which
	// means the previous users will not be considered. If set to REQUESTED, past
	// site visitors or app users who match the list definition will be included
	// in the list (works on the Display Network only). This will only
	// add past users from within the last 30 days, depending on the
	// list's membership duration and the date when the remarketing tag is added.
	// The status will be updated to FINISHED once request is processed, or FAILED
	// if the request fails.
	PrepopulationStatus enums.UserListPrepopulationStatusEnum_UserListPrepopulationStatus `` /* 214-byte string literal not displayed */
	// Subtypes of rule based user lists.
	//
	// Types that are valid to be assigned to RuleBasedUserList:
	//	*RuleBasedUserListInfo_CombinedRuleUserList
	//	*RuleBasedUserListInfo_DateSpecificRuleUserList
	//	*RuleBasedUserListInfo_ExpressionRuleUserList
	RuleBasedUserList    isRuleBasedUserListInfo_RuleBasedUserList `protobuf_oneof:"rule_based_user_list"`
	XXX_NoUnkeyedLiteral struct{}                                  `json:"-"`
	XXX_unrecognized     []byte                                    `json:"-"`
	XXX_sizecache        int32                                     `json:"-"`
}

Representation of a userlist that is generated by a rule.

func (*RuleBasedUserListInfo) Descriptor

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

func (*RuleBasedUserListInfo) GetCombinedRuleUserList

func (m *RuleBasedUserListInfo) GetCombinedRuleUserList() *CombinedRuleUserListInfo

func (*RuleBasedUserListInfo) GetDateSpecificRuleUserList

func (m *RuleBasedUserListInfo) GetDateSpecificRuleUserList() *DateSpecificRuleUserListInfo

func (*RuleBasedUserListInfo) GetExpressionRuleUserList

func (m *RuleBasedUserListInfo) GetExpressionRuleUserList() *ExpressionRuleUserListInfo

func (*RuleBasedUserListInfo) GetRuleBasedUserList

func (m *RuleBasedUserListInfo) GetRuleBasedUserList() isRuleBasedUserListInfo_RuleBasedUserList

func (*RuleBasedUserListInfo) ProtoMessage

func (*RuleBasedUserListInfo) ProtoMessage()

func (*RuleBasedUserListInfo) Reset

func (m *RuleBasedUserListInfo) Reset()

func (*RuleBasedUserListInfo) String

func (m *RuleBasedUserListInfo) String() string

func (*RuleBasedUserListInfo) XXX_DiscardUnknown

func (m *RuleBasedUserListInfo) XXX_DiscardUnknown()

func (*RuleBasedUserListInfo) XXX_Marshal

func (m *RuleBasedUserListInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RuleBasedUserListInfo) XXX_Merge

func (m *RuleBasedUserListInfo) XXX_Merge(src proto.Message)

func (*RuleBasedUserListInfo) XXX_OneofWrappers

func (*RuleBasedUserListInfo) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*RuleBasedUserListInfo) XXX_Size

func (m *RuleBasedUserListInfo) XXX_Size() int

func (*RuleBasedUserListInfo) XXX_Unmarshal

func (m *RuleBasedUserListInfo) XXX_Unmarshal(b []byte) error

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 {
	// Ad network type.
	AdNetworkType enums.AdNetworkTypeEnum_AdNetworkType `` /* 170-byte string literal not displayed */
	// Click type.
	ClickType enums.ClickTypeEnum_ClickType `` /* 149-byte string literal not displayed */
	// Resource name of the conversion action.
	ConversionAction *wrappers.StringValue `protobuf:"bytes,52,opt,name=conversion_action,json=conversionAction,proto3" json:"conversion_action,omitempty"`
	// Conversion action category.
	ConversionActionCategory enums.ConversionActionCategoryEnum_ConversionActionCategory `` /* 226-byte string literal not displayed */
	// Conversion action name.
	ConversionActionName *wrappers.StringValue `protobuf:"bytes,54,opt,name=conversion_action_name,json=conversionActionName,proto3" json:"conversion_action_name,omitempty"`
	// This segments your conversion columns by the original conversion and
	// conversion value vs. the delta if conversions were adjusted. False row has
	// the data as originally stated; While true row has the delta between data
	// now and the data as originally stated. Summing the two together results
	// post-adjustment data.
	ConversionAdjustment *wrappers.BoolValue `protobuf:"bytes,27,opt,name=conversion_adjustment,json=conversionAdjustment,proto3" json:"conversion_adjustment,omitempty"`
	// Conversion attribution event type.
	ConversionAttributionEventType enums.ConversionAttributionEventTypeEnum_ConversionAttributionEventType `` /* 257-byte string literal not displayed */
	// An enum value representing the number of days between the impression and
	// the conversion.
	ConversionLagBucket enums.ConversionLagBucketEnum_ConversionLagBucket `` /* 201-byte string literal not displayed */
	// An enum value representing the number of days between the impression and
	// the conversion or between the impression and adjustments to the conversion.
	ConversionOrAdjustmentLagBucket enums.ConversionOrAdjustmentLagBucketEnum_ConversionOrAdjustmentLagBucket `` /* 265-byte string literal not displayed */
	// Date to which metrics apply.
	// yyyy-MM-dd format, e.g., 2018-04-17.
	Date *wrappers.StringValue `protobuf:"bytes,4,opt,name=date,proto3" json:"date,omitempty"`
	// Day of the week, e.g., MONDAY.
	DayOfWeek enums.DayOfWeekEnum_DayOfWeek `` /* 150-byte string literal not displayed */
	// Device to which metrics apply.
	Device enums.DeviceEnum_Device `protobuf:"varint,1,opt,name=device,proto3,enum=google.ads.googleads.v3.enums.DeviceEnum_Device" json:"device,omitempty"`
	// External conversion source.
	ExternalConversionSource enums.ExternalConversionSourceEnum_ExternalConversionSource `` /* 226-byte string literal not displayed */
	// Resource name of the geo target constant that represents an airport.
	GeoTargetAirport *wrappers.StringValue `protobuf:"bytes,65,opt,name=geo_target_airport,json=geoTargetAirport,proto3" json:"geo_target_airport,omitempty"`
	// Resource name of the geo target constant that represents a canton.
	GeoTargetCanton *wrappers.StringValue `protobuf:"bytes,76,opt,name=geo_target_canton,json=geoTargetCanton,proto3" json:"geo_target_canton,omitempty"`
	// Resource name of the geo target constant that represents a city.
	GeoTargetCity *wrappers.StringValue `protobuf:"bytes,62,opt,name=geo_target_city,json=geoTargetCity,proto3" json:"geo_target_city,omitempty"`
	// Resource name of the geo target constant that represents a country.
	GeoTargetCountry *wrappers.StringValue `protobuf:"bytes,77,opt,name=geo_target_country,json=geoTargetCountry,proto3" json:"geo_target_country,omitempty"`
	// Resource name of the geo target constant that represents a county.
	GeoTargetCounty *wrappers.StringValue `protobuf:"bytes,68,opt,name=geo_target_county,json=geoTargetCounty,proto3" json:"geo_target_county,omitempty"`
	// Resource name of the geo target constant that represents a district.
	GeoTargetDistrict *wrappers.StringValue `protobuf:"bytes,69,opt,name=geo_target_district,json=geoTargetDistrict,proto3" json:"geo_target_district,omitempty"`
	// Resource name of the geo target constant that represents a metro.
	GeoTargetMetro *wrappers.StringValue `protobuf:"bytes,63,opt,name=geo_target_metro,json=geoTargetMetro,proto3" json:"geo_target_metro,omitempty"`
	// Resource name of the geo target constant that represents the most
	// specific location.
	GeoTargetMostSpecificLocation *wrappers.StringValue `` /* 155-byte string literal not displayed */
	// Resource name of the geo target constant that represents a postal code.
	GeoTargetPostalCode *wrappers.StringValue `protobuf:"bytes,71,opt,name=geo_target_postal_code,json=geoTargetPostalCode,proto3" json:"geo_target_postal_code,omitempty"`
	// Resource name of the geo target constant that represents a province.
	GeoTargetProvince *wrappers.StringValue `protobuf:"bytes,75,opt,name=geo_target_province,json=geoTargetProvince,proto3" json:"geo_target_province,omitempty"`
	// Resource name of the geo target constant that represents a region.
	GeoTargetRegion *wrappers.StringValue `protobuf:"bytes,64,opt,name=geo_target_region,json=geoTargetRegion,proto3" json:"geo_target_region,omitempty"`
	// Resource name of the geo target constant that represents a state.
	GeoTargetState *wrappers.StringValue `protobuf:"bytes,67,opt,name=geo_target_state,json=geoTargetState,proto3" json:"geo_target_state,omitempty"`
	// Hotel booking window in days.
	HotelBookingWindowDays *wrappers.Int64Value `` /* 131-byte string literal not displayed */
	// Hotel center ID.
	HotelCenterId *wrappers.Int64Value `protobuf:"bytes,7,opt,name=hotel_center_id,json=hotelCenterId,proto3" json:"hotel_center_id,omitempty"`
	// Hotel check-in date. Formatted as yyyy-MM-dd.
	HotelCheckInDate *wrappers.StringValue `protobuf:"bytes,8,opt,name=hotel_check_in_date,json=hotelCheckInDate,proto3" json:"hotel_check_in_date,omitempty"`
	// Hotel check-in day of week.
	HotelCheckInDayOfWeek enums.DayOfWeekEnum_DayOfWeek `` /* 192-byte string literal not displayed */
	// Hotel city.
	HotelCity *wrappers.StringValue `protobuf:"bytes,10,opt,name=hotel_city,json=hotelCity,proto3" json:"hotel_city,omitempty"`
	// Hotel class.
	HotelClass *wrappers.Int32Value `protobuf:"bytes,11,opt,name=hotel_class,json=hotelClass,proto3" json:"hotel_class,omitempty"`
	// Hotel country.
	HotelCountry *wrappers.StringValue `protobuf:"bytes,12,opt,name=hotel_country,json=hotelCountry,proto3" json:"hotel_country,omitempty"`
	// Hotel date selection type.
	HotelDateSelectionType enums.HotelDateSelectionTypeEnum_HotelDateSelectionType `` /* 218-byte string literal not displayed */
	// Hotel length of stay.
	HotelLengthOfStay *wrappers.Int32Value `protobuf:"bytes,14,opt,name=hotel_length_of_stay,json=hotelLengthOfStay,proto3" json:"hotel_length_of_stay,omitempty"`
	// Hotel rate rule ID.
	HotelRateRuleId *wrappers.StringValue `protobuf:"bytes,73,opt,name=hotel_rate_rule_id,json=hotelRateRuleId,proto3" json:"hotel_rate_rule_id,omitempty"`
	// Hotel rate type.
	HotelRateType enums.HotelRateTypeEnum_HotelRateType `` /* 171-byte string literal not displayed */
	// Hotel price bucket.
	HotelPriceBucket enums.HotelPriceBucketEnum_HotelPriceBucket `` /* 186-byte string literal not displayed */
	// Hotel state.
	HotelState *wrappers.StringValue `protobuf:"bytes,15,opt,name=hotel_state,json=hotelState,proto3" json:"hotel_state,omitempty"`
	// Hour of day as a number between 0 and 23, inclusive.
	Hour *wrappers.Int32Value `protobuf:"bytes,16,opt,name=hour,proto3" json:"hour,omitempty"`
	// Only used with feed item metrics.
	// Indicates whether the interaction metrics occurred on the feed item itself
	// or a different extension or ad unit.
	InteractionOnThisExtension *wrappers.BoolValue `` /* 144-byte string literal not displayed */
	// Keyword criterion.
	Keyword *Keyword `protobuf:"bytes,61,opt,name=keyword,proto3" json:"keyword,omitempty"`
	// Month as represented by the date of the first day of a month. Formatted as
	// yyyy-MM-dd.
	Month *wrappers.StringValue `protobuf:"bytes,17,opt,name=month,proto3" json:"month,omitempty"`
	// Month of the year, e.g., January.
	MonthOfYear enums.MonthOfYearEnum_MonthOfYear `` /* 161-byte string literal not displayed */
	// Partner hotel ID.
	PartnerHotelId *wrappers.StringValue `protobuf:"bytes,19,opt,name=partner_hotel_id,json=partnerHotelId,proto3" json:"partner_hotel_id,omitempty"`
	// Placeholder type. This is only used with feed item metrics.
	PlaceholderType enums.PlaceholderTypeEnum_PlaceholderType `` /* 179-byte string literal not displayed */
	// Aggregator ID of the product.
	ProductAggregatorId *wrappers.UInt64Value `protobuf:"bytes,28,opt,name=product_aggregator_id,json=productAggregatorId,proto3" json:"product_aggregator_id,omitempty"`
	// Bidding category (level 1) of the product.
	ProductBiddingCategoryLevel1 *wrappers.StringValue `` /* 150-byte string literal not displayed */
	// Bidding category (level 2) of the product.
	ProductBiddingCategoryLevel2 *wrappers.StringValue `` /* 150-byte string literal not displayed */
	// Bidding category (level 3) of the product.
	ProductBiddingCategoryLevel3 *wrappers.StringValue `` /* 150-byte string literal not displayed */
	// Bidding category (level 4) of the product.
	ProductBiddingCategoryLevel4 *wrappers.StringValue `` /* 150-byte string literal not displayed */
	// Bidding category (level 5) of the product.
	ProductBiddingCategoryLevel5 *wrappers.StringValue `` /* 150-byte string literal not displayed */
	// Brand of the product.
	ProductBrand *wrappers.StringValue `protobuf:"bytes,29,opt,name=product_brand,json=productBrand,proto3" json:"product_brand,omitempty"`
	// Channel of the product.
	ProductChannel enums.ProductChannelEnum_ProductChannel `` /* 174-byte string literal not displayed */
	// Channel exclusivity of the product.
	ProductChannelExclusivity enums.ProductChannelExclusivityEnum_ProductChannelExclusivity `` /* 231-byte string literal not displayed */
	// Condition of the product.
	ProductCondition enums.ProductConditionEnum_ProductCondition `` /* 184-byte string literal not displayed */
	// Resource name of the geo target constant for the country of sale of the
	// product.
	ProductCountry *wrappers.StringValue `protobuf:"bytes,33,opt,name=product_country,json=productCountry,proto3" json:"product_country,omitempty"`
	// Custom attribute 0 of the product.
	ProductCustomAttribute0 *wrappers.StringValue `` /* 133-byte string literal not displayed */
	// Custom attribute 1 of the product.
	ProductCustomAttribute1 *wrappers.StringValue `` /* 133-byte string literal not displayed */
	// Custom attribute 2 of the product.
	ProductCustomAttribute2 *wrappers.StringValue `` /* 133-byte string literal not displayed */
	// Custom attribute 3 of the product.
	ProductCustomAttribute3 *wrappers.StringValue `` /* 133-byte string literal not displayed */
	// Custom attribute 4 of the product.
	ProductCustomAttribute4 *wrappers.StringValue `` /* 133-byte string literal not displayed */
	// Item ID of the product.
	ProductItemId *wrappers.StringValue `protobuf:"bytes,39,opt,name=product_item_id,json=productItemId,proto3" json:"product_item_id,omitempty"`
	// Resource name of the language constant for the language of the product.
	ProductLanguage *wrappers.StringValue `protobuf:"bytes,40,opt,name=product_language,json=productLanguage,proto3" json:"product_language,omitempty"`
	// Merchant ID of the product.
	ProductMerchantId *wrappers.UInt64Value `protobuf:"bytes,41,opt,name=product_merchant_id,json=productMerchantId,proto3" json:"product_merchant_id,omitempty"`
	// Store ID of the product.
	ProductStoreId *wrappers.StringValue `protobuf:"bytes,42,opt,name=product_store_id,json=productStoreId,proto3" json:"product_store_id,omitempty"`
	// Title of the product.
	ProductTitle *wrappers.StringValue `protobuf:"bytes,43,opt,name=product_title,json=productTitle,proto3" json:"product_title,omitempty"`
	// Type (level 1) of the product.
	ProductTypeL1 *wrappers.StringValue `protobuf:"bytes,44,opt,name=product_type_l1,json=productTypeL1,proto3" json:"product_type_l1,omitempty"`
	// Type (level 2) of the product.
	ProductTypeL2 *wrappers.StringValue `protobuf:"bytes,45,opt,name=product_type_l2,json=productTypeL2,proto3" json:"product_type_l2,omitempty"`
	// Type (level 3) of the product.
	ProductTypeL3 *wrappers.StringValue `protobuf:"bytes,46,opt,name=product_type_l3,json=productTypeL3,proto3" json:"product_type_l3,omitempty"`
	// Type (level 4) of the product.
	ProductTypeL4 *wrappers.StringValue `protobuf:"bytes,47,opt,name=product_type_l4,json=productTypeL4,proto3" json:"product_type_l4,omitempty"`
	// Type (level 5) of the product.
	ProductTypeL5 *wrappers.StringValue `protobuf:"bytes,48,opt,name=product_type_l5,json=productTypeL5,proto3" json:"product_type_l5,omitempty"`
	// Quarter as represented by the date of the first day of a quarter.
	// Uses the calendar year for quarters, e.g., the second quarter of 2018
	// starts on 2018-04-01. Formatted as yyyy-MM-dd.
	Quarter *wrappers.StringValue `protobuf:"bytes,21,opt,name=quarter,proto3" json:"quarter,omitempty"`
	// Type of the search engine results page.
	SearchEngineResultsPageType enums.SearchEngineResultsPageTypeEnum_SearchEngineResultsPageType `` /* 245-byte string literal not displayed */
	// Match type of the keyword that triggered the ad, including variants.
	SearchTermMatchType enums.SearchTermMatchTypeEnum_SearchTermMatchType `` /* 203-byte string literal not displayed */
	// Position of the ad.
	Slot enums.SlotEnum_Slot `protobuf:"varint,23,opt,name=slot,proto3,enum=google.ads.googleads.v3.enums.SlotEnum_Slot" json:"slot,omitempty"`
	// Resource name of the ad group criterion that represents webpage criterion.
	Webpage *wrappers.StringValue `protobuf:"bytes,66,opt,name=webpage,proto3" json:"webpage,omitempty"`
	// Week as defined as Monday through Sunday, and represented by the date of
	// Monday. Formatted as yyyy-MM-dd.
	Week *wrappers.StringValue `protobuf:"bytes,24,opt,name=week,proto3" json:"week,omitempty"`
	// Year, formatted as yyyy.
	Year                 *wrappers.Int32Value `protobuf:"bytes,25,opt,name=year,proto3" json:"year,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

Segment only fields.

func (*Segments) Descriptor

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

func (*Segments) GetAdNetworkType

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

func (*Segments) GetClickType

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

func (*Segments) GetConversionAction

func (m *Segments) GetConversionAction() *wrappers.StringValue

func (*Segments) GetConversionActionName

func (m *Segments) GetConversionActionName() *wrappers.StringValue

func (*Segments) GetConversionAdjustment

func (m *Segments) GetConversionAdjustment() *wrappers.BoolValue

func (*Segments) GetConversionLagBucket

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

func (*Segments) GetDate

func (m *Segments) GetDate() *wrappers.StringValue

func (*Segments) GetDayOfWeek

func (m *Segments) GetDayOfWeek() enums.DayOfWeekEnum_DayOfWeek

func (*Segments) GetDevice

func (m *Segments) GetDevice() enums.DeviceEnum_Device

func (*Segments) GetGeoTargetAirport

func (m *Segments) GetGeoTargetAirport() *wrappers.StringValue

func (*Segments) GetGeoTargetCanton

func (m *Segments) GetGeoTargetCanton() *wrappers.StringValue

func (*Segments) GetGeoTargetCity

func (m *Segments) GetGeoTargetCity() *wrappers.StringValue

func (*Segments) GetGeoTargetCountry

func (m *Segments) GetGeoTargetCountry() *wrappers.StringValue

func (*Segments) GetGeoTargetCounty

func (m *Segments) GetGeoTargetCounty() *wrappers.StringValue

func (*Segments) GetGeoTargetDistrict

func (m *Segments) GetGeoTargetDistrict() *wrappers.StringValue

func (*Segments) GetGeoTargetMetro

func (m *Segments) GetGeoTargetMetro() *wrappers.StringValue

func (*Segments) GetGeoTargetMostSpecificLocation

func (m *Segments) GetGeoTargetMostSpecificLocation() *wrappers.StringValue

func (*Segments) GetGeoTargetPostalCode

func (m *Segments) GetGeoTargetPostalCode() *wrappers.StringValue

func (*Segments) GetGeoTargetProvince

func (m *Segments) GetGeoTargetProvince() *wrappers.StringValue

func (*Segments) GetGeoTargetRegion

func (m *Segments) GetGeoTargetRegion() *wrappers.StringValue

func (*Segments) GetGeoTargetState

func (m *Segments) GetGeoTargetState() *wrappers.StringValue

func (*Segments) GetHotelBookingWindowDays

func (m *Segments) GetHotelBookingWindowDays() *wrappers.Int64Value

func (*Segments) GetHotelCenterId

func (m *Segments) GetHotelCenterId() *wrappers.Int64Value

func (*Segments) GetHotelCheckInDate

func (m *Segments) GetHotelCheckInDate() *wrappers.StringValue

func (*Segments) GetHotelCheckInDayOfWeek

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

func (*Segments) GetHotelCity

func (m *Segments) GetHotelCity() *wrappers.StringValue

func (*Segments) GetHotelClass

func (m *Segments) GetHotelClass() *wrappers.Int32Value

func (*Segments) GetHotelCountry

func (m *Segments) GetHotelCountry() *wrappers.StringValue

func (*Segments) GetHotelDateSelectionType

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

func (*Segments) GetHotelLengthOfStay

func (m *Segments) GetHotelLengthOfStay() *wrappers.Int32Value

func (*Segments) GetHotelPriceBucket

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

func (*Segments) GetHotelRateRuleId

func (m *Segments) GetHotelRateRuleId() *wrappers.StringValue

func (*Segments) GetHotelRateType

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

func (*Segments) GetHotelState

func (m *Segments) GetHotelState() *wrappers.StringValue

func (*Segments) GetHour

func (m *Segments) GetHour() *wrappers.Int32Value

func (*Segments) GetInteractionOnThisExtension

func (m *Segments) GetInteractionOnThisExtension() *wrappers.BoolValue

func (*Segments) GetKeyword

func (m *Segments) GetKeyword() *Keyword

func (*Segments) GetMonth

func (m *Segments) GetMonth() *wrappers.StringValue

func (*Segments) GetMonthOfYear

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

func (*Segments) GetPartnerHotelId

func (m *Segments) GetPartnerHotelId() *wrappers.StringValue

func (*Segments) GetPlaceholderType

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

func (*Segments) GetProductAggregatorId

func (m *Segments) GetProductAggregatorId() *wrappers.UInt64Value

func (*Segments) GetProductBiddingCategoryLevel1

func (m *Segments) GetProductBiddingCategoryLevel1() *wrappers.StringValue

func (*Segments) GetProductBiddingCategoryLevel2

func (m *Segments) GetProductBiddingCategoryLevel2() *wrappers.StringValue

func (*Segments) GetProductBiddingCategoryLevel3

func (m *Segments) GetProductBiddingCategoryLevel3() *wrappers.StringValue

func (*Segments) GetProductBiddingCategoryLevel4

func (m *Segments) GetProductBiddingCategoryLevel4() *wrappers.StringValue

func (*Segments) GetProductBiddingCategoryLevel5

func (m *Segments) GetProductBiddingCategoryLevel5() *wrappers.StringValue

func (*Segments) GetProductBrand

func (m *Segments) GetProductBrand() *wrappers.StringValue

func (*Segments) GetProductChannel

func (m *Segments) GetProductChannel() enums.ProductChannelEnum_ProductChannel

func (*Segments) GetProductCondition

func (m *Segments) GetProductCondition() enums.ProductConditionEnum_ProductCondition

func (*Segments) GetProductCountry

func (m *Segments) GetProductCountry() *wrappers.StringValue

func (*Segments) GetProductCustomAttribute0

func (m *Segments) GetProductCustomAttribute0() *wrappers.StringValue

func (*Segments) GetProductCustomAttribute1

func (m *Segments) GetProductCustomAttribute1() *wrappers.StringValue

func (*Segments) GetProductCustomAttribute2

func (m *Segments) GetProductCustomAttribute2() *wrappers.StringValue

func (*Segments) GetProductCustomAttribute3

func (m *Segments) GetProductCustomAttribute3() *wrappers.StringValue

func (*Segments) GetProductCustomAttribute4

func (m *Segments) GetProductCustomAttribute4() *wrappers.StringValue

func (*Segments) GetProductItemId

func (m *Segments) GetProductItemId() *wrappers.StringValue

func (*Segments) GetProductLanguage

func (m *Segments) GetProductLanguage() *wrappers.StringValue

func (*Segments) GetProductMerchantId

func (m *Segments) GetProductMerchantId() *wrappers.UInt64Value

func (*Segments) GetProductStoreId

func (m *Segments) GetProductStoreId() *wrappers.StringValue

func (*Segments) GetProductTitle

func (m *Segments) GetProductTitle() *wrappers.StringValue

func (*Segments) GetProductTypeL1

func (m *Segments) GetProductTypeL1() *wrappers.StringValue

func (*Segments) GetProductTypeL2

func (m *Segments) GetProductTypeL2() *wrappers.StringValue

func (*Segments) GetProductTypeL3

func (m *Segments) GetProductTypeL3() *wrappers.StringValue

func (*Segments) GetProductTypeL4

func (m *Segments) GetProductTypeL4() *wrappers.StringValue

func (*Segments) GetProductTypeL5

func (m *Segments) GetProductTypeL5() *wrappers.StringValue

func (*Segments) GetQuarter

func (m *Segments) GetQuarter() *wrappers.StringValue

func (*Segments) GetSearchTermMatchType

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

func (*Segments) GetSlot

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

func (*Segments) GetWebpage

func (m *Segments) GetWebpage() *wrappers.StringValue

func (*Segments) GetWeek

func (m *Segments) GetWeek() *wrappers.StringValue

func (*Segments) GetYear

func (m *Segments) GetYear() *wrappers.Int32Value

func (*Segments) ProtoMessage

func (*Segments) ProtoMessage()

func (*Segments) Reset

func (m *Segments) Reset()

func (*Segments) String

func (m *Segments) String() string

func (*Segments) XXX_DiscardUnknown

func (m *Segments) XXX_DiscardUnknown()

func (*Segments) XXX_Marshal

func (m *Segments) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Segments) XXX_Merge

func (m *Segments) XXX_Merge(src proto.Message)

func (*Segments) XXX_Size

func (m *Segments) XXX_Size() int

func (*Segments) XXX_Unmarshal

func (m *Segments) XXX_Unmarshal(b []byte) error

type ShoppingComparisonListingAdInfo

type ShoppingComparisonListingAdInfo struct {
	// Headline of the ad. This field is required. Allowed length is between 25
	// and 45 characters.
	Headline             *wrappers.StringValue `protobuf:"bytes,1,opt,name=headline,proto3" json:"headline,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

A Shopping Comparison Listing ad.

func (*ShoppingComparisonListingAdInfo) Descriptor

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

func (*ShoppingComparisonListingAdInfo) GetHeadline

func (*ShoppingComparisonListingAdInfo) ProtoMessage

func (*ShoppingComparisonListingAdInfo) ProtoMessage()

func (*ShoppingComparisonListingAdInfo) Reset

func (*ShoppingComparisonListingAdInfo) String

func (*ShoppingComparisonListingAdInfo) XXX_DiscardUnknown

func (m *ShoppingComparisonListingAdInfo) XXX_DiscardUnknown()

func (*ShoppingComparisonListingAdInfo) XXX_Marshal

func (m *ShoppingComparisonListingAdInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ShoppingComparisonListingAdInfo) XXX_Merge

func (m *ShoppingComparisonListingAdInfo) XXX_Merge(src proto.Message)

func (*ShoppingComparisonListingAdInfo) XXX_Size

func (m *ShoppingComparisonListingAdInfo) XXX_Size() int

func (*ShoppingComparisonListingAdInfo) XXX_Unmarshal

func (m *ShoppingComparisonListingAdInfo) XXX_Unmarshal(b []byte) error

type ShoppingProductAdInfo

type ShoppingProductAdInfo struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

A standard Shopping ad.

func (*ShoppingProductAdInfo) Descriptor

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

func (*ShoppingProductAdInfo) ProtoMessage

func (*ShoppingProductAdInfo) ProtoMessage()

func (*ShoppingProductAdInfo) Reset

func (m *ShoppingProductAdInfo) Reset()

func (*ShoppingProductAdInfo) String

func (m *ShoppingProductAdInfo) String() string

func (*ShoppingProductAdInfo) XXX_DiscardUnknown

func (m *ShoppingProductAdInfo) XXX_DiscardUnknown()

func (*ShoppingProductAdInfo) XXX_Marshal

func (m *ShoppingProductAdInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ShoppingProductAdInfo) XXX_Merge

func (m *ShoppingProductAdInfo) XXX_Merge(src proto.Message)

func (*ShoppingProductAdInfo) XXX_Size

func (m *ShoppingProductAdInfo) XXX_Size() int

func (*ShoppingProductAdInfo) XXX_Unmarshal

func (m *ShoppingProductAdInfo) XXX_Unmarshal(b []byte) error

type ShoppingSmartAdInfo

type ShoppingSmartAdInfo struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

A Smart Shopping ad.

func (*ShoppingSmartAdInfo) Descriptor

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

func (*ShoppingSmartAdInfo) ProtoMessage

func (*ShoppingSmartAdInfo) ProtoMessage()

func (*ShoppingSmartAdInfo) Reset

func (m *ShoppingSmartAdInfo) Reset()

func (*ShoppingSmartAdInfo) String

func (m *ShoppingSmartAdInfo) String() string

func (*ShoppingSmartAdInfo) XXX_DiscardUnknown

func (m *ShoppingSmartAdInfo) XXX_DiscardUnknown()

func (*ShoppingSmartAdInfo) XXX_Marshal

func (m *ShoppingSmartAdInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ShoppingSmartAdInfo) XXX_Merge

func (m *ShoppingSmartAdInfo) XXX_Merge(src proto.Message)

func (*ShoppingSmartAdInfo) XXX_Size

func (m *ShoppingSmartAdInfo) XXX_Size() int

func (*ShoppingSmartAdInfo) XXX_Unmarshal

func (m *ShoppingSmartAdInfo) XXX_Unmarshal(b []byte) error

type SimilarUserListInfo

type SimilarUserListInfo struct {
	// Seed UserList from which this list is derived.
	SeedUserList         *wrappers.StringValue `protobuf:"bytes,1,opt,name=seed_user_list,json=seedUserList,proto3" json:"seed_user_list,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

SimilarUserList is a list of users which are similar to users from another UserList. These lists are read-only and automatically created by Google.

func (*SimilarUserListInfo) Descriptor

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

func (*SimilarUserListInfo) GetSeedUserList

func (m *SimilarUserListInfo) GetSeedUserList() *wrappers.StringValue

func (*SimilarUserListInfo) ProtoMessage

func (*SimilarUserListInfo) ProtoMessage()

func (*SimilarUserListInfo) Reset

func (m *SimilarUserListInfo) Reset()

func (*SimilarUserListInfo) String

func (m *SimilarUserListInfo) String() string

func (*SimilarUserListInfo) XXX_DiscardUnknown

func (m *SimilarUserListInfo) XXX_DiscardUnknown()

func (*SimilarUserListInfo) XXX_Marshal

func (m *SimilarUserListInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SimilarUserListInfo) XXX_Merge

func (m *SimilarUserListInfo) XXX_Merge(src proto.Message)

func (*SimilarUserListInfo) XXX_Size

func (m *SimilarUserListInfo) XXX_Size() int

func (*SimilarUserListInfo) XXX_Unmarshal

func (m *SimilarUserListInfo) XXX_Unmarshal(b []byte) error

type SitelinkFeedItem

type SitelinkFeedItem struct {
	// URL display text for the sitelink.
	// The length of this string should be between 1 and 25, inclusive.
	LinkText *wrappers.StringValue `protobuf:"bytes,1,opt,name=link_text,json=linkText,proto3" json:"link_text,omitempty"`
	// First line of the description for the sitelink.
	// If this value is set, line2 must also be set.
	// The length of this string should be between 0 and 35, inclusive.
	Line1 *wrappers.StringValue `protobuf:"bytes,2,opt,name=line1,proto3" json:"line1,omitempty"`
	// Second line of the description for the sitelink.
	// If this value is set, line1 must also be set.
	// The length of this string should be between 0 and 35, inclusive.
	Line2 *wrappers.StringValue `protobuf:"bytes,3,opt,name=line2,proto3" json:"line2,omitempty"`
	// A list of possible final URLs after all cross domain redirects.
	FinalUrls []*wrappers.StringValue `protobuf:"bytes,4,rep,name=final_urls,json=finalUrls,proto3" json:"final_urls,omitempty"`
	// A list of possible final mobile URLs after all cross domain redirects.
	FinalMobileUrls []*wrappers.StringValue `protobuf:"bytes,5,rep,name=final_mobile_urls,json=finalMobileUrls,proto3" json:"final_mobile_urls,omitempty"`
	// URL template for constructing a tracking URL.
	TrackingUrlTemplate *wrappers.StringValue `protobuf:"bytes,6,opt,name=tracking_url_template,json=trackingUrlTemplate,proto3" json:"tracking_url_template,omitempty"`
	// A list of mappings to be used for substituting URL custom parameter tags in
	// the tracking_url_template, final_urls, and/or final_mobile_urls.
	UrlCustomParameters []*CustomParameter `protobuf:"bytes,7,rep,name=url_custom_parameters,json=urlCustomParameters,proto3" json:"url_custom_parameters,omitempty"`
	// Final URL suffix to be appended to landing page URLs served with
	// parallel tracking.
	FinalUrlSuffix       *wrappers.StringValue `protobuf:"bytes,8,opt,name=final_url_suffix,json=finalUrlSuffix,proto3" json:"final_url_suffix,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

Represents a sitelink extension.

func (*SitelinkFeedItem) Descriptor

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

func (*SitelinkFeedItem) GetFinalMobileUrls

func (m *SitelinkFeedItem) GetFinalMobileUrls() []*wrappers.StringValue

func (*SitelinkFeedItem) GetFinalUrlSuffix

func (m *SitelinkFeedItem) GetFinalUrlSuffix() *wrappers.StringValue

func (*SitelinkFeedItem) GetFinalUrls

func (m *SitelinkFeedItem) GetFinalUrls() []*wrappers.StringValue

func (*SitelinkFeedItem) GetLine1

func (m *SitelinkFeedItem) GetLine1() *wrappers.StringValue

func (*SitelinkFeedItem) GetLine2

func (m *SitelinkFeedItem) GetLine2() *wrappers.StringValue

func (*SitelinkFeedItem) GetLinkText

func (m *SitelinkFeedItem) GetLinkText() *wrappers.StringValue

func (*SitelinkFeedItem) GetTrackingUrlTemplate

func (m *SitelinkFeedItem) GetTrackingUrlTemplate() *wrappers.StringValue

func (*SitelinkFeedItem) GetUrlCustomParameters

func (m *SitelinkFeedItem) GetUrlCustomParameters() []*CustomParameter

func (*SitelinkFeedItem) ProtoMessage

func (*SitelinkFeedItem) ProtoMessage()

func (*SitelinkFeedItem) Reset

func (m *SitelinkFeedItem) Reset()

func (*SitelinkFeedItem) String

func (m *SitelinkFeedItem) String() string

func (*SitelinkFeedItem) XXX_DiscardUnknown

func (m *SitelinkFeedItem) XXX_DiscardUnknown()

func (*SitelinkFeedItem) XXX_Marshal

func (m *SitelinkFeedItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SitelinkFeedItem) XXX_Merge

func (m *SitelinkFeedItem) XXX_Merge(src proto.Message)

func (*SitelinkFeedItem) XXX_Size

func (m *SitelinkFeedItem) XXX_Size() int

func (*SitelinkFeedItem) XXX_Unmarshal

func (m *SitelinkFeedItem) XXX_Unmarshal(b []byte) error

type StoreAttribute

type StoreAttribute struct {
	// Store code from
	// https://support.google.com/business/answer/3370250#storecode
	StoreCode            *wrappers.StringValue `protobuf:"bytes,1,opt,name=store_code,json=storeCode,proto3" json:"store_code,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

Store attributes of the transaction.

func (*StoreAttribute) Descriptor

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

func (*StoreAttribute) GetStoreCode

func (m *StoreAttribute) GetStoreCode() *wrappers.StringValue

func (*StoreAttribute) ProtoMessage

func (*StoreAttribute) ProtoMessage()

func (*StoreAttribute) Reset

func (m *StoreAttribute) Reset()

func (*StoreAttribute) String

func (m *StoreAttribute) String() string

func (*StoreAttribute) XXX_DiscardUnknown

func (m *StoreAttribute) XXX_DiscardUnknown()

func (*StoreAttribute) XXX_Marshal

func (m *StoreAttribute) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*StoreAttribute) XXX_Merge

func (m *StoreAttribute) XXX_Merge(src proto.Message)

func (*StoreAttribute) XXX_Size

func (m *StoreAttribute) XXX_Size() int

func (*StoreAttribute) XXX_Unmarshal

func (m *StoreAttribute) XXX_Unmarshal(b []byte) error

type StoreSalesMetadata

type StoreSalesMetadata struct {
	// This is the fraction of all transactions that are identifiable (i.e.,
	// associated with any form of customer information).
	// Required.
	// The fraction needs to be between 0 and 1 (excluding 0).
	LoyaltyFraction *wrappers.DoubleValue `protobuf:"bytes,1,opt,name=loyalty_fraction,json=loyaltyFraction,proto3" json:"loyalty_fraction,omitempty"`
	// This is the ratio of sales being uploaded compared to the overall sales
	// that can be associated with a customer. Required.
	// The fraction needs to be between 0 and 1 (excluding 0). For example, if you
	// upload half the sales that you are able to associate with a customer, this
	// would be 0.5.
	TransactionUploadFraction *wrappers.DoubleValue `` /* 138-byte string literal not displayed */
	// Name of the store sales custom variable key. A predefined key that
	// can be applied to the transaction and then later used for custom
	// segementation in reporting.
	// Accessible to whitelisted customers only.
	CustomKey *wrappers.StringValue `protobuf:"bytes,4,opt,name=custom_key,json=customKey,proto3" json:"custom_key,omitempty"`
	// Metadata for a third party Store Sales upload.
	ThirdPartyMetadata   *StoreSalesThirdPartyMetadata `protobuf:"bytes,3,opt,name=third_party_metadata,json=thirdPartyMetadata,proto3" json:"third_party_metadata,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                      `json:"-"`
	XXX_unrecognized     []byte                        `json:"-"`
	XXX_sizecache        int32                         `json:"-"`
}

Metadata for Store Sales Direct.

func (*StoreSalesMetadata) Descriptor

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

func (*StoreSalesMetadata) GetCustomKey

func (m *StoreSalesMetadata) GetCustomKey() *wrappers.StringValue

func (*StoreSalesMetadata) GetLoyaltyFraction

func (m *StoreSalesMetadata) GetLoyaltyFraction() *wrappers.DoubleValue

func (*StoreSalesMetadata) GetThirdPartyMetadata

func (m *StoreSalesMetadata) GetThirdPartyMetadata() *StoreSalesThirdPartyMetadata

func (*StoreSalesMetadata) GetTransactionUploadFraction

func (m *StoreSalesMetadata) GetTransactionUploadFraction() *wrappers.DoubleValue

func (*StoreSalesMetadata) ProtoMessage

func (*StoreSalesMetadata) ProtoMessage()

func (*StoreSalesMetadata) Reset

func (m *StoreSalesMetadata) Reset()

func (*StoreSalesMetadata) String

func (m *StoreSalesMetadata) String() string

func (*StoreSalesMetadata) XXX_DiscardUnknown

func (m *StoreSalesMetadata) XXX_DiscardUnknown()

func (*StoreSalesMetadata) XXX_Marshal

func (m *StoreSalesMetadata) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*StoreSalesMetadata) XXX_Merge

func (m *StoreSalesMetadata) XXX_Merge(src proto.Message)

func (*StoreSalesMetadata) XXX_Size

func (m *StoreSalesMetadata) XXX_Size() int

func (*StoreSalesMetadata) XXX_Unmarshal

func (m *StoreSalesMetadata) XXX_Unmarshal(b []byte) error

type StoreSalesThirdPartyMetadata

type StoreSalesThirdPartyMetadata struct {
	// Time the advertiser uploaded the data to the partner. Required.
	// The format is "YYYY-MM-DD HH:MM:SS".
	// Examples: "2018-03-05 09:15:00" or "2018-02-01 14:34:30"
	AdvertiserUploadDateTime *wrappers.StringValue `` /* 137-byte string literal not displayed */
	// The fraction of transactions that are valid. Invalid transactions may
	// include invalid formats or values.
	// Required.
	// The fraction needs to be between 0 and 1 (excluding 0).
	ValidTransactionFraction *wrappers.DoubleValue `` /* 135-byte string literal not displayed */
	// The fraction of valid transactions that are matched to a third party
	// assigned user ID on the partner side.
	// Required.
	// The fraction needs to be between 0 and 1 (excluding 0).
	PartnerMatchFraction *wrappers.DoubleValue `protobuf:"bytes,3,opt,name=partner_match_fraction,json=partnerMatchFraction,proto3" json:"partner_match_fraction,omitempty"`
	// The fraction of valid transactions that are uploaded by the partner to
	// Google.
	// Required.
	// The fraction needs to be between 0 and 1 (excluding 0).
	PartnerUploadFraction *wrappers.DoubleValue `` /* 126-byte string literal not displayed */
	// Version of partner IDs to be used for uploads. Required.
	BridgeMapVersionId *wrappers.StringValue `protobuf:"bytes,5,opt,name=bridge_map_version_id,json=bridgeMapVersionId,proto3" json:"bridge_map_version_id,omitempty"`
	// ID of the third party partner updating the transaction feed.
	PartnerId            *wrappers.Int64Value `protobuf:"bytes,6,opt,name=partner_id,json=partnerId,proto3" json:"partner_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

Metadata for a third party Store Sales. This is a whitelisted only product. Please contact your Google business development representative for details on the upload configuration.

func (*StoreSalesThirdPartyMetadata) Descriptor

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

func (*StoreSalesThirdPartyMetadata) GetAdvertiserUploadDateTime

func (m *StoreSalesThirdPartyMetadata) GetAdvertiserUploadDateTime() *wrappers.StringValue

func (*StoreSalesThirdPartyMetadata) GetBridgeMapVersionId

func (m *StoreSalesThirdPartyMetadata) GetBridgeMapVersionId() *wrappers.StringValue

func (*StoreSalesThirdPartyMetadata) GetPartnerId

func (*StoreSalesThirdPartyMetadata) GetPartnerMatchFraction

func (m *StoreSalesThirdPartyMetadata) GetPartnerMatchFraction() *wrappers.DoubleValue

func (*StoreSalesThirdPartyMetadata) GetPartnerUploadFraction

func (m *StoreSalesThirdPartyMetadata) GetPartnerUploadFraction() *wrappers.DoubleValue

func (*StoreSalesThirdPartyMetadata) GetValidTransactionFraction

func (m *StoreSalesThirdPartyMetadata) GetValidTransactionFraction() *wrappers.DoubleValue

func (*StoreSalesThirdPartyMetadata) ProtoMessage

func (*StoreSalesThirdPartyMetadata) ProtoMessage()

func (*StoreSalesThirdPartyMetadata) Reset

func (m *StoreSalesThirdPartyMetadata) Reset()

func (*StoreSalesThirdPartyMetadata) String

func (*StoreSalesThirdPartyMetadata) XXX_DiscardUnknown

func (m *StoreSalesThirdPartyMetadata) XXX_DiscardUnknown()

func (*StoreSalesThirdPartyMetadata) XXX_Marshal

func (m *StoreSalesThirdPartyMetadata) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*StoreSalesThirdPartyMetadata) XXX_Merge

func (m *StoreSalesThirdPartyMetadata) XXX_Merge(src proto.Message)

func (*StoreSalesThirdPartyMetadata) XXX_Size

func (m *StoreSalesThirdPartyMetadata) XXX_Size() int

func (*StoreSalesThirdPartyMetadata) XXX_Unmarshal

func (m *StoreSalesThirdPartyMetadata) XXX_Unmarshal(b []byte) error

type StructuredSnippetFeedItem

type StructuredSnippetFeedItem struct {
	// The header of the snippet.
	// This string must not be empty.
	Header *wrappers.StringValue `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"`
	// The values in the snippet.
	// The maximum size of this collection is 10.
	Values               []*wrappers.StringValue `protobuf:"bytes,2,rep,name=values,proto3" json:"values,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                `json:"-"`
	XXX_unrecognized     []byte                  `json:"-"`
	XXX_sizecache        int32                   `json:"-"`
}

Represents a structured snippet extension.

func (*StructuredSnippetFeedItem) Descriptor

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

func (*StructuredSnippetFeedItem) GetHeader

func (*StructuredSnippetFeedItem) GetValues

func (*StructuredSnippetFeedItem) ProtoMessage

func (*StructuredSnippetFeedItem) ProtoMessage()

func (*StructuredSnippetFeedItem) Reset

func (m *StructuredSnippetFeedItem) Reset()

func (*StructuredSnippetFeedItem) String

func (m *StructuredSnippetFeedItem) String() string

func (*StructuredSnippetFeedItem) XXX_DiscardUnknown

func (m *StructuredSnippetFeedItem) XXX_DiscardUnknown()

func (*StructuredSnippetFeedItem) XXX_Marshal

func (m *StructuredSnippetFeedItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*StructuredSnippetFeedItem) XXX_Merge

func (m *StructuredSnippetFeedItem) XXX_Merge(src proto.Message)

func (*StructuredSnippetFeedItem) XXX_Size

func (m *StructuredSnippetFeedItem) XXX_Size() int

func (*StructuredSnippetFeedItem) XXX_Unmarshal

func (m *StructuredSnippetFeedItem) XXX_Unmarshal(b []byte) error

type TagSnippet

type TagSnippet struct {
	// The type of the generated tag snippets for tracking conversions.
	Type enums.TrackingCodeTypeEnum_TrackingCodeType `` /* 135-byte string literal not displayed */
	// The format of the web page where the tracking tag and snippet will be
	// installed, e.g. HTML.
	PageFormat enums.TrackingCodePageFormatEnum_TrackingCodePageFormat `` /* 177-byte string literal not displayed */
	// The site tag that adds visitors to your basic remarketing lists and sets
	// new cookies on your domain.
	GlobalSiteTag *wrappers.StringValue `protobuf:"bytes,3,opt,name=global_site_tag,json=globalSiteTag,proto3" json:"global_site_tag,omitempty"`
	// The event snippet that works with the site tag to track actions that
	// should be counted as conversions.
	EventSnippet         *wrappers.StringValue `protobuf:"bytes,4,opt,name=event_snippet,json=eventSnippet,proto3" json:"event_snippet,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

The site tag and event snippet pair for a TrackingCodeType.

func (*TagSnippet) Descriptor

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

func (*TagSnippet) GetEventSnippet

func (m *TagSnippet) GetEventSnippet() *wrappers.StringValue

func (*TagSnippet) GetGlobalSiteTag

func (m *TagSnippet) GetGlobalSiteTag() *wrappers.StringValue

func (*TagSnippet) GetType

func (*TagSnippet) ProtoMessage

func (*TagSnippet) ProtoMessage()

func (*TagSnippet) Reset

func (m *TagSnippet) Reset()

func (*TagSnippet) String

func (m *TagSnippet) String() string

func (*TagSnippet) XXX_DiscardUnknown

func (m *TagSnippet) XXX_DiscardUnknown()

func (*TagSnippet) XXX_Marshal

func (m *TagSnippet) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TagSnippet) XXX_Merge

func (m *TagSnippet) XXX_Merge(src proto.Message)

func (*TagSnippet) XXX_Size

func (m *TagSnippet) XXX_Size() int

func (*TagSnippet) XXX_Unmarshal

func (m *TagSnippet) XXX_Unmarshal(b []byte) error

type TargetCpa

type TargetCpa struct {
	// Average CPA target.
	// This target should be greater than or equal to minimum billable unit based
	// on the currency for the account.
	TargetCpaMicros *wrappers.Int64Value `protobuf:"bytes,1,opt,name=target_cpa_micros,json=targetCpaMicros,proto3" json:"target_cpa_micros,omitempty"`
	// Maximum bid limit that can be set by the bid strategy.
	// The limit applies to all keywords managed by the strategy.
	CpcBidCeilingMicros *wrappers.Int64Value `protobuf:"bytes,2,opt,name=cpc_bid_ceiling_micros,json=cpcBidCeilingMicros,proto3" json:"cpc_bid_ceiling_micros,omitempty"`
	// Minimum bid limit that can be set by the bid strategy.
	// The limit applies to all keywords managed by the strategy.
	CpcBidFloorMicros    *wrappers.Int64Value `protobuf:"bytes,3,opt,name=cpc_bid_floor_micros,json=cpcBidFloorMicros,proto3" json:"cpc_bid_floor_micros,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

An automated bid strategy that sets bids to help get as many conversions as possible at the target cost-per-acquisition (CPA) you set.

func (*TargetCpa) Descriptor

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

func (*TargetCpa) GetCpcBidCeilingMicros

func (m *TargetCpa) GetCpcBidCeilingMicros() *wrappers.Int64Value

func (*TargetCpa) GetCpcBidFloorMicros

func (m *TargetCpa) GetCpcBidFloorMicros() *wrappers.Int64Value

func (*TargetCpa) GetTargetCpaMicros

func (m *TargetCpa) GetTargetCpaMicros() *wrappers.Int64Value

func (*TargetCpa) ProtoMessage

func (*TargetCpa) ProtoMessage()

func (*TargetCpa) Reset

func (m *TargetCpa) Reset()

func (*TargetCpa) String

func (m *TargetCpa) String() string

func (*TargetCpa) XXX_DiscardUnknown

func (m *TargetCpa) XXX_DiscardUnknown()

func (*TargetCpa) XXX_Marshal

func (m *TargetCpa) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TargetCpa) XXX_Merge

func (m *TargetCpa) XXX_Merge(src proto.Message)

func (*TargetCpa) XXX_Size

func (m *TargetCpa) XXX_Size() int

func (*TargetCpa) XXX_Unmarshal

func (m *TargetCpa) XXX_Unmarshal(b []byte) error

type TargetCpaSimulationPoint

type TargetCpaSimulationPoint struct {
	// The simulated target CPA upon which projected metrics are based.
	TargetCpaMicros *wrappers.Int64Value `protobuf:"bytes,1,opt,name=target_cpa_micros,json=targetCpaMicros,proto3" json:"target_cpa_micros,omitempty"`
	// Projected number of biddable conversions.
	BiddableConversions *wrappers.DoubleValue `protobuf:"bytes,2,opt,name=biddable_conversions,json=biddableConversions,proto3" json:"biddable_conversions,omitempty"`
	// Projected total value of biddable conversions.
	BiddableConversionsValue *wrappers.DoubleValue `` /* 135-byte string literal not displayed */
	// Projected number of clicks.
	Clicks *wrappers.Int64Value `protobuf:"bytes,4,opt,name=clicks,proto3" json:"clicks,omitempty"`
	// Projected cost in micros.
	CostMicros *wrappers.Int64Value `protobuf:"bytes,5,opt,name=cost_micros,json=costMicros,proto3" json:"cost_micros,omitempty"`
	// Projected number of impressions.
	Impressions *wrappers.Int64Value `protobuf:"bytes,6,opt,name=impressions,proto3" json:"impressions,omitempty"`
	// Projected number of top slot impressions.
	// Only search advertising channel type supports this field.
	TopSlotImpressions   *wrappers.Int64Value `protobuf:"bytes,7,opt,name=top_slot_impressions,json=topSlotImpressions,proto3" json:"top_slot_impressions,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

Projected metrics for a specific target CPA amount.

func (*TargetCpaSimulationPoint) Descriptor

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

func (*TargetCpaSimulationPoint) GetBiddableConversions

func (m *TargetCpaSimulationPoint) GetBiddableConversions() *wrappers.DoubleValue

func (*TargetCpaSimulationPoint) GetBiddableConversionsValue

func (m *TargetCpaSimulationPoint) GetBiddableConversionsValue() *wrappers.DoubleValue

func (*TargetCpaSimulationPoint) GetClicks

func (*TargetCpaSimulationPoint) GetCostMicros

func (m *TargetCpaSimulationPoint) GetCostMicros() *wrappers.Int64Value

func (*TargetCpaSimulationPoint) GetImpressions

func (m *TargetCpaSimulationPoint) GetImpressions() *wrappers.Int64Value

func (*TargetCpaSimulationPoint) GetTargetCpaMicros

func (m *TargetCpaSimulationPoint) GetTargetCpaMicros() *wrappers.Int64Value

func (*TargetCpaSimulationPoint) GetTopSlotImpressions

func (m *TargetCpaSimulationPoint) GetTopSlotImpressions() *wrappers.Int64Value

func (*TargetCpaSimulationPoint) ProtoMessage

func (*TargetCpaSimulationPoint) ProtoMessage()

func (*TargetCpaSimulationPoint) Reset

func (m *TargetCpaSimulationPoint) Reset()

func (*TargetCpaSimulationPoint) String

func (m *TargetCpaSimulationPoint) String() string

func (*TargetCpaSimulationPoint) XXX_DiscardUnknown

func (m *TargetCpaSimulationPoint) XXX_DiscardUnknown()

func (*TargetCpaSimulationPoint) XXX_Marshal

func (m *TargetCpaSimulationPoint) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TargetCpaSimulationPoint) XXX_Merge

func (m *TargetCpaSimulationPoint) XXX_Merge(src proto.Message)

func (*TargetCpaSimulationPoint) XXX_Size

func (m *TargetCpaSimulationPoint) XXX_Size() int

func (*TargetCpaSimulationPoint) XXX_Unmarshal

func (m *TargetCpaSimulationPoint) XXX_Unmarshal(b []byte) error

type TargetCpaSimulationPointList

type TargetCpaSimulationPointList struct {
	// Projected metrics for a series of target CPA amounts.
	Points               []*TargetCpaSimulationPoint `protobuf:"bytes,1,rep,name=points,proto3" json:"points,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                    `json:"-"`
	XXX_unrecognized     []byte                      `json:"-"`
	XXX_sizecache        int32                       `json:"-"`
}

A container for simulation points for simulations of type TARGET_CPA.

func (*TargetCpaSimulationPointList) Descriptor

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

func (*TargetCpaSimulationPointList) GetPoints

func (*TargetCpaSimulationPointList) ProtoMessage

func (*TargetCpaSimulationPointList) ProtoMessage()

func (*TargetCpaSimulationPointList) Reset

func (m *TargetCpaSimulationPointList) Reset()

func (*TargetCpaSimulationPointList) String

func (*TargetCpaSimulationPointList) XXX_DiscardUnknown

func (m *TargetCpaSimulationPointList) XXX_DiscardUnknown()

func (*TargetCpaSimulationPointList) XXX_Marshal

func (m *TargetCpaSimulationPointList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TargetCpaSimulationPointList) XXX_Merge

func (m *TargetCpaSimulationPointList) XXX_Merge(src proto.Message)

func (*TargetCpaSimulationPointList) XXX_Size

func (m *TargetCpaSimulationPointList) XXX_Size() int

func (*TargetCpaSimulationPointList) XXX_Unmarshal

func (m *TargetCpaSimulationPointList) XXX_Unmarshal(b []byte) error

type TargetCpm

type TargetCpm struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Target CPM (cost per thousand impressions) is an automated bidding strategy that sets bids to optimize performance given the target CPM you set.

func (*TargetCpm) Descriptor

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

func (*TargetCpm) ProtoMessage

func (*TargetCpm) ProtoMessage()

func (*TargetCpm) Reset

func (m *TargetCpm) Reset()

func (*TargetCpm) String

func (m *TargetCpm) String() string

func (*TargetCpm) XXX_DiscardUnknown

func (m *TargetCpm) XXX_DiscardUnknown()

func (*TargetCpm) XXX_Marshal

func (m *TargetCpm) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TargetCpm) XXX_Merge

func (m *TargetCpm) XXX_Merge(src proto.Message)

func (*TargetCpm) XXX_Size

func (m *TargetCpm) XXX_Size() int

func (*TargetCpm) XXX_Unmarshal

func (m *TargetCpm) XXX_Unmarshal(b []byte) error

type TargetImpressionShare

type TargetImpressionShare struct {
	// The targeted location on the search results page.
	Location enums.TargetImpressionShareLocationEnum_TargetImpressionShareLocation `` /* 169-byte string literal not displayed */
	// The desired fraction of ads to be shown in the targeted location in micros.
	// E.g. 1% equals 10,000.
	LocationFractionMicros *wrappers.Int64Value `` /* 129-byte string literal not displayed */
	// The highest CPC bid the automated bidding system is permitted to specify.
	// This is a required field entered by the advertiser that sets the ceiling
	// and specified in local micros.
	CpcBidCeilingMicros  *wrappers.Int64Value `protobuf:"bytes,3,opt,name=cpc_bid_ceiling_micros,json=cpcBidCeilingMicros,proto3" json:"cpc_bid_ceiling_micros,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

An automated bidding strategy that sets bids so that a certain percentage of search ads are shown at the top of the first page (or other targeted location). next tag = 4

func (*TargetImpressionShare) Descriptor

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

func (*TargetImpressionShare) GetCpcBidCeilingMicros

func (m *TargetImpressionShare) GetCpcBidCeilingMicros() *wrappers.Int64Value

func (*TargetImpressionShare) GetLocationFractionMicros

func (m *TargetImpressionShare) GetLocationFractionMicros() *wrappers.Int64Value

func (*TargetImpressionShare) ProtoMessage

func (*TargetImpressionShare) ProtoMessage()

func (*TargetImpressionShare) Reset

func (m *TargetImpressionShare) Reset()

func (*TargetImpressionShare) String

func (m *TargetImpressionShare) String() string

func (*TargetImpressionShare) XXX_DiscardUnknown

func (m *TargetImpressionShare) XXX_DiscardUnknown()

func (*TargetImpressionShare) XXX_Marshal

func (m *TargetImpressionShare) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TargetImpressionShare) XXX_Merge

func (m *TargetImpressionShare) XXX_Merge(src proto.Message)

func (*TargetImpressionShare) XXX_Size

func (m *TargetImpressionShare) XXX_Size() int

func (*TargetImpressionShare) XXX_Unmarshal

func (m *TargetImpressionShare) XXX_Unmarshal(b []byte) error

type TargetRestriction

type TargetRestriction struct {
	// The targeting dimension that these settings apply to.
	TargetingDimension enums.TargetingDimensionEnum_TargetingDimension `` /* 193-byte string literal not displayed */
	// Indicates whether to restrict your ads to show only for the criteria you
	// have selected for this targeting_dimension, or to target all values for
	// this targeting_dimension and show ads based on your targeting in other
	// TargetingDimensions. A value of `true` means that these criteria will only
	// apply bid modifiers, and not affect targeting. A value of `false` means
	// that these criteria will restrict targeting as well as applying bid
	// modifiers.
	BidOnly              *wrappers.BoolValue `protobuf:"bytes,2,opt,name=bid_only,json=bidOnly,proto3" json:"bid_only,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

The list of per-targeting-dimension targeting settings.

func (*TargetRestriction) Descriptor

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

func (*TargetRestriction) GetBidOnly

func (m *TargetRestriction) GetBidOnly() *wrappers.BoolValue

func (*TargetRestriction) GetTargetingDimension

func (*TargetRestriction) ProtoMessage

func (*TargetRestriction) ProtoMessage()

func (*TargetRestriction) Reset

func (m *TargetRestriction) Reset()

func (*TargetRestriction) String

func (m *TargetRestriction) String() string

func (*TargetRestriction) XXX_DiscardUnknown

func (m *TargetRestriction) XXX_DiscardUnknown()

func (*TargetRestriction) XXX_Marshal

func (m *TargetRestriction) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TargetRestriction) XXX_Merge

func (m *TargetRestriction) XXX_Merge(src proto.Message)

func (*TargetRestriction) XXX_Size

func (m *TargetRestriction) XXX_Size() int

func (*TargetRestriction) XXX_Unmarshal

func (m *TargetRestriction) XXX_Unmarshal(b []byte) error

type TargetRestrictionOperation

type TargetRestrictionOperation struct {
	// Type of list operation to perform.
	Operator TargetRestrictionOperation_Operator `` /* 142-byte string literal not displayed */
	// The target restriction being added to or removed from the list.
	Value                *TargetRestriction `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

Operation to be performed on a target restriction list in a mutate.

func (*TargetRestrictionOperation) Descriptor

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

func (*TargetRestrictionOperation) GetOperator

func (*TargetRestrictionOperation) GetValue

func (*TargetRestrictionOperation) ProtoMessage

func (*TargetRestrictionOperation) ProtoMessage()

func (*TargetRestrictionOperation) Reset

func (m *TargetRestrictionOperation) Reset()

func (*TargetRestrictionOperation) String

func (m *TargetRestrictionOperation) String() string

func (*TargetRestrictionOperation) XXX_DiscardUnknown

func (m *TargetRestrictionOperation) XXX_DiscardUnknown()

func (*TargetRestrictionOperation) XXX_Marshal

func (m *TargetRestrictionOperation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TargetRestrictionOperation) XXX_Merge

func (m *TargetRestrictionOperation) XXX_Merge(src proto.Message)

func (*TargetRestrictionOperation) XXX_Size

func (m *TargetRestrictionOperation) XXX_Size() int

func (*TargetRestrictionOperation) XXX_Unmarshal

func (m *TargetRestrictionOperation) XXX_Unmarshal(b []byte) error

type TargetRestrictionOperation_Operator

type TargetRestrictionOperation_Operator int32

The operator.

const (
	// Unspecified.
	TargetRestrictionOperation_UNSPECIFIED TargetRestrictionOperation_Operator = 0
	// Used for return value only. Represents value unknown in this version.
	TargetRestrictionOperation_UNKNOWN TargetRestrictionOperation_Operator = 1
	// Add the restriction to the existing restrictions.
	TargetRestrictionOperation_ADD TargetRestrictionOperation_Operator = 2
	// Remove the restriction from the existing restrictions.
	TargetRestrictionOperation_REMOVE TargetRestrictionOperation_Operator = 3
)

func (TargetRestrictionOperation_Operator) EnumDescriptor

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

func (TargetRestrictionOperation_Operator) String

type TargetRoas

type TargetRoas struct {
	// Required. The desired revenue (based on conversion data) per unit of spend.
	// Value must be between 0.01 and 1000.0, inclusive.
	TargetRoas *wrappers.DoubleValue `protobuf:"bytes,1,opt,name=target_roas,json=targetRoas,proto3" json:"target_roas,omitempty"`
	// Maximum bid limit that can be set by the bid strategy.
	// The limit applies to all keywords managed by the strategy.
	CpcBidCeilingMicros *wrappers.Int64Value `protobuf:"bytes,2,opt,name=cpc_bid_ceiling_micros,json=cpcBidCeilingMicros,proto3" json:"cpc_bid_ceiling_micros,omitempty"`
	// Minimum bid limit that can be set by the bid strategy.
	// The limit applies to all keywords managed by the strategy.
	CpcBidFloorMicros    *wrappers.Int64Value `protobuf:"bytes,3,opt,name=cpc_bid_floor_micros,json=cpcBidFloorMicros,proto3" json:"cpc_bid_floor_micros,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

An automated bidding strategy that helps you maximize revenue while averaging a specific target return on ad spend (ROAS).

func (*TargetRoas) Descriptor

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

func (*TargetRoas) GetCpcBidCeilingMicros

func (m *TargetRoas) GetCpcBidCeilingMicros() *wrappers.Int64Value

func (*TargetRoas) GetCpcBidFloorMicros

func (m *TargetRoas) GetCpcBidFloorMicros() *wrappers.Int64Value

func (*TargetRoas) GetTargetRoas

func (m *TargetRoas) GetTargetRoas() *wrappers.DoubleValue

func (*TargetRoas) ProtoMessage

func (*TargetRoas) ProtoMessage()

func (*TargetRoas) Reset

func (m *TargetRoas) Reset()

func (*TargetRoas) String

func (m *TargetRoas) String() string

func (*TargetRoas) XXX_DiscardUnknown

func (m *TargetRoas) XXX_DiscardUnknown()

func (*TargetRoas) XXX_Marshal

func (m *TargetRoas) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TargetRoas) XXX_Merge

func (m *TargetRoas) XXX_Merge(src proto.Message)

func (*TargetRoas) XXX_Size

func (m *TargetRoas) XXX_Size() int

func (*TargetRoas) XXX_Unmarshal

func (m *TargetRoas) XXX_Unmarshal(b []byte) error

type TargetSpend

type TargetSpend struct {
	// The spend target under which to maximize clicks.
	// A TargetSpend bidder will attempt to spend the smaller of this value
	// or the natural throttling spend amount.
	// If not specified, the budget is used as the spend target.
	TargetSpendMicros *wrappers.Int64Value `protobuf:"bytes,1,opt,name=target_spend_micros,json=targetSpendMicros,proto3" json:"target_spend_micros,omitempty"`
	// Maximum bid limit that can be set by the bid strategy.
	// The limit applies to all keywords managed by the strategy.
	CpcBidCeilingMicros  *wrappers.Int64Value `protobuf:"bytes,2,opt,name=cpc_bid_ceiling_micros,json=cpcBidCeilingMicros,proto3" json:"cpc_bid_ceiling_micros,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

An automated bid strategy that sets your bids to help get as many clicks as possible within your budget.

func (*TargetSpend) Descriptor

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

func (*TargetSpend) GetCpcBidCeilingMicros

func (m *TargetSpend) GetCpcBidCeilingMicros() *wrappers.Int64Value

func (*TargetSpend) GetTargetSpendMicros

func (m *TargetSpend) GetTargetSpendMicros() *wrappers.Int64Value

func (*TargetSpend) ProtoMessage

func (*TargetSpend) ProtoMessage()

func (*TargetSpend) Reset

func (m *TargetSpend) Reset()

func (*TargetSpend) String

func (m *TargetSpend) String() string

func (*TargetSpend) XXX_DiscardUnknown

func (m *TargetSpend) XXX_DiscardUnknown()

func (*TargetSpend) XXX_Marshal

func (m *TargetSpend) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TargetSpend) XXX_Merge

func (m *TargetSpend) XXX_Merge(src proto.Message)

func (*TargetSpend) XXX_Size

func (m *TargetSpend) XXX_Size() int

func (*TargetSpend) XXX_Unmarshal

func (m *TargetSpend) XXX_Unmarshal(b []byte) error

type TargetingSetting

type TargetingSetting struct {
	// The per-targeting-dimension setting to restrict the reach of your campaign
	// or ad group.
	TargetRestrictions []*TargetRestriction `protobuf:"bytes,1,rep,name=target_restrictions,json=targetRestrictions,proto3" json:"target_restrictions,omitempty"`
	// The list of operations changing the target restrictions.
	//
	// Adding a target restriction with a targeting dimension that already exists
	// causes the existing target restriction to be replaced with the new value.
	TargetRestrictionOperations []*TargetRestrictionOperation `` /* 144-byte string literal not displayed */
	XXX_NoUnkeyedLiteral        struct{}                      `json:"-"`
	XXX_unrecognized            []byte                        `json:"-"`
	XXX_sizecache               int32                         `json:"-"`
}

Settings for the targeting-related features, at the campaign and ad group levels. For more details about the targeting setting, visit https://support.google.com/google-ads/answer/7365594

func (*TargetingSetting) Descriptor

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

func (*TargetingSetting) GetTargetRestrictionOperations

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

func (*TargetingSetting) GetTargetRestrictions

func (m *TargetingSetting) GetTargetRestrictions() []*TargetRestriction

func (*TargetingSetting) ProtoMessage

func (*TargetingSetting) ProtoMessage()

func (*TargetingSetting) Reset

func (m *TargetingSetting) Reset()

func (*TargetingSetting) String

func (m *TargetingSetting) String() string

func (*TargetingSetting) XXX_DiscardUnknown

func (m *TargetingSetting) XXX_DiscardUnknown()

func (*TargetingSetting) XXX_Marshal

func (m *TargetingSetting) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TargetingSetting) XXX_Merge

func (m *TargetingSetting) XXX_Merge(src proto.Message)

func (*TargetingSetting) XXX_Size

func (m *TargetingSetting) XXX_Size() int

func (*TargetingSetting) XXX_Unmarshal

func (m *TargetingSetting) XXX_Unmarshal(b []byte) error

type TextAdInfo

type TextAdInfo struct {
	// The headline of the ad.
	Headline *wrappers.StringValue `protobuf:"bytes,1,opt,name=headline,proto3" json:"headline,omitempty"`
	// The first line of the ad's description.
	Description1 *wrappers.StringValue `protobuf:"bytes,2,opt,name=description1,proto3" json:"description1,omitempty"`
	// The second line of the ad's description.
	Description2         *wrappers.StringValue `protobuf:"bytes,3,opt,name=description2,proto3" json:"description2,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

A text ad.

func (*TextAdInfo) Descriptor

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

func (*TextAdInfo) GetDescription1

func (m *TextAdInfo) GetDescription1() *wrappers.StringValue

func (*TextAdInfo) GetDescription2

func (m *TextAdInfo) GetDescription2() *wrappers.StringValue

func (*TextAdInfo) GetHeadline

func (m *TextAdInfo) GetHeadline() *wrappers.StringValue

func (*TextAdInfo) ProtoMessage

func (*TextAdInfo) ProtoMessage()

func (*TextAdInfo) Reset

func (m *TextAdInfo) Reset()

func (*TextAdInfo) String

func (m *TextAdInfo) String() string

func (*TextAdInfo) XXX_DiscardUnknown

func (m *TextAdInfo) XXX_DiscardUnknown()

func (*TextAdInfo) XXX_Marshal

func (m *TextAdInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TextAdInfo) XXX_Merge

func (m *TextAdInfo) XXX_Merge(src proto.Message)

func (*TextAdInfo) XXX_Size

func (m *TextAdInfo) XXX_Size() int

func (*TextAdInfo) XXX_Unmarshal

func (m *TextAdInfo) XXX_Unmarshal(b []byte) error

type TextAsset

type TextAsset struct {
	// Text content of the text asset.
	Text                 *wrappers.StringValue `protobuf:"bytes,1,opt,name=text,proto3" json:"text,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

A Text asset.

func (*TextAsset) Descriptor

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

func (*TextAsset) GetText

func (m *TextAsset) GetText() *wrappers.StringValue

func (*TextAsset) ProtoMessage

func (*TextAsset) ProtoMessage()

func (*TextAsset) Reset

func (m *TextAsset) Reset()

func (*TextAsset) String

func (m *TextAsset) String() string

func (*TextAsset) XXX_DiscardUnknown

func (m *TextAsset) XXX_DiscardUnknown()

func (*TextAsset) XXX_Marshal

func (m *TextAsset) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TextAsset) XXX_Merge

func (m *TextAsset) XXX_Merge(src proto.Message)

func (*TextAsset) XXX_Size

func (m *TextAsset) XXX_Size() int

func (*TextAsset) XXX_Unmarshal

func (m *TextAsset) XXX_Unmarshal(b []byte) error

type TextLabel

type TextLabel struct {
	// Background color of the label in RGB format. This string must match the
	// regular expression '^\#([a-fA-F0-9]{6}|[a-fA-F0-9]{3})$'.
	// Note: The background color may not be visible for manager accounts.
	BackgroundColor *wrappers.StringValue `protobuf:"bytes,1,opt,name=background_color,json=backgroundColor,proto3" json:"background_color,omitempty"`
	// A short description of the label. The length must be no more than 200
	// characters.
	Description          *wrappers.StringValue `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

A type of label displaying text on a colored background.

func (*TextLabel) Descriptor

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

func (*TextLabel) GetBackgroundColor

func (m *TextLabel) GetBackgroundColor() *wrappers.StringValue

func (*TextLabel) GetDescription

func (m *TextLabel) GetDescription() *wrappers.StringValue

func (*TextLabel) ProtoMessage

func (*TextLabel) ProtoMessage()

func (*TextLabel) Reset

func (m *TextLabel) Reset()

func (*TextLabel) String

func (m *TextLabel) String() string

func (*TextLabel) XXX_DiscardUnknown

func (m *TextLabel) XXX_DiscardUnknown()

func (*TextLabel) XXX_Marshal

func (m *TextLabel) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TextLabel) XXX_Merge

func (m *TextLabel) XXX_Merge(src proto.Message)

func (*TextLabel) XXX_Size

func (m *TextLabel) XXX_Size() int

func (*TextLabel) XXX_Unmarshal

func (m *TextLabel) XXX_Unmarshal(b []byte) error

type TextMessageFeedItem

type TextMessageFeedItem struct {
	// The business name to prepend to the message text.
	// This field is required.
	BusinessName *wrappers.StringValue `protobuf:"bytes,1,opt,name=business_name,json=businessName,proto3" json:"business_name,omitempty"`
	// Uppercase two-letter country code of the advertiser's phone number.
	// This field is required.
	CountryCode *wrappers.StringValue `protobuf:"bytes,2,opt,name=country_code,json=countryCode,proto3" json:"country_code,omitempty"`
	// The advertiser's phone number the message will be sent to. Required.
	PhoneNumber *wrappers.StringValue `protobuf:"bytes,3,opt,name=phone_number,json=phoneNumber,proto3" json:"phone_number,omitempty"`
	// The text to show in the ad.
	// This field is required.
	Text *wrappers.StringValue `protobuf:"bytes,4,opt,name=text,proto3" json:"text,omitempty"`
	// The message text populated in the messaging app.
	ExtensionText        *wrappers.StringValue `protobuf:"bytes,5,opt,name=extension_text,json=extensionText,proto3" json:"extension_text,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

An extension that users can click on to send a text message to the advertiser.

func (*TextMessageFeedItem) Descriptor

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

func (*TextMessageFeedItem) GetBusinessName

func (m *TextMessageFeedItem) GetBusinessName() *wrappers.StringValue

func (*TextMessageFeedItem) GetCountryCode

func (m *TextMessageFeedItem) GetCountryCode() *wrappers.StringValue

func (*TextMessageFeedItem) GetExtensionText

func (m *TextMessageFeedItem) GetExtensionText() *wrappers.StringValue

func (*TextMessageFeedItem) GetPhoneNumber

func (m *TextMessageFeedItem) GetPhoneNumber() *wrappers.StringValue

func (*TextMessageFeedItem) GetText

func (*TextMessageFeedItem) ProtoMessage

func (*TextMessageFeedItem) ProtoMessage()

func (*TextMessageFeedItem) Reset

func (m *TextMessageFeedItem) Reset()

func (*TextMessageFeedItem) String

func (m *TextMessageFeedItem) String() string

func (*TextMessageFeedItem) XXX_DiscardUnknown

func (m *TextMessageFeedItem) XXX_DiscardUnknown()

func (*TextMessageFeedItem) XXX_Marshal

func (m *TextMessageFeedItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TextMessageFeedItem) XXX_Merge

func (m *TextMessageFeedItem) XXX_Merge(src proto.Message)

func (*TextMessageFeedItem) XXX_Size

func (m *TextMessageFeedItem) XXX_Size() int

func (*TextMessageFeedItem) XXX_Unmarshal

func (m *TextMessageFeedItem) XXX_Unmarshal(b []byte) error

type TopicInfo

type TopicInfo struct {
	// The Topic Constant resource name.
	TopicConstant *wrappers.StringValue `protobuf:"bytes,1,opt,name=topic_constant,json=topicConstant,proto3" json:"topic_constant,omitempty"`
	// The category to target or exclude. Each subsequent element in the array
	// describes a more specific sub-category. For example,
	// "Pets & Animals", "Pets", "Dogs" represents the "Pets & Animals/Pets/Dogs"
	// category.
	Path                 []*wrappers.StringValue `protobuf:"bytes,2,rep,name=path,proto3" json:"path,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                `json:"-"`
	XXX_unrecognized     []byte                  `json:"-"`
	XXX_sizecache        int32                   `json:"-"`
}

A topic criterion. Use topics to target or exclude placements in the Google Display Network based on the category into which the placement falls (for example, "Pets & Animals/Pets/Dogs").

func (*TopicInfo) Descriptor

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

func (*TopicInfo) GetPath

func (m *TopicInfo) GetPath() []*wrappers.StringValue

func (*TopicInfo) GetTopicConstant

func (m *TopicInfo) GetTopicConstant() *wrappers.StringValue

func (*TopicInfo) ProtoMessage

func (*TopicInfo) ProtoMessage()

func (*TopicInfo) Reset

func (m *TopicInfo) Reset()

func (*TopicInfo) String

func (m *TopicInfo) String() string

func (*TopicInfo) XXX_DiscardUnknown

func (m *TopicInfo) XXX_DiscardUnknown()

func (*TopicInfo) XXX_Marshal

func (m *TopicInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TopicInfo) XXX_Merge

func (m *TopicInfo) XXX_Merge(src proto.Message)

func (*TopicInfo) XXX_Size

func (m *TopicInfo) XXX_Size() int

func (*TopicInfo) XXX_Unmarshal

func (m *TopicInfo) XXX_Unmarshal(b []byte) error

type TransactionAttribute

type TransactionAttribute struct {
	// Timestamp when transaction occurred. Required.
	// The format is "YYYY-MM-DD HH:MM:SS".
	// Examples: "2018-03-05 09:15:00" or "2018-02-01 14:34:30"
	TransactionDateTime *wrappers.StringValue `protobuf:"bytes,1,opt,name=transaction_date_time,json=transactionDateTime,proto3" json:"transaction_date_time,omitempty"`
	// Transaction amount in micros. Required.
	TransactionAmountMicros *wrappers.DoubleValue `` /* 132-byte string literal not displayed */
	// Transaction currency code. ISO 4217 three-letter code is used. Required.
	CurrencyCode *wrappers.StringValue `protobuf:"bytes,3,opt,name=currency_code,json=currencyCode,proto3" json:"currency_code,omitempty"`
	// The resource name of conversion action to report conversions to.
	// Required.
	ConversionAction *wrappers.StringValue `protobuf:"bytes,4,opt,name=conversion_action,json=conversionAction,proto3" json:"conversion_action,omitempty"`
	// Transaction order id.
	// Accessible to whitelisted customers only.
	OrderId *wrappers.StringValue `protobuf:"bytes,5,opt,name=order_id,json=orderId,proto3" json:"order_id,omitempty"`
	// Store attributes of the transaction.
	// Accessible to whitelisted customers only.
	StoreAttribute *StoreAttribute `protobuf:"bytes,6,opt,name=store_attribute,json=storeAttribute,proto3" json:"store_attribute,omitempty"`
	// Value of the custom variable for each transaction.
	// Accessible to whitelisted customers only.
	CustomValue          *wrappers.StringValue `protobuf:"bytes,7,opt,name=custom_value,json=customValue,proto3" json:"custom_value,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

Attribute of the store sales transaction.

func (*TransactionAttribute) Descriptor

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

func (*TransactionAttribute) GetConversionAction

func (m *TransactionAttribute) GetConversionAction() *wrappers.StringValue

func (*TransactionAttribute) GetCurrencyCode

func (m *TransactionAttribute) GetCurrencyCode() *wrappers.StringValue

func (*TransactionAttribute) GetCustomValue

func (m *TransactionAttribute) GetCustomValue() *wrappers.StringValue

func (*TransactionAttribute) GetOrderId

func (m *TransactionAttribute) GetOrderId() *wrappers.StringValue

func (*TransactionAttribute) GetStoreAttribute

func (m *TransactionAttribute) GetStoreAttribute() *StoreAttribute

func (*TransactionAttribute) GetTransactionAmountMicros

func (m *TransactionAttribute) GetTransactionAmountMicros() *wrappers.DoubleValue

func (*TransactionAttribute) GetTransactionDateTime

func (m *TransactionAttribute) GetTransactionDateTime() *wrappers.StringValue

func (*TransactionAttribute) ProtoMessage

func (*TransactionAttribute) ProtoMessage()

func (*TransactionAttribute) Reset

func (m *TransactionAttribute) Reset()

func (*TransactionAttribute) String

func (m *TransactionAttribute) String() string

func (*TransactionAttribute) XXX_DiscardUnknown

func (m *TransactionAttribute) XXX_DiscardUnknown()

func (*TransactionAttribute) XXX_Marshal

func (m *TransactionAttribute) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TransactionAttribute) XXX_Merge

func (m *TransactionAttribute) XXX_Merge(src proto.Message)

func (*TransactionAttribute) XXX_Size

func (m *TransactionAttribute) XXX_Size() int

func (*TransactionAttribute) XXX_Unmarshal

func (m *TransactionAttribute) XXX_Unmarshal(b []byte) error

type UnknownListingDimensionInfo

type UnknownListingDimensionInfo struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Unknown listing dimension.

func (*UnknownListingDimensionInfo) Descriptor

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

func (*UnknownListingDimensionInfo) ProtoMessage

func (*UnknownListingDimensionInfo) ProtoMessage()

func (*UnknownListingDimensionInfo) Reset

func (m *UnknownListingDimensionInfo) Reset()

func (*UnknownListingDimensionInfo) String

func (m *UnknownListingDimensionInfo) String() string

func (*UnknownListingDimensionInfo) XXX_DiscardUnknown

func (m *UnknownListingDimensionInfo) XXX_DiscardUnknown()

func (*UnknownListingDimensionInfo) XXX_Marshal

func (m *UnknownListingDimensionInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UnknownListingDimensionInfo) XXX_Merge

func (m *UnknownListingDimensionInfo) XXX_Merge(src proto.Message)

func (*UnknownListingDimensionInfo) XXX_Size

func (m *UnknownListingDimensionInfo) XXX_Size() int

func (*UnknownListingDimensionInfo) XXX_Unmarshal

func (m *UnknownListingDimensionInfo) XXX_Unmarshal(b []byte) error

type UrlCollection

type UrlCollection struct {
	// Unique identifier for this UrlCollection instance.
	UrlCollectionId *wrappers.StringValue `protobuf:"bytes,1,opt,name=url_collection_id,json=urlCollectionId,proto3" json:"url_collection_id,omitempty"`
	// A list of possible final URLs.
	FinalUrls []*wrappers.StringValue `protobuf:"bytes,2,rep,name=final_urls,json=finalUrls,proto3" json:"final_urls,omitempty"`
	// A list of possible final mobile URLs.
	FinalMobileUrls []*wrappers.StringValue `protobuf:"bytes,3,rep,name=final_mobile_urls,json=finalMobileUrls,proto3" json:"final_mobile_urls,omitempty"`
	// URL template for constructing a tracking URL.
	TrackingUrlTemplate  *wrappers.StringValue `protobuf:"bytes,4,opt,name=tracking_url_template,json=trackingUrlTemplate,proto3" json:"tracking_url_template,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

Collection of urls that is tagged with a unique identifier.

func (*UrlCollection) Descriptor

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

func (*UrlCollection) GetFinalMobileUrls

func (m *UrlCollection) GetFinalMobileUrls() []*wrappers.StringValue

func (*UrlCollection) GetFinalUrls

func (m *UrlCollection) GetFinalUrls() []*wrappers.StringValue

func (*UrlCollection) GetTrackingUrlTemplate

func (m *UrlCollection) GetTrackingUrlTemplate() *wrappers.StringValue

func (*UrlCollection) GetUrlCollectionId

func (m *UrlCollection) GetUrlCollectionId() *wrappers.StringValue

func (*UrlCollection) ProtoMessage

func (*UrlCollection) ProtoMessage()

func (*UrlCollection) Reset

func (m *UrlCollection) Reset()

func (*UrlCollection) String

func (m *UrlCollection) String() string

func (*UrlCollection) XXX_DiscardUnknown

func (m *UrlCollection) XXX_DiscardUnknown()

func (*UrlCollection) XXX_Marshal

func (m *UrlCollection) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UrlCollection) XXX_Merge

func (m *UrlCollection) XXX_Merge(src proto.Message)

func (*UrlCollection) XXX_Size

func (m *UrlCollection) XXX_Size() int

func (*UrlCollection) XXX_Unmarshal

func (m *UrlCollection) XXX_Unmarshal(b []byte) error

type UserData

type UserData struct {
	// User identification info. Required.
	UserIdentifiers []*UserIdentifier `protobuf:"bytes,1,rep,name=user_identifiers,json=userIdentifiers,proto3" json:"user_identifiers,omitempty"`
	// Additional transactions/attributes associated with the user.
	// Required when updating store sales data.
	TransactionAttribute *TransactionAttribute `protobuf:"bytes,2,opt,name=transaction_attribute,json=transactionAttribute,proto3" json:"transaction_attribute,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

User data holding user identifiers and attributes.

func (*UserData) Descriptor

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

func (*UserData) GetTransactionAttribute

func (m *UserData) GetTransactionAttribute() *TransactionAttribute

func (*UserData) GetUserIdentifiers

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

func (*UserData) ProtoMessage

func (*UserData) ProtoMessage()

func (*UserData) Reset

func (m *UserData) Reset()

func (*UserData) String

func (m *UserData) String() string

func (*UserData) XXX_DiscardUnknown

func (m *UserData) XXX_DiscardUnknown()

func (*UserData) XXX_Marshal

func (m *UserData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UserData) XXX_Merge

func (m *UserData) XXX_Merge(src proto.Message)

func (*UserData) XXX_Size

func (m *UserData) XXX_Size() int

func (*UserData) XXX_Unmarshal

func (m *UserData) XXX_Unmarshal(b []byte) error

type UserIdentifier

type UserIdentifier struct {
	// Exactly one must be specified.
	//
	// Types that are valid to be assigned to Identifier:
	//	*UserIdentifier_HashedEmail
	//	*UserIdentifier_HashedPhoneNumber
	//	*UserIdentifier_MobileId
	//	*UserIdentifier_ThirdPartyUserId
	//	*UserIdentifier_AddressInfo
	Identifier           isUserIdentifier_Identifier `protobuf_oneof:"identifier"`
	XXX_NoUnkeyedLiteral struct{}                    `json:"-"`
	XXX_unrecognized     []byte                      `json:"-"`
	XXX_sizecache        int32                       `json:"-"`
}

Hashed user identifying information.

func (*UserIdentifier) Descriptor

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

func (*UserIdentifier) GetAddressInfo

func (m *UserIdentifier) GetAddressInfo() *OfflineUserAddressInfo

func (*UserIdentifier) GetHashedEmail

func (m *UserIdentifier) GetHashedEmail() *wrappers.StringValue

func (*UserIdentifier) GetHashedPhoneNumber

func (m *UserIdentifier) GetHashedPhoneNumber() *wrappers.StringValue

func (*UserIdentifier) GetIdentifier

func (m *UserIdentifier) GetIdentifier() isUserIdentifier_Identifier

func (*UserIdentifier) GetMobileId

func (m *UserIdentifier) GetMobileId() *wrappers.StringValue

func (*UserIdentifier) GetThirdPartyUserId

func (m *UserIdentifier) GetThirdPartyUserId() *wrappers.StringValue

func (*UserIdentifier) ProtoMessage

func (*UserIdentifier) ProtoMessage()

func (*UserIdentifier) Reset

func (m *UserIdentifier) Reset()

func (*UserIdentifier) String

func (m *UserIdentifier) String() string

func (*UserIdentifier) XXX_DiscardUnknown

func (m *UserIdentifier) XXX_DiscardUnknown()

func (*UserIdentifier) XXX_Marshal

func (m *UserIdentifier) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UserIdentifier) XXX_Merge

func (m *UserIdentifier) XXX_Merge(src proto.Message)

func (*UserIdentifier) XXX_OneofWrappers

func (*UserIdentifier) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*UserIdentifier) XXX_Size

func (m *UserIdentifier) XXX_Size() int

func (*UserIdentifier) XXX_Unmarshal

func (m *UserIdentifier) XXX_Unmarshal(b []byte) error

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 *wrappers.StringValue `protobuf:"bytes,1,opt,name=hashed_email,json=hashedEmail,proto3,oneof"`
}

type UserIdentifier_HashedPhoneNumber

type UserIdentifier_HashedPhoneNumber struct {
	HashedPhoneNumber *wrappers.StringValue `protobuf:"bytes,2,opt,name=hashed_phone_number,json=hashedPhoneNumber,proto3,oneof"`
}

type UserIdentifier_MobileId

type UserIdentifier_MobileId struct {
	MobileId *wrappers.StringValue `protobuf:"bytes,3,opt,name=mobile_id,json=mobileId,proto3,oneof"`
}

type UserIdentifier_ThirdPartyUserId

type UserIdentifier_ThirdPartyUserId struct {
	ThirdPartyUserId *wrappers.StringValue `protobuf:"bytes,4,opt,name=third_party_user_id,json=thirdPartyUserId,proto3,oneof"`
}

type UserInterestInfo

type UserInterestInfo struct {
	// The UserInterest resource name.
	UserInterestCategory *wrappers.StringValue `protobuf:"bytes,1,opt,name=user_interest_category,json=userInterestCategory,proto3" json:"user_interest_category,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

Represents a particular interest-based topic to be targeted.

func (*UserInterestInfo) Descriptor

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

func (*UserInterestInfo) GetUserInterestCategory

func (m *UserInterestInfo) GetUserInterestCategory() *wrappers.StringValue

func (*UserInterestInfo) ProtoMessage

func (*UserInterestInfo) ProtoMessage()

func (*UserInterestInfo) Reset

func (m *UserInterestInfo) Reset()

func (*UserInterestInfo) String

func (m *UserInterestInfo) String() string

func (*UserInterestInfo) XXX_DiscardUnknown

func (m *UserInterestInfo) XXX_DiscardUnknown()

func (*UserInterestInfo) XXX_Marshal

func (m *UserInterestInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UserInterestInfo) XXX_Merge

func (m *UserInterestInfo) XXX_Merge(src proto.Message)

func (*UserInterestInfo) XXX_Size

func (m *UserInterestInfo) XXX_Size() int

func (*UserInterestInfo) XXX_Unmarshal

func (m *UserInterestInfo) XXX_Unmarshal(b []byte) error

type UserListActionInfo

type UserListActionInfo struct {
	// Subtypes of user list action.
	//
	// Types that are valid to be assigned to UserListAction:
	//	*UserListActionInfo_ConversionAction
	//	*UserListActionInfo_RemarketingAction
	UserListAction       isUserListActionInfo_UserListAction `protobuf_oneof:"user_list_action"`
	XXX_NoUnkeyedLiteral struct{}                            `json:"-"`
	XXX_unrecognized     []byte                              `json:"-"`
	XXX_sizecache        int32                               `json:"-"`
}

Represents an action type used for building remarketing user lists.

func (*UserListActionInfo) Descriptor

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

func (*UserListActionInfo) GetConversionAction

func (m *UserListActionInfo) GetConversionAction() *wrappers.StringValue

func (*UserListActionInfo) GetRemarketingAction

func (m *UserListActionInfo) GetRemarketingAction() *wrappers.StringValue

func (*UserListActionInfo) GetUserListAction

func (m *UserListActionInfo) GetUserListAction() isUserListActionInfo_UserListAction

func (*UserListActionInfo) ProtoMessage

func (*UserListActionInfo) ProtoMessage()

func (*UserListActionInfo) Reset

func (m *UserListActionInfo) Reset()

func (*UserListActionInfo) String

func (m *UserListActionInfo) String() string

func (*UserListActionInfo) XXX_DiscardUnknown

func (m *UserListActionInfo) XXX_DiscardUnknown()

func (*UserListActionInfo) XXX_Marshal

func (m *UserListActionInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UserListActionInfo) XXX_Merge

func (m *UserListActionInfo) XXX_Merge(src proto.Message)

func (*UserListActionInfo) XXX_OneofWrappers

func (*UserListActionInfo) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*UserListActionInfo) XXX_Size

func (m *UserListActionInfo) XXX_Size() int

func (*UserListActionInfo) XXX_Unmarshal

func (m *UserListActionInfo) XXX_Unmarshal(b []byte) error

type UserListActionInfo_ConversionAction

type UserListActionInfo_ConversionAction struct {
	ConversionAction *wrappers.StringValue `protobuf:"bytes,1,opt,name=conversion_action,json=conversionAction,proto3,oneof"`
}

type UserListActionInfo_RemarketingAction

type UserListActionInfo_RemarketingAction struct {
	RemarketingAction *wrappers.StringValue `protobuf:"bytes,2,opt,name=remarketing_action,json=remarketingAction,proto3,oneof"`
}

type UserListDateRuleItemInfo

type UserListDateRuleItemInfo struct {
	// Date comparison operator.
	// This field is required and must be populated when creating new date
	// rule item.
	Operator enums.UserListDateRuleItemOperatorEnum_UserListDateRuleItemOperator `` /* 167-byte string literal not displayed */
	// String representing date value to be compared with the rule variable.
	// Supported date format is YYYY-MM-DD.
	// Times are reported in the customer's time zone.
	Value *wrappers.StringValue `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	// The relative date value of the right hand side denoted by number of days
	// offset from now. The value field will override this field when both are
	// present.
	OffsetInDays         *wrappers.Int64Value `protobuf:"bytes,3,opt,name=offset_in_days,json=offsetInDays,proto3" json:"offset_in_days,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

A rule item composed of a date operation.

func (*UserListDateRuleItemInfo) Descriptor

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

func (*UserListDateRuleItemInfo) GetOffsetInDays

func (m *UserListDateRuleItemInfo) GetOffsetInDays() *wrappers.Int64Value

func (*UserListDateRuleItemInfo) GetValue

func (*UserListDateRuleItemInfo) ProtoMessage

func (*UserListDateRuleItemInfo) ProtoMessage()

func (*UserListDateRuleItemInfo) Reset

func (m *UserListDateRuleItemInfo) Reset()

func (*UserListDateRuleItemInfo) String

func (m *UserListDateRuleItemInfo) String() string

func (*UserListDateRuleItemInfo) XXX_DiscardUnknown

func (m *UserListDateRuleItemInfo) XXX_DiscardUnknown()

func (*UserListDateRuleItemInfo) XXX_Marshal

func (m *UserListDateRuleItemInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UserListDateRuleItemInfo) XXX_Merge

func (m *UserListDateRuleItemInfo) XXX_Merge(src proto.Message)

func (*UserListDateRuleItemInfo) XXX_Size

func (m *UserListDateRuleItemInfo) XXX_Size() int

func (*UserListDateRuleItemInfo) XXX_Unmarshal

func (m *UserListDateRuleItemInfo) XXX_Unmarshal(b []byte) error

type UserListInfo

type UserListInfo struct {
	// The User List resource name.
	UserList             *wrappers.StringValue `protobuf:"bytes,1,opt,name=user_list,json=userList,proto3" json:"user_list,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

A User List criterion. Represents a user list that is defined by the advertiser to be targeted.

func (*UserListInfo) Descriptor

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

func (*UserListInfo) GetUserList

func (m *UserListInfo) GetUserList() *wrappers.StringValue

func (*UserListInfo) ProtoMessage

func (*UserListInfo) ProtoMessage()

func (*UserListInfo) Reset

func (m *UserListInfo) Reset()

func (*UserListInfo) String

func (m *UserListInfo) String() string

func (*UserListInfo) XXX_DiscardUnknown

func (m *UserListInfo) XXX_DiscardUnknown()

func (*UserListInfo) XXX_Marshal

func (m *UserListInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UserListInfo) XXX_Merge

func (m *UserListInfo) XXX_Merge(src proto.Message)

func (*UserListInfo) XXX_Size

func (m *UserListInfo) XXX_Size() int

func (*UserListInfo) XXX_Unmarshal

func (m *UserListInfo) XXX_Unmarshal(b []byte) error

type UserListLogicalRuleInfo

type UserListLogicalRuleInfo struct {
	// The logical operator of the rule.
	Operator enums.UserListLogicalRuleOperatorEnum_UserListLogicalRuleOperator `` /* 165-byte string literal not displayed */
	// The list of operands of the rule.
	RuleOperands         []*LogicalUserListOperandInfo `protobuf:"bytes,2,rep,name=rule_operands,json=ruleOperands,proto3" json:"rule_operands,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                      `json:"-"`
	XXX_unrecognized     []byte                        `json:"-"`
	XXX_sizecache        int32                         `json:"-"`
}

A user list logical rule. A rule has a logical operator (and/or/not) and a list of user lists as operands.

func (*UserListLogicalRuleInfo) Descriptor

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

func (*UserListLogicalRuleInfo) GetRuleOperands

func (m *UserListLogicalRuleInfo) GetRuleOperands() []*LogicalUserListOperandInfo

func (*UserListLogicalRuleInfo) ProtoMessage

func (*UserListLogicalRuleInfo) ProtoMessage()

func (*UserListLogicalRuleInfo) Reset

func (m *UserListLogicalRuleInfo) Reset()

func (*UserListLogicalRuleInfo) String

func (m *UserListLogicalRuleInfo) String() string

func (*UserListLogicalRuleInfo) XXX_DiscardUnknown

func (m *UserListLogicalRuleInfo) XXX_DiscardUnknown()

func (*UserListLogicalRuleInfo) XXX_Marshal

func (m *UserListLogicalRuleInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UserListLogicalRuleInfo) XXX_Merge

func (m *UserListLogicalRuleInfo) XXX_Merge(src proto.Message)

func (*UserListLogicalRuleInfo) XXX_Size

func (m *UserListLogicalRuleInfo) XXX_Size() int

func (*UserListLogicalRuleInfo) XXX_Unmarshal

func (m *UserListLogicalRuleInfo) XXX_Unmarshal(b []byte) error

type UserListNumberRuleItemInfo

type UserListNumberRuleItemInfo struct {
	// Number comparison operator.
	// This field is required and must be populated when creating a new number
	// rule item.
	Operator enums.UserListNumberRuleItemOperatorEnum_UserListNumberRuleItemOperator `` /* 171-byte string literal not displayed */
	// Number value to be compared with the variable.
	// This field is required and must be populated when creating a new number
	// rule item.
	Value                *wrappers.DoubleValue `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

A rule item composed of a number operation.

func (*UserListNumberRuleItemInfo) Descriptor

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

func (*UserListNumberRuleItemInfo) GetValue

func (*UserListNumberRuleItemInfo) ProtoMessage

func (*UserListNumberRuleItemInfo) ProtoMessage()

func (*UserListNumberRuleItemInfo) Reset

func (m *UserListNumberRuleItemInfo) Reset()

func (*UserListNumberRuleItemInfo) String

func (m *UserListNumberRuleItemInfo) String() string

func (*UserListNumberRuleItemInfo) XXX_DiscardUnknown

func (m *UserListNumberRuleItemInfo) XXX_DiscardUnknown()

func (*UserListNumberRuleItemInfo) XXX_Marshal

func (m *UserListNumberRuleItemInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UserListNumberRuleItemInfo) XXX_Merge

func (m *UserListNumberRuleItemInfo) XXX_Merge(src proto.Message)

func (*UserListNumberRuleItemInfo) XXX_Size

func (m *UserListNumberRuleItemInfo) XXX_Size() int

func (*UserListNumberRuleItemInfo) XXX_Unmarshal

func (m *UserListNumberRuleItemInfo) XXX_Unmarshal(b []byte) error

type UserListRuleInfo

type UserListRuleInfo struct {
	// Rule type is used to determine how to group rule items.
	//
	// The default is OR of ANDs (disjunctive normal form).
	// That is, rule items will be ANDed together within rule item groups and the
	// groups themselves will be ORed together.
	//
	// Currently AND of ORs (conjunctive normal form) is only supported for
	// ExpressionRuleUserList.
	RuleType enums.UserListRuleTypeEnum_UserListRuleType `` /* 159-byte string literal not displayed */
	// List of rule item groups that defines this rule.
	// Rule item groups are grouped together based on rule_type.
	RuleItemGroups       []*UserListRuleItemGroupInfo `protobuf:"bytes,2,rep,name=rule_item_groups,json=ruleItemGroups,proto3" json:"rule_item_groups,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                     `json:"-"`
	XXX_unrecognized     []byte                       `json:"-"`
	XXX_sizecache        int32                        `json:"-"`
}

A client defined rule based on custom parameters sent by web sites or uploaded by the advertiser.

func (*UserListRuleInfo) Descriptor

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

func (*UserListRuleInfo) GetRuleItemGroups

func (m *UserListRuleInfo) GetRuleItemGroups() []*UserListRuleItemGroupInfo

func (*UserListRuleInfo) GetRuleType

func (*UserListRuleInfo) ProtoMessage

func (*UserListRuleInfo) ProtoMessage()

func (*UserListRuleInfo) Reset

func (m *UserListRuleInfo) Reset()

func (*UserListRuleInfo) String

func (m *UserListRuleInfo) String() string

func (*UserListRuleInfo) XXX_DiscardUnknown

func (m *UserListRuleInfo) XXX_DiscardUnknown()

func (*UserListRuleInfo) XXX_Marshal

func (m *UserListRuleInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UserListRuleInfo) XXX_Merge

func (m *UserListRuleInfo) XXX_Merge(src proto.Message)

func (*UserListRuleInfo) XXX_Size

func (m *UserListRuleInfo) XXX_Size() int

func (*UserListRuleInfo) XXX_Unmarshal

func (m *UserListRuleInfo) XXX_Unmarshal(b []byte) error

type UserListRuleItemGroupInfo

type UserListRuleItemGroupInfo struct {
	// Rule items that will be grouped together based on rule_type.
	RuleItems            []*UserListRuleItemInfo `protobuf:"bytes,1,rep,name=rule_items,json=ruleItems,proto3" json:"rule_items,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                `json:"-"`
	XXX_unrecognized     []byte                  `json:"-"`
	XXX_sizecache        int32                   `json:"-"`
}

A group of rule items.

func (*UserListRuleItemGroupInfo) Descriptor

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

func (*UserListRuleItemGroupInfo) GetRuleItems

func (m *UserListRuleItemGroupInfo) GetRuleItems() []*UserListRuleItemInfo

func (*UserListRuleItemGroupInfo) ProtoMessage

func (*UserListRuleItemGroupInfo) ProtoMessage()

func (*UserListRuleItemGroupInfo) Reset

func (m *UserListRuleItemGroupInfo) Reset()

func (*UserListRuleItemGroupInfo) String

func (m *UserListRuleItemGroupInfo) String() string

func (*UserListRuleItemGroupInfo) XXX_DiscardUnknown

func (m *UserListRuleItemGroupInfo) XXX_DiscardUnknown()

func (*UserListRuleItemGroupInfo) XXX_Marshal

func (m *UserListRuleItemGroupInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UserListRuleItemGroupInfo) XXX_Merge

func (m *UserListRuleItemGroupInfo) XXX_Merge(src proto.Message)

func (*UserListRuleItemGroupInfo) XXX_Size

func (m *UserListRuleItemGroupInfo) XXX_Size() int

func (*UserListRuleItemGroupInfo) XXX_Unmarshal

func (m *UserListRuleItemGroupInfo) XXX_Unmarshal(b []byte) error

type UserListRuleItemInfo

type UserListRuleItemInfo struct {
	// Rule variable name. It should match the corresponding key name fired
	// by the pixel.
	// A name must begin with US-ascii letters or underscore or UTF8 code that is
	// greater than 127 and consist of US-ascii letters or digits or underscore or
	// UTF8 code that is greater than 127.
	// For websites, there are two built-in variable URL (name = 'url__') and
	// referrer URL (name = 'ref_url__').
	// This field must be populated when creating a new rule item.
	Name *wrappers.StringValue `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// An atomic rule item.
	//
	// Types that are valid to be assigned to RuleItem:
	//	*UserListRuleItemInfo_NumberRuleItem
	//	*UserListRuleItemInfo_StringRuleItem
	//	*UserListRuleItemInfo_DateRuleItem
	RuleItem             isUserListRuleItemInfo_RuleItem `protobuf_oneof:"rule_item"`
	XXX_NoUnkeyedLiteral struct{}                        `json:"-"`
	XXX_unrecognized     []byte                          `json:"-"`
	XXX_sizecache        int32                           `json:"-"`
}

An atomic rule item.

func (*UserListRuleItemInfo) Descriptor

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

func (*UserListRuleItemInfo) GetDateRuleItem

func (m *UserListRuleItemInfo) GetDateRuleItem() *UserListDateRuleItemInfo

func (*UserListRuleItemInfo) GetName

func (*UserListRuleItemInfo) GetNumberRuleItem

func (m *UserListRuleItemInfo) GetNumberRuleItem() *UserListNumberRuleItemInfo

func (*UserListRuleItemInfo) GetRuleItem

func (m *UserListRuleItemInfo) GetRuleItem() isUserListRuleItemInfo_RuleItem

func (*UserListRuleItemInfo) GetStringRuleItem

func (m *UserListRuleItemInfo) GetStringRuleItem() *UserListStringRuleItemInfo

func (*UserListRuleItemInfo) ProtoMessage

func (*UserListRuleItemInfo) ProtoMessage()

func (*UserListRuleItemInfo) Reset

func (m *UserListRuleItemInfo) Reset()

func (*UserListRuleItemInfo) String

func (m *UserListRuleItemInfo) String() string

func (*UserListRuleItemInfo) XXX_DiscardUnknown

func (m *UserListRuleItemInfo) XXX_DiscardUnknown()

func (*UserListRuleItemInfo) XXX_Marshal

func (m *UserListRuleItemInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UserListRuleItemInfo) XXX_Merge

func (m *UserListRuleItemInfo) XXX_Merge(src proto.Message)

func (*UserListRuleItemInfo) XXX_OneofWrappers

func (*UserListRuleItemInfo) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*UserListRuleItemInfo) XXX_Size

func (m *UserListRuleItemInfo) XXX_Size() int

func (*UserListRuleItemInfo) XXX_Unmarshal

func (m *UserListRuleItemInfo) XXX_Unmarshal(b []byte) error

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 UserListStringRuleItemInfo

type UserListStringRuleItemInfo struct {
	// String comparison operator.
	// This field is required and must be populated when creating a new string
	// rule item.
	Operator enums.UserListStringRuleItemOperatorEnum_UserListStringRuleItemOperator `` /* 171-byte string literal not displayed */
	// The right hand side of the string rule item. For URLs or referrer URLs,
	// the value can not contain illegal URL chars such as newlines, quotes,
	// tabs, or parentheses. This field is required and must be populated when
	// creating a new string rule item.
	Value                *wrappers.StringValue `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

A rule item composed of a string operation.

func (*UserListStringRuleItemInfo) Descriptor

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

func (*UserListStringRuleItemInfo) GetValue

func (*UserListStringRuleItemInfo) ProtoMessage

func (*UserListStringRuleItemInfo) ProtoMessage()

func (*UserListStringRuleItemInfo) Reset

func (m *UserListStringRuleItemInfo) Reset()

func (*UserListStringRuleItemInfo) String

func (m *UserListStringRuleItemInfo) String() string

func (*UserListStringRuleItemInfo) XXX_DiscardUnknown

func (m *UserListStringRuleItemInfo) XXX_DiscardUnknown()

func (*UserListStringRuleItemInfo) XXX_Marshal

func (m *UserListStringRuleItemInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UserListStringRuleItemInfo) XXX_Merge

func (m *UserListStringRuleItemInfo) XXX_Merge(src proto.Message)

func (*UserListStringRuleItemInfo) XXX_Size

func (m *UserListStringRuleItemInfo) XXX_Size() int

func (*UserListStringRuleItemInfo) XXX_Unmarshal

func (m *UserListStringRuleItemInfo) XXX_Unmarshal(b []byte) error

type Value

type Value struct {
	// A value.
	//
	// Types that are valid to be assigned to Value:
	//	*Value_BooleanValue
	//	*Value_Int64Value
	//	*Value_FloatValue
	//	*Value_DoubleValue
	//	*Value_StringValue
	Value                isValue_Value `protobuf_oneof:"value"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

A generic data container.

func (*Value) Descriptor

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

func (*Value) GetBooleanValue

func (m *Value) GetBooleanValue() bool

func (*Value) GetDoubleValue

func (m *Value) GetDoubleValue() float64

func (*Value) GetFloatValue

func (m *Value) GetFloatValue() float32

func (*Value) GetInt64Value

func (m *Value) GetInt64Value() int64

func (*Value) GetStringValue

func (m *Value) GetStringValue() string

func (*Value) GetValue

func (m *Value) GetValue() isValue_Value

func (*Value) ProtoMessage

func (*Value) ProtoMessage()

func (*Value) Reset

func (m *Value) Reset()

func (*Value) String

func (m *Value) String() string

func (*Value) XXX_DiscardUnknown

func (m *Value) XXX_DiscardUnknown()

func (*Value) XXX_Marshal

func (m *Value) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Value) XXX_Merge

func (m *Value) XXX_Merge(src proto.Message)

func (*Value) XXX_OneofWrappers

func (*Value) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*Value) XXX_Size

func (m *Value) XXX_Size() int

func (*Value) XXX_Unmarshal

func (m *Value) XXX_Unmarshal(b []byte) error

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 {
	// The MediaFile resource to use for the video.
	MediaFile *wrappers.StringValue `protobuf:"bytes,1,opt,name=media_file,json=mediaFile,proto3" json:"media_file,omitempty"`
	// Format-specific schema for the different video formats.
	//
	// Types that are valid to be assigned to Format:
	//	*VideoAdInfo_InStream
	//	*VideoAdInfo_Bumper
	//	*VideoAdInfo_OutStream
	//	*VideoAdInfo_NonSkippable
	//	*VideoAdInfo_Discovery
	Format               isVideoAdInfo_Format `protobuf_oneof:"format"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

A video ad.

func (*VideoAdInfo) Descriptor

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

func (*VideoAdInfo) GetBumper

func (m *VideoAdInfo) GetBumper() *VideoBumperInStreamAdInfo

func (*VideoAdInfo) GetDiscovery

func (m *VideoAdInfo) GetDiscovery() *VideoTrueViewDiscoveryAdInfo

func (*VideoAdInfo) GetFormat

func (m *VideoAdInfo) GetFormat() isVideoAdInfo_Format

func (*VideoAdInfo) GetInStream

func (m *VideoAdInfo) GetInStream() *VideoTrueViewInStreamAdInfo

func (*VideoAdInfo) GetMediaFile

func (m *VideoAdInfo) GetMediaFile() *wrappers.StringValue

func (*VideoAdInfo) GetNonSkippable

func (m *VideoAdInfo) GetNonSkippable() *VideoNonSkippableInStreamAdInfo

func (*VideoAdInfo) GetOutStream

func (m *VideoAdInfo) GetOutStream() *VideoOutstreamAdInfo

func (*VideoAdInfo) ProtoMessage

func (*VideoAdInfo) ProtoMessage()

func (*VideoAdInfo) Reset

func (m *VideoAdInfo) Reset()

func (*VideoAdInfo) String

func (m *VideoAdInfo) String() string

func (*VideoAdInfo) XXX_DiscardUnknown

func (m *VideoAdInfo) XXX_DiscardUnknown()

func (*VideoAdInfo) XXX_Marshal

func (m *VideoAdInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*VideoAdInfo) XXX_Merge

func (m *VideoAdInfo) XXX_Merge(src proto.Message)

func (*VideoAdInfo) XXX_OneofWrappers

func (*VideoAdInfo) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*VideoAdInfo) XXX_Size

func (m *VideoAdInfo) XXX_Size() int

func (*VideoAdInfo) XXX_Unmarshal

func (m *VideoAdInfo) XXX_Unmarshal(b []byte) error

type VideoAdInfo_Bumper

type VideoAdInfo_Bumper struct {
	Bumper *VideoBumperInStreamAdInfo `protobuf:"bytes,3,opt,name=bumper,proto3,oneof"`
}

type VideoAdInfo_Discovery

type VideoAdInfo_Discovery struct {
	Discovery *VideoTrueViewDiscoveryAdInfo `protobuf:"bytes,6,opt,name=discovery,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 {
	// The MediaFile resource name of the companion banner used with the ad.
	CompanionBanner      *wrappers.StringValue `protobuf:"bytes,1,opt,name=companion_banner,json=companionBanner,proto3" json:"companion_banner,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

Representation of video bumper in-stream ad format (very short in-stream non-skippable video ad).

func (*VideoBumperInStreamAdInfo) Descriptor

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

func (*VideoBumperInStreamAdInfo) GetCompanionBanner

func (m *VideoBumperInStreamAdInfo) GetCompanionBanner() *wrappers.StringValue

func (*VideoBumperInStreamAdInfo) ProtoMessage

func (*VideoBumperInStreamAdInfo) ProtoMessage()

func (*VideoBumperInStreamAdInfo) Reset

func (m *VideoBumperInStreamAdInfo) Reset()

func (*VideoBumperInStreamAdInfo) String

func (m *VideoBumperInStreamAdInfo) String() string

func (*VideoBumperInStreamAdInfo) XXX_DiscardUnknown

func (m *VideoBumperInStreamAdInfo) XXX_DiscardUnknown()

func (*VideoBumperInStreamAdInfo) XXX_Marshal

func (m *VideoBumperInStreamAdInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*VideoBumperInStreamAdInfo) XXX_Merge

func (m *VideoBumperInStreamAdInfo) XXX_Merge(src proto.Message)

func (*VideoBumperInStreamAdInfo) XXX_Size

func (m *VideoBumperInStreamAdInfo) XXX_Size() int

func (*VideoBumperInStreamAdInfo) XXX_Unmarshal

func (m *VideoBumperInStreamAdInfo) XXX_Unmarshal(b []byte) error

type VideoNonSkippableInStreamAdInfo

type VideoNonSkippableInStreamAdInfo struct {
	// The MediaFile resource name of the companion banner used with the ad.
	CompanionBanner      *wrappers.StringValue `protobuf:"bytes,1,opt,name=companion_banner,json=companionBanner,proto3" json:"companion_banner,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

Representation of video non-skippable in-stream ad format (15 second in-stream non-skippable video ad).

func (*VideoNonSkippableInStreamAdInfo) Descriptor

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

func (*VideoNonSkippableInStreamAdInfo) GetCompanionBanner

func (m *VideoNonSkippableInStreamAdInfo) GetCompanionBanner() *wrappers.StringValue

func (*VideoNonSkippableInStreamAdInfo) ProtoMessage

func (*VideoNonSkippableInStreamAdInfo) ProtoMessage()

func (*VideoNonSkippableInStreamAdInfo) Reset

func (*VideoNonSkippableInStreamAdInfo) String

func (*VideoNonSkippableInStreamAdInfo) XXX_DiscardUnknown

func (m *VideoNonSkippableInStreamAdInfo) XXX_DiscardUnknown()

func (*VideoNonSkippableInStreamAdInfo) XXX_Marshal

func (m *VideoNonSkippableInStreamAdInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*VideoNonSkippableInStreamAdInfo) XXX_Merge

func (m *VideoNonSkippableInStreamAdInfo) XXX_Merge(src proto.Message)

func (*VideoNonSkippableInStreamAdInfo) XXX_Size

func (m *VideoNonSkippableInStreamAdInfo) XXX_Size() int

func (*VideoNonSkippableInStreamAdInfo) XXX_Unmarshal

func (m *VideoNonSkippableInStreamAdInfo) XXX_Unmarshal(b []byte) error

type VideoOutstreamAdInfo

type VideoOutstreamAdInfo struct {
	// The headline of the ad.
	Headline *wrappers.StringValue `protobuf:"bytes,1,opt,name=headline,proto3" json:"headline,omitempty"`
	// The description line.
	Description          *wrappers.StringValue `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

Representation of video out-stream ad format (ad shown alongside a feed with automatic playback, without sound).

func (*VideoOutstreamAdInfo) Descriptor

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

func (*VideoOutstreamAdInfo) GetDescription

func (m *VideoOutstreamAdInfo) GetDescription() *wrappers.StringValue

func (*VideoOutstreamAdInfo) GetHeadline

func (m *VideoOutstreamAdInfo) GetHeadline() *wrappers.StringValue

func (*VideoOutstreamAdInfo) ProtoMessage

func (*VideoOutstreamAdInfo) ProtoMessage()

func (*VideoOutstreamAdInfo) Reset

func (m *VideoOutstreamAdInfo) Reset()

func (*VideoOutstreamAdInfo) String

func (m *VideoOutstreamAdInfo) String() string

func (*VideoOutstreamAdInfo) XXX_DiscardUnknown

func (m *VideoOutstreamAdInfo) XXX_DiscardUnknown()

func (*VideoOutstreamAdInfo) XXX_Marshal

func (m *VideoOutstreamAdInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*VideoOutstreamAdInfo) XXX_Merge

func (m *VideoOutstreamAdInfo) XXX_Merge(src proto.Message)

func (*VideoOutstreamAdInfo) XXX_Size

func (m *VideoOutstreamAdInfo) XXX_Size() int

func (*VideoOutstreamAdInfo) XXX_Unmarshal

func (m *VideoOutstreamAdInfo) XXX_Unmarshal(b []byte) error

type VideoTrueViewDiscoveryAdInfo

type VideoTrueViewDiscoveryAdInfo struct {
	// The headline of the ad.
	Headline *wrappers.StringValue `protobuf:"bytes,1,opt,name=headline,proto3" json:"headline,omitempty"`
	// First text line for a TrueView video discovery ad.
	Description1 *wrappers.StringValue `protobuf:"bytes,2,opt,name=description1,proto3" json:"description1,omitempty"`
	// Second text line for a TrueView video discovery ad.
	Description2         *wrappers.StringValue `protobuf:"bytes,3,opt,name=description2,proto3" json:"description2,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

Representation of video TrueView discovery ad format.

func (*VideoTrueViewDiscoveryAdInfo) Descriptor

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

func (*VideoTrueViewDiscoveryAdInfo) GetDescription1

func (m *VideoTrueViewDiscoveryAdInfo) GetDescription1() *wrappers.StringValue

func (*VideoTrueViewDiscoveryAdInfo) GetDescription2

func (m *VideoTrueViewDiscoveryAdInfo) GetDescription2() *wrappers.StringValue

func (*VideoTrueViewDiscoveryAdInfo) GetHeadline

func (*VideoTrueViewDiscoveryAdInfo) ProtoMessage

func (*VideoTrueViewDiscoveryAdInfo) ProtoMessage()

func (*VideoTrueViewDiscoveryAdInfo) Reset

func (m *VideoTrueViewDiscoveryAdInfo) Reset()

func (*VideoTrueViewDiscoveryAdInfo) String

func (*VideoTrueViewDiscoveryAdInfo) XXX_DiscardUnknown

func (m *VideoTrueViewDiscoveryAdInfo) XXX_DiscardUnknown()

func (*VideoTrueViewDiscoveryAdInfo) XXX_Marshal

func (m *VideoTrueViewDiscoveryAdInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*VideoTrueViewDiscoveryAdInfo) XXX_Merge

func (m *VideoTrueViewDiscoveryAdInfo) XXX_Merge(src proto.Message)

func (*VideoTrueViewDiscoveryAdInfo) XXX_Size

func (m *VideoTrueViewDiscoveryAdInfo) XXX_Size() int

func (*VideoTrueViewDiscoveryAdInfo) XXX_Unmarshal

func (m *VideoTrueViewDiscoveryAdInfo) XXX_Unmarshal(b []byte) error

type VideoTrueViewInStreamAdInfo

type VideoTrueViewInStreamAdInfo struct {
	// Label on the CTA (call-to-action) button taking the user to the video ad's
	// final URL.
	// Required for TrueView for action campaigns, optional otherwise.
	ActionButtonLabel *wrappers.StringValue `protobuf:"bytes,1,opt,name=action_button_label,json=actionButtonLabel,proto3" json:"action_button_label,omitempty"`
	// Additional text displayed with the CTA (call-to-action) button to give
	// context and encourage clicking on the button.
	ActionHeadline *wrappers.StringValue `protobuf:"bytes,2,opt,name=action_headline,json=actionHeadline,proto3" json:"action_headline,omitempty"`
	// The MediaFile resource name of the companion banner used with the ad.
	CompanionBanner      *wrappers.StringValue `protobuf:"bytes,3,opt,name=companion_banner,json=companionBanner,proto3" json:"companion_banner,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

Representation of video TrueView in-stream ad format (ad shown during video playback, often at beginning, which displays a skip button a few seconds into the video).

func (*VideoTrueViewInStreamAdInfo) Descriptor

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

func (*VideoTrueViewInStreamAdInfo) GetActionButtonLabel

func (m *VideoTrueViewInStreamAdInfo) GetActionButtonLabel() *wrappers.StringValue

func (*VideoTrueViewInStreamAdInfo) GetActionHeadline

func (m *VideoTrueViewInStreamAdInfo) GetActionHeadline() *wrappers.StringValue

func (*VideoTrueViewInStreamAdInfo) GetCompanionBanner

func (m *VideoTrueViewInStreamAdInfo) GetCompanionBanner() *wrappers.StringValue

func (*VideoTrueViewInStreamAdInfo) ProtoMessage

func (*VideoTrueViewInStreamAdInfo) ProtoMessage()

func (*VideoTrueViewInStreamAdInfo) Reset

func (m *VideoTrueViewInStreamAdInfo) Reset()

func (*VideoTrueViewInStreamAdInfo) String

func (m *VideoTrueViewInStreamAdInfo) String() string

func (*VideoTrueViewInStreamAdInfo) XXX_DiscardUnknown

func (m *VideoTrueViewInStreamAdInfo) XXX_DiscardUnknown()

func (*VideoTrueViewInStreamAdInfo) XXX_Marshal

func (m *VideoTrueViewInStreamAdInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*VideoTrueViewInStreamAdInfo) XXX_Merge

func (m *VideoTrueViewInStreamAdInfo) XXX_Merge(src proto.Message)

func (*VideoTrueViewInStreamAdInfo) XXX_Size

func (m *VideoTrueViewInStreamAdInfo) XXX_Size() int

func (*VideoTrueViewInStreamAdInfo) XXX_Unmarshal

func (m *VideoTrueViewInStreamAdInfo) XXX_Unmarshal(b []byte) error

type WebpageConditionInfo

type WebpageConditionInfo struct {
	// Operand of webpage targeting condition.
	Operand enums.WebpageConditionOperandEnum_WebpageConditionOperand `` /* 155-byte string literal not displayed */
	// Operator of webpage targeting condition.
	Operator enums.WebpageConditionOperatorEnum_WebpageConditionOperator `` /* 159-byte string literal not displayed */
	// Argument of webpage targeting condition.
	Argument             *wrappers.StringValue `protobuf:"bytes,3,opt,name=argument,proto3" json:"argument,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

Logical expression for targeting webpages of an advertiser's website.

func (*WebpageConditionInfo) Descriptor

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

func (*WebpageConditionInfo) GetArgument

func (m *WebpageConditionInfo) GetArgument() *wrappers.StringValue

func (*WebpageConditionInfo) ProtoMessage

func (*WebpageConditionInfo) ProtoMessage()

func (*WebpageConditionInfo) Reset

func (m *WebpageConditionInfo) Reset()

func (*WebpageConditionInfo) String

func (m *WebpageConditionInfo) String() string

func (*WebpageConditionInfo) XXX_DiscardUnknown

func (m *WebpageConditionInfo) XXX_DiscardUnknown()

func (*WebpageConditionInfo) XXX_Marshal

func (m *WebpageConditionInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WebpageConditionInfo) XXX_Merge

func (m *WebpageConditionInfo) XXX_Merge(src proto.Message)

func (*WebpageConditionInfo) XXX_Size

func (m *WebpageConditionInfo) XXX_Size() int

func (*WebpageConditionInfo) XXX_Unmarshal

func (m *WebpageConditionInfo) XXX_Unmarshal(b []byte) error

type WebpageInfo

type WebpageInfo struct {
	// The name of the criterion that is defined by this parameter. The name value
	// will be used for identifying, sorting and filtering criteria with this type
	// of parameters.
	//
	// This field is required for CREATE operations and is prohibited on UPDATE
	// operations.
	CriterionName *wrappers.StringValue `protobuf:"bytes,1,opt,name=criterion_name,json=criterionName,proto3" json:"criterion_name,omitempty"`
	// Conditions, or logical expressions, for webpage targeting. The list of
	// webpage targeting conditions are and-ed together when evaluated
	// for targeting.
	//
	// This field is required for CREATE operations and is prohibited on UPDATE
	// operations.
	Conditions           []*WebpageConditionInfo `protobuf:"bytes,2,rep,name=conditions,proto3" json:"conditions,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                `json:"-"`
	XXX_unrecognized     []byte                  `json:"-"`
	XXX_sizecache        int32                   `json:"-"`
}

Represents a criterion for targeting webpages of an advertiser's website.

func (*WebpageInfo) Descriptor

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

func (*WebpageInfo) GetConditions

func (m *WebpageInfo) GetConditions() []*WebpageConditionInfo

func (*WebpageInfo) GetCriterionName

func (m *WebpageInfo) GetCriterionName() *wrappers.StringValue

func (*WebpageInfo) ProtoMessage

func (*WebpageInfo) ProtoMessage()

func (*WebpageInfo) Reset

func (m *WebpageInfo) Reset()

func (*WebpageInfo) String

func (m *WebpageInfo) String() string

func (*WebpageInfo) XXX_DiscardUnknown

func (m *WebpageInfo) XXX_DiscardUnknown()

func (*WebpageInfo) XXX_Marshal

func (m *WebpageInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WebpageInfo) XXX_Merge

func (m *WebpageInfo) XXX_Merge(src proto.Message)

func (*WebpageInfo) XXX_Size

func (m *WebpageInfo) XXX_Size() int

func (*WebpageInfo) XXX_Unmarshal

func (m *WebpageInfo) XXX_Unmarshal(b []byte) error

type YouTubeChannelInfo

type YouTubeChannelInfo struct {
	// The YouTube uploader channel id or the channel code of a YouTube channel.
	ChannelId            *wrappers.StringValue `protobuf:"bytes,1,opt,name=channel_id,json=channelId,proto3" json:"channel_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

A YouTube Channel criterion.

func (*YouTubeChannelInfo) Descriptor

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

func (*YouTubeChannelInfo) GetChannelId

func (m *YouTubeChannelInfo) GetChannelId() *wrappers.StringValue

func (*YouTubeChannelInfo) ProtoMessage

func (*YouTubeChannelInfo) ProtoMessage()

func (*YouTubeChannelInfo) Reset

func (m *YouTubeChannelInfo) Reset()

func (*YouTubeChannelInfo) String

func (m *YouTubeChannelInfo) String() string

func (*YouTubeChannelInfo) XXX_DiscardUnknown

func (m *YouTubeChannelInfo) XXX_DiscardUnknown()

func (*YouTubeChannelInfo) XXX_Marshal

func (m *YouTubeChannelInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*YouTubeChannelInfo) XXX_Merge

func (m *YouTubeChannelInfo) XXX_Merge(src proto.Message)

func (*YouTubeChannelInfo) XXX_Size

func (m *YouTubeChannelInfo) XXX_Size() int

func (*YouTubeChannelInfo) XXX_Unmarshal

func (m *YouTubeChannelInfo) XXX_Unmarshal(b []byte) error

type YouTubeVideoInfo

type YouTubeVideoInfo struct {
	// YouTube video id as it appears on the YouTube watch page.
	VideoId              *wrappers.StringValue `protobuf:"bytes,1,opt,name=video_id,json=videoId,proto3" json:"video_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

A YouTube Video criterion.

func (*YouTubeVideoInfo) Descriptor

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

func (*YouTubeVideoInfo) GetVideoId

func (m *YouTubeVideoInfo) GetVideoId() *wrappers.StringValue

func (*YouTubeVideoInfo) ProtoMessage

func (*YouTubeVideoInfo) ProtoMessage()

func (*YouTubeVideoInfo) Reset

func (m *YouTubeVideoInfo) Reset()

func (*YouTubeVideoInfo) String

func (m *YouTubeVideoInfo) String() string

func (*YouTubeVideoInfo) XXX_DiscardUnknown

func (m *YouTubeVideoInfo) XXX_DiscardUnknown()

func (*YouTubeVideoInfo) XXX_Marshal

func (m *YouTubeVideoInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*YouTubeVideoInfo) XXX_Merge

func (m *YouTubeVideoInfo) XXX_Merge(src proto.Message)

func (*YouTubeVideoInfo) XXX_Size

func (m *YouTubeVideoInfo) XXX_Size() int

func (*YouTubeVideoInfo) XXX_Unmarshal

func (m *YouTubeVideoInfo) XXX_Unmarshal(b []byte) error

type YoutubeVideoAsset

type YoutubeVideoAsset struct {
	// YouTube video id. This is the 11 character string value used in the
	// YouTube video URL.
	YoutubeVideoId       *wrappers.StringValue `protobuf:"bytes,1,opt,name=youtube_video_id,json=youtubeVideoId,proto3" json:"youtube_video_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

A YouTube asset.

func (*YoutubeVideoAsset) Descriptor

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

func (*YoutubeVideoAsset) GetYoutubeVideoId

func (m *YoutubeVideoAsset) GetYoutubeVideoId() *wrappers.StringValue

func (*YoutubeVideoAsset) ProtoMessage

func (*YoutubeVideoAsset) ProtoMessage()

func (*YoutubeVideoAsset) Reset

func (m *YoutubeVideoAsset) Reset()

func (*YoutubeVideoAsset) String

func (m *YoutubeVideoAsset) String() string

func (*YoutubeVideoAsset) XXX_DiscardUnknown

func (m *YoutubeVideoAsset) XXX_DiscardUnknown()

func (*YoutubeVideoAsset) XXX_Marshal

func (m *YoutubeVideoAsset) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*YoutubeVideoAsset) XXX_Merge

func (m *YoutubeVideoAsset) XXX_Merge(src proto.Message)

func (*YoutubeVideoAsset) XXX_Size

func (m *YoutubeVideoAsset) XXX_Size() int

func (*YoutubeVideoAsset) XXX_Unmarshal

func (m *YoutubeVideoAsset) XXX_Unmarshal(b []byte) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL