blob: 47e042aeba3b0eba5cf01a99945b80520fa22b7d [file] [log] [blame]
// Copyright 2020 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.22.0
// protoc v3.12.2
// source: google/ads/googleads/v1/resources/campaign_criterion.proto
package resources
import (
reflect "reflect"
sync "sync"
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"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
)
const (
// Verify that this generated code is sufficiently up-to-date.
_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
// Verify that runtime/protoimpl is sufficiently up-to-date.
_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
)
// This is a compile-time assertion that a sufficiently up-to-date version
// of the legacy proto package is being used.
const _ = proto.ProtoPackageIsVersion4
// A campaign criterion.
type CampaignCriterion struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
// Immutable. The resource name of the campaign criterion.
// Campaign criterion resource names have the form:
//
// `customers/{customer_id}/campaignCriteria/{campaign_id}~{criterion_id}`
ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"`
// Immutable. The campaign to which the criterion belongs.
Campaign *wrappers.StringValue `protobuf:"bytes,4,opt,name=campaign,proto3" json:"campaign,omitempty"`
// Output only. The ID of the criterion.
//
// This field is ignored during mutate.
CriterionId *wrappers.Int64Value `protobuf:"bytes,5,opt,name=criterion_id,json=criterionId,proto3" json:"criterion_id,omitempty"`
// The modifier for the bids when the criterion matches. The modifier must be
// in the range: 0.1 - 10.0. Most targetable criteria types support modifiers.
// Use 0 to opt out of a Device type.
BidModifier *wrappers.FloatValue `protobuf:"bytes,14,opt,name=bid_modifier,json=bidModifier,proto3" json:"bid_modifier,omitempty"`
// Immutable. Whether to target (`false`) or exclude (`true`) the criterion.
Negative *wrappers.BoolValue `protobuf:"bytes,7,opt,name=negative,proto3" json:"negative,omitempty"`
// Output only. The type of the criterion.
Type enums.CriterionTypeEnum_CriterionType `protobuf:"varint,6,opt,name=type,proto3,enum=google.ads.googleads.v1.enums.CriterionTypeEnum_CriterionType" json:"type,omitempty"`
// The status of the criterion.
Status enums.CampaignCriterionStatusEnum_CampaignCriterionStatus `protobuf:"varint,35,opt,name=status,proto3,enum=google.ads.googleads.v1.enums.CampaignCriterionStatusEnum_CampaignCriterionStatus" json:"status,omitempty"`
// The campaign criterion.
//
// Exactly one must be set.
//
// Types that are assignable to Criterion:
// *CampaignCriterion_Keyword
// *CampaignCriterion_Placement
// *CampaignCriterion_MobileAppCategory
// *CampaignCriterion_MobileApplication
// *CampaignCriterion_Location
// *CampaignCriterion_Device
// *CampaignCriterion_AdSchedule
// *CampaignCriterion_AgeRange
// *CampaignCriterion_Gender
// *CampaignCriterion_IncomeRange
// *CampaignCriterion_ParentalStatus
// *CampaignCriterion_UserList
// *CampaignCriterion_YoutubeVideo
// *CampaignCriterion_YoutubeChannel
// *CampaignCriterion_Proximity
// *CampaignCriterion_Topic
// *CampaignCriterion_ListingScope
// *CampaignCriterion_Language
// *CampaignCriterion_IpBlock
// *CampaignCriterion_ContentLabel
// *CampaignCriterion_Carrier
// *CampaignCriterion_UserInterest
// *CampaignCriterion_Webpage
// *CampaignCriterion_OperatingSystemVersion
// *CampaignCriterion_MobileDevice
// *CampaignCriterion_LocationGroup
Criterion isCampaignCriterion_Criterion `protobuf_oneof:"criterion"`
}
func (x *CampaignCriterion) Reset() {
*x = CampaignCriterion{}
if protoimpl.UnsafeEnabled {
mi := &file_google_ads_googleads_v1_resources_campaign_criterion_proto_msgTypes[0]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *CampaignCriterion) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*CampaignCriterion) ProtoMessage() {}
func (x *CampaignCriterion) ProtoReflect() protoreflect.Message {
mi := &file_google_ads_googleads_v1_resources_campaign_criterion_proto_msgTypes[0]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use CampaignCriterion.ProtoReflect.Descriptor instead.
func (*CampaignCriterion) Descriptor() ([]byte, []int) {
return file_google_ads_googleads_v1_resources_campaign_criterion_proto_rawDescGZIP(), []int{0}
}
func (x *CampaignCriterion) GetResourceName() string {
if x != nil {
return x.ResourceName
}
return ""
}
func (x *CampaignCriterion) GetCampaign() *wrappers.StringValue {
if x != nil {
return x.Campaign
}
return nil
}
func (x *CampaignCriterion) GetCriterionId() *wrappers.Int64Value {
if x != nil {
return x.CriterionId
}
return nil
}
func (x *CampaignCriterion) GetBidModifier() *wrappers.FloatValue {
if x != nil {
return x.BidModifier
}
return nil
}
func (x *CampaignCriterion) GetNegative() *wrappers.BoolValue {
if x != nil {
return x.Negative
}
return nil
}
func (x *CampaignCriterion) GetType() enums.CriterionTypeEnum_CriterionType {
if x != nil {
return x.Type
}
return enums.CriterionTypeEnum_UNSPECIFIED
}
func (x *CampaignCriterion) GetStatus() enums.CampaignCriterionStatusEnum_CampaignCriterionStatus {
if x != nil {
return x.Status
}
return enums.CampaignCriterionStatusEnum_UNSPECIFIED
}
func (m *CampaignCriterion) GetCriterion() isCampaignCriterion_Criterion {
if m != nil {
return m.Criterion
}
return nil
}
func (x *CampaignCriterion) GetKeyword() *common.KeywordInfo {
if x, ok := x.GetCriterion().(*CampaignCriterion_Keyword); ok {
return x.Keyword
}
return nil
}
func (x *CampaignCriterion) GetPlacement() *common.PlacementInfo {
if x, ok := x.GetCriterion().(*CampaignCriterion_Placement); ok {
return x.Placement
}
return nil
}
func (x *CampaignCriterion) GetMobileAppCategory() *common.MobileAppCategoryInfo {
if x, ok := x.GetCriterion().(*CampaignCriterion_MobileAppCategory); ok {
return x.MobileAppCategory
}
return nil
}
func (x *CampaignCriterion) GetMobileApplication() *common.MobileApplicationInfo {
if x, ok := x.GetCriterion().(*CampaignCriterion_MobileApplication); ok {
return x.MobileApplication
}
return nil
}
func (x *CampaignCriterion) GetLocation() *common.LocationInfo {
if x, ok := x.GetCriterion().(*CampaignCriterion_Location); ok {
return x.Location
}
return nil
}
func (x *CampaignCriterion) GetDevice() *common.DeviceInfo {
if x, ok := x.GetCriterion().(*CampaignCriterion_Device); ok {
return x.Device
}
return nil
}
func (x *CampaignCriterion) GetAdSchedule() *common.AdScheduleInfo {
if x, ok := x.GetCriterion().(*CampaignCriterion_AdSchedule); ok {
return x.AdSchedule
}
return nil
}
func (x *CampaignCriterion) GetAgeRange() *common.AgeRangeInfo {
if x, ok := x.GetCriterion().(*CampaignCriterion_AgeRange); ok {
return x.AgeRange
}
return nil
}
func (x *CampaignCriterion) GetGender() *common.GenderInfo {
if x, ok := x.GetCriterion().(*CampaignCriterion_Gender); ok {
return x.Gender
}
return nil
}
func (x *CampaignCriterion) GetIncomeRange() *common.IncomeRangeInfo {
if x, ok := x.GetCriterion().(*CampaignCriterion_IncomeRange); ok {
return x.IncomeRange
}
return nil
}
func (x *CampaignCriterion) GetParentalStatus() *common.ParentalStatusInfo {
if x, ok := x.GetCriterion().(*CampaignCriterion_ParentalStatus); ok {
return x.ParentalStatus
}
return nil
}
func (x *CampaignCriterion) GetUserList() *common.UserListInfo {
if x, ok := x.GetCriterion().(*CampaignCriterion_UserList); ok {
return x.UserList
}
return nil
}
func (x *CampaignCriterion) GetYoutubeVideo() *common.YouTubeVideoInfo {
if x, ok := x.GetCriterion().(*CampaignCriterion_YoutubeVideo); ok {
return x.YoutubeVideo
}
return nil
}
func (x *CampaignCriterion) GetYoutubeChannel() *common.YouTubeChannelInfo {
if x, ok := x.GetCriterion().(*CampaignCriterion_YoutubeChannel); ok {
return x.YoutubeChannel
}
return nil
}
func (x *CampaignCriterion) GetProximity() *common.ProximityInfo {
if x, ok := x.GetCriterion().(*CampaignCriterion_Proximity); ok {
return x.Proximity
}
return nil
}
func (x *CampaignCriterion) GetTopic() *common.TopicInfo {
if x, ok := x.GetCriterion().(*CampaignCriterion_Topic); ok {
return x.Topic
}
return nil
}
func (x *CampaignCriterion) GetListingScope() *common.ListingScopeInfo {
if x, ok := x.GetCriterion().(*CampaignCriterion_ListingScope); ok {
return x.ListingScope
}
return nil
}
func (x *CampaignCriterion) GetLanguage() *common.LanguageInfo {
if x, ok := x.GetCriterion().(*CampaignCriterion_Language); ok {
return x.Language
}
return nil
}
func (x *CampaignCriterion) GetIpBlock() *common.IpBlockInfo {
if x, ok := x.GetCriterion().(*CampaignCriterion_IpBlock); ok {
return x.IpBlock
}
return nil
}
func (x *CampaignCriterion) GetContentLabel() *common.ContentLabelInfo {
if x, ok := x.GetCriterion().(*CampaignCriterion_ContentLabel); ok {
return x.ContentLabel
}
return nil
}
func (x *CampaignCriterion) GetCarrier() *common.CarrierInfo {
if x, ok := x.GetCriterion().(*CampaignCriterion_Carrier); ok {
return x.Carrier
}
return nil
}
func (x *CampaignCriterion) GetUserInterest() *common.UserInterestInfo {
if x, ok := x.GetCriterion().(*CampaignCriterion_UserInterest); ok {
return x.UserInterest
}
return nil
}
func (x *CampaignCriterion) GetWebpage() *common.WebpageInfo {
if x, ok := x.GetCriterion().(*CampaignCriterion_Webpage); ok {
return x.Webpage
}
return nil
}
func (x *CampaignCriterion) GetOperatingSystemVersion() *common.OperatingSystemVersionInfo {
if x, ok := x.GetCriterion().(*CampaignCriterion_OperatingSystemVersion); ok {
return x.OperatingSystemVersion
}
return nil
}
func (x *CampaignCriterion) GetMobileDevice() *common.MobileDeviceInfo {
if x, ok := x.GetCriterion().(*CampaignCriterion_MobileDevice); ok {
return x.MobileDevice
}
return nil
}
func (x *CampaignCriterion) GetLocationGroup() *common.LocationGroupInfo {
if x, ok := x.GetCriterion().(*CampaignCriterion_LocationGroup); ok {
return x.LocationGroup
}
return nil
}
type isCampaignCriterion_Criterion interface {
isCampaignCriterion_Criterion()
}
type CampaignCriterion_Keyword struct {
// Immutable. Keyword.
Keyword *common.KeywordInfo `protobuf:"bytes,8,opt,name=keyword,proto3,oneof"`
}
type CampaignCriterion_Placement struct {
// Immutable. Placement.
Placement *common.PlacementInfo `protobuf:"bytes,9,opt,name=placement,proto3,oneof"`
}
type CampaignCriterion_MobileAppCategory struct {
// Immutable. Mobile app category.
MobileAppCategory *common.MobileAppCategoryInfo `protobuf:"bytes,10,opt,name=mobile_app_category,json=mobileAppCategory,proto3,oneof"`
}
type CampaignCriterion_MobileApplication struct {
// Immutable. Mobile application.
MobileApplication *common.MobileApplicationInfo `protobuf:"bytes,11,opt,name=mobile_application,json=mobileApplication,proto3,oneof"`
}
type CampaignCriterion_Location struct {
// Immutable. Location.
Location *common.LocationInfo `protobuf:"bytes,12,opt,name=location,proto3,oneof"`
}
type CampaignCriterion_Device struct {
// Immutable. Device.
Device *common.DeviceInfo `protobuf:"bytes,13,opt,name=device,proto3,oneof"`
}
type CampaignCriterion_AdSchedule struct {
// Immutable. Ad Schedule.
AdSchedule *common.AdScheduleInfo `protobuf:"bytes,15,opt,name=ad_schedule,json=adSchedule,proto3,oneof"`
}
type CampaignCriterion_AgeRange struct {
// Immutable. Age range.
AgeRange *common.AgeRangeInfo `protobuf:"bytes,16,opt,name=age_range,json=ageRange,proto3,oneof"`
}
type CampaignCriterion_Gender struct {
// Immutable. Gender.
Gender *common.GenderInfo `protobuf:"bytes,17,opt,name=gender,proto3,oneof"`
}
type CampaignCriterion_IncomeRange struct {
// Immutable. Income range.
IncomeRange *common.IncomeRangeInfo `protobuf:"bytes,18,opt,name=income_range,json=incomeRange,proto3,oneof"`
}
type CampaignCriterion_ParentalStatus struct {
// Immutable. Parental status.
ParentalStatus *common.ParentalStatusInfo `protobuf:"bytes,19,opt,name=parental_status,json=parentalStatus,proto3,oneof"`
}
type CampaignCriterion_UserList struct {
// Immutable. User List.
UserList *common.UserListInfo `protobuf:"bytes,22,opt,name=user_list,json=userList,proto3,oneof"`
}
type CampaignCriterion_YoutubeVideo struct {
// Immutable. YouTube Video.
YoutubeVideo *common.YouTubeVideoInfo `protobuf:"bytes,20,opt,name=youtube_video,json=youtubeVideo,proto3,oneof"`
}
type CampaignCriterion_YoutubeChannel struct {
// Immutable. YouTube Channel.
YoutubeChannel *common.YouTubeChannelInfo `protobuf:"bytes,21,opt,name=youtube_channel,json=youtubeChannel,proto3,oneof"`
}
type CampaignCriterion_Proximity struct {
// Immutable. Proximity.
Proximity *common.ProximityInfo `protobuf:"bytes,23,opt,name=proximity,proto3,oneof"`
}
type CampaignCriterion_Topic struct {
// Immutable. Topic.
Topic *common.TopicInfo `protobuf:"bytes,24,opt,name=topic,proto3,oneof"`
}
type CampaignCriterion_ListingScope struct {
// Immutable. Listing scope.
ListingScope *common.ListingScopeInfo `protobuf:"bytes,25,opt,name=listing_scope,json=listingScope,proto3,oneof"`
}
type CampaignCriterion_Language struct {
// Immutable. Language.
Language *common.LanguageInfo `protobuf:"bytes,26,opt,name=language,proto3,oneof"`
}
type CampaignCriterion_IpBlock struct {
// Immutable. IpBlock.
IpBlock *common.IpBlockInfo `protobuf:"bytes,27,opt,name=ip_block,json=ipBlock,proto3,oneof"`
}
type CampaignCriterion_ContentLabel struct {
// Immutable. ContentLabel.
ContentLabel *common.ContentLabelInfo `protobuf:"bytes,28,opt,name=content_label,json=contentLabel,proto3,oneof"`
}
type CampaignCriterion_Carrier struct {
// Immutable. Carrier.
Carrier *common.CarrierInfo `protobuf:"bytes,29,opt,name=carrier,proto3,oneof"`
}
type CampaignCriterion_UserInterest struct {
// Immutable. User Interest.
UserInterest *common.UserInterestInfo `protobuf:"bytes,30,opt,name=user_interest,json=userInterest,proto3,oneof"`
}
type CampaignCriterion_Webpage struct {
// Immutable. Webpage.
Webpage *common.WebpageInfo `protobuf:"bytes,31,opt,name=webpage,proto3,oneof"`
}
type CampaignCriterion_OperatingSystemVersion struct {
// Immutable. Operating system version.
OperatingSystemVersion *common.OperatingSystemVersionInfo `protobuf:"bytes,32,opt,name=operating_system_version,json=operatingSystemVersion,proto3,oneof"`
}
type CampaignCriterion_MobileDevice struct {
// Immutable. Mobile Device.
MobileDevice *common.MobileDeviceInfo `protobuf:"bytes,33,opt,name=mobile_device,json=mobileDevice,proto3,oneof"`
}
type CampaignCriterion_LocationGroup struct {
// Immutable. Location Group
LocationGroup *common.LocationGroupInfo `protobuf:"bytes,34,opt,name=location_group,json=locationGroup,proto3,oneof"`
}
func (*CampaignCriterion_Keyword) isCampaignCriterion_Criterion() {}
func (*CampaignCriterion_Placement) isCampaignCriterion_Criterion() {}
func (*CampaignCriterion_MobileAppCategory) isCampaignCriterion_Criterion() {}
func (*CampaignCriterion_MobileApplication) isCampaignCriterion_Criterion() {}
func (*CampaignCriterion_Location) isCampaignCriterion_Criterion() {}
func (*CampaignCriterion_Device) isCampaignCriterion_Criterion() {}
func (*CampaignCriterion_AdSchedule) isCampaignCriterion_Criterion() {}
func (*CampaignCriterion_AgeRange) isCampaignCriterion_Criterion() {}
func (*CampaignCriterion_Gender) isCampaignCriterion_Criterion() {}
func (*CampaignCriterion_IncomeRange) isCampaignCriterion_Criterion() {}
func (*CampaignCriterion_ParentalStatus) isCampaignCriterion_Criterion() {}
func (*CampaignCriterion_UserList) isCampaignCriterion_Criterion() {}
func (*CampaignCriterion_YoutubeVideo) isCampaignCriterion_Criterion() {}
func (*CampaignCriterion_YoutubeChannel) isCampaignCriterion_Criterion() {}
func (*CampaignCriterion_Proximity) isCampaignCriterion_Criterion() {}
func (*CampaignCriterion_Topic) isCampaignCriterion_Criterion() {}
func (*CampaignCriterion_ListingScope) isCampaignCriterion_Criterion() {}
func (*CampaignCriterion_Language) isCampaignCriterion_Criterion() {}
func (*CampaignCriterion_IpBlock) isCampaignCriterion_Criterion() {}
func (*CampaignCriterion_ContentLabel) isCampaignCriterion_Criterion() {}
func (*CampaignCriterion_Carrier) isCampaignCriterion_Criterion() {}
func (*CampaignCriterion_UserInterest) isCampaignCriterion_Criterion() {}
func (*CampaignCriterion_Webpage) isCampaignCriterion_Criterion() {}
func (*CampaignCriterion_OperatingSystemVersion) isCampaignCriterion_Criterion() {}
func (*CampaignCriterion_MobileDevice) isCampaignCriterion_Criterion() {}
func (*CampaignCriterion_LocationGroup) isCampaignCriterion_Criterion() {}
var File_google_ads_googleads_v1_resources_campaign_criterion_proto protoreflect.FileDescriptor
var file_google_ads_googleads_v1_resources_campaign_criterion_proto_rawDesc = []byte{
0x0a, 0x3a, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x61, 0x64, 0x73, 0x2f, 0x67, 0x6f, 0x6f,
0x67, 0x6c, 0x65, 0x61, 0x64, 0x73, 0x2f, 0x76, 0x31, 0x2f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72,
0x63, 0x65, 0x73, 0x2f, 0x63, 0x61, 0x6d, 0x70, 0x61, 0x69, 0x67, 0x6e, 0x5f, 0x63, 0x72, 0x69,
0x74, 0x65, 0x72, 0x69, 0x6f, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x21, 0x67, 0x6f,
0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x61, 0x64, 0x73, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x61,
0x64, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x73, 0x1a,
0x2d, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x61, 0x64, 0x73, 0x2f, 0x67, 0x6f, 0x6f, 0x67,
0x6c, 0x65, 0x61, 0x64, 0x73, 0x2f, 0x76, 0x31, 0x2f, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2f,
0x63, 0x72, 0x69, 0x74, 0x65, 0x72, 0x69, 0x61, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x3d,
0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x61, 0x64, 0x73, 0x2f, 0x67, 0x6f, 0x6f, 0x67, 0x6c,
0x65, 0x61, 0x64, 0x73, 0x2f, 0x76, 0x31, 0x2f, 0x65, 0x6e, 0x75, 0x6d, 0x73, 0x2f, 0x63, 0x61,
0x6d, 0x70, 0x61, 0x69, 0x67, 0x6e, 0x5f, 0x63, 0x72, 0x69, 0x74, 0x65, 0x72, 0x69, 0x6f, 0x6e,
0x5f, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x32, 0x67,
0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x61, 0x64, 0x73, 0x2f, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65,
0x61, 0x64, 0x73, 0x2f, 0x76, 0x31, 0x2f, 0x65, 0x6e, 0x75, 0x6d, 0x73, 0x2f, 0x63, 0x72, 0x69,
0x74, 0x65, 0x72, 0x69, 0x6f, 0x6e, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74,
0x6f, 0x1a, 0x1f, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x66, 0x69,
0x65, 0x6c, 0x64, 0x5f, 0x62, 0x65, 0x68, 0x61, 0x76, 0x69, 0x6f, 0x72, 0x2e, 0x70, 0x72, 0x6f,
0x74, 0x6f, 0x1a, 0x19, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x72,
0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1e, 0x67,
0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x77,
0x72, 0x61, 0x70, 0x70, 0x65, 0x72, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1c, 0x67,
0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61,
0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0xe1, 0x17, 0x0a, 0x11,
0x43, 0x61, 0x6d, 0x70, 0x61, 0x69, 0x67, 0x6e, 0x43, 0x72, 0x69, 0x74, 0x65, 0x72, 0x69, 0x6f,
0x6e, 0x12, 0x57, 0x0a, 0x0d, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x5f, 0x6e, 0x61,
0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x32, 0xe0, 0x41, 0x05, 0xfa, 0x41, 0x2c,
0x0a, 0x2a, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x61, 0x64, 0x73, 0x2e, 0x67, 0x6f, 0x6f, 0x67,
0x6c, 0x65, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x43, 0x61, 0x6d, 0x70, 0x61,
0x69, 0x67, 0x6e, 0x43, 0x72, 0x69, 0x74, 0x65, 0x72, 0x69, 0x6f, 0x6e, 0x52, 0x0c, 0x72, 0x65,
0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x63, 0x0a, 0x08, 0x63, 0x61,
0x6d, 0x70, 0x61, 0x69, 0x67, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1c, 0x2e, 0x67,
0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53,
0x74, 0x72, 0x69, 0x6e, 0x67, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x42, 0x29, 0xe0, 0x41, 0x05, 0xfa,
0x41, 0x23, 0x0a, 0x21, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x61, 0x64, 0x73, 0x2e, 0x67, 0x6f,
0x6f, 0x67, 0x6c, 0x65, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x43, 0x61, 0x6d,
0x70, 0x61, 0x69, 0x67, 0x6e, 0x52, 0x08, 0x63, 0x61, 0x6d, 0x70, 0x61, 0x69, 0x67, 0x6e, 0x12,
0x43, 0x0a, 0x0c, 0x63, 0x72, 0x69, 0x74, 0x65, 0x72, 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x64, 0x18,
0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70,
0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x49, 0x6e, 0x74, 0x36, 0x34, 0x56, 0x61, 0x6c,
0x75, 0x65, 0x42, 0x03, 0xe0, 0x41, 0x03, 0x52, 0x0b, 0x63, 0x72, 0x69, 0x74, 0x65, 0x72, 0x69,
0x6f, 0x6e, 0x49, 0x64, 0x12, 0x3e, 0x0a, 0x0c, 0x62, 0x69, 0x64, 0x5f, 0x6d, 0x6f, 0x64, 0x69,
0x66, 0x69, 0x65, 0x72, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x67, 0x6f, 0x6f,
0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x46, 0x6c, 0x6f,
0x61, 0x74, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x0b, 0x62, 0x69, 0x64, 0x4d, 0x6f, 0x64, 0x69,
0x66, 0x69, 0x65, 0x72, 0x12, 0x3b, 0x0a, 0x08, 0x6e, 0x65, 0x67, 0x61, 0x74, 0x69, 0x76, 0x65,
0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e,
0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x42, 0x6f, 0x6f, 0x6c, 0x56, 0x61, 0x6c,
0x75, 0x65, 0x42, 0x03, 0xe0, 0x41, 0x05, 0x52, 0x08, 0x6e, 0x65, 0x67, 0x61, 0x74, 0x69, 0x76,
0x65, 0x12, 0x57, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0e, 0x32,
0x3e, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x61, 0x64, 0x73, 0x2e, 0x67, 0x6f, 0x6f,
0x67, 0x6c, 0x65, 0x61, 0x64, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x65, 0x6e, 0x75, 0x6d, 0x73, 0x2e,
0x43, 0x72, 0x69, 0x74, 0x65, 0x72, 0x69, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x45, 0x6e, 0x75,
0x6d, 0x2e, 0x43, 0x72, 0x69, 0x74, 0x65, 0x72, 0x69, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x42,
0x03, 0xe0, 0x41, 0x03, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x6a, 0x0a, 0x06, 0x73, 0x74,
0x61, 0x74, 0x75, 0x73, 0x18, 0x23, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x52, 0x2e, 0x67, 0x6f, 0x6f,
0x67, 0x6c, 0x65, 0x2e, 0x61, 0x64, 0x73, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x61, 0x64,
0x73, 0x2e, 0x76, 0x31, 0x2e, 0x65, 0x6e, 0x75, 0x6d, 0x73, 0x2e, 0x43, 0x61, 0x6d, 0x70, 0x61,
0x69, 0x67, 0x6e, 0x43, 0x72, 0x69, 0x74, 0x65, 0x72, 0x69, 0x6f, 0x6e, 0x53, 0x74, 0x61, 0x74,
0x75, 0x73, 0x45, 0x6e, 0x75, 0x6d, 0x2e, 0x43, 0x61, 0x6d, 0x70, 0x61, 0x69, 0x67, 0x6e, 0x43,
0x72, 0x69, 0x74, 0x65, 0x72, 0x69, 0x6f, 0x6e, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x06,
0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x4c, 0x0a, 0x07, 0x6b, 0x65, 0x79, 0x77, 0x6f, 0x72,
0x64, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2b, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65,
0x2e, 0x61, 0x64, 0x73, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x61, 0x64, 0x73, 0x2e, 0x76,
0x31, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x4b, 0x65, 0x79, 0x77, 0x6f, 0x72, 0x64,
0x49, 0x6e, 0x66, 0x6f, 0x42, 0x03, 0xe0, 0x41, 0x05, 0x48, 0x00, 0x52, 0x07, 0x6b, 0x65, 0x79,
0x77, 0x6f, 0x72, 0x64, 0x12, 0x52, 0x0a, 0x09, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x6d, 0x65, 0x6e,
0x74, 0x18, 0x09, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2d, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65,
0x2e, 0x61, 0x64, 0x73, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x61, 0x64, 0x73, 0x2e, 0x76,
0x31, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x50, 0x6c, 0x61, 0x63, 0x65, 0x6d, 0x65,
0x6e, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x42, 0x03, 0xe0, 0x41, 0x05, 0x48, 0x00, 0x52, 0x09, 0x70,
0x6c, 0x61, 0x63, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x12, 0x6c, 0x0a, 0x13, 0x6d, 0x6f, 0x62, 0x69,
0x6c, 0x65, 0x5f, 0x61, 0x70, 0x70, 0x5f, 0x63, 0x61, 0x74, 0x65, 0x67, 0x6f, 0x72, 0x79, 0x18,
0x0a, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x35, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x61,
0x64, 0x73, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x61, 0x64, 0x73, 0x2e, 0x76, 0x31, 0x2e,
0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x4d, 0x6f, 0x62, 0x69, 0x6c, 0x65, 0x41, 0x70, 0x70,
0x43, 0x61, 0x74, 0x65, 0x67, 0x6f, 0x72, 0x79, 0x49, 0x6e, 0x66, 0x6f, 0x42, 0x03, 0xe0, 0x41,
0x05, 0x48, 0x00, 0x52, 0x11, 0x6d, 0x6f, 0x62, 0x69, 0x6c, 0x65, 0x41, 0x70, 0x70, 0x43, 0x61,
0x74, 0x65, 0x67, 0x6f, 0x72, 0x79, 0x12, 0x6b, 0x0a, 0x12, 0x6d, 0x6f, 0x62, 0x69, 0x6c, 0x65,
0x5f, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x0b, 0x20, 0x01,
0x28, 0x0b, 0x32, 0x35, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x61, 0x64, 0x73, 0x2e,
0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x61, 0x64, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x63, 0x6f, 0x6d,
0x6d, 0x6f, 0x6e, 0x2e, 0x4d, 0x6f, 0x62, 0x69, 0x6c, 0x65, 0x41, 0x70, 0x70, 0x6c, 0x69, 0x63,
0x61, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x6e, 0x66, 0x6f, 0x42, 0x03, 0xe0, 0x41, 0x05, 0x48, 0x00,
0x52, 0x11, 0x6d, 0x6f, 0x62, 0x69, 0x6c, 0x65, 0x41, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74,
0x69, 0x6f, 0x6e, 0x12, 0x4f, 0x0a, 0x08, 0x6c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18,
0x0c, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x61,
0x64, 0x73, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x61, 0x64, 0x73, 0x2e, 0x76, 0x31, 0x2e,
0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x4c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x49,
0x6e, 0x66, 0x6f, 0x42, 0x03, 0xe0, 0x41, 0x05, 0x48, 0x00, 0x52, 0x08, 0x6c, 0x6f, 0x63, 0x61,
0x74, 0x69, 0x6f, 0x6e, 0x12, 0x49, 0x0a, 0x06, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x18, 0x0d,
0x20, 0x01, 0x28, 0x0b, 0x32, 0x2a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x61, 0x64,
0x73, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x61, 0x64, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x63,
0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x49, 0x6e, 0x66, 0x6f,
0x42, 0x03, 0xe0, 0x41, 0x05, 0x48, 0x00, 0x52, 0x06, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x12,
0x56, 0x0a, 0x0b, 0x61, 0x64, 0x5f, 0x73, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x18, 0x0f,
0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x61, 0x64,
0x73, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x61, 0x64, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x63,
0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x41, 0x64, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65,
0x49, 0x6e, 0x66, 0x6f, 0x42, 0x03, 0xe0, 0x41, 0x05, 0x48, 0x00, 0x52, 0x0a, 0x61, 0x64, 0x53,
0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x12, 0x50, 0x0a, 0x09, 0x61, 0x67, 0x65, 0x5f, 0x72,
0x61, 0x6e, 0x67, 0x65, 0x18, 0x10, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x67, 0x6f, 0x6f,
0x67, 0x6c, 0x65, 0x2e, 0x61, 0x64, 0x73, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x61, 0x64,
0x73, 0x2e, 0x76, 0x31, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x41, 0x67, 0x65, 0x52,
0x61, 0x6e, 0x67, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x42, 0x03, 0xe0, 0x41, 0x05, 0x48, 0x00, 0x52,
0x08, 0x61, 0x67, 0x65, 0x52, 0x61, 0x6e, 0x67, 0x65, 0x12, 0x49, 0x0a, 0x06, 0x67, 0x65, 0x6e,
0x64, 0x65, 0x72, 0x18, 0x11, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2a, 0x2e, 0x67, 0x6f, 0x6f, 0x67,
0x6c, 0x65, 0x2e, 0x61, 0x64, 0x73, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x61, 0x64, 0x73,
0x2e, 0x76, 0x31, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x47, 0x65, 0x6e, 0x64, 0x65,
0x72, 0x49, 0x6e, 0x66, 0x6f, 0x42, 0x03, 0xe0, 0x41, 0x05, 0x48, 0x00, 0x52, 0x06, 0x67, 0x65,
0x6e, 0x64, 0x65, 0x72, 0x12, 0x59, 0x0a, 0x0c, 0x69, 0x6e, 0x63, 0x6f, 0x6d, 0x65, 0x5f, 0x72,
0x61, 0x6e, 0x67, 0x65, 0x18, 0x12, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x67, 0x6f, 0x6f,
0x67, 0x6c, 0x65, 0x2e, 0x61, 0x64, 0x73, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x61, 0x64,
0x73, 0x2e, 0x76, 0x31, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x49, 0x6e, 0x63, 0x6f,
0x6d, 0x65, 0x52, 0x61, 0x6e, 0x67, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x42, 0x03, 0xe0, 0x41, 0x05,
0x48, 0x00, 0x52, 0x0b, 0x69, 0x6e, 0x63, 0x6f, 0x6d, 0x65, 0x52, 0x61, 0x6e, 0x67, 0x65, 0x12,
0x62, 0x0a, 0x0f, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x61, 0x6c, 0x5f, 0x73, 0x74, 0x61, 0x74,
0x75, 0x73, 0x18, 0x13, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x32, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c,
0x65, 0x2e, 0x61, 0x64, 0x73, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x61, 0x64, 0x73, 0x2e,
0x76, 0x31, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x50, 0x61, 0x72, 0x65, 0x6e, 0x74,
0x61, 0x6c, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x49, 0x6e, 0x66, 0x6f, 0x42, 0x03, 0xe0, 0x41,
0x05, 0x48, 0x00, 0x52, 0x0e, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x61, 0x6c, 0x53, 0x74, 0x61,
0x74, 0x75, 0x73, 0x12, 0x50, 0x0a, 0x09, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x6c, 0x69, 0x73, 0x74,
0x18, 0x16, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e,
0x61, 0x64, 0x73, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x61, 0x64, 0x73, 0x2e, 0x76, 0x31,
0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x55, 0x73, 0x65, 0x72, 0x4c, 0x69, 0x73, 0x74,
0x49, 0x6e, 0x66, 0x6f, 0x42, 0x03, 0xe0, 0x41, 0x05, 0x48, 0x00, 0x52, 0x08, 0x75, 0x73, 0x65,
0x72, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x5c, 0x0a, 0x0d, 0x79, 0x6f, 0x75, 0x74, 0x75, 0x62, 0x65,
0x5f, 0x76, 0x69, 0x64, 0x65, 0x6f, 0x18, 0x14, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x30, 0x2e, 0x67,
0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x61, 0x64, 0x73, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65,
0x61, 0x64, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x59, 0x6f,
0x75, 0x54, 0x75, 0x62, 0x65, 0x56, 0x69, 0x64, 0x65, 0x6f, 0x49, 0x6e, 0x66, 0x6f, 0x42, 0x03,
0xe0, 0x41, 0x05, 0x48, 0x00, 0x52, 0x0c, 0x79, 0x6f, 0x75, 0x74, 0x75, 0x62, 0x65, 0x56, 0x69,
0x64, 0x65, 0x6f, 0x12, 0x62, 0x0a, 0x0f, 0x79, 0x6f, 0x75, 0x74, 0x75, 0x62, 0x65, 0x5f, 0x63,
0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x18, 0x15, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x32, 0x2e, 0x67,
0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x61, 0x64, 0x73, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65,
0x61, 0x64, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x59, 0x6f,
0x75, 0x54, 0x75, 0x62, 0x65, 0x43, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x49, 0x6e, 0x66, 0x6f,
0x42, 0x03, 0xe0, 0x41, 0x05, 0x48, 0x00, 0x52, 0x0e, 0x79, 0x6f, 0x75, 0x74, 0x75, 0x62, 0x65,
0x43, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x12, 0x52, 0x0a, 0x09, 0x70, 0x72, 0x6f, 0x78, 0x69,
0x6d, 0x69, 0x74, 0x79, 0x18, 0x17, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2d, 0x2e, 0x67, 0x6f, 0x6f,
0x67, 0x6c, 0x65, 0x2e, 0x61, 0x64, 0x73, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x61, 0x64,
0x73, 0x2e, 0x76, 0x31, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x50, 0x72, 0x6f, 0x78,
0x69, 0x6d, 0x69, 0x74, 0x79, 0x49, 0x6e, 0x66, 0x6f, 0x42, 0x03, 0xe0, 0x41, 0x05, 0x48, 0x00,
0x52, 0x09, 0x70, 0x72, 0x6f, 0x78, 0x69, 0x6d, 0x69, 0x74, 0x79, 0x12, 0x46, 0x0a, 0x05, 0x74,
0x6f, 0x70, 0x69, 0x63, 0x18, 0x18, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x67, 0x6f, 0x6f,
0x67, 0x6c, 0x65, 0x2e, 0x61, 0x64, 0x73, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x61, 0x64,
0x73, 0x2e, 0x76, 0x31, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x54, 0x6f, 0x70, 0x69,
0x63, 0x49, 0x6e, 0x66, 0x6f, 0x42, 0x03, 0xe0, 0x41, 0x05, 0x48, 0x00, 0x52, 0x05, 0x74, 0x6f,
0x70, 0x69, 0x63, 0x12, 0x5c, 0x0a, 0x0d, 0x6c, 0x69, 0x73, 0x74, 0x69, 0x6e, 0x67, 0x5f, 0x73,
0x63, 0x6f, 0x70, 0x65, 0x18, 0x19, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x30, 0x2e, 0x67, 0x6f, 0x6f,
0x67, 0x6c, 0x65, 0x2e, 0x61, 0x64, 0x73, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x61, 0x64,
0x73, 0x2e, 0x76, 0x31, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x4c, 0x69, 0x73, 0x74,
0x69, 0x6e, 0x67, 0x53, 0x63, 0x6f, 0x70, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x42, 0x03, 0xe0, 0x41,
0x05, 0x48, 0x00, 0x52, 0x0c, 0x6c, 0x69, 0x73, 0x74, 0x69, 0x6e, 0x67, 0x53, 0x63, 0x6f, 0x70,
0x65, 0x12, 0x4f, 0x0a, 0x08, 0x6c, 0x61, 0x6e, 0x67, 0x75, 0x61, 0x67, 0x65, 0x18, 0x1a, 0x20,
0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x61, 0x64, 0x73,
0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x61, 0x64, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x63, 0x6f,
0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x4c, 0x61, 0x6e, 0x67, 0x75, 0x61, 0x67, 0x65, 0x49, 0x6e, 0x66,
0x6f, 0x42, 0x03, 0xe0, 0x41, 0x05, 0x48, 0x00, 0x52, 0x08, 0x6c, 0x61, 0x6e, 0x67, 0x75, 0x61,
0x67, 0x65, 0x12, 0x4d, 0x0a, 0x08, 0x69, 0x70, 0x5f, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x18, 0x1b,
0x20, 0x01, 0x28, 0x0b, 0x32, 0x2b, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x61, 0x64,
0x73, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x61, 0x64, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x63,
0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x49, 0x70, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x6e, 0x66,
0x6f, 0x42, 0x03, 0xe0, 0x41, 0x05, 0x48, 0x00, 0x52, 0x07, 0x69, 0x70, 0x42, 0x6c, 0x6f, 0x63,
0x6b, 0x12, 0x5c, 0x0a, 0x0d, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x5f, 0x6c, 0x61, 0x62,
0x65, 0x6c, 0x18, 0x1c, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x30, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c,
0x65, 0x2e, 0x61, 0x64, 0x73, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x61, 0x64, 0x73, 0x2e,
0x76, 0x31, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e,
0x74, 0x4c, 0x61, 0x62, 0x65, 0x6c, 0x49, 0x6e, 0x66, 0x6f, 0x42, 0x03, 0xe0, 0x41, 0x05, 0x48,
0x00, 0x52, 0x0c, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x4c, 0x61, 0x62, 0x65, 0x6c, 0x12,
0x4c, 0x0a, 0x07, 0x63, 0x61, 0x72, 0x72, 0x69, 0x65, 0x72, 0x18, 0x1d, 0x20, 0x01, 0x28, 0x0b,
0x32, 0x2b, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x61, 0x64, 0x73, 0x2e, 0x67, 0x6f,
0x6f, 0x67, 0x6c, 0x65, 0x61, 0x64, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f,
0x6e, 0x2e, 0x43, 0x61, 0x72, 0x72, 0x69, 0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x42, 0x03, 0xe0,
0x41, 0x05, 0x48, 0x00, 0x52, 0x07, 0x63, 0x61, 0x72, 0x72, 0x69, 0x65, 0x72, 0x12, 0x5c, 0x0a,
0x0d, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x65, 0x73, 0x74, 0x18, 0x1e,
0x20, 0x01, 0x28, 0x0b, 0x32, 0x30, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x61, 0x64,
0x73, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x61, 0x64, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x63,
0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x55, 0x73, 0x65, 0x72, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x65,
0x73, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x42, 0x03, 0xe0, 0x41, 0x05, 0x48, 0x00, 0x52, 0x0c, 0x75,
0x73, 0x65, 0x72, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x65, 0x73, 0x74, 0x12, 0x4c, 0x0a, 0x07, 0x77,
0x65, 0x62, 0x70, 0x61, 0x67, 0x65, 0x18, 0x1f, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2b, 0x2e, 0x67,
0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x61, 0x64, 0x73, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65,
0x61, 0x64, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x57, 0x65,
0x62, 0x70, 0x61, 0x67, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x42, 0x03, 0xe0, 0x41, 0x05, 0x48, 0x00,
0x52, 0x07, 0x77, 0x65, 0x62, 0x70, 0x61, 0x67, 0x65, 0x12, 0x7b, 0x0a, 0x18, 0x6f, 0x70, 0x65,
0x72, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x5f, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x5f, 0x76, 0x65,
0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x20, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3a, 0x2e, 0x67, 0x6f,
0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x61, 0x64, 0x73, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x61,
0x64, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x4f, 0x70, 0x65,
0x72, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x56, 0x65, 0x72, 0x73,
0x69, 0x6f, 0x6e, 0x49, 0x6e, 0x66, 0x6f, 0x42, 0x03, 0xe0, 0x41, 0x05, 0x48, 0x00, 0x52, 0x16,
0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x56,
0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x5c, 0x0a, 0x0d, 0x6d, 0x6f, 0x62, 0x69, 0x6c, 0x65,
0x5f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x18, 0x21, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x30, 0x2e,
0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x61, 0x64, 0x73, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c,
0x65, 0x61, 0x64, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x4d,
0x6f, 0x62, 0x69, 0x6c, 0x65, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x42,
0x03, 0xe0, 0x41, 0x05, 0x48, 0x00, 0x52, 0x0c, 0x6d, 0x6f, 0x62, 0x69, 0x6c, 0x65, 0x44, 0x65,
0x76, 0x69, 0x63, 0x65, 0x12, 0x5f, 0x0a, 0x0e, 0x6c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e,
0x5f, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x18, 0x22, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x31, 0x2e, 0x67,
0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x61, 0x64, 0x73, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65,
0x61, 0x64, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x4c, 0x6f,
0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x49, 0x6e, 0x66, 0x6f, 0x42,
0x03, 0xe0, 0x41, 0x05, 0x48, 0x00, 0x52, 0x0d, 0x6c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e,
0x47, 0x72, 0x6f, 0x75, 0x70, 0x3a, 0x6b, 0xea, 0x41, 0x68, 0x0a, 0x2a, 0x67, 0x6f, 0x6f, 0x67,
0x6c, 0x65, 0x61, 0x64, 0x73, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x61, 0x70, 0x69, 0x73,
0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x43, 0x61, 0x6d, 0x70, 0x61, 0x69, 0x67, 0x6e, 0x43, 0x72, 0x69,
0x74, 0x65, 0x72, 0x69, 0x6f, 0x6e, 0x12, 0x3a, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x65, 0x72,
0x73, 0x2f, 0x7b, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x65, 0x72, 0x7d, 0x2f, 0x63, 0x61, 0x6d,
0x70, 0x61, 0x69, 0x67, 0x6e, 0x43, 0x72, 0x69, 0x74, 0x65, 0x72, 0x69, 0x61, 0x2f, 0x7b, 0x63,
0x61, 0x6d, 0x70, 0x61, 0x69, 0x67, 0x6e, 0x5f, 0x63, 0x72, 0x69, 0x74, 0x65, 0x72, 0x69, 0x6f,
0x6e, 0x7d, 0x42, 0x0b, 0x0a, 0x09, 0x63, 0x72, 0x69, 0x74, 0x65, 0x72, 0x69, 0x6f, 0x6e, 0x42,
0x83, 0x02, 0x0a, 0x25, 0x63, 0x6f, 0x6d, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x61,
0x64, 0x73, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x61, 0x64, 0x73, 0x2e, 0x76, 0x31, 0x2e,
0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x73, 0x42, 0x16, 0x43, 0x61, 0x6d, 0x70, 0x61,
0x69, 0x67, 0x6e, 0x43, 0x72, 0x69, 0x74, 0x65, 0x72, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x74,
0x6f, 0x50, 0x01, 0x5a, 0x4a, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x67, 0x6f, 0x6c, 0x61,
0x6e, 0x67, 0x2e, 0x6f, 0x72, 0x67, 0x2f, 0x67, 0x65, 0x6e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f,
0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x61, 0x64, 0x73, 0x2f, 0x67,
0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x61, 0x64, 0x73, 0x2f, 0x76, 0x31, 0x2f, 0x72, 0x65, 0x73, 0x6f,
0x75, 0x72, 0x63, 0x65, 0x73, 0x3b, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x73, 0xa2,
0x02, 0x03, 0x47, 0x41, 0x41, 0xaa, 0x02, 0x21, 0x47, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x41,
0x64, 0x73, 0x2e, 0x47, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x41, 0x64, 0x73, 0x2e, 0x56, 0x31, 0x2e,
0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x73, 0xca, 0x02, 0x21, 0x47, 0x6f, 0x6f, 0x67,
0x6c, 0x65, 0x5c, 0x41, 0x64, 0x73, 0x5c, 0x47, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x41, 0x64, 0x73,
0x5c, 0x56, 0x31, 0x5c, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x73, 0xea, 0x02, 0x25,
0x47, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x3a, 0x3a, 0x41, 0x64, 0x73, 0x3a, 0x3a, 0x47, 0x6f, 0x6f,
0x67, 0x6c, 0x65, 0x41, 0x64, 0x73, 0x3a, 0x3a, 0x56, 0x31, 0x3a, 0x3a, 0x52, 0x65, 0x73, 0x6f,
0x75, 0x72, 0x63, 0x65, 0x73, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
}
var (
file_google_ads_googleads_v1_resources_campaign_criterion_proto_rawDescOnce sync.Once
file_google_ads_googleads_v1_resources_campaign_criterion_proto_rawDescData = file_google_ads_googleads_v1_resources_campaign_criterion_proto_rawDesc
)
func file_google_ads_googleads_v1_resources_campaign_criterion_proto_rawDescGZIP() []byte {
file_google_ads_googleads_v1_resources_campaign_criterion_proto_rawDescOnce.Do(func() {
file_google_ads_googleads_v1_resources_campaign_criterion_proto_rawDescData = protoimpl.X.CompressGZIP(file_google_ads_googleads_v1_resources_campaign_criterion_proto_rawDescData)
})
return file_google_ads_googleads_v1_resources_campaign_criterion_proto_rawDescData
}
var file_google_ads_googleads_v1_resources_campaign_criterion_proto_msgTypes = make([]protoimpl.MessageInfo, 1)
var file_google_ads_googleads_v1_resources_campaign_criterion_proto_goTypes = []interface{}{
(*CampaignCriterion)(nil), // 0: google.ads.googleads.v1.resources.CampaignCriterion
(*wrappers.StringValue)(nil), // 1: google.protobuf.StringValue
(*wrappers.Int64Value)(nil), // 2: google.protobuf.Int64Value
(*wrappers.FloatValue)(nil), // 3: google.protobuf.FloatValue
(*wrappers.BoolValue)(nil), // 4: google.protobuf.BoolValue
(enums.CriterionTypeEnum_CriterionType)(0), // 5: google.ads.googleads.v1.enums.CriterionTypeEnum.CriterionType
(enums.CampaignCriterionStatusEnum_CampaignCriterionStatus)(0), // 6: google.ads.googleads.v1.enums.CampaignCriterionStatusEnum.CampaignCriterionStatus
(*common.KeywordInfo)(nil), // 7: google.ads.googleads.v1.common.KeywordInfo
(*common.PlacementInfo)(nil), // 8: google.ads.googleads.v1.common.PlacementInfo
(*common.MobileAppCategoryInfo)(nil), // 9: google.ads.googleads.v1.common.MobileAppCategoryInfo
(*common.MobileApplicationInfo)(nil), // 10: google.ads.googleads.v1.common.MobileApplicationInfo
(*common.LocationInfo)(nil), // 11: google.ads.googleads.v1.common.LocationInfo
(*common.DeviceInfo)(nil), // 12: google.ads.googleads.v1.common.DeviceInfo
(*common.AdScheduleInfo)(nil), // 13: google.ads.googleads.v1.common.AdScheduleInfo
(*common.AgeRangeInfo)(nil), // 14: google.ads.googleads.v1.common.AgeRangeInfo
(*common.GenderInfo)(nil), // 15: google.ads.googleads.v1.common.GenderInfo
(*common.IncomeRangeInfo)(nil), // 16: google.ads.googleads.v1.common.IncomeRangeInfo
(*common.ParentalStatusInfo)(nil), // 17: google.ads.googleads.v1.common.ParentalStatusInfo
(*common.UserListInfo)(nil), // 18: google.ads.googleads.v1.common.UserListInfo
(*common.YouTubeVideoInfo)(nil), // 19: google.ads.googleads.v1.common.YouTubeVideoInfo
(*common.YouTubeChannelInfo)(nil), // 20: google.ads.googleads.v1.common.YouTubeChannelInfo
(*common.ProximityInfo)(nil), // 21: google.ads.googleads.v1.common.ProximityInfo
(*common.TopicInfo)(nil), // 22: google.ads.googleads.v1.common.TopicInfo
(*common.ListingScopeInfo)(nil), // 23: google.ads.googleads.v1.common.ListingScopeInfo
(*common.LanguageInfo)(nil), // 24: google.ads.googleads.v1.common.LanguageInfo
(*common.IpBlockInfo)(nil), // 25: google.ads.googleads.v1.common.IpBlockInfo
(*common.ContentLabelInfo)(nil), // 26: google.ads.googleads.v1.common.ContentLabelInfo
(*common.CarrierInfo)(nil), // 27: google.ads.googleads.v1.common.CarrierInfo
(*common.UserInterestInfo)(nil), // 28: google.ads.googleads.v1.common.UserInterestInfo
(*common.WebpageInfo)(nil), // 29: google.ads.googleads.v1.common.WebpageInfo
(*common.OperatingSystemVersionInfo)(nil), // 30: google.ads.googleads.v1.common.OperatingSystemVersionInfo
(*common.MobileDeviceInfo)(nil), // 31: google.ads.googleads.v1.common.MobileDeviceInfo
(*common.LocationGroupInfo)(nil), // 32: google.ads.googleads.v1.common.LocationGroupInfo
}
var file_google_ads_googleads_v1_resources_campaign_criterion_proto_depIdxs = []int32{
1, // 0: google.ads.googleads.v1.resources.CampaignCriterion.campaign:type_name -> google.protobuf.StringValue
2, // 1: google.ads.googleads.v1.resources.CampaignCriterion.criterion_id:type_name -> google.protobuf.Int64Value
3, // 2: google.ads.googleads.v1.resources.CampaignCriterion.bid_modifier:type_name -> google.protobuf.FloatValue
4, // 3: google.ads.googleads.v1.resources.CampaignCriterion.negative:type_name -> google.protobuf.BoolValue
5, // 4: google.ads.googleads.v1.resources.CampaignCriterion.type:type_name -> google.ads.googleads.v1.enums.CriterionTypeEnum.CriterionType
6, // 5: google.ads.googleads.v1.resources.CampaignCriterion.status:type_name -> google.ads.googleads.v1.enums.CampaignCriterionStatusEnum.CampaignCriterionStatus
7, // 6: google.ads.googleads.v1.resources.CampaignCriterion.keyword:type_name -> google.ads.googleads.v1.common.KeywordInfo
8, // 7: google.ads.googleads.v1.resources.CampaignCriterion.placement:type_name -> google.ads.googleads.v1.common.PlacementInfo
9, // 8: google.ads.googleads.v1.resources.CampaignCriterion.mobile_app_category:type_name -> google.ads.googleads.v1.common.MobileAppCategoryInfo
10, // 9: google.ads.googleads.v1.resources.CampaignCriterion.mobile_application:type_name -> google.ads.googleads.v1.common.MobileApplicationInfo
11, // 10: google.ads.googleads.v1.resources.CampaignCriterion.location:type_name -> google.ads.googleads.v1.common.LocationInfo
12, // 11: google.ads.googleads.v1.resources.CampaignCriterion.device:type_name -> google.ads.googleads.v1.common.DeviceInfo
13, // 12: google.ads.googleads.v1.resources.CampaignCriterion.ad_schedule:type_name -> google.ads.googleads.v1.common.AdScheduleInfo
14, // 13: google.ads.googleads.v1.resources.CampaignCriterion.age_range:type_name -> google.ads.googleads.v1.common.AgeRangeInfo
15, // 14: google.ads.googleads.v1.resources.CampaignCriterion.gender:type_name -> google.ads.googleads.v1.common.GenderInfo
16, // 15: google.ads.googleads.v1.resources.CampaignCriterion.income_range:type_name -> google.ads.googleads.v1.common.IncomeRangeInfo
17, // 16: google.ads.googleads.v1.resources.CampaignCriterion.parental_status:type_name -> google.ads.googleads.v1.common.ParentalStatusInfo
18, // 17: google.ads.googleads.v1.resources.CampaignCriterion.user_list:type_name -> google.ads.googleads.v1.common.UserListInfo
19, // 18: google.ads.googleads.v1.resources.CampaignCriterion.youtube_video:type_name -> google.ads.googleads.v1.common.YouTubeVideoInfo
20, // 19: google.ads.googleads.v1.resources.CampaignCriterion.youtube_channel:type_name -> google.ads.googleads.v1.common.YouTubeChannelInfo
21, // 20: google.ads.googleads.v1.resources.CampaignCriterion.proximity:type_name -> google.ads.googleads.v1.common.ProximityInfo
22, // 21: google.ads.googleads.v1.resources.CampaignCriterion.topic:type_name -> google.ads.googleads.v1.common.TopicInfo
23, // 22: google.ads.googleads.v1.resources.CampaignCriterion.listing_scope:type_name -> google.ads.googleads.v1.common.ListingScopeInfo
24, // 23: google.ads.googleads.v1.resources.CampaignCriterion.language:type_name -> google.ads.googleads.v1.common.LanguageInfo
25, // 24: google.ads.googleads.v1.resources.CampaignCriterion.ip_block:type_name -> google.ads.googleads.v1.common.IpBlockInfo
26, // 25: google.ads.googleads.v1.resources.CampaignCriterion.content_label:type_name -> google.ads.googleads.v1.common.ContentLabelInfo
27, // 26: google.ads.googleads.v1.resources.CampaignCriterion.carrier:type_name -> google.ads.googleads.v1.common.CarrierInfo
28, // 27: google.ads.googleads.v1.resources.CampaignCriterion.user_interest:type_name -> google.ads.googleads.v1.common.UserInterestInfo
29, // 28: google.ads.googleads.v1.resources.CampaignCriterion.webpage:type_name -> google.ads.googleads.v1.common.WebpageInfo
30, // 29: google.ads.googleads.v1.resources.CampaignCriterion.operating_system_version:type_name -> google.ads.googleads.v1.common.OperatingSystemVersionInfo
31, // 30: google.ads.googleads.v1.resources.CampaignCriterion.mobile_device:type_name -> google.ads.googleads.v1.common.MobileDeviceInfo
32, // 31: google.ads.googleads.v1.resources.CampaignCriterion.location_group:type_name -> google.ads.googleads.v1.common.LocationGroupInfo
32, // [32:32] is the sub-list for method output_type
32, // [32:32] is the sub-list for method input_type
32, // [32:32] is the sub-list for extension type_name
32, // [32:32] is the sub-list for extension extendee
0, // [0:32] is the sub-list for field type_name
}
func init() { file_google_ads_googleads_v1_resources_campaign_criterion_proto_init() }
func file_google_ads_googleads_v1_resources_campaign_criterion_proto_init() {
if File_google_ads_googleads_v1_resources_campaign_criterion_proto != nil {
return
}
if !protoimpl.UnsafeEnabled {
file_google_ads_googleads_v1_resources_campaign_criterion_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*CampaignCriterion); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
}
file_google_ads_googleads_v1_resources_campaign_criterion_proto_msgTypes[0].OneofWrappers = []interface{}{
(*CampaignCriterion_Keyword)(nil),
(*CampaignCriterion_Placement)(nil),
(*CampaignCriterion_MobileAppCategory)(nil),
(*CampaignCriterion_MobileApplication)(nil),
(*CampaignCriterion_Location)(nil),
(*CampaignCriterion_Device)(nil),
(*CampaignCriterion_AdSchedule)(nil),
(*CampaignCriterion_AgeRange)(nil),
(*CampaignCriterion_Gender)(nil),
(*CampaignCriterion_IncomeRange)(nil),
(*CampaignCriterion_ParentalStatus)(nil),
(*CampaignCriterion_UserList)(nil),
(*CampaignCriterion_YoutubeVideo)(nil),
(*CampaignCriterion_YoutubeChannel)(nil),
(*CampaignCriterion_Proximity)(nil),
(*CampaignCriterion_Topic)(nil),
(*CampaignCriterion_ListingScope)(nil),
(*CampaignCriterion_Language)(nil),
(*CampaignCriterion_IpBlock)(nil),
(*CampaignCriterion_ContentLabel)(nil),
(*CampaignCriterion_Carrier)(nil),
(*CampaignCriterion_UserInterest)(nil),
(*CampaignCriterion_Webpage)(nil),
(*CampaignCriterion_OperatingSystemVersion)(nil),
(*CampaignCriterion_MobileDevice)(nil),
(*CampaignCriterion_LocationGroup)(nil),
}
type x struct{}
out := protoimpl.TypeBuilder{
File: protoimpl.DescBuilder{
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
RawDescriptor: file_google_ads_googleads_v1_resources_campaign_criterion_proto_rawDesc,
NumEnums: 0,
NumMessages: 1,
NumExtensions: 0,
NumServices: 0,
},
GoTypes: file_google_ads_googleads_v1_resources_campaign_criterion_proto_goTypes,
DependencyIndexes: file_google_ads_googleads_v1_resources_campaign_criterion_proto_depIdxs,
MessageInfos: file_google_ads_googleads_v1_resources_campaign_criterion_proto_msgTypes,
}.Build()
File_google_ads_googleads_v1_resources_campaign_criterion_proto = out.File
file_google_ads_googleads_v1_resources_campaign_criterion_proto_rawDesc = nil
file_google_ads_googleads_v1_resources_campaign_criterion_proto_goTypes = nil
file_google_ads_googleads_v1_resources_campaign_criterion_proto_depIdxs = nil
}