blob: c9275f39374c8848c02d910656d27243a4a66fca [file] [log] [blame]
// Code generated by protoc-gen-go. DO NOT EDIT.
// source: google/ads/googleads/v1/resources/campaign.proto
package resources
import (
fmt "fmt"
math "math"
proto "github.com/golang/protobuf/proto"
wrappers "github.com/golang/protobuf/ptypes/wrappers"
common "google.golang.org/genproto/googleapis/ads/googleads/v1/common"
enums "google.golang.org/genproto/googleapis/ads/googleads/v1/enums"
_ "google.golang.org/genproto/googleapis/api/annotations"
)
// Reference imports to suppress errors if they are not otherwise used.
var _ = proto.Marshal
var _ = fmt.Errorf
var _ = math.Inf
// This is a compile-time assertion to ensure that this generated file
// is compatible with the proto package it is being compiled against.
// A compilation error at this line likely means your copy of the
// proto package needs to be updated.
const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
// A campaign.
type Campaign struct {
// The resource name of the campaign.
// Campaign resource names have the form:
//
// `customers/{customer_id}/campaigns/{campaign_id}`
ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"`
// The ID of the campaign.
Id *wrappers.Int64Value `protobuf:"bytes,3,opt,name=id,proto3" json:"id,omitempty"`
// The name of the campaign.
//
// This field is required and should not be empty when creating new
// campaigns.
//
// It must not contain any null (code point 0x0), NL line feed
// (code point 0xA) or carriage return (code point 0xD) characters.
Name *wrappers.StringValue `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
// The status of the campaign.
//
// When a new campaign is added, the status defaults to ENABLED.
Status enums.CampaignStatusEnum_CampaignStatus `protobuf:"varint,5,opt,name=status,proto3,enum=google.ads.googleads.v1.enums.CampaignStatusEnum_CampaignStatus" json:"status,omitempty"`
// The ad serving status of the campaign.
ServingStatus enums.CampaignServingStatusEnum_CampaignServingStatus `protobuf:"varint,21,opt,name=serving_status,json=servingStatus,proto3,enum=google.ads.googleads.v1.enums.CampaignServingStatusEnum_CampaignServingStatus" json:"serving_status,omitempty"`
// The ad serving optimization status of the campaign.
AdServingOptimizationStatus enums.AdServingOptimizationStatusEnum_AdServingOptimizationStatus `protobuf:"varint,8,opt,name=ad_serving_optimization_status,json=adServingOptimizationStatus,proto3,enum=google.ads.googleads.v1.enums.AdServingOptimizationStatusEnum_AdServingOptimizationStatus" json:"ad_serving_optimization_status,omitempty"`
// The primary serving target for ads within the campaign.
// The targeting options can be refined in `network_settings`.
//
// This field is required and should not be empty when creating new
// campaigns.
//
// Can be set only when creating campaigns.
// After the campaign is created, the field can not be changed.
AdvertisingChannelType enums.AdvertisingChannelTypeEnum_AdvertisingChannelType `protobuf:"varint,9,opt,name=advertising_channel_type,json=advertisingChannelType,proto3,enum=google.ads.googleads.v1.enums.AdvertisingChannelTypeEnum_AdvertisingChannelType" json:"advertising_channel_type,omitempty"`
// Optional refinement to `advertising_channel_type`.
// Must be a valid sub-type of the parent channel type.
//
// Can be set only when creating campaigns.
// After campaign is created, the field can not be changed.
AdvertisingChannelSubType enums.AdvertisingChannelSubTypeEnum_AdvertisingChannelSubType `protobuf:"varint,10,opt,name=advertising_channel_sub_type,json=advertisingChannelSubType,proto3,enum=google.ads.googleads.v1.enums.AdvertisingChannelSubTypeEnum_AdvertisingChannelSubType" json:"advertising_channel_sub_type,omitempty"`
// The URL template for constructing a tracking URL.
TrackingUrlTemplate *wrappers.StringValue `protobuf:"bytes,11,opt,name=tracking_url_template,json=trackingUrlTemplate,proto3" json:"tracking_url_template,omitempty"`
// The list of mappings used to substitute custom parameter tags in a
// `tracking_url_template`, `final_urls`, or `mobile_final_urls`.
UrlCustomParameters []*common.CustomParameter `protobuf:"bytes,12,rep,name=url_custom_parameters,json=urlCustomParameters,proto3" json:"url_custom_parameters,omitempty"`
// Settings for Real-Time Bidding, a feature only available for campaigns
// targeting the Ad Exchange network.
RealTimeBiddingSetting *common.RealTimeBiddingSetting `protobuf:"bytes,39,opt,name=real_time_bidding_setting,json=realTimeBiddingSetting,proto3" json:"real_time_bidding_setting,omitempty"`
// The network settings for the campaign.
NetworkSettings *Campaign_NetworkSettings `protobuf:"bytes,14,opt,name=network_settings,json=networkSettings,proto3" json:"network_settings,omitempty"`
// The hotel setting for the campaign.
HotelSetting *Campaign_HotelSettingInfo `protobuf:"bytes,32,opt,name=hotel_setting,json=hotelSetting,proto3" json:"hotel_setting,omitempty"`
// The setting for controlling Dynamic Search Ads (DSA).
DynamicSearchAdsSetting *Campaign_DynamicSearchAdsSetting `protobuf:"bytes,33,opt,name=dynamic_search_ads_setting,json=dynamicSearchAdsSetting,proto3" json:"dynamic_search_ads_setting,omitempty"`
// The setting for controlling Shopping campaigns.
ShoppingSetting *Campaign_ShoppingSetting `protobuf:"bytes,36,opt,name=shopping_setting,json=shoppingSetting,proto3" json:"shopping_setting,omitempty"`
// Setting for targeting related features.
TargetingSetting *common.TargetingSetting `protobuf:"bytes,43,opt,name=targeting_setting,json=targetingSetting,proto3" json:"targeting_setting,omitempty"`
// The setting for ads geotargeting.
GeoTargetTypeSetting *Campaign_GeoTargetTypeSetting `protobuf:"bytes,47,opt,name=geo_target_type_setting,json=geoTargetTypeSetting,proto3" json:"geo_target_type_setting,omitempty"`
// The setting related to App Campaign.
AppCampaignSetting *Campaign_AppCampaignSetting `protobuf:"bytes,51,opt,name=app_campaign_setting,json=appCampaignSetting,proto3" json:"app_campaign_setting,omitempty"`
// The resource names of labels attached to this campaign.
Labels []*wrappers.StringValue `protobuf:"bytes,53,rep,name=labels,proto3" json:"labels,omitempty"`
// The type of campaign: normal, draft, or experiment.
ExperimentType enums.CampaignExperimentTypeEnum_CampaignExperimentType `protobuf:"varint,17,opt,name=experiment_type,json=experimentType,proto3,enum=google.ads.googleads.v1.enums.CampaignExperimentTypeEnum_CampaignExperimentType" json:"experiment_type,omitempty"`
// The resource name of the base campaign of a draft or experiment campaign.
// For base campaigns, this is equal to `resource_name`.
//
// This field is read-only.
BaseCampaign *wrappers.StringValue `protobuf:"bytes,28,opt,name=base_campaign,json=baseCampaign,proto3" json:"base_campaign,omitempty"`
// The budget of the campaign.
CampaignBudget *wrappers.StringValue `protobuf:"bytes,6,opt,name=campaign_budget,json=campaignBudget,proto3" json:"campaign_budget,omitempty"`
// The type of bidding strategy.
//
// A bidding strategy can be created by setting either the bidding scheme to
// create a standard bidding strategy or the `bidding_strategy` field to
// create a portfolio bidding strategy.
//
// This field is read-only.
BiddingStrategyType enums.BiddingStrategyTypeEnum_BiddingStrategyType `protobuf:"varint,22,opt,name=bidding_strategy_type,json=biddingStrategyType,proto3,enum=google.ads.googleads.v1.enums.BiddingStrategyTypeEnum_BiddingStrategyType" json:"bidding_strategy_type,omitempty"`
// The date when campaign started.
//
// This field must not be used in WHERE clauses.
StartDate *wrappers.StringValue `protobuf:"bytes,19,opt,name=start_date,json=startDate,proto3" json:"start_date,omitempty"`
// The date when campaign ended.
//
// This field must not be used in WHERE clauses.
EndDate *wrappers.StringValue `protobuf:"bytes,20,opt,name=end_date,json=endDate,proto3" json:"end_date,omitempty"`
// Suffix used to append query parameters to landing pages that are served
// with parallel tracking.
FinalUrlSuffix *wrappers.StringValue `protobuf:"bytes,38,opt,name=final_url_suffix,json=finalUrlSuffix,proto3" json:"final_url_suffix,omitempty"`
// A list that limits how often each user will see this campaign's ads.
FrequencyCaps []*common.FrequencyCapEntry `protobuf:"bytes,40,rep,name=frequency_caps,json=frequencyCaps,proto3" json:"frequency_caps,omitempty"`
// 3-Tier Brand Safety setting for the campaign.
VideoBrandSafetySuitability enums.BrandSafetySuitabilityEnum_BrandSafetySuitability `protobuf:"varint,42,opt,name=video_brand_safety_suitability,json=videoBrandSafetySuitability,proto3,enum=google.ads.googleads.v1.enums.BrandSafetySuitabilityEnum_BrandSafetySuitability" json:"video_brand_safety_suitability,omitempty"`
// Describes how unbranded pharma ads will be displayed.
VanityPharma *Campaign_VanityPharma `protobuf:"bytes,44,opt,name=vanity_pharma,json=vanityPharma,proto3" json:"vanity_pharma,omitempty"`
// Selective optimization setting for this campaign, which includes a set of
// conversion actions to optimize this campaign towards.
SelectiveOptimization *Campaign_SelectiveOptimization `protobuf:"bytes,45,opt,name=selective_optimization,json=selectiveOptimization,proto3" json:"selective_optimization,omitempty"`
// Campaign level settings for tracking information.
TrackingSetting *Campaign_TrackingSetting `protobuf:"bytes,46,opt,name=tracking_setting,json=trackingSetting,proto3" json:"tracking_setting,omitempty"`
// Payment mode for the campaign.
PaymentMode enums.PaymentModeEnum_PaymentMode `protobuf:"varint,52,opt,name=payment_mode,json=paymentMode,proto3,enum=google.ads.googleads.v1.enums.PaymentModeEnum_PaymentMode" json:"payment_mode,omitempty"`
// The bidding strategy for the campaign.
//
// Must be either portfolio (created via BiddingStrategy service) or
// standard, that is embedded into the campaign.
//
// Types that are valid to be assigned to CampaignBiddingStrategy:
// *Campaign_BiddingStrategy
// *Campaign_Commission
// *Campaign_ManualCpc
// *Campaign_ManualCpm
// *Campaign_ManualCpv
// *Campaign_MaximizeConversions
// *Campaign_MaximizeConversionValue
// *Campaign_TargetCpa
// *Campaign_TargetImpressionShare
// *Campaign_TargetRoas
// *Campaign_TargetSpend
// *Campaign_PercentCpc
// *Campaign_TargetCpm
CampaignBiddingStrategy isCampaign_CampaignBiddingStrategy `protobuf_oneof:"campaign_bidding_strategy"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *Campaign) Reset() { *m = Campaign{} }
func (m *Campaign) String() string { return proto.CompactTextString(m) }
func (*Campaign) ProtoMessage() {}
func (*Campaign) Descriptor() ([]byte, []int) {
return fileDescriptor_27611d02f7286242, []int{0}
}
func (m *Campaign) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_Campaign.Unmarshal(m, b)
}
func (m *Campaign) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_Campaign.Marshal(b, m, deterministic)
}
func (m *Campaign) XXX_Merge(src proto.Message) {
xxx_messageInfo_Campaign.Merge(m, src)
}
func (m *Campaign) XXX_Size() int {
return xxx_messageInfo_Campaign.Size(m)
}
func (m *Campaign) XXX_DiscardUnknown() {
xxx_messageInfo_Campaign.DiscardUnknown(m)
}
var xxx_messageInfo_Campaign proto.InternalMessageInfo
func (m *Campaign) GetResourceName() string {
if m != nil {
return m.ResourceName
}
return ""
}
func (m *Campaign) GetId() *wrappers.Int64Value {
if m != nil {
return m.Id
}
return nil
}
func (m *Campaign) GetName() *wrappers.StringValue {
if m != nil {
return m.Name
}
return nil
}
func (m *Campaign) GetStatus() enums.CampaignStatusEnum_CampaignStatus {
if m != nil {
return m.Status
}
return enums.CampaignStatusEnum_UNSPECIFIED
}
func (m *Campaign) GetServingStatus() enums.CampaignServingStatusEnum_CampaignServingStatus {
if m != nil {
return m.ServingStatus
}
return enums.CampaignServingStatusEnum_UNSPECIFIED
}
func (m *Campaign) GetAdServingOptimizationStatus() enums.AdServingOptimizationStatusEnum_AdServingOptimizationStatus {
if m != nil {
return m.AdServingOptimizationStatus
}
return enums.AdServingOptimizationStatusEnum_UNSPECIFIED
}
func (m *Campaign) GetAdvertisingChannelType() enums.AdvertisingChannelTypeEnum_AdvertisingChannelType {
if m != nil {
return m.AdvertisingChannelType
}
return enums.AdvertisingChannelTypeEnum_UNSPECIFIED
}
func (m *Campaign) GetAdvertisingChannelSubType() enums.AdvertisingChannelSubTypeEnum_AdvertisingChannelSubType {
if m != nil {
return m.AdvertisingChannelSubType
}
return enums.AdvertisingChannelSubTypeEnum_UNSPECIFIED
}
func (m *Campaign) GetTrackingUrlTemplate() *wrappers.StringValue {
if m != nil {
return m.TrackingUrlTemplate
}
return nil
}
func (m *Campaign) GetUrlCustomParameters() []*common.CustomParameter {
if m != nil {
return m.UrlCustomParameters
}
return nil
}
func (m *Campaign) GetRealTimeBiddingSetting() *common.RealTimeBiddingSetting {
if m != nil {
return m.RealTimeBiddingSetting
}
return nil
}
func (m *Campaign) GetNetworkSettings() *Campaign_NetworkSettings {
if m != nil {
return m.NetworkSettings
}
return nil
}
func (m *Campaign) GetHotelSetting() *Campaign_HotelSettingInfo {
if m != nil {
return m.HotelSetting
}
return nil
}
func (m *Campaign) GetDynamicSearchAdsSetting() *Campaign_DynamicSearchAdsSetting {
if m != nil {
return m.DynamicSearchAdsSetting
}
return nil
}
func (m *Campaign) GetShoppingSetting() *Campaign_ShoppingSetting {
if m != nil {
return m.ShoppingSetting
}
return nil
}
func (m *Campaign) GetTargetingSetting() *common.TargetingSetting {
if m != nil {
return m.TargetingSetting
}
return nil
}
func (m *Campaign) GetGeoTargetTypeSetting() *Campaign_GeoTargetTypeSetting {
if m != nil {
return m.GeoTargetTypeSetting
}
return nil
}
func (m *Campaign) GetAppCampaignSetting() *Campaign_AppCampaignSetting {
if m != nil {
return m.AppCampaignSetting
}
return nil
}
func (m *Campaign) GetLabels() []*wrappers.StringValue {
if m != nil {
return m.Labels
}
return nil
}
func (m *Campaign) GetExperimentType() enums.CampaignExperimentTypeEnum_CampaignExperimentType {
if m != nil {
return m.ExperimentType
}
return enums.CampaignExperimentTypeEnum_UNSPECIFIED
}
func (m *Campaign) GetBaseCampaign() *wrappers.StringValue {
if m != nil {
return m.BaseCampaign
}
return nil
}
func (m *Campaign) GetCampaignBudget() *wrappers.StringValue {
if m != nil {
return m.CampaignBudget
}
return nil
}
func (m *Campaign) GetBiddingStrategyType() enums.BiddingStrategyTypeEnum_BiddingStrategyType {
if m != nil {
return m.BiddingStrategyType
}
return enums.BiddingStrategyTypeEnum_UNSPECIFIED
}
func (m *Campaign) GetStartDate() *wrappers.StringValue {
if m != nil {
return m.StartDate
}
return nil
}
func (m *Campaign) GetEndDate() *wrappers.StringValue {
if m != nil {
return m.EndDate
}
return nil
}
func (m *Campaign) GetFinalUrlSuffix() *wrappers.StringValue {
if m != nil {
return m.FinalUrlSuffix
}
return nil
}
func (m *Campaign) GetFrequencyCaps() []*common.FrequencyCapEntry {
if m != nil {
return m.FrequencyCaps
}
return nil
}
func (m *Campaign) GetVideoBrandSafetySuitability() enums.BrandSafetySuitabilityEnum_BrandSafetySuitability {
if m != nil {
return m.VideoBrandSafetySuitability
}
return enums.BrandSafetySuitabilityEnum_UNSPECIFIED
}
func (m *Campaign) GetVanityPharma() *Campaign_VanityPharma {
if m != nil {
return m.VanityPharma
}
return nil
}
func (m *Campaign) GetSelectiveOptimization() *Campaign_SelectiveOptimization {
if m != nil {
return m.SelectiveOptimization
}
return nil
}
func (m *Campaign) GetTrackingSetting() *Campaign_TrackingSetting {
if m != nil {
return m.TrackingSetting
}
return nil
}
func (m *Campaign) GetPaymentMode() enums.PaymentModeEnum_PaymentMode {
if m != nil {
return m.PaymentMode
}
return enums.PaymentModeEnum_UNSPECIFIED
}
type isCampaign_CampaignBiddingStrategy interface {
isCampaign_CampaignBiddingStrategy()
}
type Campaign_BiddingStrategy struct {
BiddingStrategy *wrappers.StringValue `protobuf:"bytes,23,opt,name=bidding_strategy,json=biddingStrategy,proto3,oneof"`
}
type Campaign_Commission struct {
Commission *common.Commission `protobuf:"bytes,49,opt,name=commission,proto3,oneof"`
}
type Campaign_ManualCpc struct {
ManualCpc *common.ManualCpc `protobuf:"bytes,24,opt,name=manual_cpc,json=manualCpc,proto3,oneof"`
}
type Campaign_ManualCpm struct {
ManualCpm *common.ManualCpm `protobuf:"bytes,25,opt,name=manual_cpm,json=manualCpm,proto3,oneof"`
}
type Campaign_ManualCpv struct {
ManualCpv *common.ManualCpv `protobuf:"bytes,37,opt,name=manual_cpv,json=manualCpv,proto3,oneof"`
}
type Campaign_MaximizeConversions struct {
MaximizeConversions *common.MaximizeConversions `protobuf:"bytes,30,opt,name=maximize_conversions,json=maximizeConversions,proto3,oneof"`
}
type Campaign_MaximizeConversionValue struct {
MaximizeConversionValue *common.MaximizeConversionValue `protobuf:"bytes,31,opt,name=maximize_conversion_value,json=maximizeConversionValue,proto3,oneof"`
}
type Campaign_TargetCpa struct {
TargetCpa *common.TargetCpa `protobuf:"bytes,26,opt,name=target_cpa,json=targetCpa,proto3,oneof"`
}
type Campaign_TargetImpressionShare struct {
TargetImpressionShare *common.TargetImpressionShare `protobuf:"bytes,48,opt,name=target_impression_share,json=targetImpressionShare,proto3,oneof"`
}
type Campaign_TargetRoas struct {
TargetRoas *common.TargetRoas `protobuf:"bytes,29,opt,name=target_roas,json=targetRoas,proto3,oneof"`
}
type Campaign_TargetSpend struct {
TargetSpend *common.TargetSpend `protobuf:"bytes,27,opt,name=target_spend,json=targetSpend,proto3,oneof"`
}
type Campaign_PercentCpc struct {
PercentCpc *common.PercentCpc `protobuf:"bytes,34,opt,name=percent_cpc,json=percentCpc,proto3,oneof"`
}
type Campaign_TargetCpm struct {
TargetCpm *common.TargetCpm `protobuf:"bytes,41,opt,name=target_cpm,json=targetCpm,proto3,oneof"`
}
func (*Campaign_BiddingStrategy) isCampaign_CampaignBiddingStrategy() {}
func (*Campaign_Commission) isCampaign_CampaignBiddingStrategy() {}
func (*Campaign_ManualCpc) isCampaign_CampaignBiddingStrategy() {}
func (*Campaign_ManualCpm) isCampaign_CampaignBiddingStrategy() {}
func (*Campaign_ManualCpv) isCampaign_CampaignBiddingStrategy() {}
func (*Campaign_MaximizeConversions) isCampaign_CampaignBiddingStrategy() {}
func (*Campaign_MaximizeConversionValue) isCampaign_CampaignBiddingStrategy() {}
func (*Campaign_TargetCpa) isCampaign_CampaignBiddingStrategy() {}
func (*Campaign_TargetImpressionShare) isCampaign_CampaignBiddingStrategy() {}
func (*Campaign_TargetRoas) isCampaign_CampaignBiddingStrategy() {}
func (*Campaign_TargetSpend) isCampaign_CampaignBiddingStrategy() {}
func (*Campaign_PercentCpc) isCampaign_CampaignBiddingStrategy() {}
func (*Campaign_TargetCpm) isCampaign_CampaignBiddingStrategy() {}
func (m *Campaign) GetCampaignBiddingStrategy() isCampaign_CampaignBiddingStrategy {
if m != nil {
return m.CampaignBiddingStrategy
}
return nil
}
func (m *Campaign) GetBiddingStrategy() *wrappers.StringValue {
if x, ok := m.GetCampaignBiddingStrategy().(*Campaign_BiddingStrategy); ok {
return x.BiddingStrategy
}
return nil
}
func (m *Campaign) GetCommission() *common.Commission {
if x, ok := m.GetCampaignBiddingStrategy().(*Campaign_Commission); ok {
return x.Commission
}
return nil
}
func (m *Campaign) GetManualCpc() *common.ManualCpc {
if x, ok := m.GetCampaignBiddingStrategy().(*Campaign_ManualCpc); ok {
return x.ManualCpc
}
return nil
}
func (m *Campaign) GetManualCpm() *common.ManualCpm {
if x, ok := m.GetCampaignBiddingStrategy().(*Campaign_ManualCpm); ok {
return x.ManualCpm
}
return nil
}
func (m *Campaign) GetManualCpv() *common.ManualCpv {
if x, ok := m.GetCampaignBiddingStrategy().(*Campaign_ManualCpv); ok {
return x.ManualCpv
}
return nil
}
func (m *Campaign) GetMaximizeConversions() *common.MaximizeConversions {
if x, ok := m.GetCampaignBiddingStrategy().(*Campaign_MaximizeConversions); ok {
return x.MaximizeConversions
}
return nil
}
func (m *Campaign) GetMaximizeConversionValue() *common.MaximizeConversionValue {
if x, ok := m.GetCampaignBiddingStrategy().(*Campaign_MaximizeConversionValue); ok {
return x.MaximizeConversionValue
}
return nil
}
func (m *Campaign) GetTargetCpa() *common.TargetCpa {
if x, ok := m.GetCampaignBiddingStrategy().(*Campaign_TargetCpa); ok {
return x.TargetCpa
}
return nil
}
func (m *Campaign) GetTargetImpressionShare() *common.TargetImpressionShare {
if x, ok := m.GetCampaignBiddingStrategy().(*Campaign_TargetImpressionShare); ok {
return x.TargetImpressionShare
}
return nil
}
func (m *Campaign) GetTargetRoas() *common.TargetRoas {
if x, ok := m.GetCampaignBiddingStrategy().(*Campaign_TargetRoas); ok {
return x.TargetRoas
}
return nil
}
func (m *Campaign) GetTargetSpend() *common.TargetSpend {
if x, ok := m.GetCampaignBiddingStrategy().(*Campaign_TargetSpend); ok {
return x.TargetSpend
}
return nil
}
func (m *Campaign) GetPercentCpc() *common.PercentCpc {
if x, ok := m.GetCampaignBiddingStrategy().(*Campaign_PercentCpc); ok {
return x.PercentCpc
}
return nil
}
func (m *Campaign) GetTargetCpm() *common.TargetCpm {
if x, ok := m.GetCampaignBiddingStrategy().(*Campaign_TargetCpm); ok {
return x.TargetCpm
}
return nil
}
// XXX_OneofWrappers is for the internal use of the proto package.
func (*Campaign) XXX_OneofWrappers() []interface{} {
return []interface{}{
(*Campaign_BiddingStrategy)(nil),
(*Campaign_Commission)(nil),
(*Campaign_ManualCpc)(nil),
(*Campaign_ManualCpm)(nil),
(*Campaign_ManualCpv)(nil),
(*Campaign_MaximizeConversions)(nil),
(*Campaign_MaximizeConversionValue)(nil),
(*Campaign_TargetCpa)(nil),
(*Campaign_TargetImpressionShare)(nil),
(*Campaign_TargetRoas)(nil),
(*Campaign_TargetSpend)(nil),
(*Campaign_PercentCpc)(nil),
(*Campaign_TargetCpm)(nil),
}
}
// The network settings for the campaign.
type Campaign_NetworkSettings struct {
// Whether ads will be served with google.com search results.
TargetGoogleSearch *wrappers.BoolValue `protobuf:"bytes,1,opt,name=target_google_search,json=targetGoogleSearch,proto3" json:"target_google_search,omitempty"`
// Whether ads will be served on partner sites in the Google Search Network
// (requires `target_google_search` to also be `true`).
TargetSearchNetwork *wrappers.BoolValue `protobuf:"bytes,2,opt,name=target_search_network,json=targetSearchNetwork,proto3" json:"target_search_network,omitempty"`
// Whether ads will be served on specified placements in the Google Display
// Network. Placements are specified using the Placement criterion.
TargetContentNetwork *wrappers.BoolValue `protobuf:"bytes,3,opt,name=target_content_network,json=targetContentNetwork,proto3" json:"target_content_network,omitempty"`
// Whether ads will be served on the Google Partner Network.
// This is available only to some select Google partner accounts.
TargetPartnerSearchNetwork *wrappers.BoolValue `protobuf:"bytes,4,opt,name=target_partner_search_network,json=targetPartnerSearchNetwork,proto3" json:"target_partner_search_network,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *Campaign_NetworkSettings) Reset() { *m = Campaign_NetworkSettings{} }
func (m *Campaign_NetworkSettings) String() string { return proto.CompactTextString(m) }
func (*Campaign_NetworkSettings) ProtoMessage() {}
func (*Campaign_NetworkSettings) Descriptor() ([]byte, []int) {
return fileDescriptor_27611d02f7286242, []int{0, 0}
}
func (m *Campaign_NetworkSettings) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_Campaign_NetworkSettings.Unmarshal(m, b)
}
func (m *Campaign_NetworkSettings) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_Campaign_NetworkSettings.Marshal(b, m, deterministic)
}
func (m *Campaign_NetworkSettings) XXX_Merge(src proto.Message) {
xxx_messageInfo_Campaign_NetworkSettings.Merge(m, src)
}
func (m *Campaign_NetworkSettings) XXX_Size() int {
return xxx_messageInfo_Campaign_NetworkSettings.Size(m)
}
func (m *Campaign_NetworkSettings) XXX_DiscardUnknown() {
xxx_messageInfo_Campaign_NetworkSettings.DiscardUnknown(m)
}
var xxx_messageInfo_Campaign_NetworkSettings proto.InternalMessageInfo
func (m *Campaign_NetworkSettings) GetTargetGoogleSearch() *wrappers.BoolValue {
if m != nil {
return m.TargetGoogleSearch
}
return nil
}
func (m *Campaign_NetworkSettings) GetTargetSearchNetwork() *wrappers.BoolValue {
if m != nil {
return m.TargetSearchNetwork
}
return nil
}
func (m *Campaign_NetworkSettings) GetTargetContentNetwork() *wrappers.BoolValue {
if m != nil {
return m.TargetContentNetwork
}
return nil
}
func (m *Campaign_NetworkSettings) GetTargetPartnerSearchNetwork() *wrappers.BoolValue {
if m != nil {
return m.TargetPartnerSearchNetwork
}
return nil
}
// Campaign-level settings for hotel ads.
type Campaign_HotelSettingInfo struct {
// The linked Hotel Center account.
HotelCenterId *wrappers.Int64Value `protobuf:"bytes,1,opt,name=hotel_center_id,json=hotelCenterId,proto3" json:"hotel_center_id,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *Campaign_HotelSettingInfo) Reset() { *m = Campaign_HotelSettingInfo{} }
func (m *Campaign_HotelSettingInfo) String() string { return proto.CompactTextString(m) }
func (*Campaign_HotelSettingInfo) ProtoMessage() {}
func (*Campaign_HotelSettingInfo) Descriptor() ([]byte, []int) {
return fileDescriptor_27611d02f7286242, []int{0, 1}
}
func (m *Campaign_HotelSettingInfo) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_Campaign_HotelSettingInfo.Unmarshal(m, b)
}
func (m *Campaign_HotelSettingInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_Campaign_HotelSettingInfo.Marshal(b, m, deterministic)
}
func (m *Campaign_HotelSettingInfo) XXX_Merge(src proto.Message) {
xxx_messageInfo_Campaign_HotelSettingInfo.Merge(m, src)
}
func (m *Campaign_HotelSettingInfo) XXX_Size() int {
return xxx_messageInfo_Campaign_HotelSettingInfo.Size(m)
}
func (m *Campaign_HotelSettingInfo) XXX_DiscardUnknown() {
xxx_messageInfo_Campaign_HotelSettingInfo.DiscardUnknown(m)
}
var xxx_messageInfo_Campaign_HotelSettingInfo proto.InternalMessageInfo
func (m *Campaign_HotelSettingInfo) GetHotelCenterId() *wrappers.Int64Value {
if m != nil {
return m.HotelCenterId
}
return nil
}
// The setting for controlling Dynamic Search Ads (DSA).
type Campaign_DynamicSearchAdsSetting struct {
// The Internet domain name that this setting represents, e.g., "google.com"
// or "www.google.com".
DomainName *wrappers.StringValue `protobuf:"bytes,1,opt,name=domain_name,json=domainName,proto3" json:"domain_name,omitempty"`
// The language code specifying the language of the domain, e.g., "en".
LanguageCode *wrappers.StringValue `protobuf:"bytes,2,opt,name=language_code,json=languageCode,proto3" json:"language_code,omitempty"`
// Whether the campaign uses advertiser supplied URLs exclusively.
UseSuppliedUrlsOnly *wrappers.BoolValue `protobuf:"bytes,3,opt,name=use_supplied_urls_only,json=useSuppliedUrlsOnly,proto3" json:"use_supplied_urls_only,omitempty"`
// The list of page feeds associated with the campaign.
Feeds []*wrappers.StringValue `protobuf:"bytes,5,rep,name=feeds,proto3" json:"feeds,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *Campaign_DynamicSearchAdsSetting) Reset() { *m = Campaign_DynamicSearchAdsSetting{} }
func (m *Campaign_DynamicSearchAdsSetting) String() string { return proto.CompactTextString(m) }
func (*Campaign_DynamicSearchAdsSetting) ProtoMessage() {}
func (*Campaign_DynamicSearchAdsSetting) Descriptor() ([]byte, []int) {
return fileDescriptor_27611d02f7286242, []int{0, 2}
}
func (m *Campaign_DynamicSearchAdsSetting) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_Campaign_DynamicSearchAdsSetting.Unmarshal(m, b)
}
func (m *Campaign_DynamicSearchAdsSetting) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_Campaign_DynamicSearchAdsSetting.Marshal(b, m, deterministic)
}
func (m *Campaign_DynamicSearchAdsSetting) XXX_Merge(src proto.Message) {
xxx_messageInfo_Campaign_DynamicSearchAdsSetting.Merge(m, src)
}
func (m *Campaign_DynamicSearchAdsSetting) XXX_Size() int {
return xxx_messageInfo_Campaign_DynamicSearchAdsSetting.Size(m)
}
func (m *Campaign_DynamicSearchAdsSetting) XXX_DiscardUnknown() {
xxx_messageInfo_Campaign_DynamicSearchAdsSetting.DiscardUnknown(m)
}
var xxx_messageInfo_Campaign_DynamicSearchAdsSetting proto.InternalMessageInfo
func (m *Campaign_DynamicSearchAdsSetting) GetDomainName() *wrappers.StringValue {
if m != nil {
return m.DomainName
}
return nil
}
func (m *Campaign_DynamicSearchAdsSetting) GetLanguageCode() *wrappers.StringValue {
if m != nil {
return m.LanguageCode
}
return nil
}
func (m *Campaign_DynamicSearchAdsSetting) GetUseSuppliedUrlsOnly() *wrappers.BoolValue {
if m != nil {
return m.UseSuppliedUrlsOnly
}
return nil
}
func (m *Campaign_DynamicSearchAdsSetting) GetFeeds() []*wrappers.StringValue {
if m != nil {
return m.Feeds
}
return nil
}
// The setting for Shopping campaigns. Defines the universe of products that
// can be advertised by the campaign, and how this campaign interacts with
// other Shopping campaigns.
type Campaign_ShoppingSetting struct {
// ID of the Merchant Center account.
// This field is required for create operations. This field is immutable for
// Shopping campaigns.
MerchantId *wrappers.Int64Value `protobuf:"bytes,1,opt,name=merchant_id,json=merchantId,proto3" json:"merchant_id,omitempty"`
// Sales country of products to include in the campaign.
// This field is required for Shopping campaigns. This field is immutable.
// This field is optional for non-Shopping campaigns, but it must be equal
// to 'ZZ' if set.
SalesCountry *wrappers.StringValue `protobuf:"bytes,2,opt,name=sales_country,json=salesCountry,proto3" json:"sales_country,omitempty"`
// Priority of the campaign. Campaigns with numerically higher priorities
// take precedence over those with lower priorities.
// This field is required for Shopping campaigns, with values between 0 and
// 2, inclusive.
// This field is optional for Smart Shopping campaigns, but must be equal to
// 3 if set.
CampaignPriority *wrappers.Int32Value `protobuf:"bytes,3,opt,name=campaign_priority,json=campaignPriority,proto3" json:"campaign_priority,omitempty"`
// Whether to include local products.
EnableLocal *wrappers.BoolValue `protobuf:"bytes,4,opt,name=enable_local,json=enableLocal,proto3" json:"enable_local,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *Campaign_ShoppingSetting) Reset() { *m = Campaign_ShoppingSetting{} }
func (m *Campaign_ShoppingSetting) String() string { return proto.CompactTextString(m) }
func (*Campaign_ShoppingSetting) ProtoMessage() {}
func (*Campaign_ShoppingSetting) Descriptor() ([]byte, []int) {
return fileDescriptor_27611d02f7286242, []int{0, 3}
}
func (m *Campaign_ShoppingSetting) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_Campaign_ShoppingSetting.Unmarshal(m, b)
}
func (m *Campaign_ShoppingSetting) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_Campaign_ShoppingSetting.Marshal(b, m, deterministic)
}
func (m *Campaign_ShoppingSetting) XXX_Merge(src proto.Message) {
xxx_messageInfo_Campaign_ShoppingSetting.Merge(m, src)
}
func (m *Campaign_ShoppingSetting) XXX_Size() int {
return xxx_messageInfo_Campaign_ShoppingSetting.Size(m)
}
func (m *Campaign_ShoppingSetting) XXX_DiscardUnknown() {
xxx_messageInfo_Campaign_ShoppingSetting.DiscardUnknown(m)
}
var xxx_messageInfo_Campaign_ShoppingSetting proto.InternalMessageInfo
func (m *Campaign_ShoppingSetting) GetMerchantId() *wrappers.Int64Value {
if m != nil {
return m.MerchantId
}
return nil
}
func (m *Campaign_ShoppingSetting) GetSalesCountry() *wrappers.StringValue {
if m != nil {
return m.SalesCountry
}
return nil
}
func (m *Campaign_ShoppingSetting) GetCampaignPriority() *wrappers.Int32Value {
if m != nil {
return m.CampaignPriority
}
return nil
}
func (m *Campaign_ShoppingSetting) GetEnableLocal() *wrappers.BoolValue {
if m != nil {
return m.EnableLocal
}
return nil
}
// Campaign level settings for tracking information.
type Campaign_TrackingSetting struct {
// The url used for dynamic tracking.
TrackingUrl *wrappers.StringValue `protobuf:"bytes,1,opt,name=tracking_url,json=trackingUrl,proto3" json:"tracking_url,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *Campaign_TrackingSetting) Reset() { *m = Campaign_TrackingSetting{} }
func (m *Campaign_TrackingSetting) String() string { return proto.CompactTextString(m) }
func (*Campaign_TrackingSetting) ProtoMessage() {}
func (*Campaign_TrackingSetting) Descriptor() ([]byte, []int) {
return fileDescriptor_27611d02f7286242, []int{0, 4}
}
func (m *Campaign_TrackingSetting) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_Campaign_TrackingSetting.Unmarshal(m, b)
}
func (m *Campaign_TrackingSetting) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_Campaign_TrackingSetting.Marshal(b, m, deterministic)
}
func (m *Campaign_TrackingSetting) XXX_Merge(src proto.Message) {
xxx_messageInfo_Campaign_TrackingSetting.Merge(m, src)
}
func (m *Campaign_TrackingSetting) XXX_Size() int {
return xxx_messageInfo_Campaign_TrackingSetting.Size(m)
}
func (m *Campaign_TrackingSetting) XXX_DiscardUnknown() {
xxx_messageInfo_Campaign_TrackingSetting.DiscardUnknown(m)
}
var xxx_messageInfo_Campaign_TrackingSetting proto.InternalMessageInfo
func (m *Campaign_TrackingSetting) GetTrackingUrl() *wrappers.StringValue {
if m != nil {
return m.TrackingUrl
}
return nil
}
// Represents a collection of settings related to ads geotargeting.
type Campaign_GeoTargetTypeSetting struct {
// The setting used for positive geotargeting in this particular campaign.
PositiveGeoTargetType enums.PositiveGeoTargetTypeEnum_PositiveGeoTargetType `protobuf:"varint,1,opt,name=positive_geo_target_type,json=positiveGeoTargetType,proto3,enum=google.ads.googleads.v1.enums.PositiveGeoTargetTypeEnum_PositiveGeoTargetType" json:"positive_geo_target_type,omitempty"`
// The setting used for negative geotargeting in this particular campaign.
NegativeGeoTargetType enums.NegativeGeoTargetTypeEnum_NegativeGeoTargetType `protobuf:"varint,2,opt,name=negative_geo_target_type,json=negativeGeoTargetType,proto3,enum=google.ads.googleads.v1.enums.NegativeGeoTargetTypeEnum_NegativeGeoTargetType" json:"negative_geo_target_type,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *Campaign_GeoTargetTypeSetting) Reset() { *m = Campaign_GeoTargetTypeSetting{} }
func (m *Campaign_GeoTargetTypeSetting) String() string { return proto.CompactTextString(m) }
func (*Campaign_GeoTargetTypeSetting) ProtoMessage() {}
func (*Campaign_GeoTargetTypeSetting) Descriptor() ([]byte, []int) {
return fileDescriptor_27611d02f7286242, []int{0, 5}
}
func (m *Campaign_GeoTargetTypeSetting) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_Campaign_GeoTargetTypeSetting.Unmarshal(m, b)
}
func (m *Campaign_GeoTargetTypeSetting) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_Campaign_GeoTargetTypeSetting.Marshal(b, m, deterministic)
}
func (m *Campaign_GeoTargetTypeSetting) XXX_Merge(src proto.Message) {
xxx_messageInfo_Campaign_GeoTargetTypeSetting.Merge(m, src)
}
func (m *Campaign_GeoTargetTypeSetting) XXX_Size() int {
return xxx_messageInfo_Campaign_GeoTargetTypeSetting.Size(m)
}
func (m *Campaign_GeoTargetTypeSetting) XXX_DiscardUnknown() {
xxx_messageInfo_Campaign_GeoTargetTypeSetting.DiscardUnknown(m)
}
var xxx_messageInfo_Campaign_GeoTargetTypeSetting proto.InternalMessageInfo
func (m *Campaign_GeoTargetTypeSetting) GetPositiveGeoTargetType() enums.PositiveGeoTargetTypeEnum_PositiveGeoTargetType {
if m != nil {
return m.PositiveGeoTargetType
}
return enums.PositiveGeoTargetTypeEnum_UNSPECIFIED
}
func (m *Campaign_GeoTargetTypeSetting) GetNegativeGeoTargetType() enums.NegativeGeoTargetTypeEnum_NegativeGeoTargetType {
if m != nil {
return m.NegativeGeoTargetType
}
return enums.NegativeGeoTargetTypeEnum_UNSPECIFIED
}
// Campaign level settings for App Campaigns.
type Campaign_AppCampaignSetting struct {
// Represents the goal which the bidding strategy of this app campaign
// should optimize towards.
BiddingStrategyGoalType enums.AppCampaignBiddingStrategyGoalTypeEnum_AppCampaignBiddingStrategyGoalType `protobuf:"varint,1,opt,name=bidding_strategy_goal_type,json=biddingStrategyGoalType,proto3,enum=google.ads.googleads.v1.enums.AppCampaignBiddingStrategyGoalTypeEnum_AppCampaignBiddingStrategyGoalType" json:"bidding_strategy_goal_type,omitempty"`
// A string that uniquely identifies a mobile application.
AppId *wrappers.StringValue `protobuf:"bytes,2,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"`
// The application store that distributes this specific app.
AppStore enums.AppCampaignAppStoreEnum_AppCampaignAppStore `protobuf:"varint,3,opt,name=app_store,json=appStore,proto3,enum=google.ads.googleads.v1.enums.AppCampaignAppStoreEnum_AppCampaignAppStore" json:"app_store,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *Campaign_AppCampaignSetting) Reset() { *m = Campaign_AppCampaignSetting{} }
func (m *Campaign_AppCampaignSetting) String() string { return proto.CompactTextString(m) }
func (*Campaign_AppCampaignSetting) ProtoMessage() {}
func (*Campaign_AppCampaignSetting) Descriptor() ([]byte, []int) {
return fileDescriptor_27611d02f7286242, []int{0, 6}
}
func (m *Campaign_AppCampaignSetting) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_Campaign_AppCampaignSetting.Unmarshal(m, b)
}
func (m *Campaign_AppCampaignSetting) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_Campaign_AppCampaignSetting.Marshal(b, m, deterministic)
}
func (m *Campaign_AppCampaignSetting) XXX_Merge(src proto.Message) {
xxx_messageInfo_Campaign_AppCampaignSetting.Merge(m, src)
}
func (m *Campaign_AppCampaignSetting) XXX_Size() int {
return xxx_messageInfo_Campaign_AppCampaignSetting.Size(m)
}
func (m *Campaign_AppCampaignSetting) XXX_DiscardUnknown() {
xxx_messageInfo_Campaign_AppCampaignSetting.DiscardUnknown(m)
}
var xxx_messageInfo_Campaign_AppCampaignSetting proto.InternalMessageInfo
func (m *Campaign_AppCampaignSetting) GetBiddingStrategyGoalType() enums.AppCampaignBiddingStrategyGoalTypeEnum_AppCampaignBiddingStrategyGoalType {
if m != nil {
return m.BiddingStrategyGoalType
}
return enums.AppCampaignBiddingStrategyGoalTypeEnum_UNSPECIFIED
}
func (m *Campaign_AppCampaignSetting) GetAppId() *wrappers.StringValue {
if m != nil {
return m.AppId
}
return nil
}
func (m *Campaign_AppCampaignSetting) GetAppStore() enums.AppCampaignAppStoreEnum_AppCampaignAppStore {
if m != nil {
return m.AppStore
}
return enums.AppCampaignAppStoreEnum_UNSPECIFIED
}
// Describes how unbranded pharma ads will be displayed.
type Campaign_VanityPharma struct {
// The display mode for vanity pharma URLs.
VanityPharmaDisplayUrlMode enums.VanityPharmaDisplayUrlModeEnum_VanityPharmaDisplayUrlMode `protobuf:"varint,1,opt,name=vanity_pharma_display_url_mode,json=vanityPharmaDisplayUrlMode,proto3,enum=google.ads.googleads.v1.enums.VanityPharmaDisplayUrlModeEnum_VanityPharmaDisplayUrlMode" json:"vanity_pharma_display_url_mode,omitempty"`
// The text that will be displayed in display URL of the text ad when
// website description is the selected display mode for vanity pharma URLs.
VanityPharmaText enums.VanityPharmaTextEnum_VanityPharmaText `protobuf:"varint,2,opt,name=vanity_pharma_text,json=vanityPharmaText,proto3,enum=google.ads.googleads.v1.enums.VanityPharmaTextEnum_VanityPharmaText" json:"vanity_pharma_text,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *Campaign_VanityPharma) Reset() { *m = Campaign_VanityPharma{} }
func (m *Campaign_VanityPharma) String() string { return proto.CompactTextString(m) }
func (*Campaign_VanityPharma) ProtoMessage() {}
func (*Campaign_VanityPharma) Descriptor() ([]byte, []int) {
return fileDescriptor_27611d02f7286242, []int{0, 7}
}
func (m *Campaign_VanityPharma) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_Campaign_VanityPharma.Unmarshal(m, b)
}
func (m *Campaign_VanityPharma) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_Campaign_VanityPharma.Marshal(b, m, deterministic)
}
func (m *Campaign_VanityPharma) XXX_Merge(src proto.Message) {
xxx_messageInfo_Campaign_VanityPharma.Merge(m, src)
}
func (m *Campaign_VanityPharma) XXX_Size() int {
return xxx_messageInfo_Campaign_VanityPharma.Size(m)
}
func (m *Campaign_VanityPharma) XXX_DiscardUnknown() {
xxx_messageInfo_Campaign_VanityPharma.DiscardUnknown(m)
}
var xxx_messageInfo_Campaign_VanityPharma proto.InternalMessageInfo
func (m *Campaign_VanityPharma) GetVanityPharmaDisplayUrlMode() enums.VanityPharmaDisplayUrlModeEnum_VanityPharmaDisplayUrlMode {
if m != nil {
return m.VanityPharmaDisplayUrlMode
}
return enums.VanityPharmaDisplayUrlModeEnum_UNSPECIFIED
}
func (m *Campaign_VanityPharma) GetVanityPharmaText() enums.VanityPharmaTextEnum_VanityPharmaText {
if m != nil {
return m.VanityPharmaText
}
return enums.VanityPharmaTextEnum_UNSPECIFIED
}
// Selective optimization setting for this campaign, which includes a set of
// conversion actions to optimize this campaign towards.
type Campaign_SelectiveOptimization struct {
// The selected set of conversion actions for optimizing this campaign.
ConversionActions []*wrappers.StringValue `protobuf:"bytes,1,rep,name=conversion_actions,json=conversionActions,proto3" json:"conversion_actions,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *Campaign_SelectiveOptimization) Reset() { *m = Campaign_SelectiveOptimization{} }
func (m *Campaign_SelectiveOptimization) String() string { return proto.CompactTextString(m) }
func (*Campaign_SelectiveOptimization) ProtoMessage() {}
func (*Campaign_SelectiveOptimization) Descriptor() ([]byte, []int) {
return fileDescriptor_27611d02f7286242, []int{0, 8}
}
func (m *Campaign_SelectiveOptimization) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_Campaign_SelectiveOptimization.Unmarshal(m, b)
}
func (m *Campaign_SelectiveOptimization) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_Campaign_SelectiveOptimization.Marshal(b, m, deterministic)
}
func (m *Campaign_SelectiveOptimization) XXX_Merge(src proto.Message) {
xxx_messageInfo_Campaign_SelectiveOptimization.Merge(m, src)
}
func (m *Campaign_SelectiveOptimization) XXX_Size() int {
return xxx_messageInfo_Campaign_SelectiveOptimization.Size(m)
}
func (m *Campaign_SelectiveOptimization) XXX_DiscardUnknown() {
xxx_messageInfo_Campaign_SelectiveOptimization.DiscardUnknown(m)
}
var xxx_messageInfo_Campaign_SelectiveOptimization proto.InternalMessageInfo
func (m *Campaign_SelectiveOptimization) GetConversionActions() []*wrappers.StringValue {
if m != nil {
return m.ConversionActions
}
return nil
}
func init() {
proto.RegisterType((*Campaign)(nil), "google.ads.googleads.v1.resources.Campaign")
proto.RegisterType((*Campaign_NetworkSettings)(nil), "google.ads.googleads.v1.resources.Campaign.NetworkSettings")
proto.RegisterType((*Campaign_HotelSettingInfo)(nil), "google.ads.googleads.v1.resources.Campaign.HotelSettingInfo")
proto.RegisterType((*Campaign_DynamicSearchAdsSetting)(nil), "google.ads.googleads.v1.resources.Campaign.DynamicSearchAdsSetting")
proto.RegisterType((*Campaign_ShoppingSetting)(nil), "google.ads.googleads.v1.resources.Campaign.ShoppingSetting")
proto.RegisterType((*Campaign_TrackingSetting)(nil), "google.ads.googleads.v1.resources.Campaign.TrackingSetting")
proto.RegisterType((*Campaign_GeoTargetTypeSetting)(nil), "google.ads.googleads.v1.resources.Campaign.GeoTargetTypeSetting")
proto.RegisterType((*Campaign_AppCampaignSetting)(nil), "google.ads.googleads.v1.resources.Campaign.AppCampaignSetting")
proto.RegisterType((*Campaign_VanityPharma)(nil), "google.ads.googleads.v1.resources.Campaign.VanityPharma")
proto.RegisterType((*Campaign_SelectiveOptimization)(nil), "google.ads.googleads.v1.resources.Campaign.SelectiveOptimization")
}
func init() {
proto.RegisterFile("google/ads/googleads/v1/resources/campaign.proto", fileDescriptor_27611d02f7286242)
}
var fileDescriptor_27611d02f7286242 = []byte{
// 2221 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x59, 0x4b, 0x93, 0xdb, 0xc6,
0x11, 0x5e, 0x52, 0x96, 0x22, 0xcd, 0x3e, 0x35, 0xfb, 0x82, 0x28, 0x59, 0x91, 0x9d, 0x28, 0x91,
0x2d, 0x87, 0xd4, 0xee, 0x4a, 0x72, 0xb2, 0x92, 0x1d, 0x71, 0x29, 0x59, 0xbb, 0xb2, 0x1e, 0x2c,
0x70, 0xb5, 0x51, 0xb9, 0xa4, 0x42, 0x0d, 0x81, 0x59, 0x2e, 0xca, 0x00, 0x66, 0x3c, 0x33, 0xa0,
0x96, 0x39, 0xa4, 0x72, 0x4b, 0x55, 0xee, 0xa9, 0x1c, 0x92, 0xaa, 0x3c, 0xaa, 0x72, 0xf1, 0x0f,
0xc8, 0x8f, 0xc8, 0x4f, 0xc8, 0x29, 0xe7, 0xfc, 0x84, 0x9c, 0x52, 0xf3, 0x00, 0x16, 0x24, 0x41,
0x02, 0xbc, 0x61, 0x7a, 0xfa, 0xfb, 0xba, 0xd1, 0xd3, 0xd3, 0xe8, 0x19, 0x80, 0x3b, 0x3d, 0x42,
0x7a, 0x01, 0x6e, 0x20, 0x8f, 0x37, 0xf4, 0xa3, 0x7c, 0xea, 0x6f, 0x35, 0x18, 0xe6, 0x24, 0x66,
0x2e, 0xe6, 0x0d, 0x17, 0x85, 0x14, 0xf9, 0xbd, 0xa8, 0x4e, 0x19, 0x11, 0x04, 0x7e, 0xa4, 0xd5,
0xea, 0xc8, 0xe3, 0xf5, 0x14, 0x51, 0xef, 0x6f, 0xd5, 0x53, 0x44, 0xed, 0xb3, 0x49, 0xa4, 0x2e,
0x09, 0x43, 0x12, 0x35, 0xba, 0xbe, 0xe7, 0xf9, 0x51, 0x4f, 0x13, 0xd6, 0xee, 0x15, 0x68, 0xbb,
0x31, 0x17, 0x24, 0x74, 0x28, 0x62, 0x28, 0xc4, 0x02, 0x33, 0x03, 0xdb, 0x2e, 0x80, 0x1d, 0x33,
0xfc, 0x5d, 0x8c, 0x23, 0x77, 0xe0, 0xb8, 0x88, 0x1a, 0xcc, 0x97, 0x05, 0x18, 0x86, 0x51, 0xe0,
0x08, 0x3f, 0xc4, 0x8e, 0x71, 0xd1, 0xe1, 0x58, 0x88, 0x33, 0x57, 0xef, 0x17, 0xe0, 0x05, 0x62,
0x3d, 0x2c, 0xc6, 0x71, 0x7b, 0x93, 0x70, 0x38, 0x8a, 0x43, 0xde, 0x40, 0x9e, 0xc3, 0x31, 0xeb,
0x4b, 0x1c, 0xa1, 0xc2, 0x0f, 0xfd, 0x5f, 0x23, 0xe1, 0x93, 0xc8, 0xe1, 0x02, 0x89, 0x98, 0x1b,
0x8e, 0x47, 0x45, 0x1c, 0x7d, 0xcc, 0x84, 0xcf, 0x25, 0x89, 0x7b, 0x82, 0xa2, 0x08, 0x07, 0x0e,
0x8f, 0xbb, 0x8e, 0x18, 0x50, 0x6c, 0x18, 0x1e, 0xce, 0xce, 0x90, 0x41, 0xef, 0x16, 0xa0, 0x29,
0x75, 0x92, 0x4c, 0x71, 0xe4, 0x80, 0x0b, 0xc2, 0x12, 0xec, 0xd7, 0x33, 0x60, 0xd3, 0xc8, 0x0b,
0x86, 0x04, 0xee, 0x0d, 0x9c, 0x1e, 0x41, 0x43, 0x8e, 0xfc, 0x62, 0x3a, 0xd9, 0x18, 0xbe, 0x7c,
0x04, 0xba, 0x0c, 0x45, 0x9e, 0xc3, 0xd1, 0x31, 0x16, 0x03, 0x87, 0xc7, 0xbe, 0x40, 0x5d, 0x3f,
0xf0, 0xc5, 0xa0, 0x1c, 0x3a, 0x7d, 0x03, 0x7c, 0x4a, 0x31, 0xf3, 0x43, 0x1c, 0x89, 0xac, 0xed,
0x07, 0x25, 0xd1, 0x49, 0x26, 0x0c, 0x2d, 0xfe, 0x4e, 0x59, 0x70, 0x16, 0x54, 0xe0, 0x6f, 0x84,
0x7b, 0x48, 0xf8, 0x7d, 0xec, 0xf4, 0x30, 0x71, 0x74, 0xe6, 0x66, 0xfd, 0xbd, 0x33, 0x1d, 0x4d,
0xd1, 0x40, 0xbd, 0x61, 0x48, 0xbc, 0x92, 0xd1, 0xa5, 0x84, 0xfb, 0x53, 0xec, 0x15, 0xec, 0x91,
0x3e, 0x8a, 0x7c, 0x31, 0x70, 0xe8, 0x09, 0x62, 0x21, 0x72, 0x3c, 0x9f, 0xd3, 0x00, 0x0d, 0x9c,
0x98, 0x05, 0x59, 0x0f, 0xee, 0xcf, 0xc2, 0x21, 0xf0, 0xa9, 0x30, 0xb8, 0xeb, 0x06, 0xa7, 0x46,
0xdd, 0xf8, 0xb8, 0xf1, 0x9e, 0x21, 0x4a, 0x31, 0x4b, 0x22, 0x79, 0x2d, 0xe1, 0xa5, 0x7e, 0x03,
0x45, 0x11, 0x11, 0x6a, 0x7f, 0x9a, 0xd9, 0x8f, 0xff, 0xb9, 0x0d, 0x2e, 0xb6, 0xcc, 0x0a, 0xc0,
0x1f, 0x81, 0xc5, 0xa4, 0x10, 0x3a, 0x11, 0x0a, 0xb1, 0x55, 0xb9, 0x51, 0xb9, 0x75, 0xc9, 0x5e,
0x48, 0x84, 0x2f, 0x51, 0x88, 0xe1, 0x6d, 0x50, 0xf5, 0x3d, 0xeb, 0xdc, 0x8d, 0xca, 0xad, 0xf9,
0xed, 0xab, 0xa6, 0x8a, 0xd6, 0x13, 0xe3, 0xf5, 0x83, 0x48, 0xdc, 0xbf, 0x7b, 0x84, 0x82, 0x18,
0xdb, 0x55, 0xdf, 0x83, 0x77, 0xc0, 0x07, 0x8a, 0xe8, 0x03, 0xa5, 0x7e, 0x6d, 0x4c, 0xbd, 0x23,
0x98, 0x1f, 0xf5, 0xb4, 0xbe, 0xd2, 0x84, 0x6f, 0xc0, 0x05, 0x9d, 0x08, 0xd6, 0xf9, 0x1b, 0x95,
0x5b, 0x4b, 0xdb, 0x8f, 0xea, 0x93, 0x6a, 0xb6, 0x8a, 0x4b, 0x3d, 0x71, 0xbe, 0xa3, 0x40, 0x4f,
0xa2, 0x38, 0x1c, 0x11, 0xd9, 0x86, 0x0f, 0xc6, 0x60, 0x69, 0x38, 0x3f, 0xad, 0x75, 0x65, 0xe1,
0x65, 0x59, 0x0b, 0x1a, 0x9c, 0x67, 0x28, 0x3b, 0x63, 0x2f, 0xf2, 0xec, 0x10, 0xfe, 0xa5, 0x02,
0xae, 0x4f, 0x2f, 0x92, 0xd6, 0x45, 0xe5, 0xc7, 0x37, 0x05, 0x7e, 0x34, 0x3d, 0x63, 0xe7, 0x55,
0x86, 0x22, 0xe3, 0xcd, 0x94, 0x79, 0xfb, 0x2a, 0x9a, 0x3c, 0x09, 0x7f, 0x5f, 0x01, 0xd6, 0xa4,
0x02, 0x6a, 0x5d, 0x52, 0xbe, 0xb5, 0x0b, 0x7d, 0x4b, 0xe1, 0x2d, 0x8d, 0x3e, 0x1c, 0x50, 0x6c,
0xdc, 0xca, 0x9b, 0xb2, 0x37, 0x50, 0xae, 0x1c, 0xfe, 0xb1, 0x02, 0xae, 0x4d, 0xfb, 0x1e, 0x58,
0x40, 0x39, 0x74, 0x34, 0xb3, 0x43, 0x9d, 0xb8, 0x3b, 0xc5, 0x27, 0x33, 0x6b, 0x5f, 0x41, 0x93,
0xa6, 0x60, 0x1b, 0xac, 0x0b, 0x86, 0xdc, 0x6f, 0xa5, 0x57, 0x72, 0xef, 0x0a, 0x1c, 0xd2, 0x00,
0x09, 0x6c, 0xcd, 0x97, 0x48, 0xee, 0xd5, 0x04, 0xfa, 0x9a, 0x05, 0x87, 0x06, 0x08, 0x5d, 0xb0,
0x2e, 0x89, 0x46, 0x9b, 0x04, 0x6e, 0x2d, 0xdc, 0x38, 0x77, 0x6b, 0x7e, 0xbb, 0x31, 0xf1, 0x1d,
0xf5, 0x27, 0xbb, 0xde, 0x52, 0xc0, 0x76, 0x82, 0xb3, 0x57, 0x63, 0x16, 0x8c, 0xc8, 0x38, 0xfc,
0x0e, 0x5c, 0x99, 0xd8, 0x1a, 0x58, 0x3f, 0x55, 0xae, 0xdf, 0x2f, 0x32, 0x64, 0x63, 0x14, 0x1c,
0xfa, 0x21, 0xde, 0xd3, 0xf0, 0x8e, 0x46, 0xdb, 0x1b, 0x2c, 0x57, 0x0e, 0x8f, 0xc1, 0x4a, 0x84,
0xc5, 0x7b, 0xc2, 0xbe, 0x4d, 0x0c, 0x71, 0x6b, 0x49, 0x59, 0x7a, 0x50, 0x2f, 0xec, 0xc0, 0xd2,
0x5d, 0x55, 0x7f, 0xa9, 0x39, 0x0c, 0x2b, 0xb7, 0x97, 0xa3, 0x61, 0x01, 0x44, 0x60, 0xf1, 0x84,
0x08, 0x99, 0x1c, 0xe6, 0x75, 0x6e, 0x28, 0x23, 0x0f, 0x67, 0x31, 0xb2, 0x2f, 0x09, 0x0c, 0xe3,
0x41, 0x74, 0x4c, 0xec, 0x85, 0x93, 0x8c, 0x04, 0xfe, 0xb6, 0x02, 0x6a, 0xde, 0x20, 0x42, 0xa1,
0xef, 0x3a, 0x1c, 0x23, 0xe6, 0x9e, 0x38, 0xc8, 0xe3, 0xa9, 0xc1, 0x8f, 0x94, 0xc1, 0xd6, 0x2c,
0x06, 0x1f, 0x6b, 0xb6, 0x8e, 0x22, 0x6b, 0x7a, 0x3c, 0x09, 0xe6, 0xa6, 0x97, 0x3f, 0x21, 0xa3,
0xc9, 0x4f, 0x08, 0xa5, 0xd9, 0x75, 0xfb, 0xf1, 0xec, 0xd1, 0xec, 0x18, 0x8e, 0xc4, 0xde, 0x32,
0x1f, 0x16, 0xc0, 0x77, 0xe0, 0xf2, 0x58, 0x0f, 0x68, 0xdd, 0x56, 0x86, 0xee, 0x14, 0x25, 0xc8,
0x61, 0x02, 0x4c, 0xd8, 0x57, 0xc4, 0x88, 0x04, 0xbe, 0x07, 0x9b, 0x23, 0x1f, 0xcf, 0xd4, 0x48,
0x43, 0x19, 0x79, 0x34, 0xcb, 0xdb, 0x3c, 0xc5, 0x44, 0xdb, 0x94, 0x5b, 0x33, 0x31, 0xba, 0xd6,
0xcb, 0x91, 0x42, 0x0a, 0xd6, 0x86, 0x9a, 0xb4, 0xc4, 0xea, 0x8e, 0xb2, 0xfa, 0xe5, 0x2c, 0x56,
0x9b, 0x94, 0x9e, 0xd5, 0x7c, 0x6d, 0x13, 0xa2, 0x31, 0x19, 0xbc, 0x0b, 0x2e, 0x04, 0xa8, 0x8b,
0x03, 0x6e, 0xdd, 0x53, 0x1b, 0x79, 0x7a, 0x69, 0x30, 0xba, 0x70, 0x00, 0x96, 0x47, 0xba, 0x2f,
0xeb, 0x72, 0xa9, 0xe2, 0x9b, 0x98, 0x7f, 0x92, 0xa2, 0xd3, 0x42, 0x97, 0x3f, 0x65, 0x2f, 0xe1,
0xa1, 0x31, 0x6c, 0x82, 0xc5, 0x2e, 0xe2, 0x38, 0x8d, 0x91, 0x75, 0xad, 0x44, 0x49, 0x5b, 0x90,
0x90, 0xb4, 0x77, 0x78, 0x02, 0x96, 0xcf, 0xda, 0xe0, 0xd8, 0xeb, 0x61, 0x61, 0x5d, 0x28, 0x41,
0xb2, 0x94, 0x80, 0xf6, 0x14, 0x06, 0xfe, 0x06, 0xac, 0xe7, 0x36, 0xc1, 0xd6, 0x86, 0x0a, 0xc5,
0xb3, 0x82, 0x50, 0x24, 0x85, 0xc8, 0x40, 0xd3, 0x38, 0xe4, 0xc8, 0xed, 0xd5, 0xee, 0xb8, 0x10,
0x3e, 0x00, 0x80, 0x0b, 0xc4, 0x84, 0xe3, 0xc9, 0xca, 0xbe, 0x5a, 0xe2, 0x0d, 0x2e, 0x29, 0xfd,
0xc7, 0xb2, 0x9e, 0x7f, 0x0e, 0x2e, 0xe2, 0xc8, 0xd3, 0xd0, 0xb5, 0x12, 0xd0, 0x1f, 0xe0, 0xc8,
0x53, 0xc0, 0xaf, 0xc0, 0xca, 0xb1, 0x1f, 0xa1, 0x40, 0x7d, 0x57, 0x78, 0x7c, 0x7c, 0xec, 0x9f,
0x5a, 0x3f, 0x29, 0x13, 0x3d, 0x85, 0x7a, 0xcd, 0x82, 0x8e, 0xc2, 0xc0, 0x37, 0x60, 0x69, 0xe8,
0xe8, 0xc8, 0xad, 0x5b, 0x2a, 0x01, 0xb7, 0x8a, 0xf6, 0xef, 0x57, 0x09, 0xaa, 0x85, 0xe8, 0x93,
0x48, 0xb0, 0x81, 0xbd, 0x78, 0x9c, 0x11, 0x71, 0xf8, 0x87, 0x0a, 0xb8, 0xde, 0xf7, 0x3d, 0x4c,
0x9c, 0x49, 0x07, 0x0d, 0xeb, 0xd3, 0x52, 0xc9, 0xba, 0x27, 0xe1, 0x1d, 0x85, 0xee, 0x9c, 0x81,
0xf5, 0x22, 0xe5, 0x4e, 0xd9, 0x57, 0x95, 0xdd, 0xfc, 0x49, 0xf8, 0x0e, 0x2c, 0x0e, 0x75, 0xc6,
0xd6, 0x67, 0x2a, 0x6c, 0x3f, 0x9f, 0x65, 0x57, 0x1f, 0x29, 0x82, 0xb6, 0xc2, 0xdb, 0x0b, 0xfd,
0xcc, 0x08, 0x9e, 0x82, 0x0d, 0x8e, 0x03, 0xec, 0xaa, 0xde, 0x3f, 0xdb, 0xba, 0x59, 0x3f, 0x53,
0x76, 0x9a, 0x33, 0x55, 0xe0, 0x84, 0x29, 0xdb, 0x83, 0xd9, 0xeb, 0x3c, 0x4f, 0x2c, 0xab, 0x7e,
0xda, 0x6d, 0x24, 0x15, 0xab, 0x3e, 0x7b, 0xd5, 0x3f, 0x34, 0x1c, 0x69, 0xd5, 0x17, 0xc3, 0x02,
0xf8, 0x0e, 0x2c, 0x64, 0x8f, 0x43, 0xd6, 0x5d, 0xb5, 0x8a, 0xbb, 0x05, 0xab, 0xd8, 0xd6, 0x90,
0x17, 0xc4, 0xd3, 0xfb, 0x2b, 0x33, 0xb6, 0xe7, 0xe9, 0xd9, 0x00, 0x1e, 0x80, 0x95, 0xd1, 0xfd,
0x6c, 0x6d, 0x16, 0x67, 0xf6, 0xfe, 0x9c, 0xbd, 0x3c, 0xb2, 0x3d, 0xe1, 0x73, 0x00, 0x64, 0xb6,
0xfa, 0x9c, 0xcb, 0xf8, 0x6f, 0x29, 0x92, 0x4f, 0x0b, 0x5b, 0xa4, 0x14, 0xb1, 0x3f, 0x67, 0x67,
0xf0, 0xf0, 0x19, 0x00, 0x21, 0x8a, 0x62, 0x14, 0x38, 0x2e, 0x75, 0x2d, 0x4b, 0xb1, 0x7d, 0x52,
0xc4, 0xf6, 0x42, 0x21, 0x5a, 0xd4, 0xdd, 0x9f, 0xb3, 0x2f, 0x85, 0xc9, 0x60, 0x88, 0x2b, 0xb4,
0xae, 0xcc, 0xc6, 0x15, 0x66, 0xb9, 0xc2, 0x21, 0xae, 0xbe, 0x75, 0x73, 0x36, 0xae, 0x7e, 0x96,
0xab, 0x0f, 0x4f, 0xc0, 0x5a, 0x88, 0x4e, 0x65, 0x4e, 0x61, 0xc7, 0x25, 0x51, 0x1f, 0x33, 0xf9,
0xea, 0xdc, 0xba, 0xae, 0x58, 0x77, 0x8a, 0x59, 0x35, 0xb6, 0x75, 0x06, 0xdd, 0x9f, 0xb3, 0x57,
0xc3, 0x71, 0x31, 0x8c, 0xc1, 0x95, 0x1c, 0x4b, 0x4e, 0x5f, 0xae, 0xa5, 0xf5, 0x43, 0x65, 0xee,
0xf3, 0xd9, 0xcd, 0x25, 0xa9, 0xb0, 0x19, 0xe6, 0x4f, 0xc9, 0x60, 0x99, 0x7e, 0xc2, 0xa5, 0xc8,
0xaa, 0x95, 0x0b, 0x96, 0xee, 0x10, 0x5a, 0x14, 0xc9, 0x60, 0x89, 0x64, 0x00, 0x09, 0xd8, 0x34,
0x5c, 0x7e, 0x48, 0x19, 0x56, 0x59, 0xe2, 0xf0, 0x13, 0xc4, 0xb0, 0x75, 0x47, 0x11, 0xdf, 0x2b,
0x47, 0x7c, 0x90, 0xa2, 0x3b, 0x12, 0xbc, 0x3f, 0x67, 0xaf, 0x8b, 0xbc, 0x09, 0xf8, 0x02, 0xcc,
0x1b, 0x83, 0x8c, 0x20, 0x6e, 0x7d, 0x58, 0x2e, 0xa1, 0xb5, 0x11, 0x9b, 0x20, 0xb9, 0x16, 0xe6,
0xed, 0xe5, 0x08, 0xb6, 0xc1, 0x82, 0xa1, 0xe3, 0x14, 0x47, 0x9e, 0x75, 0x55, 0xf1, 0xdd, 0x2e,
0xc7, 0xd7, 0x91, 0x90, 0xfd, 0x39, 0xdb, 0x78, 0xa4, 0x86, 0xd2, 0x41, 0x8a, 0x99, 0x2b, 0x4b,
0x83, 0xdc, 0x23, 0x1f, 0x97, 0x73, 0xb0, 0xad, 0x21, 0x7a, 0x93, 0x00, 0x9a, 0x8e, 0x86, 0x16,
0x2b, 0xb4, 0x3e, 0x99, 0x6d, 0xb1, 0xc2, 0xec, 0x62, 0x85, 0xb5, 0xff, 0x54, 0xc1, 0xf2, 0xc8,
0xf1, 0x00, 0x3e, 0x07, 0x6b, 0x86, 0x5f, 0x13, 0x99, 0x7e, 0x5d, 0x5d, 0x62, 0xcc, 0x6f, 0xd7,
0xc6, 0xca, 0xcd, 0x1e, 0x21, 0x81, 0xfe, 0x8c, 0x42, 0x8d, 0x7b, 0xaa, 0x14, 0x74, 0xff, 0x0d,
0x5f, 0x82, 0xf5, 0x24, 0x9c, 0xba, 0xed, 0x37, 0x87, 0x0f, 0xab, 0x5a, 0x48, 0xb7, 0x6a, 0x82,
0xa8, 0x70, 0xc6, 0x4b, 0xd8, 0x06, 0x1b, 0xc9, 0xdb, 0x93, 0x48, 0xc8, 0x98, 0x26, 0x84, 0xe7,
0x0a, 0x09, 0xcd, 0x7b, 0xb5, 0x34, 0x30, 0x61, 0x7c, 0x07, 0x3e, 0x34, 0x8c, 0x14, 0x31, 0x11,
0x61, 0x36, 0xea, 0xe9, 0x07, 0x85, 0xc4, 0x35, 0x4d, 0xd0, 0xd6, 0xf8, 0x21, 0x87, 0x6b, 0xbf,
0x02, 0x2b, 0xa3, 0x67, 0x23, 0xd8, 0x02, 0xcb, 0xfa, 0xc0, 0x25, 0xd7, 0x14, 0x33, 0xc7, 0xf7,
0x4c, 0x74, 0xa7, 0x5e, 0x04, 0xe9, 0x43, 0x5a, 0x4b, 0x41, 0x0e, 0xbc, 0xda, 0x5f, 0xab, 0x60,
0x73, 0xc2, 0x21, 0x08, 0x7e, 0x01, 0xe6, 0x3d, 0x12, 0x22, 0x3f, 0x3a, 0xbb, 0x7f, 0x2a, 0xea,
0x81, 0x80, 0x06, 0xa8, 0xbb, 0xa9, 0x26, 0x58, 0x0c, 0x50, 0xd4, 0x8b, 0x51, 0x4f, 0x96, 0x21,
0x0f, 0x9b, 0xc5, 0x2a, 0xe8, 0x63, 0x13, 0x48, 0x4b, 0x7e, 0xb0, 0x5e, 0x81, 0x8d, 0x98, 0x63,
0x87, 0xc7, 0x94, 0x06, 0x3e, 0xf6, 0x64, 0x47, 0xc6, 0x1d, 0x12, 0x05, 0x83, 0x12, 0xeb, 0xb4,
0x1a, 0x73, 0xdc, 0x31, 0xc0, 0xd7, 0x2c, 0xe0, 0xaf, 0xa2, 0x60, 0x00, 0xb7, 0xc1, 0xf9, 0x63,
0x8c, 0x3d, 0x6e, 0x9d, 0x2f, 0x71, 0x16, 0xd0, 0xaa, 0xb5, 0x3f, 0x55, 0xc1, 0xf2, 0xc8, 0x79,
0x0d, 0x3e, 0x04, 0xf3, 0x21, 0x66, 0xee, 0x09, 0x8a, 0x44, 0xc9, 0xb8, 0x83, 0x44, 0xff, 0xc0,
0x93, 0x91, 0xe1, 0x28, 0xc0, 0xdc, 0x71, 0x49, 0x2c, 0xfb, 0xbb, 0x72, 0x91, 0x51, 0x90, 0x96,
0x46, 0xc0, 0x7d, 0x70, 0x39, 0xed, 0xf0, 0x29, 0xf3, 0x09, 0x93, 0x4d, 0xdf, 0x94, 0x7b, 0xc0,
0x9d, 0x6d, 0xcd, 0xb2, 0x92, 0xa0, 0xda, 0x06, 0x04, 0xbf, 0x00, 0x0b, 0x38, 0x42, 0xdd, 0x00,
0x3b, 0x01, 0x71, 0x51, 0x50, 0x22, 0x51, 0xe7, 0xb5, 0xfe, 0x73, 0xa9, 0x5e, 0xb3, 0xc1, 0xf2,
0x48, 0x5b, 0x03, 0x7f, 0x09, 0x16, 0xb2, 0x77, 0x33, 0xa5, 0x12, 0x67, 0x3e, 0x73, 0x25, 0x53,
0xfb, 0xbe, 0x0a, 0xd6, 0xf2, 0xce, 0x94, 0xf0, 0x77, 0x15, 0x60, 0x4d, 0xba, 0xfd, 0x55, 0x66,
0x8a, 0x2f, 0x10, 0xdb, 0x06, 0x3e, 0xc4, 0xaf, 0xdb, 0xa6, 0xbc, 0x19, 0x7b, 0x9d, 0xe6, 0x89,
0x95, 0x27, 0x93, 0xee, 0xbd, 0xd5, 0x72, 0x16, 0x7b, 0xf2, 0xd2, 0xc0, 0xc7, 0x3d, 0xc9, 0x9d,
0xb1, 0xd7, 0xa3, 0x3c, 0x71, 0xed, 0xdf, 0x55, 0x00, 0xc7, 0x8f, 0xc2, 0xf0, 0x1f, 0x15, 0x50,
0x9b, 0xfc, 0x07, 0xc4, 0x04, 0xeb, 0xa4, 0xe8, 0xe2, 0xee, 0x8c, 0x77, 0xe4, 0xd0, 0xf6, 0x94,
0xa0, 0xcc, 0xad, 0x62, 0xa1, 0x9a, 0xbd, 0xd9, 0xcd, 0x9f, 0x80, 0x3b, 0xe0, 0x02, 0xa2, 0x54,
0x6e, 0xa2, 0x32, 0x9b, 0xe0, 0x3c, 0xa2, 0xf4, 0xc0, 0x83, 0x3d, 0x70, 0x29, 0xfd, 0x33, 0xa4,
0xb2, 0xbe, 0xf8, 0x30, 0x9a, 0xf1, 0xb1, 0x49, 0x69, 0x47, 0x22, 0x47, 0x7d, 0x4f, 0xe4, 0xf6,
0x45, 0x64, 0x9e, 0x6a, 0x7f, 0xab, 0x82, 0x85, 0xec, 0x89, 0x04, 0xfe, 0x59, 0x1e, 0xbd, 0xa6,
0xfe, 0x41, 0x30, 0xa1, 0x7d, 0x53, 0xe0, 0x4f, 0x96, 0xf5, 0xb1, 0xa6, 0x78, 0xcd, 0x82, 0xb4,
0x87, 0x9f, 0x3c, 0x6d, 0xd7, 0xfa, 0x13, 0xe7, 0x20, 0x03, 0x70, 0xfc, 0xdf, 0x84, 0xc9, 0xc7,
0xc7, 0x33, 0x78, 0x74, 0x88, 0x4f, 0xc5, 0x98, 0x1f, 0x52, 0x68, 0xaf, 0xf4, 0x47, 0x24, 0x35,
0x0f, 0xac, 0xe7, 0x1e, 0xa6, 0xe0, 0xd7, 0x00, 0x66, 0xda, 0x4f, 0xe4, 0xaa, 0x5f, 0x1d, 0x56,
0xa5, 0x44, 0xe5, 0xbd, 0x7c, 0x86, 0x6b, 0x6a, 0xd8, 0xde, 0x55, 0x70, 0x65, 0xe2, 0x9f, 0xbd,
0xbd, 0xff, 0x55, 0xc0, 0x4d, 0x97, 0x84, 0xc5, 0x67, 0xb1, 0xbd, 0xc5, 0x56, 0x5a, 0xff, 0x88,
0x20, 0xed, 0xca, 0x37, 0xcf, 0x0c, 0xa6, 0x47, 0xe4, 0x97, 0xa7, 0x4e, 0x58, 0xaf, 0xd1, 0xc3,
0x91, 0xf2, 0x2a, 0xf9, 0xf3, 0x43, 0x7d, 0x3e, 0xe5, 0xb7, 0xf6, 0x83, 0xf4, 0xe9, 0xef, 0xd5,
0x73, 0x4f, 0x9b, 0xcd, 0xef, 0xab, 0x1f, 0xe9, 0xde, 0xa5, 0xde, 0xf4, 0x78, 0x5d, 0x3f, 0xca,
0xa7, 0xa3, 0xad, 0xba, 0x9d, 0x68, 0xfe, 0x2b, 0xd1, 0x79, 0xdb, 0xf4, 0xf8, 0xdb, 0x54, 0xe7,
0xed, 0xd1, 0xd6, 0xdb, 0x54, 0xe7, 0xbf, 0xd5, 0x9b, 0x7a, 0x62, 0x77, 0xb7, 0xe9, 0xf1, 0xdd,
0xdd, 0x54, 0x6b, 0x77, 0xf7, 0x68, 0x6b, 0x77, 0x37, 0xd5, 0xeb, 0x5e, 0x50, 0xce, 0xee, 0xfc,
0x3f, 0x00, 0x00, 0xff, 0xff, 0x88, 0xe5, 0x27, 0x3c, 0x82, 0x1f, 0x00, 0x00,
}